this post was submitted on 29 Mar 2024
77 points (89.7% liked)

Fediverse

27795 readers
897 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 [email protected]!

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
 

I recently finished the episode of The Verge's podcast #Decoder with the interview to Bluesky's CEO and it seems a quite interesting project. At the beginning I wasn't looking really into it because of their choice of using a new protocol instead of the existing ActivityPub, but after listening to her and the reasons behind this choice maybe I'll give them a chance.

What do you think? Do you use it alongside with the fediverse?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 5 months ago (1 children)

I don’t know much about their protocol

As far as I understand, Bluesky is basically a central authority in their protocol. I wouldn't really call that better than ActivityPub.

[–] Plopp 0 points 5 months ago (1 children)

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.

[–] [email protected] 10 points 5 months ago (1 children)

Can you be more specific? How is AP inefficient? What are the nonstandard extensions that devs have made?

[–] Plopp 0 points 5 months ago

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.