transcript

A picture of the Ben Affleck Smoking meme, with the caption “Me seeing people on reddit telling other people to go to lemmy.world”

  • longjohnjohnson@lemmy.ml
    link
    fedilink
    English
    arrow-up
    38
    arrow-down
    1
    ·
    2 days ago

    A lot of people start off on a major instance, then after finding and vibing with another instance, can move to that.

    There’s tons of tools and things that allow for transfer of subscriptions and everything else so changing instances isn’t a big deal.

    The important thing is to get them on Lemmy first.

        • BeigeAgenda@lemmy.ca
          link
          fedilink
          English
          arrow-up
          5
          ·
          2 days ago

          I haven’t looked at the Lemmy codebase but here’s my thoughts on why they don’t “just” fix this.

          Unless the database is designed for easy migration from it can be a very large task to modify the database layout, as you nearly have to refactor everything.

          One way to solve this is that all posts/comments/votes uses an UUID as primary key instead of auto-incrementing IDs.

          • irelephant [he/him]🍭@lemm.eeOP
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            2 days ago

            Hi, so moving in AP (ActivityPub) doesn’t really work like that.

            Essentially, every action (like, follow, create etc) is an activity, “moving” something sends a “move” activity to every follower of an actor (group, user etc), which will make them follow the new account.

            So moving a community is really just making everyone unsubscribe from the old on, and subscribe to the new one, set the old one as read only, and setup a redirect (“This community has moved to !newcomm@instance”). The old comm will stay, and it can be browsed.

            Take a look at “nomadic identity” though, its a bit more similar to what you are talking about.

            • AwesomeLowlander@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              2
              ·
              2 days ago

              Mod actions don’t even federate properly yet, you have to have a local account to mod properly. And post pinning only works when the stars align. With all those basic features having issues, comm migration is nowhere near the top of the priority list.

      • longjohnjohnson@lemmy.ml
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        edit-2
        2 days ago

        What if you recommended a smaller instance and they get hugged to death and it ruins the experience for everyone else on that instance?

        Though, to be fair, world is already pretty hammered

    • applemao@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      2 days ago

      I don’t really get how to get into that. How do you find instances with more than 10 people on them ? Plus like you said, I have to make a new account for every instance which is super annoying