this post was submitted on 29 Mar 2024
77 points (89.7% liked)
Fediverse
28295 readers
684 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As far as I understand, Bluesky is basically a central authority in their protocol. I wouldn't really call that better than ActivityPub.
Well, there are many different aspects to take into account. I was thinking more of how inefficient AP is when it comes to system resources and network usage, and some other things I can't remember that made me go "yikes" when I read it. Also how it's used for things the protocol doesn't really have support for, so devs make their own solutions that are now part of the AP Fediverse even though the protocol itself, that is the backbone of the thing in question, doesn't support the things that is a part of the thing. It seems a big mess in many ways, and I believe that Bluesky doesn't have those issues.
Can you be more specific? How is AP inefficient? What are the nonstandard extensions that devs have made?
It's been quite a while since I read about the inefficiency. I think it had something to do with CPU load, and that it's unnecessarily "chatty" in some ways that causes servers to use unnecessarily large amounts of data. And the extensions had to do with different types of services, where the AP spec is best suited for one type of service (like maybe micro-blogs iirc), and others have to use the spec in weird ways or add things on top of it to implement other features that are important for those other types of services, like more forum-esque type things like Lemmy. Don't remember exactly what they were, but one thing I read last week was that guy who had to shut his AP project down because he used a method of fetching data, that Mastodon (or whichever service it was) uses but isn't part of the AP spec, and poorly documented, so he implemented it wrong which had horrendous consequences for him, but that's a different story.