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.

  • @Two9A@lemmy.ml
    link
    fedilink
    English
    311 months ago

    Might be a silly question, but: does ActivityPub support setting up a subinstance that gets its data from somewhere else? Traditionally you’d probably do that with a pgsql machine and multiple frontends, but having thought about it while typing this out, putting that load on the ActivityPub protocol would mean loading up the master to much the same extent as just having the traffic hit the master directly…

    • @nutomic@lemmy.mlOPM
      link
      fedilink
      English
      611 months ago

      You can setup a new instance (or join an existing one), then follow remote communities you are interested in. All the content will get mirrored over time, and you can interact with it seamlessly.

      • GuyDudeman
        link
        fedilink
        English
        211 months ago

        I’m not clear on how that works. Are you saying that each Lemmy instance hosts the content from every other Lemmy instance?

        • @nutomic@lemmy.mlOPM
          link
          fedilink
          English
          311 months ago

          Yes federation mirrors the text content on each instance where it is visible. Images are only hosted on the original instance.

          • GuyDudeman
            link
            fedilink
            English
            111 months ago

            So there’s no way to delete a comment you make, across the board? There will always be a copy of it somewhere?

            • @nutomic@lemmy.mlOPM
              link
              fedilink
              English
              111 months ago

              Deletions are federated. But in a distributed system there is no guarantee that it will be deleted everywhere.

              • GuyDudeman
                link
                fedilink
                English
                1
                edit-2
                11 months ago

                Interesting. On an entirely separate note - when I click the “Show Context” button on a reply in my inbox, it treats it like a permalink instead of showing the previous comments that led to that comment, if you know what I mean? It directs me to that comment instead of its parent.

    • Tmpod
      link
      fedilink
      English
      311 months ago

      I’m not sure how such arrangement would work, but if postgres really becomes a bottleneck, hosters could consider some sort of managed postgres cluster.