|
|
|
|
|
by huffman
5003 days ago
|
|
Those are good point. I guess I was more curious about how the data is stored — say someone 100 years from now picks one of these up and wants to read the data. Will the format in which it's stored prevent them from doing so? |
|
If you get a disc with ASCII text and can read the bits a 100 years from now, even if ASCII coding is lost to history, as long as you can figure out the thing is supposed to contain writing that uses 8 bits per letter, and still know English, a trivial pattern analysis gets you the code table you can use to read the text.
The plaintext can then be used to describe the formats for whatever other data the disk may contain.