Would be helpful for most new users to understand how Lemmy works and how the different hosts interact with each other in a basic way.

  • simple@kbin.social
    link
    fedilink
    arrow-up
    23
    ·
    1 year ago

    Adding to what the other guy said, you can think of Lemmy as a collection of servers. Right now you’re on lemmy.ml, but some people are on https://beehaw.org/ for example. Beehaw is also Lemmy, but it’s a different server with different users and communities.

    Here’s what makes the Fediverse cool though. You don’t need to go there to interact with them. You can stay on lemmy.ml and access and comment on Beehaw. When you’re on the home page it defaults to “Local”, but if you click on “All” you can see posts from different servers. Same thing when you click on “Communities” at the top. It lets you browse communities on different servers by clicking “All”.

    Let’s say you wanted to browse the gaming community on Beehaw. You can write “gaming” in the search field and find gaming@beehaw.org, or you can just type it into your search bar as https://lemmy.ml/c/gaming@beehaw.org

    Now you can browse, comment, vote, and interact with that community. I posted this comment from https://kbin.social/ , which is NOT Lemmy, but since the Fediverse is connected we can basically interact with each other from different websites.

    • Kichae@kbin.social
      link
      fedilink
      arrow-up
      7
      ·
      1 year ago

      A detail that is useful to keep in mind, as it can explain some edge cases, but which isn’t critical to actual day-to-day usage, is that whenever you’re viewing a community hosted on another server, you’re not viewing the content on that server. Instead, you’re viewing a mirror of it hosted on your local server.

      This means there may be comments or posts viewable on the community’s host server that you’re not seeing yet, because they haven’t been passed along to the instance you’re using yet. The remote community needs to actively forward new posts and replies to instances that are following it.

      This is also why if you follow a remote community from a new instance – that is, you trigger the mirroring – you won’t necessarily get the whole backlog of posts from the community. Just like how if you subscribe to a magazine, you only get future print editions (they don’t send you their entire back catalogue), when an instance subscribes to a remote community, it only receives future content.

      • BurningnnTree@lemmy.one
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        Interesting, do you think this approach will limit how big Lemmy can get? For example, if a server wanted to subscribe to ten communities that are the size of large subreddits, how much data would that be? How much would it cost to maintain a server that could handle that?

        • pancake@lemmy.ml
          link
          fedilink
          arrow-up
          6
          ·
          1 year ago

          Only text is mirrored, images and video are hosted on the instance where they were posted, so overall it’s really cheap to store all of that, and even more so if the load is distributed across many instances.

        • Kichae@kbin.social
          link
          fedilink
          arrow-up
          6
          ·
          1 year ago

          Generally speaking, text is cheap to transmit and store. It’s images and video that could be a real issue.

          But ultimately, content on small instances may end up being somewhat ephemeral. Developers and admins may want to look into ways to earmark significant posts so that they don’t end up in the dustbin, but 90%+ of what gets posted to social media isn’t actually worth saving long term anyway.

      • Walop
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        This seems like a very important aspect of the system and should be explained more prominently for everyone.

      • perkele
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        It strongly reminds me of linked IRC servers, I love it.