FEP drafting: Am I using “side effects” here the same way as other ActivityPub developers? I've seen the term used a bunch in casual conversation, but my personal understanding of it is kinda fuzzy.
there is currently a #Piefed Hackathon going on if anyone is interested in partaking. There are groups working on spanish, german, french and japanese translations, and a bunch of other things.
First talk today at the Social Web Devroom we have @pfefferle talking about the state of WordPress's fediverse integration#FOSDEM #ActivityPub #fedidev
Day 2 in Brussels (for this trip). I think I have adjusted enough to the time-zone change that I will be (mostly) awake for FOSDEM 2026 — which takes place this weekend.
After months of struggling with the “zombie post” issue on Hackers’ Pub—where deleted posts wouldn’t disappear from remote servers—I had a sudden hypothesis today. As I dug into it, I realized it’s a structural issue with Fedify’s MessageQueue system: Create(Note) and Delete(Note) activities can be delivered out of order, causing remote instances to receive Delete(Note) before Create(Note).
I was looking though a feed on a random Friendica instance and recognized an icon that I designed and instantly realized that Friendica is now using my iconography.fediverse.info project as an icon source for many pieces of software that federate to them!#fedidev
Cryptographic public-keys are one way that one can have an identity (on the Fediverse, and elsewhere) while also having privacy — through a pseudonymous identity.
While working on #Fedify, I noticed something about how #Misskey handles #ActivityPub object access. When a remote server requests a followers-only post or DM with a valid HTTP Signatures (draft-cavage) from an authorized actor, Misskey still returns 404 instead of the content. It seems Misskey only checks the visibility field (public/home) without verifying the signature at all.
with all the meta about the new social network called W going on I thought it was funny I just discovered a new flavor of #fediverse server at z.org. Looks like its author @maxfield got federation working last month and they named the software #Elektrine#fedidev
RE: varese.social/@emanuelecariatiAndré Menrath (@linos) did a great talk called [Interoperability of Events in the Fediverse] that I only just now got a chance to watch. This is an area of the #fediverse that really doesn't get enough attention, and the work that André is doing with event-federation.eu is super excellent. Anyway watch the presentation here vimeo.com/1137648835 and let's get events fully federating with all their depth and nuance intact!#fediverse #fedidev
[Fedify] is a #TypeScript framework for building #ActivityPub servers that participate in the #fediverse. It reduces the complexity and boilerplate typically required for ActivityPub implementation while providing comprehensive federation capabilities.
Found this helpful resource by Ben Boyter (@boyter@honk.boyter.org): a collection of sequence diagrams explaining how #ActivityPub/#WebFinger works in practice—covering post creation, follows, boosts, deletions, and user migration.
A ReDoS (Regular Expression Denial of Service) vulnerability has been discovered in Fedify’s HTML parsing code. This vulnerability could allow a malicious federated server to cause denial of service by sending specially crafted HTML responses.
A while back I mentioned the idea of “Fedify Studio”—a web-based toolkit for #ActivityPub debugging and development. I’ve been quietly working on shaping that idea into something more concrete.