• @JovialSodium@lemmy.sdf.org
    link
    fedilink
    322 months ago

    My tenuous understanding from an article I read about the AT protocol but barely remember is that it can’t be fully decentralized. I think you have to use bluesky for user authentication. And I think it said the hosting hardware requirements would be significant to the point where it’s not very feisable. I welcome corrections/clarifications.

    Point is, assuming that’s reasonably correct, true decentralization isn’t possible. And by it’s nature as a big corporate owned site, enshittification is inevitable.

    • @floofloof@lemmy.ca
      link
      fedilink
      232 months ago

      Yes, apparently their protocol sends everything to every node, so it would overwhelm anything but a very powerful and expensive server. The Fediverse’s ActivityPub protocol is more efficient and only sends traffic where it is needed.

      • @aeshna_cyanea@lemm.ee
        link
        fedilink
        2
        edit-2
        2 months ago

        This was true for a while but they’re updating the sync protocol to support sharding etc. people are running full network relays off a raspberry pi

    • P03 Locke
      link
      fedilink
      English
      102 months ago

      It’s federated in name only.

      I blame ActivityPub. W3C didn’t get their shit together when they invented the standard and now we are paying the price.

      • Flax
        link
        fedilink
        English
        32 months ago

        Or just users being too stupid. I do not see any real problems with AP

    • @aeshna_cyanea@lemm.ee
      link
      fedilink
      1
      edit-2
      2 months ago

      The authentication parts uses a standard w3c developed format called DID. https://en.wikipedia.org/wiki/Decentralized_identifier it’s basically a more general form of a url that must point to a specially formatted file. There are several did methods. atproto supports did:web which stores the doc at a user-set http URL path, and also did:PLC which stores the doc in a special database controlled by bsky. They plan (hopefully) add more methods in the future.

      But yeah, the currently supported did:web authentication method is fully independent of bsky inc