I feel like I may be missing something when it comes to BlueSky, or maybe both I and those trying it out are but in different ways. My understanding is that BlueSky is currently like the Mastodon Social instance is for Mastodon but of the AT Protocol under development, with the long term aim being that once their protocol is sufficiently developed to their liking, they’ll put out the version capable of federation for others to spin up their own instances with.

However, once they do that, won’t it basically create some of the same problems people already have with ActivityPub, i.e. instance choice, federation confusion, etc.?

What’s supposed to set it apart and address existing issues rather than reinvent things and add their own distinct issues?

  • maegul (he/they)@lemmy.ml
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    1 year ago

    Not an expert, I only have impressions …

    The main difference is their architecture which is to some extent presumed by their protocol or at least designed to work with it. The architecture is more pyramidal while the fediverse is more flat/spherical. That is, ATProto will have big centralised servers receiving and sending out basically all the data, with everything else like the platform (like bsky, mastodon, lemmy) and feeds (like communities) and moderators (kinda like communities too?) processing and filtering this data stream for as it sees fit. Across these platforms, feeds etc, you’re able to move around with a single account and pick and shoes what you use. As you move further down stream from the big central server, the app you make becomes more simple to make (like the feeds in BlueSky now).

    The idea being that individual instances aren’t so central to the system, which I think is a good thing. Users are more free in their system to move around without new accounts and losing or breaking the connections they’ve made. Also makes sense to me.

    The big alarming aspect is the primacy of the big central server. They’ve said that multiple can exist but that it’ll be like search engines, only a few will bother to put in the effort.

    By comparison, the fediverse is flat … a bunch of independent instances communicating with each other as they see fit. That’s basically it. Each user is bound to and stuck on their instance, which means when defederation happens it can be quite dramatic for the simple and obvious reason that all the users of an instance aren’t the same or hold the same values.

    Frankly, it’s a system designed to create drama, while, IMO, mostly failing at its purported purpose, which is to foster communities. Because, first, you need software platforms to facilitate, and most on the fediverse suck at it (where are instances specific private chat rooms of any sort on the fediverse), and second, communities grow organically which is actually impeded by being stuck on an instance.

    The latter is why we have federation in the first place … organic community building … which apart from basic moderation needs really calls into question whether the whole instances thing has much value apart from being the obvious Web 2.0 circa 2012 way of doing decentralisation. Taking the tight coupling between user, instance, platform, moderation (and allegedly community) but instead allowing these to be modular and composable with the user in the driving seat all sound like good ideas to me.

    I personally hope ATProto mostly delivers on the promises of their system so that this whole idea of a decentralised social internet can move forward.

    • RobotToaster@mander.xyz
      link
      fedilink
      English
      arrow-up
      9
      ·
      edit-2
      1 year ago

      I’m personally not convinced bluesky will ever be truly decentralised.

      I suspect the reason they have delayed implementing federation for so long is to get as many users on their centralised service, and the big central server will be used to impose their choice of censorship. Even if you can theoretically run your own master server, if 99.9% of users only use bluesky’s it’s meaningless.

      I do agree that defederation is the biggest issue holding the fediverse model back, however. It makes choosing a server overly complex.

      • maegul (he/they)@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        Not a bad take on BlueSky. The other funny side of it is that many of the users there don’t want any federation to happen at all.

        It’s not unreasonable though that they have wanted to make sure their system of federation etc works well before they open it up, and that that has taken some time. By all accounts they have a small team and are generally making slow progress, and if they see themselves as competing with Twitter, they probably think it needs to work well straight out of the gate.

  • fediverse_report@lemmy.ml
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    I actually set out to answer this question in a blog post, but it turns out that the answer is quite complicated, so I have to write an entire series about it. First part I published this week, which explains all the different components that make up the Bluesky network:

    https://fediversereport.com/how-bluesky-works-the-network-components/

    I don’t think that they’ll run into the exact same problems that AP-fedi has, as the design decisions are often made specifically to avoid some of these. However, their design decisions create new sets of problems for the network, which I’ll get into later

    • maegul (he/they)@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Nice! Was wondering if you’d pop in to this thread!

      Looking forward to the rest of the blog series. Are you at all interested in or looking at what layers/components are amenable to 3rd-party community driven (decentralised?) development of alternative/new apps etc. The feeds system is obviously designed for that (and Relays obviously for big hitters only) but I’m unclear on the rest and curious to hear what anyone else thinks.

      • fediverse_report@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Heya! Good answers earlier by you!

        Yeah I think I’ll have to get into that, but I’m starting to run into the limit of not being a programmer myself, and information is pretty scarce on ATproto. The article differs from their own federation architecture description from earlier in the year, simply because its outdated and noone has formally written down the new info, so that was a bit of a struggle haha https://blueskyweb.xyz/blog/5-5-2023-federation-architecture

        At any rate, the PDS’s are amenable for sure. Robin Berjon is the furthest along with thinking here, with his AP over AT piece: https://berjon.com/ap-at/ Responses I’ve seen havent suggested its technically impossible, but probably difficult for reasons that I tuned out of reading because I didnt understand :D

        Beyond that, people keep talking about the lexicon and how that at is core is also versatile; similar to how fedi has Mastodon’s type=Note that everyone uses, even though you can create any ‘type’ you want. I’m pretty sure that nobody has done that yet tho.