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

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

A full fediverse instance running on a simple shared host, in pure PHP, with no external dependencies. That is the idea behind Starling:
https://github.com/dfaria-eu/Starling/

    [?]Greg » 🌐
    @gregalotl@c.im

    (bye bye)

    Please share this. I hope it's the start of something big.

    office.eu/

      [?]Nils Weisensee » 🌐
      @nw@ioc.exchange

      Again looking at running my own instance and seeing a ton of abandoned projects for lightweight, single-user servers. Are there options that are actively maintained and ready for use? I've run before but don't actually need a web frontend. Happy to @phanpy and that's it. Suggestions, anyone?

        fedicat boosted

        [?]Rimu [he/him] » 🌐
        @rimu@piefed.social

        Scaling: ActivityPub over NNTP?

        Here’s an interesting thought experiment.

        Way back in the 1980s and 90s, Usenet was a sorta-federated discussion forum (using the NNTP protocol) that was very popular. It still exists and is distributing 400 million messages each day (mostly spam and trash as far as I can tell). Hard numbers are difficult to come by but it seems like Usenet is capable of significantly higher throughput. Why is that?

        The big thing holding ActivityPub back is the fan-out. You know the story - someone with 50,000 followers causes their instance to send up to 50,000 HTTP POSTs every time they click the little spinny star or reply to something.

        It’s basically a hub-and-spoke network topology. Except everyone takes turns being the hub, ideally, but not much in practice. And in this topology, the hubs are where the strain and bottlenecks are.

        Back in the 1980s they had computers literally 1000 times slower than ours and network links to match. So how did they do this? With a peer to peer network topology! When a new post is made, they don’t send it to everyone they just send it to a handful of other servers. Those servers in turn forward the post on to a handful of other peers, and so on, until the whole network receives the post. No individual server is a single point of failure and none has to bear the full brunt of orchestrating it all.

        Let’s do a picture. A creates a post and sends it to B and D.

        A ─ B ─ C  
         \      /  
           ─ D ─  
        

        B sends it on to C.

        Meanwhile D sends it on the C also but C already has it so does nothing more. IRL this would be a much larger mesh. Who peers with who can be a mixture of manual selection and random spiciness.

        Posts can arrive out of order so each server would need to wait until the dependencies between posts are resolved before making them available to clients. That’s a bit tricky.

        In the ActivityPub-over-NNTP idea, each NNTP post would be a thin wrapper around a data structure containing the HTTP headers (with signature and digest) and JSON that a normal HTTP POSTed Activity would have. Servers would use NNTP to distribute the activities and upon receiving one they’d POST it to their own /inbox to run the usual ActivityPub processing that their AP instance does.

        {  
          "headers": {  
            "Signature": "...",  
            "Digest": "...",  
            "Date": "..."  
          },  
          "activity": { ... normal ActivityPub JSON ... }  
        }  
        

        In this way there is no need to rewrite ActivityPub semantics as only the transport layer changes. Our existing inbox logic remains intact.

        NNTP comes with a lot of historical baggage so we’d probably need to evolve the protocol a bit. Maybe use HTTP requests (even http2 streams?) instead of the original line-oriented text protocol using raw TCP sockets. But you get the idea.

        Thoughts?

        (https://activitypub.space/category/5)

        Holos Social boosted

        [?]Thomas » 🌐
        @Thomas@holos.social

        Yes, is far from perfect, but everything is being done to improve the UX. I still believe in this project because it offers a lot of perspectives, and bad behavior can be fixed.
        Thank you to all the people trusting this project. Even if it fails, I am pretty sure it will help push further.

          🗳

          [?]roman » 🌐
          @hi@romanzolotarev.com

          do you run your own instance?

          yes, for myself and other people:12
          yes, just for myself:32
          no, but maybe in the future:38
          no:38

          Closed

            fedicat boosted

            [?]Tomas Ekeli » 🌐
            @tomasekeli@plud.re

            Turns out making an server is not the work of a few hours.

            I may have over-promised.

              [?]Tomas Ekeli » 🌐
              @tomasekeli@plud.re

              I think I'll finally build an server.

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

                I know some ActivityPub devs feel jealous of AtProto’s success.

                I’ve felt it too.

                But really, we shouldn’t.

                Every serious step toward decentralization is a win for the open social web.

                With tools like Bridgy from @anewsocial, we can stay connected across protocols and keep building a more open future together.

                If you really believe in empowering humanity, then this isn’t competition, it’s momentum.

                  AodeRelay boosted

                  [?]Elena Brescacin » 🌐
                  @elettrona@poliversity.it

                  ... [SENSITIVE CONTENT]

                  Journey with self hosting for personal blog and fediverse

                  @selfhosted

                  Hello, I followed the "selfhosted" instance on LemmyWorld in order to be able to talk about my experiences having them in order, without confusing criteria into Fediverse. Hoping they can be useful to others.

                  Current setup: Hostinger vps kvm2 plan, Debian12, YunoHost, Hostinger's docker manager installed.

                  Personal background: blind since birth, (I don't see), I'm mostly a computer power-user, worked and studied with ms-dos since 1989 until late 90s. Basic GNU/Linux knowledge in 2002, then interrupted in 2004.

                  I don't care talking about disability when discussing unrelated topics but it's necessary in this case as my needs are quite different from others.

                  So, I've been scared by self-hosting and have had shared hosting web sites until now. Until @_elena started self hosting her digital echosystem from scratch using YunoHost.

                  Due to lack of drivers I stopped with Linux on my private machine, drivers for the Braille display I had, and then the uneffective (at least for my need) screen reader capabilities on Linux's GUI based distros.

                  Finally in January 2026 I jumped in the dark after reading Elena Rossini's blog about YunoHost and having explored their demo pages. At the worst, I'll cancel the contract...

                  In the end I've managed to run WriteFreely, WordPress, CastoPod and GoToSocial, just by YunoHost; but if someone says terminal knowledge is not needed, this is a complete lie.

                  Where a system (such as YunoHost) can do the dirty work configuring postfix and nginx, I'll support it but it has its disadvantages: not every app can be installed through it.

                  For me it's very difficult to create and look after a config file on my own, it's frustrating for a sighted to miss a punctuation sign, an apostrophe, an indent. Let alone for me! A single space skipped, can crash a system.

                  A lie even saying that AI completely helps. It does solve some small, simple, immediate tasks but it has some mistakes as well. The so-called allucinations which create a real mess if you can rely on no personal skill.

                  Such as "sudo yunohost tools cert-install", or similar. AI wrote "cert-install" while the real command is "cert install"! A power user can get rid of it and correct, a beginner with no command-line knowledge, just copies, pastes, and gets scared.

                  My late attempt has been Madblog, a static markdown-based blogging platform with Fediverse activitypub in it, so I learned what Docker is and how it basically works. But I gave up, due to several timeouts and activitypub slow-downs. I think I'm going to use WordPress for blogging then. In case of comments it'll be more intuitive for non-fediverse folks.

                  Hopefully share others' experiences as well!

                    AodeRelay boosted

                    [?]Rasmus Sindum » 🌐
                    @sindum@mstdn.dk

                    Fedibook groups just got a major rewrite.

                    Groups now work as a ActivityPub group actors — meaning members from Mastodon, Pixelfed, and other Fediverse platforms can join and participate, not just Fedibook users.

                    Invite a @mastodon.social friend to your group, they accept the follow request, and group posts start appearing in their home timeline. They can post back via DM. It just works.

                    On Fedibook, groups looks just like that face-thing.

                    Jump over to my blog to read more
                    sindum.dk/fedibook-groups/

                    Screenshut of Fedibook group UI

                    Alt...Screenshut of Fedibook group UI

                      [?]silverpill » 🌐
                      @silverpill@mitra.social

                      Announcing Mitra Mini v0.1.0

                      Mitra Mini is an ActivityPub client that implements nomadic identity. It has become stable enough that I decided to cut the first release.

                      The basic features have been implemented: posts, reposts, likes. For more information, check the project's readme:

                      https://codeberg.org/silverpill/minimitra

                      It all started nearly four years ago with a vague idea that linking cryptographic keys to #ActivityPub actors could unlock decentralized identity in Fediverse. Eventually, the solution was discovered, and implemented by several projects, but these implementations were servers, not clients. Now there is finally a client, and the design has been proven to work well.

                      #NomadicIdentity

                        [?]A single file ActivityPub Server » 🌐
                        @example@example.viii.fi

                        My little #ActivityBot now supports #ActivityPub #Hashtags!

                          dansup boosted

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

                          Friends, if you haven't already, it would be a big favour to me if you could enable tags.pub to boost your public tagged posts.

                          Just search for @_followback in your Mastodon UI. Click the follow button there. (Don't try to follow from the profile page; it doesn't work yet.)

                          It will follow you back, and when you make a post with a hashtag in it, the server will boost your post from the appropriate hashtag.

                            fedicat boosted

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

                            started at the end of 2025. A full server now runs on your phone, with the ability to use your own domain as your identity, DMs via Signal Protocol, zero-knowledge encrypted backup, media served from your own cloud, a tailored timeline based on your interests thanks to , and the ability to switch views depending on your mood or the content you want to browse. Thank you for your feedback and support that helped to go through these steps.

                              AodeRelay boosted

                              [?]Rasmus Sindum » 🌐
                              @sindum@mstdn.dk

                              I've had an inspiring first week with Fedibook. Your feedback has been truly inspiring. It started as a provocation and an experiment — but I have decided to turn this into a proper open source project. My first ever!

                              If you tested on dev1.fedibook.dk — come to fedibook.net. The new showcase instance where we will run the latest released code. Or even better, run your own instance and friend request me @sindum@fedibook.net.

                              I'm heading off on holiday, but I wanted to share what I'm hoping we can build together:

                              Your Friendly Neighborhood Social Network... One that is there for you when you want to take a moment to connect and follow up. That shows your feed from friends, follows and groups. Nothing more. With a UI that focuses on that rather than keeping your attention.

                              Jump over to my blog for this post with a little more detail.

                              sindum.dk/come-join-fedibook-n

                              @shellsharks

                                AodeRelay boosted

                                [?]Mr.Mark "The Sharpie King" » 🌐
                                @markmetz@sfba.social

                                Can someone point me to a good explainer article about protocol, , and the that I can share with my tech industry daughter who is fed up with Instagram? Thanks!

                                  fedicat boosted

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

                                  RE: mastodon.social/@HolosSocial/1

                                  With , you can have your identity on your own domain. No server? A simple CNAME record is enough. Already have a server? Point a subdomain to handle traffic and serve a static JSON file on your root domain.

                                  This is a step toward the same sovereignty offers with cryptographic identities, but staying in the ecosystem you already know.

                                  fedicat boosted

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

                                  will support custom root domains tomorrow. You'll be able to use @you@yourdomain.com as your identity while traffic is routed through a subdomain.
                                  With a single user, a simple static json file will be enough on your root domain.

                                  PS: if you already use a subdomain, it will work without extra work.

                                      fedicat boosted

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

                                      fedicat boosted

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

                                      will support custom root domains tomorrow. You'll be able to use @you@yourdomain.com as your identity while traffic is routed through a subdomain.
                                      With a single user, a simple static json file will be enough on your root domain.

                                      PS: if you already use a subdomain, it will work without extra work.

                                        [?]KIP/JΛYCHØU ⁂ :chuckya: :atproto: :nostr: » 🌐
                                        @admin@mstdn.feddit.social

                                        关于联邦软件——hollo的消极吐槽(梦话)——很一般、很普通 [SENSITIVE CONTENT]

                                        ......如果用过 ,那差不多就相当于用过hollo了 (
                                        虽然也是和 一样的“单”用户实例;
                                        但是gotosocial,只是推荐单用户;
                                        而hollo,应该是一个管理员,可以创建多个账户,比如这个@admin@fedihollo.org ,还可以创建 @xxx@fedihollo.org ;
                                        创建多账户上这一点要比botkit更好?botkit是一域名一机器人的,就像 @mybot@drawbot
                                        Gotosocial还是要比Hollo完善许多,Gotosocial在功能上不比mastodon差多少,hollo就算了
                                        总的来说吧,单用户不推荐自托管 -dev/hollo,如果想搭建机器人,可以用fedify-dev/botkit

                                        介绍 #Hollo。Hollo 是一款支持 #ActivityPub 的单用户微型博客软件。虽然它只针对单一用户,但它也支持为不同主题创建和运行多个账户。
                                        它是无头的,意味着你可以使用现有的 #Mastodon 客户端应用,配合其兼容 Mastodon 的 API。它与猛犸象在特征上几乎相当。Mastodon 的两个大区别是你可以在帖子内容中使用 #Markdown,并且可以引用其他帖子。
                                        哦,Hollo 是用 #Bun 和 #Fedify 构建的。
                                        https://github.com/dahlia/hollo
                                        #fedidev

                                        这里也确实提到了“虽然它只针对单一用户,但它也支持为不同主题创建和运行多个账户”
                                        hollo最近发了一个投票:

                                        Hollo 一直都是无头的——没有内置前端,只有一个兼容 Mastodon 的 API。你自己选客户。这正是重点。
                                        但我们一直在想:如果 Hollo 发布自己的网页前端会怎样?Mastodon 兼容的 API 会保留,所以你当前的客户端设置不会改变。这只是多了一个选择。
                                        你会用吗?

                                        你要我怎么夸你呢?占用1.4GB内存......还是“创建 账户变得非常简单低成本吗?”

                                        Links:
                                        hollo.social/@hollo
                                        github.com/fedify-dev/botkit
                                        github.com/fedify-dev/hollo
                                        fedihollo.org/@admin

                                        抱歉hollo的开发者们

                                        RE: fedihollo.org/@admin/019d3008-

                                        https://fedihollo.org/@admin

                                        Alt...https://fedihollo.org/@admin

                                        https://bot.moe.pub/

                                        Alt...https://bot.moe.pub/

                                          [?]Jake in the desert » 🌐
                                          @jake4480@c.im

                                          [?]Ricardo » 🌐
                                          @rick@rmendes.net

                                          What just shipped in 3.10.0:

                                          • Fedify 2.1.0 (RFC 9421 signatures, onUnverifiedActivity, GoToSocial fix)
                                          • Removed as:Endpoints workaround (6 fewer lines of patching)
                                          • FEP-5feb: indexable + discoverable on actor
                                          • FEP-f1d5: Rich NodeInfo (visible in the curl output above)
                                          • FEP-4f05: Tombstone responses for deleted posts
                                          • FEP-3b86: Activity Intent links in WebFinger for remote interactions
                                          • FEP-8fcf: Outbound collection sync (was already there, now documented)
                                          • Unverified Delete handler for orphaned actors

                                          🔗 https://rmendes.net/notes/2026/03/26/83043

                                          fedicat boosted

                                          [?]Julian Fietkau » 🌐
                                          @julian@fietkau.social

                                          My ongoing projects in order of priority, for anyone waiting for something:

                                          – Interaction policy / reply controls FEP: highest priority, stalled for the past few weeks due to other responsibilities
                                          @encyclia: probably migrating from Deno+Fresh to Node+Hono for @fedify 2.0, boring infra work
                                          – Updating @fedidevs starter packs for compatibility with @loops and @Mastodon packs: on warm hold, will get to it, but vainly hoping someone will write a Python lib for it before I have to 🙃

                                            [?]dusoft » 🌐
                                            @dusoft@fosstodon.org

                                            Would you like to run your own Mastodon (ActivityPub) bot and don't know how?

                                            Try my tool: github.com/nekromoff/mastodon-

                                            Easy to install, easy to deploy a bot. And then your bot can do whatever you want - create posts, communicate with people, post images or just sit there doing nothing and being a bot.

                                              [?]🫧 socialcoding.. » 🤖 🌐
                                              @smallcircles@social.coop

                                              @silverpill

                                              @delta might like to have a word with you. 😅

                                              I did not try to make the literal comparison between a person who emails or creates email-related software with AP solution development.

                                              What I did want to point out was how blurred the lines are in the fediverse between stuff that is the protocol, and stuff that is solution development i.e. app-specific / domain-specific.

                                              The anti-patterns I listed are encountered by any newcomer dev who takes an interest in creating fedi apps & services, and is faced with much more than they bargained for when reading the AS/AP specs.

                                              It forms a barrier to entry, decrease in attractiveness to create fedi apps, and devs leaving the space for greener pastures (e.g. to or various still-less-mature-than-fedi protocols)

                                                [?]🫧 socialcoding.. » 🤖 🌐
                                                @smallcircles@social.coop

                                                @silverpill

                                                There are a couple of projects that focus on providing the good tools that abstract away the complexities of wire-level network comms, and help free the hands of a solution developer to focus more directly on what people need, instead of on plumbing and Babylonian speech confusion of how things fit together. I try to emphasize these projects, e.g. @fedify by listing them higher in the delightful.coding.social curated lists.

                                                But their challenge is to offer a kind of reverse to browser quirks mode. Web browsers can handle about any malformed HTML a person throws at it, and still manage to turn that into machine processable form, and make the most of it.

                                                As a fedi toolkit builder you almost need to do the opposite. Focus on offering comprehensive and intuitive API's and functionality to solution developers, and translate it into wire chaos that constitutes the fediverse-protocol-of-the-day.

                                                  [?]Beady Belle Fanchannel » 🌐
                                                  @Profpatsch@mastodon.xyz

                                                  I’ve just created a PR to allow arbitrary Unicode usernames in , in a safe fashion: codeberg.org/flohmarkt/flohmar

                                                  given github.com/mastodon/mastodon/i I assume this might make @Edent happy :)

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

                                                    Oh, I misunderstood that you wanted to know the gory details. Yes, marks edited messages by showing the update date next to the creation one.

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

                                                      Hi. The specification just says that, for an edited post, an updated attribute must be set to the latest modification date, and an Update activity to the modified Note object be sent out there. There are no provisions for a history of changes or a modification reason that I know of.

                                                        [?]Beady Belle Fanchannel » 🌐
                                                        @Profpatsch@mastodon.xyz

                                                        New post: Can we have a more “social” media?

                                                        profpatsch.de/essays/a-more-so

                                                        On advertising, the Fediverse, and what a more human social web could look like.

                                                        Special mentions: @smallcircles, @phnt, @happy-programming

                                                          [?]Elena Rossini ⁂ » 🌐
                                                          @_elena@mastodon.social

                                                          With the news of the secret $100 million investment in Bluesky by Bain, I keep thinking about protocols.

                                                          Maybe the perceived "drawbacks" of are ultimately strengths?

                                                          handles identity in a way that allows a single sign-in across apps. But wouldn't this make it easier to profile you? Is this why crypto VCs are so attracted to it?

                                                          And ATproto has funding in the 100s of millions by VCs but at some point they'll want to turn a profit. There is ZERO pressure here to ensh*tt*fy

                                                            fedicat boosted

                                                            [?]W3C Developers » 🌐
                                                            @w3cdevs@w3c.social

                                                            📢 @w3c Breakouts Day 2026!
                                                            🗓️ Join us tomorrow - 25 March 2026, 13:00–14:00 UTC

                                                            The specification defines a social API and a federation protocol. Mastodon and compatible platforms implement the latter but not the former.

                                                            Join @evan's session to discuss the social , its value in the distributed social ecosystem, and the efforts to revive its use.
                                                            ▶️ w3.org/events/meetings/fd048dc

                                                            Meeting: Reviving the ActivityPub social API

                                                            Alt...Meeting: Reviving the ActivityPub social API

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

                                                              [?]ティージェーグレェ » 🌐
                                                              @teajaygrey@snac.bsd.cafe

                                                              Awesome! Thank you!

                                                              Thanks to oxzi, matoken, Louis Merlin, dandelions, Bruno Cesar Rocha and any other contributors I may have missed as well!

                                                              I submitted a Pull Request to update MacPorts' snac to 2.91 here:

                                                              https://github.com/macports/macports-ports/pull/31777

                                                              GitHub Continuous Integration checks are running, hopefully they will complete without issues?

                                                              Regardless, it's up to someone else with commit access to merge it!



                                                                AodeRelay boosted

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

                                                                I've just published version 2.91 of , the simple, minimalistic instance server written in C. It includes the following changes:

                                                                Fixed some local posts not being shown if the replied post is deleted.

                                                                Fixed web UI incorrect links to public posts for some configurations.

                                                                Fixed encoding bug in Mastodon-style share links.

                                                                Fixed an error that made imposible to leave empty the following hashtags or blocked hashtags from the web UI.

                                                                Include post attachments in the RSS feed entries.

                                                                Added some OpenBSD-specific documentation (contributed by oxzi).

                                                                Fixed some timezones (contributed by matoken).

                                                                Fixed some crashes (special thanks to Louis Merlin for helping me with this).

                                                                Updated Docker scripts to avoid generating a useless log file.

                                                                Fixed several memory leaks, key generation errors and HTML inconsistencies (contributed by dandelions).

                                                                Added ostatus.org and FEP-3b86 data to Webfinger objects.

                                                                Added a new CONTRIBUTING.md file. Among other guidelines, I explicitly say there that AI contributions are NOT accepted.

                                                                snac is now available as a Yunohost app. Thank you very much to Bruno Cesar Rocha for this.

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

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


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

                                                                  A curated list of software that offer decentralized social networking services based on the @w3c family of related protocols: https://delightful.coding.social/delightful-fediverse-experience/

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

                                                                    @liaizon It’s still a work in progress… but it’s been working well for me so far. My goals for now are simply to learn and understand as much as possible about , API, etc., while maintaining sovereignty over my identity and data. Maybe in the future I’ll make this open source. I don’t even have a name for it yet. It’s just a hobby… 🙂

                                                                    @ivory

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

                                                                      @liaizon It’s a piece of software I’m developing in my spare time as a hobby. It’s just pure PHP with SQLite running on a simple shared hosting server. Everything is up and running: , the API, which allows it to work properly with clients like @ivory . The only thing missing is polls. When I have more free time, I’ll focus on that…

                                                                        dansup boosted

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

                                                                        AodeRelay boosted

                                                                        [?]Rasmus Sindum » 🌐
                                                                        @sindum@mstdn.dk

                                                                        Meet Fedibook!

                                                                        The idea came from thinking about what it actually takes to get regular users onto the fediverse. Mastodon is great (i love it), but the follow-based model feels unfamiliar to some. Friends and Groups though — that's something everyone already understands.

                                                                        So Fedibook is a fediverse platform built around exactly that, using ActivityPub. Think federated address book meets social network, with the kind of social graph people are already used to.

                                                                        Current status:

                                                                        - Friend requests across servers working
                                                                        - News feed working, with visibility levels: public, friends-only, or local server only

                                                                        Hoping to open up for early testing and feedback soon. Open source of course.

                                                                        Screenshut of fedibook dev server

                                                                        Alt...Screenshut of fedibook dev server

                                                                          fedicat boosted

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

                                                                          The source code of is now available on . PawFed is a federated map for animal welfare: reports come from the via mentions, and permanent places like shelters and vets are pulled from OpenStreetMap.

                                                                          A location is not always required: if you have supplies or food to give away and can ship, just say so.

                                                                          Found an abandoned animal? Just report it.

                                                                          How to build a message: pawfed.org/tags

                                                                          Source code: codeberg.org/tom79/PawFed

                                                                            fedicat boosted

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

                                                                            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 .