I guess I’m glad I was never a big Twat, so Bluesky wasn’t a place of refuge for me the way Lemmy was when Reddit went off the rails.

  • Dave@lemmy.nz
    link
    fedilink
    arrow-up
    0
    ·
    26 days ago

    I can absolutely understand that it’s difficult to conceptualise. For someone who already understands, the concept is dead simple.

    But I still remember the confusion trying to join Mastodon all those years ago. You are shown a list of servers, huh? Never being introduced to the concept of federated social media, just being asked makes you feel like you don’t belong because you don’t understand what’s happening.

    Ok, so you search around and work out that it’s across many servers. You now have to somehow pick a server with no frame of reference. Pick randomly and hope you don’t pick the lemmdgrad equivalent (which is always high on the list on join-lemmy.com BTW). Then you go to join and you have to apply - oh, but what if they don’t want me? How do they know who I am, why would they approve my application?

    Each one of these things is a barrier to entry, they stack like swiss cheese so that very few people make it through.

    Then there’s the part where all these people have friends that could help them through it, but the friends never mention the fediverse to them because of the whole don’t talk about thing. I am guilty of this.

    • Alaknár@sopuli.xyz
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      11 days ago

      And then on top of that you find a random Mastodon link in the wild, click it, a Mastodon instance loads, but you can’t reply/toot/do anything, because it’s not your instance and you’re not signed in. I still don’t know how to “convert” a link to my own instance (granted, I haven’t looked into that much really).

      • Dave@lemmy.nz
        link
        fedilink
        arrow-up
        1
        ·
        11 days ago

        There must be some sort of way to do it.

        Lemmy doesn’t handle this nicely either, though I still use this extension last updated 3 years ago: https://github.com/cynber/lemmy-instance-assistant

        If you’re the one posting a link, you can use a service like https://lemmyverse.link/ which will redirect a user to the same items on their own instance (after they set their instance the first time), though that site is run by the guy behind lemmings.world that’s shutting down in a couple of months, so it’s future may be a little uncertain. I’ve also seen https://threadiverse.link/ but I don’t know who run it.

        • Alaknár@sopuli.xyz
          link
          fedilink
          arrow-up
          2
          ·
          11 days ago

          Right, so it’s all “this might work, or it might not, or might die in a bit” - it’s chaos. It should be a native feature of the fediverse to auto-redirect to your instance.

          • Dave@lemmy.nz
            link
            fedilink
            arrow-up
            1
            ·
            11 days ago

            I guess the question is… how? Browsers isolate what they know about you to domains. When you go to Gmail, it doesn’t tell Gmail that you have a Hotmail email.

            As far as the browser knows, lemmy.world and lemmy.ca are as different as hotmail.com and gmail.com. The token that knows you are logged into lemmy.world is not sent to any other site, that would be a huge security risk. And the browser doesn’t know what is being stored in the cookies, just that it’s there and it should only send it to the domain it came from and never another.

            I don’t disagree that this is a big problem. I just don’t know how it would be solved while keeping the fediverse decentralised.

            • Alaknár@sopuli.xyz
              link
              fedilink
              arrow-up
              2
              ·
              11 days ago

              That’s one of the many fundamental design shortcomings of the Fediverse.

              But, in this particular case, the “how” could be a simple “redirect to a different instance” button, where you could select yours. Or the site could check for the cookies of known servers and check if one has a valid login token, and automatically redirect there.

              • Dave@lemmy.nz
                link
                fedilink
                arrow-up
                1
                ·
                11 days ago

                could be a simple “redirect to a different instance” button, where you could select yours

                Though not perfect, that would be a vast improvement on now. There are thousands of instances (remembering content is shared to Mastodon and others), and not every instance knows about every other, but you could auto-fill from the list the instance knows about, and if you end up back on that site it should remember what you selected last time and prefill it. Great idea!

                Or the site could check for the cookies of known servers

                This is simply not possible because browsers don’t let a site do this.