• Jesus@lemmy.world
    link
    fedilink
    arrow-up
    22
    arrow-down
    1
    ·
    6 hours ago

    Whenever Lemmy or Masto gets a flood of new users, a portion of them never make it past the instance selection and totally bail.

    The user experience was designed by people who literally respond to user feedback by telling users to commit new code to the project.

    It’s clearly designed by engineers who assume other users will be just like them.

      • Carighan Maconar@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        2 hours ago

        Probably not. Currently it seems on track that you’re always first on their main instance. If you’re technically inclined you could then start hosting a federated part yourself (or joining one), but this does not change that the actual entry experience is exactly the same as on Twitter, hence why transition is so insanely smooth and painless.

      • Bongles@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        3 hours ago

        The way sign up currently is, probably not. It would still default to bsky.social and your average person isn’t going to think about it.

        • madjo@feddit.nl
          link
          fedilink
          arrow-up
          1
          ·
          2 hours ago

          But then it’s not federated. It’s all on one giant monolith of a server. Perhaps the traffic is shared between machines, but that’s not the same thing as federated.

          • TheMachineStops@discuss.tchncs.de
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            48 minutes ago

            Below is how account portability work between servers, it is easy to migrate between servers.

            Account portability​

            We assume that a Personal Data Server may fail at any time, either by going offline in its entirety, or by ceasing service for specific users. The goal of the AT Protocol is to ensure that a user can migrate their account to a new PDS without the server’s involvement.

            User data is stored in signed data repositories and verified by DIDs. Signed data repositories are like Git repos but for database records, and DIDs are essentially registries of user certificates, similar in some ways to the TLS certificate system. They are expected to be secure, reliable, and independent of the user’s PDS.

            Each DID document publishes two public keys: a signing key and a recovery key.

            Signing key: Asserts changes to the DID Document and to the user’s data repository.

            Recovery key: Asserts changes to the DID Document; may override the signing key within a 72-hour window.

            The signing key is entrusted to the PDS so that it can manage the user’s data, but the recovery key is saved by the user, e.g. as a paper key. This makes it possible for the user to update their account to a new PDS without the original host’s help.

            A backup of the user’s data will be persistently synced to their client as a backup (contingent on the disk space available). Should a PDS disappear without notice, the user should be able to migrate to a new provider by updating their DID Document and uploading the backup