Instances can go down, disappear or be unresponsive due to many reasons.

Go to your account settings now and export your account settings!

This file contains your subscriptions, follows, profile settings etc. It’s very easy to start over on a new instance when you have your export file.

Back it up, export it, save it, repeat occasionally.

  • kepix@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 days ago

    you guys get too serious about social media. just let the whole thing burn. youll register another temp email the next day and browse the same 3 active subs.

    • CombatWombat@feddit.online
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 days ago

      One of the most surprising things about developing for the fediverse is different social media users use social media very differently.

    • vogi@piefed.social
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      1
      ·
      2 days ago

      How though? A website cannot just access your hard drive and write stuff, as far as I know.

      • CombatWombat@feddit.online
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        There’s a file api you can use to interact with the file system directly. Practically, I’m not sure how much it would help, since you could only access it with permission while the website is open, and there’s no way to sync between devices, but it is hypothetically possible to write a feature that backs up your settings periodically.

      • Gnergy@piefed.europe.pub
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        3
        ·
        2 days ago

        Actually it can. Cookies, local storage … but using that for backups would certainly be an idea I haven’t heard before.

      • Axiochus@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        2
        ·
        2 days ago

        Wait, doesn’t every website do this? Or are there websites that only live in RAM?

        • 4am@lemmy.zip
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          edit-2
          2 days ago

          No websites should be able to access anything on your hard drive arbitrarily.

          Websites can ask the browser to store something in cookies, or local db storage; it can even say “here’s a file for download”. But it cannot just decide to place a download somewhere in your filesystem.

          The browser itself is accessing your filesystem to read and write cookies, cache, etc. and the website has (rightfully so) zero control over that, other than asking permission and offering up a link to something the browser may to may not decide what to do with.

          • Axiochus@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            2 days ago

            Didn’t claim arbitrary access, just writing to hard drive. But I see, so the browser is the mediating layer

    • bright@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      Automate a script to do it. It’s easier to make simple automations than most people would think