This site is currently struggling to handle the amount of new users. I have already upgraded the server, but it will go down regardless if half of Reddit tries to join.

However Lemmy is federated software, meaning you can interact seamlessly with communities on other instances like beehaw.org or lemmy.one. The documentation explains in more detail how this works. Use the instance list to find one where you can register. Then use the Community Browser to find interesting communities. Paste the community url into the search field to follow it.

You can help other Reddit refugees by inviting them to the same Lemmy instance where you joined. This way we can spread the load across many different servers. And users with similar interests will end up together on the same instances. Others on the same instance can also automatically see posts from all the communities that you follow.

Edit: If you moderate a large subreddit, do not link your users directly to lemmy.ml in your announcements. That way the server will only go down sooner.

  • @Grouchy@lemmy.grouchysysadmin.com
    link
    fedilink
    English
    711 months ago

    The mods at lemmy.ml moderate the content that is hosted there. That includes copies of content that originate elsewhere, such as your instance. You’re still responsible for moderating the content your instance sends out regardless of where it is sent to. For example, this post will show up at lemmy.ml. The mods could delete it, or ban me, but the post will still exist on my instance and be readable to the general public. At least that is how I understand it.

    • @nutomicOPMA
      link
      English
      10
      edit-2
      11 months ago

      If a post from a remote user gets removed in a community on lemmy.ml, that removal should also federate back to the user’s home instance. At least in theory.

      So if you host an instance with no communities, the only moderation you need to do is prevent spam bots or trolls from using it.

        • @nutomicOPMA
          link
          English
          511 months ago

          Yes it should. I tried to test it just now but federation is overloaded.

            • @nutomicOPMA
              link
              English
              411 months ago

              Yes comments are stored in the database of each instance. Similar how email is stored on the servers of each participant. Fetching it from the remote server for each view would be way too slow.

    • @houseband23
      link
      English
      511 months ago

      So actually, your comment’s actual data is in your grouchysysadmin.com instance, and similar to following a symlink, lemmy.ml is just pointing to your data.

      Oh that’s super interesting.

      • @nutomicOPMA
        link
        English
        4
        edit-2
        11 months ago

        It’s mirrored in both databases.

        • _JB
          link
          English
          311 months ago

          I think this is the part I see as a potential hurdle for hosting a primarily auth-purposed instance. Fetching remotely would be too slow but data replication would exponentially increase storage over time. So anyone planning to self-host would need to take on the storage growth costs of all other federated instances raising the barrier for entry over time. Unless I’ve misunderstood this point

          • @nutomicOPMA
            link
            English
            511 months ago

            You only need to store the content from communities that you follow. So in a single user instance it will be very limited. And anyway its all text which doesnt take much space. Remote images/video are not mirrored.