Slashdot Mirror


Ask Slashdot: Storing Items In a Sealed Chest For 25 Years?

New submitter accet87 writes "We are celebrating the Silver Jubilee of our graduation next month and have come up with an idea where we will build an air-tight chest in which each of us will deposit something and will open the chest only on our Golden Jubilee, i.e. after another 25 years. I want to understand what kind of items can be safely stored for 25 years and what kind of precautions are required to be taken. I am sure things like paper, non-ferrous metallic objects, wood, etc., will hold up well. What about data storage electronically? I don't think CD/DVDs, etc., will be usable. Even if the data is retained, reading it in 2037 may be a challenge."

64 of 434 comments (clear)

  1. Lesson from school by Anonymous Coward · · Score: 3, Funny

    On my first day of class of Junior High school, my Mother packed a lunch for me, which include a Thermos full of milk.

    I promptly threw it in my locker and forgot about it.

    On my last day of class, I was cleaning out the locker and found the abandoned Thermos. I brought it home unopened.

    My Mother made me take it out to the far end of the lot and open and empty it out there, which I did.

    The moral of the story: Don't put milk in your sealed chest!

    1. Re:Lesson from school by Anonymous Coward · · Score: 3, Funny

      I'd also like to add do not put a frozen turkey in your sealed chest.

      In my final year of high school, I took one from my parents freezer and placed it in a garbage bag. My friends and I found a locker which was bolted shut in an unused section of school and let it sit for a few weeks. Just before final exams, we carefully cut the bag open just before final exams. The smell was unbearable, and it permeated throughout the school so well that it took a few days for someone to locate it.

      For the love of god, don't put a frozen turkey in your chest!

  2. Put stuff in sealed plastic cases? by mlts · · Score: 3, Informative

    If I were storing stuff for a long time, I would consider using an airtight sealed case, oxygen absorber and a dessicant, making sure that if any liquid came out, it could not touch the protected device. I would separate out items just to be safe.

    Some items, like SD media, I'd also consider using anti-static packaging just for peace of mind as well.

    1. Re:Put stuff in sealed plastic cases? by similar_name · · Score: 4, Insightful

      What should you put in a time capsule? Anything non-perishable that might mean something to you. Consider people recovering their time-capsules from 25 years ago. There might be a 5.25 floppy in there with someone's favorite childhood game. It may be difficult to play the game but the floppy disk's texture, smell, and label will bring back the memories. If you're going to store media you may find that in 25 years the data on it may be a pain in the ass to retrieve but the object itself will mean something. I also suggest media that you've used a lot. For example if you've been using a particular usb drive for the last year and it's time to upgrade put the old one in the capsule. 25 years from now the memories of using it are likely to bring you back more than the data that's on it.

    2. Re:Put stuff in sealed plastic cases? by Anonymous Coward · · Score: 5, Interesting

      Acid-free archival paper should be good, even for photos. Look at what the manufacturer says - they mean serious business when they make these papers, real art will be put up in museums reproduced on them.

      As far as data goes, the fastest way is to yenc encode (like MIME/base64) it and print it out on said archival paper. It is possible you can get it transferred to microfilm but that's hard to OCR even nowadays. In 25 years, the yenc algorithms will still be around, and you can OCR and decode the data from the paper; if it consists of an executable it will probably not be a problem to run since we have x86 emulators as we are now, but you never know. libjpeg will still be around, libz, libpng, etc; if all else fails, describe the algorithm and data structure and print THAT out, it is much smaller than an executable. Then you can re-code the lost libz and decompress your data.

      If more data is that important to you, you have a few routes:

      You can make cassette tapes full of data like old computers used to do. Don't laugh. Just put a player in the "time capsule" too.

      You can store multiple redundant archival DVDs including QuickPAR files *along with a DVD drive using USB 3.0*. It may die due to permanent magnet weakening but other than that it'll almost definitely survive. It's true that they degrade with time but that is also usually with usage. It is likely that, if you can read them, they will retain enough information, along with the surviving QuickPAR chunks, to reconstitute one. Even better, since there is a push to archive things on DVD discs, it is possible that in 2037 there may be drives in some public center for people to come in and read their old archived discs.

      A small faraday cage will do miracles with other magnetic materials.

      But if you're going to all the trouble, why not just keep all this stuff with you for the next 25 years? :-D

    3. Re:Put stuff in sealed plastic cases? by cpu6502 · · Score: 5, Insightful

      You don't have a 5 and 1/4 inch drive? :-o Put in the whole PC. I recently uncovered an old laptop at work with Windows 3.1 and it was fun playing with it again. (Mainly reinforcing what I already knew: Microsoft Windows prior to 95 and NT4 was complete garbage.)

      It will be fun to look at the old Windows XP or Vista OS and say, "Man things were primitive back then. Only 2 gig of RAM? How did they ever manage to run with so little?"

      --
      My AC stalker: " I personally agree with your posts most of the time, but that won't keep me from modding you troll"
    4. Re:Put stuff in sealed plastic cases? by Z00L00K · · Score: 2

      Storing data on some devices may be more reliable than others. E.g. on EPROMS may work, just provide information about how the data is stored.

      And if you look back - 25 years isn't that bad. But it's bad enough to see that we did change physical storage media formats and interface types a few times. Mid 80's saw 8" hard disks, 5.25" floppies, ST506/ST412 hard disk interfaces and CD-ROM:s. Those were replaced by 5.25" hard disks with IDE interfaces and 3.5" floppies. Then the USB bus appeared and we could see all kinds of memory modules - like USB sticks, SD cards etc with a lot more capacity than the floppies and early hard disks. And the IDE interface is now replaced by the SATA interface.

      But even though media has increased in size the last few years I suspect that the rate of change when it comes to hardware interfaces is going to slow down a bit - people will get irritated when old media can't be read. (That's why I still have an old 386sx with a 5.25" floppy drive just in case.) This means that storing data on a memory stick supporting USB3.0 may be possible to recover after 25 years. But don't count on data stored on hard drives since the interface and protocol may change again to improve performance. The SD cards have changed over time a bit, but a micro-SD card may still be readable. However I don't know how well flash memories actually can retain data in the long term.

      Considering the number of devices today that uses the old MS-DOS filesystem (ok, not exactly, but FAT-32 at least) it may be possible that it will still be around by then. Other filesystem formats are less likely to survive that well, but NTFS may survive, and the Linux ext2-4 filesystem formats as well as the ISO 9660 (used by CD-ROM:s)

      During the next 25 years it is possible that the Linux kernel may fork, but I suspect that it will still be around - it has spread to an amazing number of devices even though it isn't on the desktop for a number of reasons. (Except for the more dedicated users)

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    5. Re:Put stuff in sealed plastic cases? by SJHillman · · Score: 3, Insightful

      A ten year old laptop with a CD drive (or a five year old one with DVD) is pretty cheap to include. I still have one computer with a 5.25"/3.5" combo drive and two more with just a 5.25" drive (no HDD). They last in storage excellent - I only use them a few times a year.

    6. Re:Put stuff in sealed plastic cases? by SJHillman · · Score: 2

      I see internal connectors (IDE/SATA) being easier to come up with than external connectors (USB/firewire) after that much time. There's still plenty of motherboards with a single IDE connector on them, but eventually they may start breaking compatibility with older versions of USB. By 2037, we might be on USB 8.0 that's only backwards compatible with 5.0 and later and you won't be able to find anything that will connect with 3.0. However, they still might stick a single SATA-II compatible connector on some motherboards for backwards compatibility. Of course, this is just assuming current trends for providing older interfaces holds up - hard to say where computers will be in 25 years. We might be standardized on some totally new technology not yet on the drawing boards or we might just have thin clients with no extra ports at all and do everything in the cloud.

    7. Re:Put stuff in sealed plastic cases? by Nyder · · Score: 5, Informative

      What should you put in a time capsule? Anything non-perishable that might mean something to you. Consider people recovering their time-capsules from 25 years ago. There might be a 5.25 floppy in there with someone's favorite childhood game. It may be difficult to play the game but the floppy disk's texture, smell, and label will bring back the memories. If you're going to store media you may find that in 25 years the data on it may be a pain in the ass to retrieve but the object itself will mean something. I also suggest media that you've used a lot. For example if you've been using a particular usb drive for the last year and it's time to upgrade put the old one in the capsule. 25 years from now the memories of using it are likely to bring you back more than the data that's on it.

      I have picked up 25+ year old computer systems that work fine. Floppies that are that old, still retaining the info and working. And we are talking like sitting in an attic or garage or basement for many years. Not only do I and many others have systems that can read the info from 25+ years ago, i'm sure if you put stuff on CD/DVD's and maybe a thumbdrive, peeps will be able to get to it to check out.

      --
      Be seeing you...
    8. Re:Put stuff in sealed plastic cases? by grumbel · · Score: 5, Informative

      USB is pretty much everywhere these days, in your phone, your game console, in your MP3 player, in your harddrive, in your TV, maybe even in your toaster. In Europe there it's even part of law, as they want to get rid of all the custom phone chargers. For mouse and keyboards you don't need anything faster then USB1.0, so there is no need to upgrade, so I would expect that to be around for a pretty damn long time, especially given that right now there is nothing on a the horizon to replace it and even if, whatever will replace it will very likely be either compatible or can be made compatible with a cheap adapter, just like you can still get a serial port and an IDE apdopter for your computer today.

      The whole obsolete hardware craze is really a little overrated, as when it happened in the past, it was always with pretty damn obscure hardware. Of course not everybody has a machine around to read some old NASA tapes, so you will have trouble reading those in a few decades, but pretty damn near everybody has something around to read USB.

    9. Re:Put stuff in sealed plastic cases? by similar_name · · Score: 2

      I'm not saying you can't bring back the data I'm only suggesting that the object itself will bring back more memories. So if you include a laptop it should be one you used a lot. Maybe even your first one as that will likely mean more to you. If you go out and buy one solely for the purpose of retrieving data I think you'll find 25 years from now that the laptop gives you a sort of indirect nostalgia compared to a laptop you used frequently.

      I can play River Raid on Stella any time I want without having buried anything. Holding a River Raid Atari 2600 cartridge in my hand provides another kind of nostalgia. The feelings of anticipation and excitement I had as a kid is very connected to that piece of plastic as much or more than the few kilobytes of data on it. Of course an entire Atari with a few cartridges could be even better but likely with diminishing returns for space. I guess what I'm trying to say is don't put the data above the media that delivers it. 25 years from now the physical objects that held your data will trigger more senses. So if you're going to put a computer in a time capsule, do it because it was your computer not because you're trying to preserve what 25 years from now will be a tiny amount of data. Data of any importance or meaning you'll likely still have access to anyway.

    10. Re:Put stuff in sealed plastic cases? by icebike · · Score: 5, Informative

      Acid-free archival paper should be good, even for photos. Look at what the manufacturer says - they mean serious business when they make these papers, real art will be put up in museums reproduced on them.

      We are talking 25 years here.
      You don't need to be particularly worried about printed documents, even photos, over that short period.

      Go into any business that has been around for 30 or 40, or dig into some boxes in your attic or your parents attic, dig into the back of the file cabinets or storage boxes, and you will find documents much older than 25 years that are in perfect shape.

      Acid free paper is for 100 years plus, and has been the norm for off the shelf office paper since the 60s or earlier. True archival paper is Alkaline paper, which has a life expectancy of over 1,000 years for the best paper and 500 years for average grades.

      So for 25 years, no special precautions need be taken when using common commercial printing paper that you might buy at your local office supply store.

      Even Newspapers can be saved for 25 years by simply bagging them in plastic, but it might be better to access the newspaper's web site and print the desired articles on you laser printer using standard office paper.

      25 years is not that hard to do.

      --
      Sig Battery depleted. Reverting to safe mode.
    11. Re:Put stuff in sealed plastic cases? by nospam007 · · Score: 4, Interesting

      "Acid-free archival paper should be good, even for photos."

      I'm a railway man, and where I live all the official complaints books* in the stations date from 1946.
      *(where travelers can write their complaints in)
      They don't look brand new, especially around the corners, but they're still used 'til this very day.

      PS. People complained about the same stuff 60 years ago that they do now.
      'The company is criminal, the service terrible....'

    12. Re:Put stuff in sealed plastic cases? by NFN_NLN · · Score: 5, Informative

      I would consider using an airtight sealed case, oxygen absorber and a dessicant...

      "Stuff" will last longer in the absence of oxygen. Try to replace the air with an inert gas or nitrogen. This is common in food preservation as well where vacuum sealing alone isn't enough. Sometimes the shape of grains or seeds leaves too much space for air.

      What facilitates aging?
      - Oxygen
        - Remove oxygen
        - Make air tight
      - Water
        - Remove moisture
        - Make water tight
      - Light
        - Remove light sources ?
        - Make light tight
      - Excessive heat
        - Remove heat sources
        - Shield from heat
      - ...
      - ...
      - Time
        - Put in box and accelerate to near the speed of light

    13. Re:Put stuff in sealed plastic cases? by papa248 · · Score: 3, Informative

      Agreed. 25 years is no biggie. When I worked for Fitzimmons, we had blue prints for John Deere tractors going back to the 50s. (This was in 2008). Store *data* in a couple of formats, use high-quality CDs/DVDs, use a good thumb drive, and maybe even an SSD. Store all in a moisture barrier bag (check Uline) with dessicant, and seal. They are also ESD compliant. You'll be fine. I just had to buy a bunch of ICs* made in 1990 that were stored as such, and they work just fine.

      * I work for a contract electronics manufacturer that is based in the US

      --


      The higher, the fewer.
    14. Re:Put stuff in sealed plastic cases? by Tough+Love · · Score: 5, Funny

      Microsoft Windows prior to 95 and NT4 was complete garbage.

      As opposed to what after that? Incomplete garbage?

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    15. Re:Put stuff in sealed plastic cases? by michael_cain · · Score: 2

      25 years is not that hard to do.

      Absolutely. I've got boxes in the basement 40 years old with ball-point ink in cheap notebooks that are fine. At that age some of the newsprint is getting rather yellowed, but the ordinary paper and ink are okay. Carbon black pigment typical of monochrome laser printers on decent quality copy paper is probably good for at least a century if it's kept somewhere dark and dry.

      My problems with digital media over the years has mostly been a matter of finding equipment that can read the media and then decoding the application-specific bits. If you have something that can handle the file system, flat ASCII or Unicode text will almost certainly be recoverable; open standards like PDF or Postscript are probably okay over 25 years; a proprietary format may not be recoverable at all. I've seen cases where recovering just the text from early Word documents is difficult, and that's only been a little longer than 25 years.

    16. Re:Put stuff in sealed plastic cases? by ccguy · · Score: 2

      You don't have a 5 and 1/4 inch drive? :-o Put in the whole PC.

      You must be the one that sat next to me in the plan yesterday. Dude, there's a reason for the carry-on luggage to have maximum sizes. It's so that other people can also store theirs on top.
      No worries though, I was happy to have mine on my lap for the 2 hours, really saved me time after landing.

    17. Re:Put stuff in sealed plastic cases? by DrogMan · · Score: 2
      I recently bought an old Apple II.. And tried out some of the 30+ year old 5.25" floppies I had in storage all these years (I've got 100's). Most of them still work!

      I'm suspecting that the bit-density is so low that it's hard for them not to work, but I was still plesantly surprised.

      Now all I need is an Apple II serial card so I can get some of the source code for stuff I write way back then off the floppies onto something else...

    18. Re:Put stuff in sealed plastic cases? by thegarbz · · Score: 2

      25 years is not that hard to do.

      I disagree. Technology has changed and so has its limitations. 25 years ago there was a different printing standard than what we have today. We have many documents more than 25 years old in perfect shape. All of them either hand drawn, blueprints (back when blueprints were blueprints) or using some other form of chemical duplication process. They are in great shape.

      Now fast forward a bit. Our 10 year old documents are in horrendous shape. They suffer various problems depending on how they were made. Ink has faded on them (yes there were stored properly), or my personal favourite laser printed pages are stuck together so well that when peeled apart the text ends up having transferred to the opposing page.

      Inkjets have also gotten CHEAP. With cheap also becomes lack of longevity. I personally have photos printed on a Canon inkjet using canon inks, on canon paper that have faded or changed colour, much more so than my parent's old photo collection from 30 years ago.

      I agree paper typically lasts quite well, but it's the stuff we put on the paper that often won't stand the test of time without some careful forethought.

    19. Re:Put stuff in sealed plastic cases? by Urza9814 · · Score: 2

      It may be dead, but you'll probably still be able to use it. USB is around 15 years old, so in 25 years it'd be a 40 year old standard -- partially. USB 1.0 will be 40 years old; USB 3.0 will be around 25 years old. PS/2 is 25 years old right now, and you can still easily find adapters for it. You can still buy computers that use it. 9-pin serial ports are...well, I can't even seem to find an age on them, but wikipedia references them existing at least through the 80s, so we'll put that at 30 years old...and you can still buy computers with a 9-pin jack. Parallel ports are over 40 years old, and you can still buy computers with jacks for those as well, or an adapter. Hell, the last desktop I bought (around three years ago) had a parallel port, and trust me, that was NOT on my list of priorities. I think it's pretty safe to assume that, even if your computer doesn't have a USB jack on it in 25 years, you'll be able to buy an adapter for it.

    20. Re:Put stuff in sealed plastic cases? by Reziac · · Score: 2

      Main thing with storing paper (I've got a lot of pre-computer-era paper archived too) is that you need to protect it from light and air (which includes moisture). If it's stacked and packed tight, only the edges and topsheets will deteriorate.

      Side note from the pen-and-ink set, especially ballpoints: Black and red inks usually spread and fade; blue inks generally do not, or at a far lesser rate.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    21. Re:Put stuff in sealed plastic cases? by Meski · · Score: 2

      What will an SSD do after 25 years? Magnetic media, we know, EPROMs, likewise.

  3. Macbook Pro (retina) by busyqth · · Score: 5, Funny

    Just load all of your photos, videos, data, etc onto a retina macbook pro and toss it in the case.
    Maybe by 2037 someone will have figured out how to change the battery.
    If so, you've got your data and you're good to go.

    1. Re:Macbook Pro (retina) by cpu6502 · · Score: 2

      Maybe by 2037 the Macbook will look like my remote after the batteries leaked all over the place. White corrosion everywhere.

      --
      My AC stalker: " I personally agree with your posts most of the time, but that won't keep me from modding you troll"
    2. Re:Macbook Pro (retina) by AngryDeuce · · Score: 3, Insightful

      Or, for a cheaper alternative, one of those digital photo frames that can play video as well as display pictures. Most of them plug in and take standard memory cards. A tablet would probably also suffice, but I would opt for something that can take removable media independently and isn't limited to internal storage. Not sure it would work for the data archival, but it should work for the media at least...

    3. Re:Macbook Pro (retina) by iamhassi · · Score: 4, Insightful

      Best to remove the battery now - if you can't figure out how to do that, buy something that can be serviced instead.

      why not use a device with a removable battery and include a charger? I'm sure we'll still be using the same power outlets in 2037, US AC plugs have not changed since electricity became common. At least if the battery explodes or leaks it doesn't corrupt the device and the charger should provide power even with a completely dead or missing battery.

      If including a charger is not possible, use any device that uses AA batteries. AA batteries have gone unchanged since they became a standard in 1947 and they were in use long before becoming a standard. The also account for half of all battery sales, and with that many devices using AA batteries you can be sure standard AA batteries will be around for a long, long time.

      --
      my karma will be here long after I'm gone
    4. Re:Macbook Pro (retina) by inasity_rules · · Score: 3, Informative

      Everything is DC? Your fridge? Your stove? Geyser? Vacuum cleaner? Washer? Dryer? Everything high power is AC. What may happen is we may standardize that brick. Maybe centralize it in the house. But AC will remain, and rightly so. It is far more efficient to transmit and change voltages with AC. Also AC motors do have some advantages.

      --
      I have determined that my sig is indeterminate.
    5. Re:Macbook Pro (retina) by jkflying · · Score: 2

      Everything is DC? Your fridge? Your stove? Geyser? Vacuum cleaner? Washer? Dryer? Everything high power is AC. What may happen is we may standardize that brick. Maybe centralize it in the house. But AC will remain, and rightly so. It is far more efficient to transmit and change voltages with AC. Also AC motors do have some advantages.

      Brushless DC motors are better than AC squirrel cage motors at household size, the only time inductive motors are better is at industrial levels where electromagnets are stronger than rare earth magnets can be while drawing negligible current. Switch-mode DC-DC power supplies are more efficient than AC-AC inductive voltage converters. The efficiency of transmission is because of the voltage, not because of the AC. If the wall supplied 120V DC it would be possible to leave out the rectifier, essentially cutting out a 2V loss on the output. Hell, most electronics chargers these days convert the 120V AC to ~150V DC then applying either a switch mode supply or a high frequency AC inductive step down. The only thing which relies on AC are motors which need the 60hz timing, eg some fridges where the direction the motor spins doesn't matter, and those big motors which run off of 3-phase. So really, it's not as big of an issue as you make it.

      Sure, back in the day, AC was better because we didn't have the transistor technology to step voltages up and down with charge pumps and switch-mode regulators. But this has ALL changed...

      --
      Help I am stuck in a signature factory!
  4. "reading it in 2037 may be a challenge." by Anonymous Coward · · Score: 5, Funny

    No worries man, end of epoch isn't until 2038.

  5. The CD format has been around a long time by cpu6502 · · Score: 2, Informative

    It's been over 30 years now, and as long as DVD or Bluray players still exist, the CD will still be readable. CDs aren't going anywhere. (Note I said CD not CD-R or CD-RW which are self-erasing when the dye fades.)

    VHS video will still be readable too (if necessary you can buy a used VCR from ebay in 2037). It's analog so even if it degrades it will still be watchable..... I know this from personal experience with 25-30 year old tapes.

    That's about it. I wouldn't trust hard drives or flash drives to still work 25 years from now. I have an HD that I left sit for just 2 years, and already it's sluggish as if it doesn't want to start spinning.

    --
    My AC stalker: " I personally agree with your posts most of the time, but that won't keep me from modding you troll"
    1. Re:The CD format has been around a long time by TemplePilot · · Score: 2

      And this is one of the reasons I fear eBooks moving to eFormats Only. One day there will be no libraries. A single EMP could take out the entire collected knowledge of a certain time period in one go. (theoretically). Archaeologists of the future will wonder where all the 'amazing knowledge of the ancients vanished to.'

      --
      This strange comment at the bottom of the message is illogical.
    2. Re:The CD format has been around a long time by oxdas · · Score: 4, Informative

      It is not a format. CD's (and DVD's) you buy in the store are not made the same way as CD's you burn at home. Professionally made CD's have the disk image physically pressed into the media, whereas with home burning a laser is discoloring a dye to produce the same effect. Unfortunately, the dye will eventually fade and the disk will become unreadable. So, CD's are not the same as CD-R or CD-RW and the same holds true for DVD's.

    3. Re:The CD format has been around a long time by hackertourist · · Score: 2

      In my experience, magnetic tape will start to stick together if you don't use it for a long time. I once tried playing back an open-reel tape that had been lying around for 10 years. Even a Studer PR99 (with 3 drive motors at several hundred W each) had trouble peeling the tape from the reel, and afterwards I had to clean the machine as the tape had dumped half of its magnetic layer as dust.

      Same thing with audio cassettes, my deck has trouble fast-forwarding those and can't keep the tape at nominal speed when playing back.

    4. Re:The CD format has been around a long time by Tastecicles · · Score: 2

      Makes me wonder just how many "Dark Ages" we've actually been through?

      --
      Operation Guillotine is in effect.
    5. Re:The CD format has been around a long time by ShooterNeo · · Score: 2

      Yes but the power of eFormats could mean that in theory all books ever published could fit onto a single, or a small number, of portable reading devices. Just one of them stored in a faraday cage (a plain old iron box is all it takes, or the trunk of a car for some models of car, etc) and all of mankind's knowledge survives. MUCH harder to lose every copy of a particular book than there is with the library system.

  6. Hermetic Seals by iamscottevil · · Score: 5, Informative

    Be careful about your hermetic seals, water leakage has turned many time capsules into a soggy brown liquid. I suggest some silica gel (the kind you shouldn't eat) to absorb any latent water in the air when you seal it so you don't get condesation. Anything you seal inside should either be readable by normal human means or include the reader. Avoid batteries or other volatile chemicals as they will leak. Burned CDs are really just like polaroid photographs and fade in about 15 years on the outset depending on the burn speed and qualities of the dyes. Include black and white photos or 3 color separations so that it is easy to put back together. Same goes for 3d photos, the future is likely to use more stereo photography so take a picture with 2 cameras next to each other of the same type. I use two iphones and tap the shutters simultanously a few times to see if I can get a match. Make sure you deposit the item in a place unlikely to face future development or it will just be shoveled up onto a trash pile. There's a start, but think long term. A lot can happen in a quarter century. LONGNOW DOT ORG

    1. Re:Hermetic Seals by SJHillman · · Score: 2

      Wait, there's a kind of silica gel that you should eat? Does it taste like soylent green? I love that stuff

  7. Media will last longer than you think by crow · · Score: 2

    I have some 5.25" floppy disks that are over 30 years old, and I can still read them. I also have some that don't work, but most are fine. We're just hitting the point where it's hard to find PCs that will read 25-year-old 3.5" floppies (but good luck with an 800K Mac floppy).

    In an air-tight container with no light exposure, I would expect a CD or DVD to be just fine after 25 years, and I would expect that you would still be able to find older computers that could read them.

    Your best be for electronic data would probably be a USB flash stick. While the USB standard will evolve, if it goes to something incompatible, there will be plenty of conversion dongles.

    Also, a USB flash stick would be a good representation of portable storage.

    Or just put the data in "the cloud" and write the URL down on a piece of paper. I'm sure that will work. :)

    1. Re:Media will last longer than you think by DarkOx · · Score: 5, Insightful

      Why store the data in only one format? Why not put one copy on USB Flash, one copy on DVD-R and possibly one copy on some other flash with a different interface like SD?

      Unless its allot of data this should be fairly cheap and odds are good that at least one of the three mediums will survive and you will have tools to read it easily. Watch your file formats too, i'd stick with lowest common denominator very standard stuff like jpg images, mpeg2video (main mode) with either ac3 or mp2 audio for videos, and mp3 for just audio.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  8. i helped with 50 year capsule in 1986 by Anonymous Coward · · Score: 2, Informative

    I helped setup a "time capsule" back in 1985 for my college's centennial celebration, we expect to open the capsule in 2035. I hope to be alive when it happens, because I put some items in there. We placed lots of plastic, wood, paper, and metal objects in the capsule. For paper products,we treated each piece of paper with a mild basic solution that neutralizes the sulfur compounds used in the paper production so that the paper doesn't yellow and deteriorate. For wood, we only allowed solid pieces, and only "natural' wood, without lead or "weird" paints. Plastic was a wild card.. we didn't really know how they would react, so we decided to only allow "hard" plastic items, and no styrenes or lightweights. Metals had to be brass, iron, or "slightly" reactive metals. We wrapped each and every item in a anti-static bag, and then evacuated the bags before boxing them up. We used normal cardboard boxes for boxing.

    So.. stay away from color printer output (they degrade very fast) and any pseudo-soft plastics like polycarbonate (CD/DVD) because they'll break down too. Black and white prints are the safest picture types. You might spray your paper products with a baking-soda bicarbonate solution and then dry out.

    good luck!

  9. Oil Barrel by BlackPignouf · · Score: 5, Funny

    What about an oil barrel?
    You'll need it in 2037!
    Plus, you could sell it for a few thousand dollars and buy vintage stuff from 2012 :D

  10. Paper by houghi · · Score: 3, Insightful

    paper has been around for a LONG time. There is even paper that is made to last long. Bit more expensive, but it will last much longer.
    For 25, just use normal paper. Write whatever you want. e.g. how you feel about people, politics, the future, your state of mind. Write about your dreams and your thoughts of now.

    Once you have printed it, seal it in plastic. You can put a LOT of information on it and it will be very personal as well.

    --
    Don't fight for your country, if your country does not fight for you.
  11. Keys in the box... by John.P.Jones · · Score: 2

    Instead of storing data in the box directly, where you then rely on media retaining viability over 25 years you could always strongly encrypt the data you would like to logically store in the box and then write (or etch in stone, whatever) the decryption key and store that human readable quantity of data in the box and then maintain the cipher-text outside the box in a redundant distributed fashion over multiple generations of media. Of course I fail to see what the advantage of keeping the data secret over the time period would obtain, and it prevents transcoding to new file formats, so I'd just suggest keeping copies of the data as you would any data you want to have in 25 years (not locked in a box).

    You see, physical objects are placed into a time capsule because they would normally deteriorate and not be archived properly if they weren't removed from the harsh existence of everyday life. Data however doesn't work like that, neglect is the biggest problem and hence a time capsule is not a good means of preserving data the way it is for preserving objects.

  12. All of the above. by Nationless · · Score: 4, Insightful

    Make it a science project.

    Put identical data on one of every type of storage technology and see which survives. In 25 years you will have a very interesting case study while being nostalgic about the data storage media used back when you were young.

    If they all fail then laugh at how silly you were all those years ago and how you should have done x instead.

  13. Freeze everything in carbonite by GodfatherofSoul · · Score: 2

    I use it for everything I need to store; backups of tax returns, keeps veggies crisp for decades, and turns incompetent employees into wonderful conversation pieces.

    --
    I swear to God...I swear to God! That is NOT how you treat your human!
  14. Outgassing Can Ruin Everything by BoRegardless · · Score: 3, Insightful

    It is not a trivial request to ask how to make things survive a 25 year isolated containment, even if you solder or weld the outer container shut and it stays sealed.

    Batteries, capacitors, wood, paint, plastics, bugs in the wood, polymer coatings can all outgas. Some plastics naturally keep changing very slowly as their molecular cross linking changes and plasticizers move to the surface.

    Those outgassing chemicals can wind up interacting, or corroding if you wish, the other item's materials and you don't get what you think you will in 25 years.

    If you actually put a battery in their you can get other reactions occurring very slowly as the battery discharges. Don't forget that many electronics use a milliamp or so to keep some functions ON all the time, even though the devices is supposed to be turned off. Batteries are notorious for having their liquids eventually leaking out.

    When you handle all the items, getting ready to load the time capsule, there are going to be all sorts of finger oils and millions of bacteria that are on each piece you put in the container, plus what is on the inside of the container and its seal materials. Some bacteria are anaerobic, so just because there is no Oxygen (if you load the capsule with Nitrogen), doesn't mean there won't be live bacteria in there.

    Lastly, if your container is totally sealed and outgassing raised the internal pressure, then chemical reactions can occur more rapidly.

  15. Re:Nitrogen by AngryDeuce · · Score: 2

    Yeah, I've got hundreds of self-burned DVD's from the early 2000's that I had to trash because they're unreadable now. I wouldn't consider that being a real long-term solution. Flash memory (in some form) will probably be okay, though. Even the oldest flash drives I have (32-64 whole MB's of storage! WOW!!) are still readable today. They're useless due to their size, of course, but they still work and the data is still on them.

    Now, if the USB interface disappears in the next 25 years you could be screwed, but I somehow doubt they will be entirely gone in 25 years, considering the availability of serial ports still in place today that predate USB by decades themselves.

  16. No rubber or elastic by trasgu · · Score: 2

    I did some temp work at a document storage warehouse repacking some damaged file boxes. One thing I learned is that rubber bands have a useful life of about two years. After about five years, all rubber and elastic bands had failed, and worst of all, after about eight years, the remnants of rubber bands had all turned into a permanent solid glue. Lesson learned: no rubber bands allowed for long-term storage.

  17. Re:Well, this 1995 CD-r seems OK by fa2k · · Score: 2

    Check for read errors, .. .

    find /media/CDROM -type f -exec cat \; >/dev/null

    or something. CDs have a large amount of redundancy, but maybe it's degraded sufficiently

  18. Re:Nitrogen by iamhassi · · Score: 2

    Get a container which is airtight and watertight. Pump it full of nitrogen.

    I disagree with CDs and DVDs not being readable. Compact discs are a mature technology. As long as they're kept someplace cool, dark and dry they should be fine and readable when the container is opened in twenty five years. No idea if memory sticks or hard drives would survive.

    Cheaper, better option: any container, filled with large ziplock bags. I have bought 2.5 gallon bags at Walmart so they're easy to find, and they're very cheap, pennies per bag. I bought some to hold a 1 gallon gas can where I did not want the gas to possibly leak out and was hoping to prevent any gas fumes. It worked, the bags are completely air-tight. And you can always double or triple bag your items. However ziplock bags are not puncture proof, so you will want a container outside the bags if you're concerned about something possibly cutting through the bag.

    But I would recommend you include whatever player you need within the chest along with an AC charger. US AC plugs have not changed since electricity became standard. Media player does not need to be high-tech, any old laptop will do as long as you can remove the battery and store it separately or remove from chest completely so if it does corrode or possibly explode it won't damage the laptop. I would put the data on the laptop hard drive and also on SD cards or thumbdrives since they should be fine with no moving parts and costing about 50 cents a gigabyte they're very cheap.

    --
    my karma will be here long after I'm gone
  19. Traditional English Fruitcake by Anonymous Coward · · Score: 2, Funny

    The cake should last edible for a 100 years, if it's made correctly.

  20. Re:Nitrogen by Sandman1971 · · Score: 4, Interesting

    Pressed music CD's DVDs are not the same as the ones you use to burn. Pressed CDs/DVDs are not made of the same materials as those used for burning, and will last decades if properly taken care of.
    For CDs/DVDs used for burning, the first couple generations of these (when you were paying 2-5$ A DISC) were made of much thicker material and most of the stuff I burnt in the 90s on these types of discs are still readable today. However, with cheap discs came cheap/slim material, which are greatly affected by disc rot. I have some CDs and DVDs that I burnt just 2-3 years ago that are unreadable due to disc rot. If you hold them up to a light you can see the holes.

    That being said, you can buy archival DVDs & CDs. The companies claim they will last 100 years if stored properly. I use them to back up my pictures. Those should be sufficient for the time capsule. Burn 3 or more copies to ensure greater chances of being to read everything.

    --
    It's better to burn out than to fade away
  21. Best Solution by NEDHead · · Score: 2

    Take everything you want included as information (as opposed to toys, etc) and incorporate in into a book. Send a copy to the Library of Congress, and let them deal with the maintenance. Include a stone tablet in the box with the ISBN number chiseled into it so you can find the book when the box is opened.

  22. Actual time tested media. by bmo · · Score: 2

    Stone (everyone)
    Intaglio bronze plates (Romans, especially for Senate documents)
    Clay tablets (Babylonians)
    Parchment (Everyone)
    Acid free rag paper (Chinese and later the europeans)
    Linen - required in many town halls for registered surveys and plats (last hundred years)
    Mylar - also required for many town halls for registered surveys (ever since the invention of mylar drawing media).

    We have clay tablets from thousands of years ago.
    We have parchment documents from hundreds of years ago
    We have paper documents from hundreds of years ago
    Linen became popular when it was machine made - it is extremely durable and will last hundreds of years if given even minimal care.
    Mylar can last thousands of years even after being abused.

    One of the most indestructible and compact ways of storing data is punched mylar tape. It can be dumped in a bucket of oil in the shop, wiped off, and sent through the reader. It's simple to make a reader too. Herman Hollerith would have understood immediately how to read punched mylar tape had he been alive to see it. Mylar is also very stable, and not prone to rot. I would like to see the look on a wandering novice monk's face in a few thousand years unearthing an earthenware container packed with dessicant and spools of mylar and all of it entirely readable mechanically or electronically with simple tools.

    It would be a new twist on the Sacred Shopping List.

    And here we're merely talking about 25 years. Even a paperback written on fast-yellowing paper will survive that, given an airtight and light tight container and a pack or two of silica gel. Photographs on archival paper would be good. Microfiche would be excellent. Anything on an acid-free paper. Basically anything that can be read mechanically or optically including QR codes printed out on acid free paper with good ink.

    Things to not store for 25 years and expect to be able to read: Any electronic format that depends on a proprietary reader in a proprietary format. That is *guaranteed* bit rot.

    --
    BMO

  23. The elephant in the room by DerekLyons · · Score: 4, Insightful

    The elephant in the room that nobody is discussing... what's your container going to be made of? How are you going to seal it and keep it sealed? These are non-trivial questions. Containers react with the materials inside and corrode both inside and out. Seals dry out. Etc... etc...

    There's a lot more to this than just the items inside. The container has to maintain its integrity too.

  24. Re:Well, this 1995 CD-r seems OK by nightfire-unique · · Score: 2

    Check for read errors, ...

    find /media/CDROM -type f -exec cat \; >/dev/null

    or something. CDs have a large amount of redundancy, but maybe it's degraded sufficiently

    If you have read access to the block device (ie. root or group read access), an even faster method:

    dd if=/dev/scd0 of=/dev/null bs=1024k

    (or equivalent CD block device; check with 'mount | grep cdrom' after you've mounted the CD filesystem).

    This does a full linear block-level read from the CD device and avoids the seeking that would be necessary when scanning at the filesystem level.

    --
    A government is a body of people notably ungoverned - AC
  25. Re:Romney - VOTE FOR YOUR FUTURE by Anonymous Coward · · Score: 2

    Mitt is the creepy guy in your fraternity who thought it would be a good idea to assault fans of the opposing team because he thinks that's a prank (no it isn't) and that it's funny (no, it's a crime). Then he had his obligatory Mormon wedding and produced 5 clones of himself. If he runs healthcare there won't be a line for bypass surgery. There will be a footrace. He'll have a jolly good time watching grandma grab her chest and fall 10 feet short of the finish.

  26. Re:The only storage medium proven to last 100 year by icebike · · Score: 2

    Laser printer pages don't stick together.

    I have banker's boxes full of documents (mostly code listings) circa 1986 printed on the first HP laser jet. No sticking problem.

    The only sticking I've seen in laser printing is from early models (circa 1975) of IBM 3800 laser printers (mainframe laser printers) which printed so fast the thermoplastic never had time to cool before it was pressed down by the sheet above. Print jobs directly off the back end would sometimes stick together. This was solved in a few months by a toner change.

    --
    Sig Battery depleted. Reverting to safe mode.
  27. You'll be in your seventies...? by drkim · · Score: 3, Informative

    1. Keep it low tech:
    Assuming you graduated college at 21, you'll be around 71, you won't be that interested in figuring out high-tech stuff. It won't be long until the tech we have now is obsolete, because the rate of change continues to accelerate. Try finding a punch card reader these days.
    Print stuff out on paper, regular paper works fine for only 25 years. Add a desiccant, and pump in nitrogen or argon if you can.

    2. Redundancy:
    Many of you will be dead and many will have lost their memory.
    Print out a copy for everyone. Everybody gets one. Store in metal boxes clearly labeled on the outside so you don't have to keep opening it to see what it is.

    3. Locators:
    Include a list of everybody who gets a box in the box. Include personal identifiers (full names, DOBs) so you can track people down on the Internet (or whatever it is called 25 years from now.)

    You may find 25 years from now that there are already records or copies of whatever you put in the box* but the greatest treasure will be locating your old buddies.

    *Most people who open time capsules find old newspapers. The exact same newspapers which are also in storage in the newspaper office down the street. Probably when you open your box in 25 years you can find everything you put inside still on eBay.

    Good luck!

  28. Re:scotch by BigBunion · · Score: 2

    Liquor doesn't improve in the bottle- only in the barrel. Wine improves with age because of interactions between sugars, yeast and/or bacteria. The alcohol content in liquor is too high for bacteria or yeast to survive. That said, I'd consider putting in a couple of bottles of a hardy red wine or a port. It should age gracefully over 25 years.

  29. Re:Well, this 1995 CD-r seems OK by prestwich · · Score: 2

    Well, not too bad,

    dg@major:~$ dd if=/dev/sr0 of=/dev/null bs=1024k
    dd: reading `/dev/sr0': Input/output error
    580+1 records in
    580+1 records out
    608698368 bytes (609 MB) copied, 179.877 s, 3.4 MB/s

    [32062.556698] sr 1:0:0:0: [sr0] Unhandled sense code
    [32062.556704] sr 1:0:0:0: [sr0]
    [32062.556707] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
    [32062.556710] sr 1:0:0:0: [sr0]
    [32062.556712] Sense Key : Medium Error [current]
    [32062.556717] sr 1:0:0:0: [sr0]
    [32062.556720] Add. Sense: Unrecovered read error
    [32062.556723] sr 1:0:0:0: [sr0] CDB:
    [32062.556725] Read(10): 28 00 00 04 89 00 00 00 30 00
    [32062.556736] end_request: I/O error, dev sr0, sector 1188864
    [32062.556742] Buffer I/O error on device sr0, logical block 297216
    [32062.556748] Buffer I/O error on device sr0, logical block 297217
    [32062.556756] Buffer I/O error on device sr0, logical block 297218
    [32062.556758] Buffer I/O error on device sr0, logical block 297219
    [32062.556761] Buffer I/O error on device sr0, logical block 297220
    [32062.556764] Buffer I/O error on device sr0, logical block 297221
    [32062.556766] Buffer I/O error on device sr0, logical block 297222
    [32062.556769] Buffer I/O error on device sr0, logical block 297223
    [32062.556771] Buffer I/O error on device sr0, logical block 297224
    [32062.556774] Buffer I/O error on device sr0, logical block 297225
    [32069.527607] sr 1:0:0:0: [sr0] Unhandled sense code
    [32069.527613] sr 1:0:0:0: [sr0]
    [32069.527616] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
    [32069.527619] sr 1:0:0:0: [sr0]
    [32069.527621] Sense Key : Medium Error [current]
    [32069.527626] sr 1:0:0:0: [sr0]
    [32069.527629] Add. Sense: Unrecovered read error
    [32069.527632] sr 1:0:0:0: [sr0] CDB:
    [32069.527634] Read(10): 28 00 00 04 89 00 00 00 02 00
    [32069.527646] end_request: I/O error, dev sr0, sector 1188864
    [32069.527650] quiet_error: 38 callbacks suppressed
    [32069.527653] Buffer I/O error on device sr0, logical block 297216
    [32069.527658] Buffer I/O error on device sr0, logical block 297217
    [32076.499895] sr 1:0:0:0: [sr0] Unhandled sense code
    [32076.499901] sr 1:0:0:0: [sr0]
    [32076.499904] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
    [32076.499907] sr 1:0:0:0: [sr0]
    [32076.499909] Sense Key : Medium Error [current]
    [32076.499914] sr 1:0:0:0: [sr0]
    [32076.499917] Add. Sense: Unrecovered read error
    [32076.499920] sr 1:0:0:0: [sr0] CDB:
    [32076.499922] Read(10): 28 00 00 04 89 00 00 00 02 00
    [32076.499934] end_request: I/O error, dev sr0, sector 1188864
    [32076.499938] Buffer I/O error on device sr0, logical block 297216
    [32076.499943] Buffer I/O error on device sr0, logical block 297217

    so I'd say it looks like it's found at least 2 bad logical blocks on the CD, and I suspect it eventually
    retried it OK, because a df on the mounted CD shows 581M which MB v MiB is equivalent to the 609 figure
    that came out of the dd - so I reckon it eventually (after a try or two) read the lot.

    Dave

  30. Re:Rocks by theshowmecanuck · · Score: 2

    Why don't you do an experiment and put assorted items in a sealed container for 25 years and then open it and tell us how well things stored?

    --
    -- I ignore anonymous replies to my comments and postings.