Do they get adopted by other instances? Are they still accessible from other instances? Can you still post on them from another instance?

Edit: From my understanding every instance that deals with a community has a cached copy. Will that copy disappear after a certain time, because it can’t phone to home anymore?

  • JustinAngel@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Just started learning about the fediverse but I suspect everything goes down with the ship. Sort of creates a development opportunity for community driven backup utilities, though. Interesting problems are fun development challenges :)

  • Prouvaire@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    I wonder if the activitypub protocol (or, if not the protocol then some other layer) allows for the idea of “community mirrors”. The way that the protocol works at the moment, as I understand it, only the host instance has a complete record of a community’s posts and comments. But if there was a way for a community to designate one or more other instances as “mirrors” which maintain a complete sync of a community’s content (going back all the way to the community’s founding), that would lower the exposure to instances going down.

    There would need to be a process (both technical and administrative) for a mirror to be designated as the new host instance should the original host disappear.

    This would build in additional resilience into the fediverse model, by taking advantage of its distributed nature.

  • Koordinator O@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    2
    ·
    1 year ago

    Lemmy is instanced. if the host “dies” everthing else dies with it. even the accounts and everything. as far as i understand it. maybe there will be a few cached posts from that instance but im not sure about that.

    • EdibleFriend@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      1 year ago

      I haven’t bothered playing with instances yet I just made my account yesterday. I need another account if I leave lemmy.world?

    • r00ty@kbin.life
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      Not quite. Other instances subscribed to remote instances are sent the information about new posts, comments etc and they store them locally on that instance. So, while there’s not be new content (since the main instance is the controller for all incoming content and distributes it back out, it would break the connection for new stuff.

      There are manual steps an instance admin could take, to take it over. Probably it would need some agreement as to who takes it on.

    • ashok36@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      2
      ·
      1 year ago

      This is going to make it impossible for any technical help communities to take root. The fact that the whole thing can just go poof completely turns me off from using something like that.

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

        I get the concern, but long term persistence is probably a rarity. The internet is still young. If anything a federated group of communities that are linked somehow will last far longer than a single server of even a large corporation. For the weeks that Lemmy et al have been growing, how to best develop communities that connect and last has been an ongoing question.

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

            The internet as most people know it and as companies depend on it isn’t that old.

            The difference being discussed here is a single existence vs. potential for redundancy. The best way for something to outlive even the places it’s stored is by repetition. That goes against both how we’ve grown things so far on the internet as well as the talk about competition among instances and the biggest one wins. It’s far better for there to be many groups that share information in some way but are their own entities and aren’t dependent on the rest.

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

        From memory posts are partially archived by Google’s cache, so if they’re indexed correctly people should still be able to search for something and have it as a result? Unsure if that would work if the whole domain is actually gone though

        • UnhappyCamper@kbin.social
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          1 year ago

          I understand what you’re saying, but I feel more concerned with the stability of instances due to the fact that they’re run by everyday people as something to do, they already have lives and jobs outside of this. Maybe it’s a passion project they pour a lot into, but the possibility of it crashing down for various reasons is a lot higher than a larger centralized service run by companies whose soul purpose is to run that service.

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

              This.

              If we don’t want things run so as to squeeze every ounce of value out of users, then things can’t be run by profit-seeking entities. They basically need to be run by altruistic people doing it for pro-social reasons, or we stay on the enshitification train.

              If people are really invested in a community remaining a forever space on the internet, we just need to develop the features for migrating those communities to new instances, and then having that community shell out for their own host.

              That is where stability will come from. Communities self-hosting.

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

              Gyfycat has also been running for 8 years, Imgur for 14. I’m talking only about the longevity of a service running. I don’t think people are expecting any instance to run for that amount of time, though its obviously too early to tell.

              Clearly these large centralized services eventually decay away due to power hungry individuals within, but it takes some time.

              I’m not sure if people are going to read this as I’m pro-centralized services, because I’m not, I’m just making statements.

  • sunaurus@lemm.ee
    link
    fedilink
    English
    arrow-up
    43
    ·
    1 year ago

    As of Lemmy 0.18.1, cached copies on other instances do not disappear if the original instance has died.

    In theory, it might even be possible to actually clone a cached copy into a new local community. This would require some database hacking, so not recommended unless you’re familiar with Lemmy code and SQL.

    • r00ty@kbin.life
      link
      fedilink
      arrow-up
      7
      ·
      1 year ago

      Not sure how it is on lemmy. But looking at the structure on kbin. I reckon you could (with a little sql magic) convert the existing one to a local magazine without cloning, and then people could subscribe to the new version or existing subs could also hack their sql to change the id to match the new instance and toggle the subscriptions.

      On Lemmy though I think images are not cached locally. So you might lose those. Kbin by default will also download images/media locally too.

      Not sure this would happen enough to add formal functionality for it though.

    • rm_dash_r_star@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 year ago

      I actually wondered about that. The way instances share data and store it is all pretty black box to me.

  • RespectMyAuthoriteh@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I’ve been wondering about this also since I started a new community in the last week and have already invested a fair amount of time into it. I’m hesitant to keep investing time and effort, though, if it can just disappear with no recourse.

  • comfortablyglum@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    16
    ·
    1 year ago

    If I understand the fediverse correctly, if the instance dies (meaning all the background servers are taken away), everything on that instance is gone; accounts, communities, posts, comments. Since the instance is the host, they are the ones holding the data; if they decide to stop, it’s gone.

    However, the creator of the community and its members could create new accounts on another instance to rebuild the community.

    • TheInsane42@lemmy.world
      link
      fedilink
      English
      arrow-up
      17
      arrow-down
      1
      ·
      1 year ago

      When that’s the case, wouldn’t it be nice to be able to migrate communities, so when an adminndecides to quit an instance, those communities that want to move can arrange that move.

      • comfortablyglum@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        6
        ·
        1 year ago

        I agree that would be nice. Hopefully it is something that will eventually get added as a possibility, but I don’t know enough about the background workings to say if it is being considered or not.

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

          I can’t imagine that archiving and instance migration aren’t on the hub roadmap, but they’re probably well beyond the horizon.

          Nascent tech rarely prioritizes development for contingencies like it’s own decay/demise.

          Bad mojo. 😆

    • HTTP_404_NotFound@lemmyonline.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      The accounts are gone-

      But, communities, posts, comments are all replicated. With a single flip of a bit, you can take that cached copy, and turn it into a local community.

      Users would need to re-subscribe/follow/etc, but, all of the data would be there.

      • fidodo@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        I’m hoping for account linking so you can have multiple synced accounts between instances so if one goes down due to load or permanently you can seamlessly continue without any issue.

    • Techmaster@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      I think it needs the ability for multiple hosts to opt in to co-hosting a community. It could work as a cache and provide some redundancy if something goes down, temporarily or permanently.