quiet, Uncategorized

Bridgy Fed status update

Since our last episode, I’ve implemented the client side of ATProto federation in Bridgy Fed. I’m now creating new did:plcs, inter-service JWTs, and repos on the fly, converting posts to ATProto records, and committing them. I also stood up a serialized hub for serving those local ATProto commits to subscribeRepos subscribers, along with a task queue to propagate them there.

The end result is that I now have a one way, end to end pipeline to receive web and ActivityPub posts and federate them all the way to an ATProto BGS. I’ve tested locally, and it’s working. I’m looking forward to testing against the sandbox!

Next is the other direction. There isn’t yet a subscription XRPC for notifications, so I need to build a dedicated process to poll listNotifications on the AppView. Sigh, ok.

Oh, and I threw together a fun comparison chart of IndieWeb, ActivityPub, ATProto, and Nostr.

Previously, previously, previously, previously.

Standard

25 thoughts on “Bridgy Fed status update

  1. Pingback: Last Week in Fediverse – episode 34 – The Fediverse Report

  2. Any reason you’re using did:plc over did:web? Considering the accounts on the bridge will never (and should never) leave the domain, I would assume did:web is a better fit.

  3. Mainly because Bridgy Fed is more than just web sites! It can and will bridge Bluesky to the fediverse, Nostr, and more.

  4. Oh, you mean did:webs on *.brid.gy itself? True! No good reason except did:plc is clearly more mature and well supported in the Bluesky stack itself, at least at this point, so I trust it more, and it was easy to do. Supporting domain handle resolution took noticeably more work!

  5. Hi all! I finally got another big bit of Bridgy Fed interop working earlier today: bridging Bluesky replies, likes, and reposts into the fediverse. (Only…

  6. Another brief Bridgy Fed progress report: first pass at Bluesky support is feature complete! All basic interactions – user discovery, following, posts, replies, likes, reposts…

Leave a Reply

Your email address will not be published. Required fields are marked *