Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

I just learned that #Libranet.de is the longest running #ActivityPub server on the 'verse.

General Discussion
4 2 10

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 1 Votes
    9 Posts
    58 Views
    @matt @reiver I'm at capacity for supper but I would love to meet up at A La Becasse afterwards? Like around 9?https://alabecasse.com
  • 0 Votes
    1 Posts
    8 Views
    Week in Fediverse 2026-01-30Servers- Betula v1.6.0- stegodon v1.6.2- flohmarkt v0.14.3- Friendica v2026.01- PeerTube v8.0.2- Manyfold v0.132.0- Hubzilla v11.0- Ktistec v3.2.8- Castopod v1.14.0- NodeBB v4.8.1- shops v0.2.1- PieFed v1.5.4- Loops v1.0.0-beta.9Clients- Pachli v3.3.1- tooi v0.20.0- PeerTube-GTK: Native desktop PeerTube clientTools and Plugins- Poduptime v6.2.0- FediBoost: Automatically boost WordPress posts on connected Mastodon accountsFor developers- APx v0.21.0Articles- A Crowdsourced Photo Gallery from the Fediverse – the Open Social Web in action- Community, Fedi-style-----#WeekInFediverse #Fediverse #ActivityPubPrevious edition: https://mitra.social/objects/019bebbb-adee-b1ae-ab85-c1825103684b
  • 0 Votes
    2 Posts
    13 Views
    @mcepl Here's another pragmatic option: implement ActivityPub groups, which are already widely used in Fediverse:https://codeberg.org/forgejo-contrib/federation/issues/55This is easier to implement than ForgeFed, and will allow us to comment on issues and PRs from our favorite fedi platforms.
  • 0 Votes
    1 Posts
    13 Views
    Today's deep dive into #activitypub#selfhosting a #pixelfed instance, I send a Follow request to a selfhosted #wordpress blog with AP plugin. The returned Accept Follow payload gets processed by InboxWorker where it just fizzles.I then send a Follow request to this account hosted on mastodon.social. That payload gets processed by InboxValidator instead, then on to ActivityHandler and down the FollowPipeline as expected.Only message difference is #mastodon adds a 'username' field.Bug?