jrollans.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
These are the voyag... uh, things I post about.
Admin email
jrollans@gmail.com
Admin account
@jrollans@jrollans.com

Search results for tag #activitypub

[?]Nils » 🌐
@ravage@layer8.space

Running my own BizzFed instance - a federated, algorithm-free alternative to LinkedIn built on ActivityPub.

🔧 What I added to my fork:

SMTP relay (no Resend dependency)
Account migration wizard (Move activity)
Fixed language switcher (de/en/fr/es)
Fully translated feed UI
Instance: bizzfed.haxxors.com
Code: git.buechner.me/nbuechner/bizz

Thanks to René Hamdorf for the solid original BizzFed foundation!

    [?]Wanda :happy_anarcat: [she/her] » 🌐
    @wrzky@kolektiva.social

    🚨 Mutual aid checkpoint 12 JUNE 2026 🚨

    People are protesting in the streets here, the pigs are targeting them again, accusing them of foreign influence. All the while the president is cosying up with colonisers in the name of "peace". israel is still colonising Palestine, still being bankrolled and shielded by the same imperial machinery that has never stopped running. The two-state solution is the normalisation of occupation, of colonialism, of chronic temporariness. And everyone knows it. We are not waiting for permission to take care of each other.

    1. Reply with a request for yourself or someone you care for, including the need, deadline, and payment handle or Chuffed/GFM link
    2. Boost this post and every reply under it
    3. Share this on any platform where mutual aid communities already exist, and invite them here explicitly

    From each according to their capacity, to each according to their needs.

    The first 10 direct requests get collected for next Wednesday's roundup + newsletter.

    @mutualaid@ovo.st @mutualaid@fedigroups.social
    @disability @autistics @actuallyadhd
    @posts @edendestroyer @QuyetPawz @ellespeaks
    @nillerus @khurry @frugalcoffee @Kristenzeta @phizoto

    Square deep burgundy graphic with a subtle line-art background pattern and white sparkle accents. Large outlined headline reads “MUTUAL AID CHECKPOINT.” Below it, a central panel says “REPLY WITH:” followed by bullet points asking people to share their needs or a friend’s needs plus deadline, how to help through crowdfunding links or preferred payment method, and: “If you have the capacity to contribute meaningfully (financially or socially), please do.” A bottom CTA says: “BOOST THIS POST + EVERY REPLY. LET’S AMPLIFY EACH OTHER.” Decorative illustrations show digital payment icons, QR-code scanning, and a calendar/deadline symbol on the left; mutual-aid support symbols on the right, including housing, money, clothing, groceries, and medical supplies; a hijabi woman gesturing at the bottom left; and a person holding a megaphone and waving at the bottom right. The word “wrzky” appears vertically near the right side.

    Alt...Square deep burgundy graphic with a subtle line-art background pattern and white sparkle accents. Large outlined headline reads “MUTUAL AID CHECKPOINT.” Below it, a central panel says “REPLY WITH:” followed by bullet points asking people to share their needs or a friend’s needs plus deadline, how to help through crowdfunding links or preferred payment method, and: “If you have the capacity to contribute meaningfully (financially or socially), please do.” A bottom CTA says: “BOOST THIS POST + EVERY REPLY. LET’S AMPLIFY EACH OTHER.” Decorative illustrations show digital payment icons, QR-code scanning, and a calendar/deadline symbol on the left; mutual-aid support symbols on the right, including housing, money, clothing, groceries, and medical supplies; a hijabi woman gesturing at the bottom left; and a person holding a megaphone and waving at the bottom right. The word “wrzky” appears vertically near the right side.

      AodeRelay boosted

      [?]Week in Fediverse :fediverse_light: » 🌐
      @weekinfediverse@mitra.social

      [?]ActivityPub for WordPress » 🌐
      @activitypub.blog@activitypub.blog

      9.0.0 — Growing Up

      ActivityPub for WordPress 9.0.0 is here. Unpublishing a federated post now sends a real Delete instead of a placeholder. Be aware that this can be permanent on other servers. A new Distribution Mode keeps federation from overwhelming smaller servers, your blog can now be featured in Starter Kits, images get blurred color previews, and the ActivityPub API moves closer to the W3C standard. [SENSITIVE CONTENT]

      Major versions are the right moment to fix things properly instead of patching around them. In ActivityPub plugin 9.0.0, unpublishing a federated post sends a real Delete instead of a placeholder text, and federation can be tuned down so it doesn’t overwhelm smaller servers. The ActivityPub API moves closer to the W3C standard, and your blog can now be featured in Starter Kits, if you allow it.

      Starter Kits, With Your Consent

      Starter Kits are curated lists of accounts, bundled so that others can discover and follow them in one go. You may know the idea as Starter Packs from Bluesky, and Mastodon is rolling out its own version called Collections with version 4.6. The name varies, the idea is the same: someone who knows a topic well puts together a list of accounts worth following, and shares it.

      For blogs, discovery is the hard part of the Fediverse. A blog doesn’t post twenty times a day, so it rarely surfaces in busy timelines on its own. Being part of a Starter Kit changes that: when someone shares a “great photography blogs” kit, every person who opens it sees your blog, and following is one tap away.

      One piece was missing, though: other people couldn’t add your WordPress blog to their lists, because your site never told their server who is allowed to do that. ActivityPub 9.0.0 fixes this with the new Default Starter Kit policy setting: Anyone, Followers only, or Just me. The default is “Just me”, so nothing changes unless you say so. If you want the reach, set it to “Anyone” under Settings → ActivityPub → Activities. Under the hood, this announces a canFeature policy on your profile, based on a new Fediverse Enhancement Proposal (FEP-7aa9) that is not published yet; we’ll link it here once it is.

      The Mastodon team explains the thinking behind Collections in their design post, and Fedi.Tips has a guide to Mastodon’s Lists feature, the private cousin of Collections. And since ActivityPub 8.1.0 you can import Starter Kits into WordPress under Tools → Import, so it works in both directions.

      Blurred Previews for Your Photos

      Photos are heavy. While they load, most Fediverse apps show an empty gray box.

      The plugin now generates a BlurHash for every image: a tiny, blurred color preview that other Fediverse apps can show while the real photo loads. Your followers see a soft impression of the picture instead of an empty rectangle. The BlurHash website has a nice interactive demo.

      The plugin uses the same blurhash property that Mastodon documents as part of its ActivityPub extensions, so your previews work wherever Mastodon’s do. Everything happens automatically in the background; there’s nothing to configure.

      From Placeholder to Delete

      Until now, when you moved a federated post back to draft or made it private, the plugin sent an Update with a placeholder text: “(This post is being modified)”. Your followers kept a copy that claimed the post was being edited, even if it never came back. That was a workaround, and a bad one: it misrepresented your content and left stale placeholders sitting in timelines across the Fediverse.

      ActivityPub 9.0.0 replaces the workaround with the behavior the Fediverse expects. When a federated post moves to draft, pending, private, trash, or gets a password, the plugin now sends a Delete to your followers, so their servers remove their copies. Your site keeps a Tombstone in place of the post, as described in FEP-4f05, so it can announce the post again if you re-publish it.

      Be aware: even unpublishing a post only temporarily might delete it forever on other servers. When you take a post down on purpose, that’s what you want. But if you plan to come back, know that whether the post comes back with you depends on the receiving server, and the boosts, favorites, and replies on the old copies are gone either way. Discourse and NodeBB restore posts like this; Mastodon currently does not, though there’s an open issue we hope to see land soon. For now, treat unpublishing as deleting, even if you plan to publish again.

      That’s why the editor now warns you before you make a federated post a draft, private, or password-protected. The dialog tells you that followers’ copies will be removed, so you know what will happen before you save.

      Federation That Doesn’t Overwhelm Your Server

      Federation is real work. When you publish a post, the plugin sends it to every follower’s server, and each delivery is a signed HTTP request processed in the background. On a well-provisioned server, no problem. On shared hosting with a few thousand followers, that burst of background work can slow your whole site down, right at the moment your new post brings visitors in.

      The new Distribution Mode setting exists so the plugin stays a good guest on the server it runs on. It comes with three presets:

      • Default: the current behavior, as fast as possible (100 deliveries per batch, 15 seconds pause).
      • Balanced: a moderate pace (50 per batch, 30 seconds pause).
      • Eco Mode: gentle on server resources, made for shared hosting (20 per batch, 30 seconds pause).

      Nothing changes unless you need it to: Default behaves exactly like before. But if your site gets sluggish after publishing, switch to Balanced or Eco Mode under the Advanced tab of the ActivityPub settings. Your followers get the post a few minutes later, and your server keeps breathing. A Custom mode with your own batch size and pause is there for fine-tuning.

      The Advanced tab is hidden by default. To enable it, open the ActivityPub settings page, click Screen Options in the top right corner, check Advanced Settings, and save.

      Hosting providers can pin a preset across all their sites with the ACTIVITYPUB_DISTRIBUTION_MODE constant, so a whole fleet of sites stays well-behaved without anyone touching a setting.

      Speaking Standard ActivityPub

      The ActivityPub API (the plugin’s Client-to-Server implementation) keeps converging on what the W3C SWICG is standardizing. Clients can now request the canonical SWICG scope names like activitypub:read:all and activitypub:write:all, and the OAuth discovery metadata advertises them. Token responses include activitypub_actor_id, following the SWICG ActivityPub API Basic Profile, and rate-limit responses now carry a Retry-After header so clients know how long to wait.

      None of this changes anything for existing apps. It just means new apps can connect to your site by following the standard, not our documentation.

      Since this is a major version, there’s one heads-up for developers: we removed functions, methods, and the Follower class that were deprecated in versions 7.0 through 7.4. Everything removed has had a documented replacement for over a year, but if your plugin or theme builds on ActivityPub internals, check the changelog before updating.

      A Good Reason to Update Soon

      Beyond the features, 9.0.0 includes a series of security hardening fixes that keep private data private and tighten how the plugin verifies who is allowed to change what. None of them need anything from you beyond updating, which is exactly why you should update soon. The details are in the changelog below.

      Changelog

      Added

      • Add a Distribution Mode setting to control how quickly posts are delivered to followers.
      • Add an opt-in setting to consent to inclusion in Starter Kits (also called Starter Packs or Featured Collections). Off by default. Find it under Settings, ActivityPub, Activities.
      • C2S clients can now request canonical SWICG ActivityPub API scope names such as activitypub:read:all and activitypub:write:all, and the OAuth discovery metadata advertises them.
      • C2S token responses now include activitypub_actor_id so clients following the SWICG ActivityPub API Basic Profile can discover the authenticated actor.
      • Generate a blurred color preview (blurhash) for images so other fediverse apps can show a placeholder while your photos load.
      • Quote notification emails now include a link to the post that quoted you, so you can review and respond more quickly.
      • Warn in the editor before making a post that’s already shared on the Fediverse a draft, private, or password-protected, since followers’ copies will be removed.

      Changed

      • Add the blurhash term to the outbound JSON-LD @context so attachments that include a blurhash property are strictly correct JSON-LD, matching Mastodon’s own context shape.
      • Federated posts moved to draft, pending, private, trash, or password-protected now send a Delete to followers (previously sent a placeholder “editing” Update or were silent).
      • OAuth rate-limit responses now include a Retry-After header so clients know how long to wait before retrying.
      • Updated a build dependency to a clean release now that a fixed version is available.

      Removed

      • Removed functions, methods, and the Follower class that were deprecated in versions 7.0 through 7.4.

      Fixed

      • Fix a fatal error when receiving a new follower while the Stream plugin is active.
      • Fix a follow request being marked as accepted when the confirmation came from a different account than the one being followed.
      • Fix the Fediverse settings appearing twice and visibility changes not saving in the block editor when the Classic Editor plugin is also active.
      • Fix the introduction video failing to load on the Getting Started help screen.
      • Follower synchronization with Mastodon no longer fails, signed requests with query strings now verify correctly.
      • Harden the Blurhash encoder: skip decompression-bomb images before decoding, flatten transparency onto white so transparent logos no longer produce near-black placeholders, and defer the cron encode until attachment metadata is saved.
      • Images and videos placed in a Media & Text block are now included when a post is shared to the Fediverse.
      • Requests from other platforms to feature your posts are now handled correctly instead of being ignored.
      • RSS and Atom feeds now show a simple @username mention in place of the reply block’s full embed card, which only renders properly when the plugin’s frontend CSS is loaded.
      • Stop a deprecation notice from appearing in the error log when the NodeInfo plugin is also active.

      Security

      • Enforce the signing-key host check on incoming federated activities regardless of how the key identifier is formatted.
      • Fix the real-time activity stream so it only returns the requesting user’s own activities.
      • Harden the Site Health connectivity check so it cannot be used to reach unsafe network addresses.
      • Only share comment replies in the Fediverse when the post they belong to is itself federated, so replies on private or non-federated posts stay private.
      • Prevent a remote server from discovering which of your followers belong to a third-party server it does not control.
      • Prevent logged-in users from viewing another user’s private outbox activities.
      • Prevent remote servers from modifying or deleting federated profiles, posts, and interactions they do not own.
      • Rate-limit the remote-follow lookup to prevent it from being abused to trigger outbound requests.
      • Stop the OAuth token introspection endpoint from revealing another user’s token details to logged-in users.
      • Stop the quote-authorization stamp from exposing a post’s other metadata.

      Get It

      Download from WordPress.org or grab it on GitHub.

      A huge thank you to everyone who contributed code, testing, bug reports, and ideas to this release. Special thanks to .

      Update, and let us know what you think: will you open your blog up for Starter Kits? And does the new delete behavior match what you expected your site to do all along?

      Screenshot of a Featured-Collection, showing two WordPress blogs, on Mastodon.

      Alt...Screenshot of a Featured-Collection, showing two WordPress blogs, on Mastodon.

      Screenshot of the Soft-Delete warning in the Block-Editor.

      Alt...Screenshot of the Soft-Delete warning in the Block-Editor.

      AodeRelay boosted

      [?]⚓💾 Tueddelmors 💾⚓ » 🌐
      @reeeen@norden.social

      4/ BizzFed ist jetzt im Early Access.

      Wir bauen das gemeinsam mit der Community. Dein Feedback formt das Produkt. (feedback.bizzfed.de)

      ➡️ bizzfed.de

      Wer macht mit? Booste gerne, wenn du das Konzept gut findest. 🙏

        fedicat boosted

        [?]Holos Social » 🌐
        @HolosSocial@mastodon.social

        Following threads will be available in 1.10.0. You can subscribe to a thread and get notified when new replies arrive, even from accounts you do not follow. It works with standard activities by sending a Follow targeting a post, with a polling fallback for servers that do not support it yet.

        How it works: tom79.dev/posts/follow-a-note/

          fedicat boosted

          [?]Mgfp🇧🇷 [He/Him] » 🌐
          @mgfp@mstdn.social

          @mgfp_fediprofile
          hub.vocalcat.com/mgfp_fediprof

          After a few attempts in the past, I finally created a FediProfile. I won't be needing Biolink anymore :D.

          1/2

            [?]Wanda :happy_anarcat: [she/her] » 🌐
            @wrzky@kolektiva.social

            🚨 Mutual aid checkpoint 29 MAY 2026 🚨

            Reply with a request for yourself or a friend, including the need, deadline, and payment handle or Chuffed/GFM link.

            The first 10 direct requests will be collected for next Wednesday’s roundup + newsletter.

            Boost this post and the replies, and tag others to participate. From each according to their capacity, to each according to their needs.

            @mutualaid@ovo.st @mutualaid@fedigroups.social
            @disability @autistics @actuallyadhd
            @posts

            Square deep burgundy graphic with a subtle line-art background pattern and white sparkle accents. Large outlined headline reads “MUTUAL AID CHECKPOINT.” Below it, a central panel says “REPLY WITH:” followed by bullet points asking people to share their needs or a friend’s needs plus deadline, how to help through crowdfunding links or preferred payment method, and: “If you have the capacity to contribute meaningfully (financially or socially), please do.” A bottom CTA says: “BOOST THIS POST + EVERY REPLY. LET’S AMPLIFY EACH OTHER.” Decorative illustrations show digital payment icons, QR-code scanning, and a calendar/deadline symbol on the left; mutual-aid support symbols on the right, including housing, money, clothing, groceries, and medical supplies; a hijabi woman gesturing at the bottom left; and a person holding a megaphone and waving at the bottom right. The word “wrzky” appears vertically near the right side.

            Alt...Square deep burgundy graphic with a subtle line-art background pattern and white sparkle accents. Large outlined headline reads “MUTUAL AID CHECKPOINT.” Below it, a central panel says “REPLY WITH:” followed by bullet points asking people to share their needs or a friend’s needs plus deadline, how to help through crowdfunding links or preferred payment method, and: “If you have the capacity to contribute meaningfully (financially or socially), please do.” A bottom CTA says: “BOOST THIS POST + EVERY REPLY. LET’S AMPLIFY EACH OTHER.” Decorative illustrations show digital payment icons, QR-code scanning, and a calendar/deadline symbol on the left; mutual-aid support symbols on the right, including housing, money, clothing, groceries, and medical supplies; a hijabi woman gesturing at the bottom left; and a person holding a megaphone and waving at the bottom right. The word “wrzky” appears vertically near the right side.

              [?]dansup » 🌐
              @dansup@mastodon.social

              I am working on my Laravel-Activitypub package, it will replace federation support in Pixelfed once all tests are passing!

              To demonstrate and test it before we use it in Pixelfed, a small and simple single user photo sharing server will be published and I'll boost the first photo here.

                fedicat boosted

                [?]Fedilab Apps » 🌐
                @apps@toot.fedilab.app

                RE: toot.fedilab.app/@apps/1155727

                This post is about 7 months old, and went far beyond it since. It now has DMs with the Signal protocol, and real identity portability. You can use a custom domain so your identity rests on your own name and keys, and keep your media on your own cloud. Leaving a relay is no longer a migration, you just point your domain elsewhere and keep going. This remains optional, you have time to discover the app and enable things later that will give you full independence on .

                  [?]Dima » 🌐
                  @dima@dol.social

                  Pretty neat to see @fitpub featured in this week's Self-Hosted Weekly on selfh.st!

                  It's a project I worked on - an ActivityPub-based platform for sharing fitness activities.

                  Feels especially relevant right now with Strava paywalling parts of their API and pushing people toward more open alternatives.

                  Check it out: fitpub.social/
                  Full digest: selfh.st/weekly/2026-06-05/

                  Strava (hosted fitness tracking) announced they're paywalling API access, which is impacting self-hosted projects that rely on it for independent data syncing (consider this new ActivityPub alternative (FitHub) or Endurain if you've been impacted)

                  Alt...Strava (hosted fitness tracking) announced they're paywalling API access, which is impacting self-hosted projects that rely on it for independent data syncing (consider this new ActivityPub alternative (FitHub) or Endurain if you've been impacted)

                    AodeRelay boosted

                    [?]Yehor 🇺🇦 » 🌐
                    @yehor@mastodon.glitchy.social

                    So the federation is working on my instance, and you can actually follow me there from any instance: @yehor@wanderer.glitchy.social

                    The issue was actually in my instance: mastodon.glitchy.social/@yehor

                    AodeRelay boosted

                    [?]Yehor 🇺🇦 » 🌐
                    @yehor@mastodon.glitchy.social

                    Wrote my first server announcement. Because yesterday, after updating my instance to 4.5.11, I didn't realise the Sidekiq died.

                    I spotted an unusual server load and temperature 24 hours later, found out that it was a Mastodon LXC, and realised there had been nothing processed by Sidekiq for 24 hours already.

                    I'm not sure about the reasons, because I didn't find anything useful in the logs. I definitely need better monitoring for .

                        AodeRelay boosted

                        [?]Moving Head Ministries » 🌐
                        @brazeL@norden.social

                        Letztens lief der Link von an mir vorbei. Eine in C geschriebene Instanz die genau das tut was sie soll: Deine Daten auf Deinem Server halten, klein und sparsam. Für , , .Kein SIgnup, limitiertes, funktionelles Design (hello 90s), kein , aber alle Möglichkeiten und komplette Doku in Manpages, Unterset von , fast beliebige Textlänge und ein anpassbares style.css. Zum selbstkompilieren.

                        codeberg.org/grunfink/snac2

                          dansup boosted

                          [?]mbajur » 🌐
                          @mbajur@mastodon.social

                          A sneak peak of another project I'm working on - a different way of social bookmarking. Coming soon!

                            [?]⚓💾 Tueddelmors 💾⚓ » 🌐
                            @reeeen@norden.social

                            🚀 BizzFed.de ist im Early Access!
                            Ich baue ein föderiertes berufliches Netzwerk auf Basis von ActivityPub – berufliches Networking im Fediverse, ohne zentrale Plattform und ohne Datenkraken.
                            Aktuell geht es um eins: das Konzept gemeinsam evaluieren. Ich suche neugierige Tester:innen, die mitdenken, ausprobieren und ehrliches Feedback geben.
                            Lust, Teil der frühen Phase zu sein? Registriert euch!

                              fedicat boosted

                              [?]dansup » 🌐
                              @dansup@mastodon.social

                              You, the people, and NLnet, have funded a fully open TikTok alternative with web and mobile clients, ActivityPub federation and an opt-out For You feed algorithm that is privacy friendly.

                              Anyone can start their own Loops community, and we're working on an official hosting service to help fund development.

                              Join 🚀: joinloops.org/join-the-beta

                              Roadmap ✨: joinloops.org/roadmap

                              Donate 🙏: joinloops.org/donate

                              Source 🤖: github.com/joinloops

                                [?]Michal Bryxí [he/him] » 🌐
                                @MichalBryxi@mastodon.world

                                If you've been wanting to move your activity history from Strava to FitPub but dreaded dealing with the export files, I made a small browser tool that does the heavy lifting.

                                Drop in your Strava export files, it decompresses the .fit.gz files, splits everything into correctly-sized ZIP batches, and hands them back for upload. No install, no server, runs entirely in your browser.

                                👉 🏃🏻‍♀️ vast-ch.github.io/strava-archi

                                Screenshot of the app. Move your activity history from Strava to FitPub. This tool converts your Strava data export into correctly formatted, sized, and counted ZIP batches ready for import.

                                Alt...Screenshot of the app. Move your activity history from Strava to FitPub. This tool converts your Strava data export into correctly formatted, sized, and counted ZIP batches ready for import.

                                  dansup boosted

                                  [?]dansup » 🌐
                                  @dansup@mastodon.social

                                  You know what's pretty cool?

                                  @rabble, the developer of divine.video sent a pull request to Loops to improve federation between Divine and Loops.

                                  This is the magic of the open social web.

                                  Collaboration and connection, no matter where you are.

                                  You love to see it ❤️

                                  github.com/joinloops/loops-ser

                                    fedicat boosted

                                    [?]Carlos Solís » 🌐
                                    @csolisr@hub.azkware.net

                                    Somebody went and built a chatroom powered directly by , called "Harmony". Roughly the opposite of Movim, Harmony aims to replace Discord and even includes end-to-end encryption (although I wonder if it'll be compatible with the implementation by Bonfire and Emissary). mony.lol/

                                    Location: Calle 42, España, Río Oro, Uruca, Santa Ana, San José, 10904, Costa Rica

                                      fedicat boosted

                                      [?]Week in Fediverse :fediverse_light: » 🌐
                                      @weekinfediverse@mitra.social

                                      fedicat boosted

                                      [?]LAUTI » 🌐
                                      @lauti@bonfire.cafe

                                      The next step in our #activitypub implementation is ready! This brings a simple instance actor object along with #webfinger support for it and a #nodeinfo endpoint.

                                      We highly appreciate reviews from any #fedidev 🙏

                                      codeberg.org/Klasse-Methode/...


                                      We are really greatfull for @nlnet@social.nlnet.nl to fund this work and for @linos@graz.social for being such a great mentor!

                                        fedicat boosted

                                        [?]Domingos Faria » 🌐
                                        @df@s.dfaria.eu

                                        [?]wakest likes your bugs ⁂ [they/them] » 🌐
                                        @liaizon@social.wake.st

                                        [ActivityPub: El Protocolo que Impulsa el Fediverso]
                                        @jorge is presenting at Commit Conf in Madrid, Spain in a few days (June 5th)
                                        koliseo.com/commit/2026/agenda

                                        a screenshot of the description of the talk from the commit conf website

                                        Alt...a screenshot of the description of the talk from the commit conf website

                                          fedicat boosted

                                          [?]@reiver ⊼ (Charles) :batman: » 🌐
                                          @reiver@mastodon.social

                                          Self-Hosting an ActivityPub Video Podcast Is Surprisingly Affordable

                                          1/

                                          Imagine this.

                                          You want to launch your own video podcast.

                                          A new episode every week.
                                          Each episode is 1 hour long.
                                          Full HD (1080p), 60 fps video.

                                          What would it cost to host it yourself?

                                          Before I ran the numbers, I assumed it would be expensive — maybe even impractical.

                                          I was wrong.

                                          The reality is surprisingly affordable.

                                          Here is why.

                                          ...

                                            fedicat boosted

                                            [?]Evan Prodromou » 🌐
                                            @evan@cosocial.ca

                                            A reminder to developers and advocates: applications for the NLNet Open Social Fund close on June 1st () at noon CEST. You should apply; you are doing important work and we need you to keep doing it.

                                            nlnet.nl/opensocial/

                                              fedicat boosted

                                              [?]@reiver ⊼ (Charles) :batman: » 🌐
                                              @reiver@mastodon.social

                                              I have seen the @Codeberg people say they don't want to be the only code-forge.

                                              I.e., they don't wan to replace GitHub. They want there to be many code-forges out there, including them.

                                              I agree with this goal.

                                              But — I think until we (at least) have federated pull-requests, this is less likely to happen.

                                              And, I do know that there is an effort to add ActivityPub support to Forgejo, Gitea, and others.

                                              forgefed.org

                                              I think ForgeFed is important for this goal

                                                fedicat boosted

                                                [?]The Real Grunfink » 🌐
                                                @grunfink@comam.es

                                                I'm glad to announce the release of version 2.78 of , the simple, minimalistic instance server written in C. It includes the following changes:

                                                Hashtag following also allow URLs to RSS feeds of ActivityPub objects (like e.g. https://mastodon.social/tags/ThankYouTuesday).

                                                Users can now configure a webhook to receive an HTTP POST for every notification. This can be useful for implementing bots that react to activities, like autorepliers, chatbots or interactive textual games (see snac(1) for more information).

                                                The number of pending follow confirmations is shown next to the "people" link.

                                                Faster performance metrics (contributed by dandelions).

                                                Improved lowercasing in hashtags (contributed by postscriptum).

                                                A search-by-url tweak for implementations that return 200 for invalid webfinger queries (e.g. piefed).

                                                Mastodon API: added follow confirmation endpoints, fixed collisions in attachment file names.

                                                Fixed potential crashes in attachment uploads.

                                                https://comam.es/what-is-snac

                                                If you find useful, please consider buying grunfink a coffee or contributing via LiberaPay.


                                                  [?]Chris Trottier » 🌐
                                                  @atomicpoet@atomicpoet.org

                                                  #Elgg is getting an #ActivityPub plugin!

                                                  Now if you’re not familiar with Elgg, it’s one of the first ever open source social media platforms. It launched all the way back in 2004 and was founded by @ben and Dave Tosh.

                                                  I remember installing Elgg 15 years ago, playing around with it for a bit, and not doing much with it because there wasn’t anyone I knew who used it. So ActivityPub will definitely extend its network effect.

                                                  https://github.com/RiverVanRain/activitypub/wiki/Welcome#groups

                                                    gyptazy boosted

                                                    [?]The Real Grunfink » 🌐
                                                    @grunfink@comam.es

                                                    I'm glad to announce the release of version 2.70 of , the simple, minimalistic instance server written in C. It includes the following changes:

                                                    Notifications are now shown in a more compact way (i.e. all reactions are shown just above your post, instead of repeating the post ad nauseam for every reaction).

                                                    New command-line option unmute to, well, no-longer-mute an actor.

                                                    The private timeline now includes an approximate mark between new posts and "already seen" ones.

                                                    Fixed a spurious 404 error in the instance root URL for some configurations.

                                                    https://comam.es/what-is-snac

                                                    If you find useful, please consider contributing via LiberaPay: https://liberapay.com/grunfink/

                                                    This release has been inspired by the song The Answers to the Questions by and .