• Buddahriffic@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    14 hours ago

    Even with jpeg, you only lose data each time it’s encoded. If you save the file instead of taking a screenshot, the quality remains the same.

    That said, I don’t know if there’s a digital storage method widely used that will last longer than a book without some sort of active aspect to the storage (like copying the files to a new medium every now and then).

    I think punch cards are one that can, but they aren’t used much anymore due to poor density and speed, plus being susceptible to literal bugs. It’s possible to encode digital information into carved rock, but that would also have density issues (higher density means less reliability because the amount of damage required to make it unreadable is lower).

    I think there’s a good chance that a lot of the knowledge we have today could be lost entirely if civilization collapses to a certain degree just due to how we store it.

      • Buddahriffic@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        10 hours ago

        Yeah, though it has that issue with data density. The denser the data, the more likely it will become degraded from erosion or chipping.

        Also if there’s a discontinuity between our civilization and a future one, the denser the data, the less likely any future civilization would discover it’s there, even if it still has enough integrity to be read.

    • crusa187@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      12 hours ago

      You’re right, the format’s integrity is only as good as the medium upon which it’s stored. Hard disks are really only good for a few decades if left untouched. Punchcards maybe a few thousand years if sealed up well.

      The “active aspect” you mentioned is the key. There are file storage systems which employ regenerative error correction to achieve exactly this sort of desired outcome. I use one on my home server called ZFS. It was originally developed by Sun Microsystems and works great. The only catch is that there is a limit to the number of drives in your storage array which can fail before data becomes unrecoverable. So, you have to be constantly vigilant, and if a drive is starting to go, replace it before a potential worst case scenario of cascade failure.

      Unfortunately, I don’t know of a way we could store something indefinitely without this kind of active monitoring and occasional TLC. If a sort of caretaker is required, this might be a good job for AI with real world robotic hooks - have it monitor the array and fabricate replacement drives for installation as needed.

      • Buddahriffic@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        11 hours ago

        One other possibility that just occurred to me is to encode it into living DNA along with better error correction mechanisms so it doesn’t mutate. Like thinking from a “leave data for future civilizations to find” perspective, though it could also be a decent long term passive(ish) archival. Maybe completely passive if a self-sustaining but isolated environment could be created for it.

        Not great for data you want to keep but also actively use, though. Or data you want to be able to modify.