Slashdot Mirror


Condensing Your Life on to a USB Flash Drive?

Fear the Clam asks: "My wife and I figure that if we plan for the worst, it'll never happen, so we've been putting together 'If public transportation bites it and we have two minutes to grab our stuff and start walking, never to return to NYC' getaway knapsacks. With luck they'll live in the closet forever. Coincidently, this morning the New York Times has an article about what to take when you have to leave home in a big hurry [DNA verification required], and they suggest making a list of all of things like Social Security and credit card numbers, scanning birth certificates, marriage license and tax returns, and saving it all on a USB flash drive. Since this would be a complete identity kit, encryption is of utmost importance. What's the best solution? A flash drive that claims to encrypt or a platform-independent, self-extracting, encrypted file on a regular drive? Any suggestions for sturdy drives?" Of course, the choice of USB flash drive covers only a part of the problem. What other data would you put on this piece of "contingency hardware", and how would you protect the drive itself in case you did have to "swim for it"?

60 of 888 comments (clear)

  1. Living in the other target city (DC) by Anonymous Coward · · Score: 5, Insightful

    My philosophy is that if DC is in such shape that I can never return, I really don't care about carrying around any personl data or very much anything else other than my life. We were having a discussion at work about whether our web backups could survive a nuclear attack... but if there's a nuclear attack, our website is the least of my concerns.

    1. Re:Living in the other target city (DC) by JabberWokky · · Score: 5, Funny
      I made the CFO of a major insurance company chuckle when I pointed out during the disaster recovery committee meeting, as the backup and data storage company made their pitch (involving their "nuclear blast proof vaults"), that when the competition started lobbing warheads at us I would tender my resignation.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    2. Re:Living in the other target city (DC) by cowscows · · Score: 4, Insightful

      Well, yes, your life is very important, but it's certainly not a bad idea to grab what you can. Taking a little bit of stuff doesn't mean you're valuing it over your life. Grabbing an already prepared USB drive full of personal documents isn't stupid in the same way as, say, staying home to guard your comic book collection from looters.

      If DC is your home, and it gets wiped off the map, let's just hope that you survive. And if you do survive, you'd certainly be glad to have anything that you did manage to bring with you.

      --

      One time I threw a brick at a duck.

    3. Re:Living in the other target city (DC) by kevcol · · Score: 4, Funny

      "...and animal husbandry"

      Oh come ON now! Society is having a tough enough time with gay marriage to even go there!

    4. Re:Living in the other target city (DC) by Crunchie+Frog · · Score: 5, Funny

      Nice. I just repeated this comment to some workmates but got a bunch of sheepish looks.

      --
      --- Never attribute to malice that which can be adequately explained by stupidity
    5. Re:Living in the other target city (DC) by EnderWigginsXenocide · · Score: 4, Funny

      Dude, I put in about 300 meters of cat5 in a newly renovated/remodeled office suite. There's lots of Cat-5 in DC.

      --
      Blessed are the pessimists, for they have made backups. -- 0 1 My two bits
  2. They tend to be pretty tough by Helios1182 · · Score: 5, Informative

    Most USB drives are pretty tough. I would make a copy or two and put it in a crush/water proof case like an Otterbox.

  3. heh by Anonymous Coward · · Score: 5, Funny

    screw Social Security, they're going bankrupt anyway... on my emergency flash drive it's all about the pr0n.

  4. Security by b00tleg · · Score: 5, Funny

    I always swallow my USB identity drives

    1. Re:Security by La+Camiseta · · Score: 5, Funny

      For some reason, I keep on having to re-swallow my USB emergency drive every few days.

      It really puts me into a crappy situation when I have to re-swallow it at work.

    2. Re:Security by rthille · · Score: 5, Funny

      Swallow it sideways, it doesn't come thru as fast then...

      --
      Awesome furniture, accessories and cabinetry in Santa Rosa, CA: http://humanity-home.com/
  5. Encryption by PsychicX · · Score: 5, Insightful

    As far as encryption goes, for god's sake don't rely on anything the manufacturers ship. That stuff is meant to protect you from your average luser seeing files, not anybody who is honestly interested. Use Blowfish or Twofish for proper 2 way encryption.

    1. Re:Encryption by kasperd · · Score: 4, Informative

      As far as encryption goes, for god's sake don't rely on anything the manufacturers ship.
      I agree. And don't rely on full disc encryption products. We are just starting to understand the security issues of full disc encryptions, it will be a few years before I'd expect manufacturers to start understand it as well and be able to implement something secure. For now GBDE is probably the most secure, but even that isn't perfect. gpg --symmetric --cipher AES256 would probably beat any full disc encryption when it comes to security.

      Use Blowfish or Twofish for proper 2 way encryption.
      Uhm, what is a two way encryption? And I'd advice against blowfish as it only uses 64 bit cipher blocks. Go for something with at least 128 bit cipher blocks and even more if you have many GB of data. AES256 have 256 bit keys and 128 bit blocks, which I think should be sufficient as long as you don't need to encrypt more than 64GB of data in the key's lifetime.

      --

      Do you care about the security of your wireless mouse?
  6. alternate plan by Anonymous Coward · · Score: 5, Funny

    Tatoo yourself in reeealy reealy little 1's and 0's. Tatoo your wife with the decryption key.

    1. Re:alternate plan by EnsilZah · · Score: 5, Funny

      Should be the other way around.
      That way he can call himself the keymaster and his wife the gatekeeper

  7. Maybe it's just me, but by bobertfishbone · · Score: 4, Interesting

    Wouldn't accepting scanned documents of identification open many a door for counterfeiters and scam artists, and even, dare I say, potential terrorists? *Raises terror alert to mauve*

    1. Re:Maybe it's just me, but by MrDoh! · · Score: 5, Funny

      Mauve? You do realise this means changing the bulb

      --
      Waiting for an amusing sig.
  8. OMG! The sky is falling! by Brent+Spiner · · Score: 4, Informative

    Well if your going to be all paranoid, you might as well get one of these.

    --
    Reality test... am I dreaming?
  9. PGP by Rick+Zeman · · Score: 4, Interesting

    ....is your friend. Don't trust the key vendor's utility. PGP can be accessed from any platform and isn't Win32-specific as the vendor's software is.

    1. Re:PGP by Xibby · · Score: 4, Informative

      For example:
      Zip up your stuff (or tar.bz2, whatever...)
      gpg -c --cipher-algo AES256 Stuff.zip

      Copy Stuff.gpg to your flash media.

      To decrypt, copy Stuff.gpg to your computer and run:
      gpg -d Stuff.gpg > Stuff.zip

      Don't forget your password. Make sure you use a trustworthy GPG binary, and the unencrypted archive should never be stored on your flash media!. The unencrypted version could be easily recovered using undelete software.

      Now if it was me doing this, and I had some time on my hands, I'd look into the Linux crypto loop stuff. But that doesn't work all that well if nobody in your family runs Linux. So, I would have to opt for True Crypt on a Windows machine, create an encrypted volume on my flash drive, copy over the improtant files, unmount and run for it. At my parents/grandparents/whatever, it would be trivial to download and intall true crypt again and get access to my files.

      --
      I'm going to go back in my box and will think within the limits of my box: MS Sucks Linux Good I read too much Slashdot.
  10. Linus Torvalds' Solution by isny · · Score: 4, Funny

    Upload it to the internet and let the world mirror it.

  11. Computer Acess? by dclaw · · Score: 5, Insightful

    Would it not be better to simply keep a set of laminated copies of all those documents? In the case that you don't have access to a computer when you need it? There isn't always going to be a Kinko's or internet cafe nearby when you're in the midst of a terrorist attack or natural disaster the magnitude of which you are speaking.

    --
    feeling lonely? grab a balled up pillow for company
  12. Or.... by cdn2k1 · · Score: 5, Funny

    You could kill two birds with one stone, and get an iPod. That way you will not only have all of your important stuff, but you'll be able to groove to some sweet tunes while looting and pillaging.

    1. Re:Or.... by Anonymous Coward · · Score: 4, Funny

      while looting and pillaging

      "Searching for food," if you're white.

  13. Why save it locally at all? by thisissilly · · Score: 4, Interesting

    Why not just email all that to yourself in a gmail account? Holds 2.5GB and counting, and you can get to it from anywhere. No need to worry about taking it along with you.

    1. Re:Why save it locally at all? by Chimera512 · · Score: 5, Interesting

      because in the event of a "leave nyc forever" caliber event, you have no idea where the hell google's gmail servers are geographically. and then google has all your personal data. that seems like a pretty terrible idea from a security standpoint, even if it is encrypted. nothing's completely unbreakable. if you're leaving on foot, take paper copies of everything, tape it to your chests so your bodies could theoretically be ID'ed if you were to die (we're talking hyptohetically, lets go all the way) i'd be way more worreid about water purification, food, and the ability to cover enough ground on foot to get away form the disaster before you run out of food and water. if you're a typical person i don't htink you're going to be doing more then 20 miles a day with plenty of food, and that's being generous. do you have shelter? i'd suggest a water proof pack from granite gear that weighs 1.5 pounds without anything in it. that's what i'm brining when the shit hits the fan and we're all dead.

    2. Re:Why save it locally at all? by squoozer · · Score: 4, Informative

      I agree with almost everything you say except the bit about encryption not being unbreakable. While I admit that in theory all current encryption schemes are breakable it is easy to encrypt something so that it is for all intents and purposes unbreakable without the key. Of course this assumes that there isn't a flaw in the encryption method and that nobody has built a quantum computer naturally. The first could be partially overcome by multiply encrypting the data with different methods - thus requireing a flaw to be found in each.

      Anyway that's beside the point. The OP must be on crack or something. If the disaster is so big one of the worlds leading cities is never inhabitable again the guy, his wife and everyone they know is probably dead anyway. What the point planning for a situation you can't hope to live though. You might as well just enjoy the here and now. As for saving your CC numbers - hahahahha = like anyone will accept credit cards. You might be able to barter with food and water but that's about it.

      Personally I would take water purification tablets and a 5 * 1 litre bottles of water as my number one thing to pack (more if I have space). After that I would pack low salt high energy food + a small pot of salt (allows you to replace salt when you need it rather than every time you eat). Some sturdy cloth would be useful as it would be easy to rig up a crude filter if you have to drink muddy water (at least the water will be free from bigger bits and the purification tablets will see to the rest - last resort though as "purified" water is horrible). A few boxes of matches sealed in plastic bags would be good as well as a really big coat. And finally, an assortment of large sturdy knives and a hand axe. No where in my list of essentials would I include a USB flash drive.

      --
      I used to have a better sig but it broke.
  14. Brute forcing... by Anonymous Coward · · Score: 5, Funny
    Tatoo your wife with the decryption key.

    Just watch out for people trying to "brute force" your wife.

    1. Re:Brute forcing... by Cruciform · · Score: 5, Funny

      Brute force? A little social engineering works wonders.

      "More wine, dear?"

    2. Re:Brute forcing... by Anonymous Coward · · Score: 5, Funny

      Personally I prefer a man in the middle attack, but people tell me I'm kinky...

  15. Re:I'd take a backup of my backup. by Fujisawa+Sensei · · Score: 5, Interesting

    Fujifilm. I just had one of those suckers go through the washing machine a while back. Still works.

    --
    If someone is passing you on the right, you are an asshole for driving in the wrong lane.
  16. Re:The guy who grabs your USB key chain... by tonyz2k · · Score: 5, Interesting

    That's why you should use the plausible deniability built into TrueCrypt. Giving the attacker the password to the outer volume (who has been robbed at knifepoint for a USB memory device? that'll be the day..), and they still still have no idea an entire volume of your real data is hiding in the noise that is the freespace of the aforementioned outer volume. the outer volume needs to be FAT and it can have innocuous stuff on there like fake financial documents.. Enjoy!

    --
    click here to incinerate homeless people
  17. contents by egburr · · Score: 5, Informative

    Here's what I can think of off the top of my head...

    Social Security cards
    Driver's licenses
    Recent photos, head only and full body (clothed!)
    Passports
    Contact info of relatives, friends
    Vehicle registration
    Birth certificates
    Wedding license
    Property deeds
    Will
    Living will
    Account and contact information: banks, credit cards, utilities, insurance (health, house, car), mortgages, loans

    --

    Edward Burr
    Having a smoking section in a restaurant is like having a peeing section in a swimming pool.
    1. Re:contents by MickLinux · · Score: 4, Insightful

      Add in diplomas, as many different PDF resumes as jobs you might be interested in, 1 PDF CV each, baptismal certificates... ... working copies of MS Word and MS Excel, a simple text editor, Acrobat Reader, viruses, worms, trojan horses, Windows .DLL files, and ...

      all of which leads me to the following question.

      Why not just upload encrypted versions of this info to your YAHOO mail, and have it there in a folder "personal stuff", as attachments? That way, you don't depend on just the USB drive? Yeah, the USB would also be good for redundancy, but the easiest access is probably by YAHOO mail, and it automatically scans for malware as it goes.

      --
      Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
    2. Re:contents by Dan+East · · Score: 4, Insightful
      I'd also include the following.

      • Street-level maps of the city and surrounding regions.
      • Medical history, for those with medical issues.
      • Any actual medications that have a decent enough shelf life to store for a while.
      • A pair of contacts or glasses if you need them.
      • Dust mask (at least).
      • Minimal first aid kit.
      • As an amateur radio operator I would definitely have a repeater guide to access repeaters while traveling. It's a sure thing the cell service will be down or overloaded. I'd also include a small wide-band receive transceiver, like the Yaesu VX-2R.
      • You know those kinetic flashlights we see advertised here at Slashdot by ThinkGeek all the time? Definitely one of those.
      • Ditto with a human-powered radio.
      • Some sort of food (granola bars at least).
      • A water purifier. There are water purifiers that are like a thick straw. You can put it in any water source and as you suck water through the "straw" it is purified.
      • A couple "space blankets".
      • A hard-copy of War of the Worlds. Putting it on the USB drive doesn't count.


        Dan East
      --
      Better known as 318230.
  18. Re:What's the best solution? by jmcharry · · Score: 4, Informative

    Since this is the sort of thing one isn't likely to think about often, and digital archives tend to deteriorate or become obsolete, paper is a good bet, but make it acid free bond, and store it in acid free covers. There should be a second, similar, copy far enough away that a single event is not likely to take out both. This should be good for well over a lifetime.

  19. Safe Deposit Box? by LlamaDragon · · Score: 4, Insightful

    Technology isn't the answer to everything. Why not just take your important stuff, or good copies of said stuff, and put it in a safe deposit box? Then you just have to take your key with you when you run out of your house. And even if you lose your key, they can drill it open for a (hefty) fee.

    Really, why make it so complex by trying to put everything on USB drive and trying to figure out what encryption's best and scanning everything and...and...and... It's a waste of time.

  20. I like TrueCrypt... by jbarr · · Score: 5, Informative

    It's for Windows only, but I stumbled upon TrueCrypt found at http://www.truecrypt.org/ and really like it. And it's not only useful for USB drives, but can be used to create encrypted logical drives on a Hard Drive. For the really paranoid, the documentation even covers lots of stealthy ways to use it so as not to be detected.

    I'm certainly no expert at encryption, but it seems pretty solid. Basically, it creates an encrypted container file and then mounts it as a logical drive when you open the file through the app. I've seen commercial counterparts such as StealthDisk, and I think TrueCrypt's interface is easier to use and its execution is more solid.

    It's OSS and free as in beer and as in speech.

    --
    My mom always said, "Jim, you're 1 in a million." Given the current population, there are 7000 of me. God help us all!
  21. Re:I'd take a backup of my backup. by Anonymous Coward · · Score: 4, Informative

    I deal with the write issue on a regular basis. We used to use flash for embedded systems but the annual replacement of flash drives got excessive. We now use microdrives, which have an actual spinning media drive in them.

    If you're looking for a backup solution for your family data, organize your files in a competent manner (so it is comprehensive and well organized), and then develop a routine to write monthly CDs off. We dump two to CD, one of which goes to the bank safety deposit box (in a town 30 miles from here where I work), and the other gets dropped off at my folks. We keep their own backup as well. Mine is encrypted (theirs isn't since they're not that sophisticated and don't care).

    Works like a champ and was tested once already when my home workstation died and needed data recovery. Damn cheap-assed capacitors leaked on the motherboard...

    *flyover sam*
    (I'd post under my sig but there's nothing like a Slashdot stalker to change your interest in karma)

  22. Just Plain Stupid by Hosiah · · Score: 4, Interesting
    What kind of an inane question is this? You don't need any kind of encryption scheme at all. Take the social security card out of your wallet and look at it. It isn't encrypted, is it? Is your birth certificate encrypted? Stock certificates? Deed to your house? Mail from your Life Insurance Company? Driver's License? Sam's Club Card? Whining Yuppies' Guild Gold Membership Card?

    As others have pointed, more politely than I think they needed to, "In case of a nuclear war, nobody's going to give a damn." You'll be struggling just to live. So will everybody around you. Nobody's going to give a damn about your stupid keychain drive with the password to all your porno-sites on it. And if you make it to a part of civilization where you actually get to *use* the damn thing for it's intended purpose, being to recover your life's data, you'll be lucky to find somebody's computer with a compatible document format to read it, let alone figure out how to recover the data from your ultra-secure storage method.

    Get a LIFE!

  23. non-magnetic copy [Re:They tend to be pretty tough by saitoh · · Score: 4, Informative

    Hadn't thought of the otterbox (nice idea, makes sense). If your really trying to prep for something like this, consider making a non-magnetic copy also. While the odds of an EMP type disaster killing the drive (especially if stashed in a safe place) are slim, so are the odds of a nuclear disaster I guess.

    Consider burning it to a CDR also. This is stuff that might have to be updated once a year (such as deeds or photos/contacts) anyway, so its not like the age of the media and deterioration will be a big problem.

    A rule of thumb I've learned is that if your planning for stuff that occurs more then 2 standard deviations away from the mean, then chances are you want something that is (or can at least be considered virtually) full-proof. At the very least, the odds of all of the combined methods together have a lesser chance of failing then the original threat does of occuring.

    --
    We don't need an "overrated" so much as we need a "you completely missed the parent's point, dumbass..."
  24. I got the power by Quiet_Desperation · · Score: 4, Funny
    My wife and I figure that if we plan for the worst, it'll never happen,

    Ah. Scientologists.

  25. Re:If there's a (thermo)nuclear attack... by pyrrhonist · · Score: 5, Interesting
    The theoretical electromagnetic pulse effect would hypothetically be created by a multimegaton nuclear explosion in suborbital space in which a massive burst of hard radiation interacts with the upper atmosphere. This is pure science fiction.

    If it's pure science fiction, then why does the U.S. MILSTAR/NESP communication system have an operation mode for just such a scenario?

    This is called "scintillation", and is very real.

    --
    Show me on the doll where his noodly appendage touched you.
  26. Family photos. by OgGreeb · · Score: 5, Insightful

    When they interview many of the Katrina NOLA refugees, a common regret is that they've lost family pictures. At this point there is no reason not to start scanning paper-based photos in high-resolution. I've been pursuing a long term project of scanning documents, family photos, certificates and so on -- and making two sets of copies of the DVD archives. One set goes to a safe-deposit box and the other gets sent out of state to a relative in Ohio (I'm in Maryland). Each disk has a printed list of contents attached to it.

    Apart from my wanting these images to survive, they are an important part of my children's and my extended family's legacy.

    --
    -- Gary Goldberg KA3ZYW 301/249-6501 AIM:OgGreeb Digital Marketing Inc., Bowie, MD //www.digimark.net/
  27. Re:I'd take a backup of my backup. by optikSmoke · · Score: 5, Funny

    No, but Fujifilm does.

  28. Re:What's the best solution? by kfg · · Score: 5, Funny

    how would you protect the drive itself in case you did have to "swim for it"?

    Which you should put in something commonly refered to as a "Baggie."

    KFG

  29. In case of emergency, scream... by HaloZero · · Score: 4, Interesting

    My ideal 'out' kit;

    My personal records are scanned in high-res PDF format and kept on a jumpdrive. Identicals are kept with both of my parents on identical hardware, and my grandmother holds the originals. (This includes my birth certificate, my SSN card, my high school diploma, last 3 years of 1040 forms, my insurance policies, my driver's license, my EMS certification, and a few odd bills here and there for 'proof of residence'.)

    I keep a backpack packed with a dry pair of pants, fresh socks, two t-shirts, a sweatshirt, a bright orange-and-yellow 'RESCUE ME' vest, emergency self-inflating flotation device (rated to 225 lbs), 4L of drinking water, 6 MREs, a space-warmer blanket, air-activated hand-warmers, a flashlight, batteries, sweedish-firesteel, 600$ cash, a rescue strobe light, a leatherman, a wide-band two-way radio and scanner, a GPS reciever, a universal hand-crank charger, a map, a compass, pencil, paper, an emergency contact card, and the aforementioned USB keychain.

    It's not a huge bag, one just has to know how to pack. I do not live in the countryside by any means, but I travel through such areas often, and you never really know where you're going to end up if you need help quickly.

    I also keep a proper EMS bag (affectionately known as the 'blue bag') in my trunk, as well as a large ammocan with more space blankets, MREs and fresh drinking water. The assumption is that I'm not alone in the car, and we have to create a shelter-in-place.

    Worse-comes-to-worse, eat someone.

    --
    Informatus Technologicus
  30. Re:What's the best solution? by Frogbert · · Score: 4, Funny

    Fortunatly for me I have a good friend in Nigeria who is willing to take copies of all my important documents and store them in a safe place as part of an ongoing business relationship him and I share.

  31. Re:What's the best solution? by mr_gerbik · · Score: 4, Funny

    Have fun carrying your filing cabinet around.

    I leave an encrypted backup DVD with my parents twice a year when I visit, making this whole issue moot.


    Little did you know that your mother has been using those DVDs as drink coasters at coctail parties for years.

    Better luck next time sucker.

  32. My objection to the article: by kfg · · Score: 5, Informative

    It is entirely focused on records. This is the information age, right? So we need our personal information to survive, right? As I've already posted the information might well turn out to be important, and you should make sure you have it, but if Katrina taught anybody anything it's that papers don't insure your survival. You can't eat your papers (although when things get really, really sticky you might be able to trade them for food).

    What you really need in that pack:

    A good, sturdy pocket knife. Not a Swiss Army jobber. A single blade, like are sold to hunters. Metal, not ceramic.

    A metal spoon.

    Cheap chopsticks.

    Do not, literally upon pain of death, use any other utensils than these to prepare or eat your food if you can at all avoid it. Make it a religion to keep them clean and sanitary.

    Strike anywhere matches in a waterproof safe.

    A firestarting piston. Use this before you resort to using your matches. Learn how to use it before you leave home.

    A personal water filter.

    A bottle of alcohol. 190 proof vodka is 190% better than the stuff from the drugstore. Make it yourself if you have to. Learn about cold distilling if you want to take the long, but easy way.

    A few ounces of honey is nice to have along, but this is the most dangerous stuff in the pack. Think hard about it before including it. You can eat it if you have to, but that's not what it's here for.

    Aspirin.

    Antihistimines.

    Any other drugs you personally need to stay alive. If you really need Prozac or Valium to stay alive, plan on dying.

    A homemade soda can stove.

    A mini roll of duct tape.

    5 pounds of gorp. If tightly rationed this well feed you for a week.

    An "Emergency Blanket."

    Ziploc Baggies (These last two items are the only survival gear of note invented in the 20th century).

    A camelback water resevior recently filled with known good water.

    100 feet of parachute cord. Learn how to tie knots before you need to.

    Wool cloth. Two shirtweight peices 45"X 72". One heavier weight 60"X108". These are your clothes, your hammok, your chair, your carryall, your. . .

    Learn how to use them as such before you need to. Do not be tempted to substitute cotton for wool to save money. The savings could kill you. Not in a pleasant way either.

    Two pair of wool socks.

    Three yards of 36" wide cotton could come in hand as well. This is your hat, your belt, your shoulder bag, your sling, your . . .

    A waterproof, windproof shell. Yes, even if you're in a tropical zone.

    A pennywhistle. Yes, I'm dead serious about that one. Learn how to play it a bit before you leave home. Even better, also learn how to make a pennywhistle out of any tubular thing you can find, before you need to.

    If you expect to stay "civilized". . .money. If you don't, more gorp. When push comes to shove people will trade you nearly anthing for food. Money weighs less than gorp though. If you have your choice don't stay civilized. Head for the woods. Cities are a barren desert when it comes to survival. The woods have everything you need to survive (these days even including manufactured items, more's the pity). Cities often do not. Cities are also full people. Being full of people stretches resources so they don't have things in 'em anymore. People are also nasty sumbitches who will hit you over the head and take your precious personal information, encrypted or not (they don't find out how well you encrypted your information until after they have hit you on the head).

    Two weeks with me showing you how to combine all this stuff with stuff you can find anywhere (like pebbles), especially in a disaster zone, otherwise you're just going to be in deep shit within an hour anyway.

    Time with me is limited. Start poking around the internet for this information now. For God's sake, learn to take care of yourself. Any baby cockroach can do it. Your brain is bigger. Learn to use it for somthing other than tracking your stock portfolio.

    KFG

    1. Re:My objection to the article: by kfg · · Score: 4, Informative

      . . .what's the honey for?

      It's a topical antibacterial. Even when push comes to shove I don't recommend eating Neosporin. When you have a choice between packing something you can eat and something you can't, go with the thing you can eat. Native Americans didn't typically use chemical tanning, not because they didn't know how. They did. They also knew that tanning meant you couldn't eat your clothing or horse tack when times got sticky.

      Clean a wound with alcohol. Seal the wound with honey. If corn starch is available dust the honey with it (You're carrying cornstarch because you can eat it. You can't eat talcum powder). Seal the honey with duct tape.

      KFG

    2. Re:My objection to the article: by kfg · · Score: 5, Interesting

      Either you are completely full of it. . .

      If I'm full of shit it's because I know my shit, not because I'm bullshitting.

      . . .or this is the best slashdot comment. Ever.

      A bit slipshod stream of conciousness really. I left out the "Shake & Bake" flashlight, which is important, the cornstarch, which isn't, but it's nice to have a bit around. Didn't go into sewing kits and why you should make up your own instead of purchasing one from a camping store, the Therma-Rest pad, which could be important, even lifesaving under certain conditions, or even that you get all this stuff from Wal-Mart or something, not a camping store (except maybe the Therma-Rest). There are also any number of small items that can disappear in the bottom of a side pocket that can make life easier (like the G.I. can opener), but I've learned to live without them and take life as it was before such manufactured items were available. Many people on this earth do so as part of their everyday lives. I know. I've seen them do it.

      It wasn't part of the subject, so I didn't even touch on how you either get out of or into a disater area safely. That's a bit of a longer subject then a short, slipshod post. I'm not even sure I could write it. I think I'd have to show you. Bicycles are often better than cars though. A guy I know bicycled from Alaska to Tierra del Fuego with his wife. It took a whole team of pros from Land Rover to accomplish the same thing with motor vehicles.

      I was born in Manhatten, but grew up in large part in the Vermont woods, climbed Mt. Washington in a minor gale (by Mt. Washington standards) when I was only 6, been from the subartic to the tropical rainforest, city to wilderness, land to sea, often with nothing more than I could carry, my stepfather is a travel journalist who ghost authored a best selling camping book (no, I won't say which one. There are these things called lawyers. I like to avoid them when I can) and been in, into and out of disaster areas for various reasons. I sorta grew up knowing how to get by with only what you could stuff in a daypack just so long as the conditions were actually survivable without heavy gear. I've never checked luggage on an airline. Everything I need goes carryon.

      This all writes much more impressive than it really is. I'm just another dork like anybody else and my day to day life is just as humdrum and unexceptional at any given moment as anybody else's. I just occasionally have these "episodes" where it looks like things should have been exciting, but they're not at all like Indiana Jones has. Pulling people from their homes in a rowboat is really a rather mundane affair. Crawling through the priest tunnel of a Zapotec pyramid is too.

      No Nazis, face melting or anything. Just dirt and deadly snakes.

      Snakes, why does it always have to be snakes?

      KFG

    3. Re:My objection to the article: by kfg · · Score: 4, Interesting

      What if you are allergic to wool?

      Then it really sucks to be you. That's ok, I'm intolerant to most "food" and when other people are sitting down to a hot meal I'm sometimes off scrounging for edible weeds or something, so I know what sucking to be is like. Go with one of the polyester microfibers if you really have to, in a weave, not a knit. The structure of a weave is important. They're sold under various trade names, like CoolMax. Maybe the larger piece in a water repelant Supplex nylon. When I'm not traveling ultralight I often add this to the list anyway. Staying warm when you're wet is good. Staying dry in the first place is better and the Supplex is a sturdier tarp and more pleasant to wrap in than the emergency blanket.

      There are also "technical" wool fabrics available now. Waterproof, windproof, breathable. Some people who have problems with wool don't seem to have a problem with this stuff, some do. I've fondled some samples. It's amazing stuff. It's also godawful expensive and I don't know how well it holds up to abuse. I can't afford to find out empirically.

      I wish there were some true substitute for wool. It requires more care than synthetics, doesn't last as long, it's expensive (the good stuff will run you about $20/yd. for shirtweight. Get the good stuff. It's worth it. Pendelton is one of the few brand names left on Earth that is still what it purports to be, as good as you can get) and I have vegan tendencies. Any of the synthetics do something much better than wool. Cotton is lovely for warm, dry weather and when I absolutely know it's going to be warm and dry what I almost always turn to. None of them do everything put together as well as wool though, which is why when you have to chose one it's the one to choose. When I'm traveling strictly urban I'll carry the two smaller pieces in cotton and only the larger in wool.

      Come to think of it, I'm dressed in those two pieces of cotton right now. This stuff isn't just camping/emergency gear for me. I use it all the time and almost never wear "normal" street clothes around the house or hotel room. Once you get used to wearing wraps and drapes you'll start to wonder why people ever adopted tailored clothing in the first place. In some places they still haven't.

      Don't you even think about taking away my trenchcoat though. Yeah, it's cotton, but the lining is wool.

      Aaaaaanyway, like my issues with food ya gotta do what ya gotta do and live with it. If I have to eat weeds while everyone else is eating lasagna, it's better than dying. If you can't use wool, don't use it.

      Oh, by the way, the antihistimes on the list are for allergic reactions, not colds. I should have mentioned that.

      What are some of your favorite books or links regarding being prepared?

      I was afraid someone would ask that. I really don't have any. That's why I simply said "poke around" instead of posting some links. Yeah, I've done that poking around myself, but I haven't made any particular note of any particular sites. I read them with a critical eye, pick up a clue here and there, bang my head against the keyboard at others and absorb into my brain, not my link collection, since none of it is entirely new material to me and much of it is intended to sell you something that's really just a manufactured version of what you can obtain for free as you need it (like pebbles).

      Search on firestarting, Greek clothing, Egyptian clothing, Indian clothing, draped clothing, sarong (you need to completely rethink clothing, starting with realizing the word simply means "cloth," "clothes" is simply the plural of cloth, not something from the Gap), soda can stove (there's a Wikipedia article on these), tarp craft, twisting cordage and knot craft. That'll get you started. Most of the stuff on food is, unfortunately, pitifully simplistic ( "Here's a pen and ink drawing of a burdock. Its root is edible") or completely ridiculous ("How to prepare freeze dried Nouvelle Cuisine in the woods"). I don't r

  33. From Katrina Ground Zero by DownTheLongRoad · · Score: 5, Informative

    Living in New Orleans has burned a few lessons into me.
    First, make a list of things to take if you have to evacuate. I forgot several things when packing up at 3am the day before the storm hit.
    Second, keeping a safety deposit box in the same area as your house is a bad idea. We have banks which have been closed for a month and will probably be closed for many more. People come in every day asking about when they can get it. People wanting to leave the country but can't get their passports, very bad news.
    Third, keep a decent supply of water and canned food. Rotate the supplies to keep them fresh but always maintain one weeks worth of supplies. Figure at least one week before outside relief gets to you. Two weeks would be a safer bet. It's easier to do than you think. A water dispenser with 3 or 4 bottles should hold you over nicely and large cans of food from Chef Boyardee will make this very inexpensive. To use those cans, make sure you have a mechanical can opener on the assumption of no electricity. Keeping a 12 pack of Toilet Paper around doesn't hurt. If anyone asks why the large amount, simply say that you get it cheaper.Keeping some cash also doesn't hurt a bit. When the power is out, checks and debit/credit cards are worthless. Multiple things can happen outside of a nuclear war or hurricane which can force you to be self-sufficient for a week or two. Trust me, when the lights don't work, the police won't answer 911 calls and people are looting, you will be forever grateful you took a little time and money to be prepared.
    Fourth, paranoia can be a good thing. My wife complained when I bought a generator and 40 gallons of gas at the start of hurricane season. She gave me even more grief when I bought canned goods and water we didn't need within the next week. She sat on the sofa while I boarded up my house like world war III was coming to New Orleans. She thanked me several times for doing all of the above when we had electricity, food, water and an unlooted house after the storm.

    Personally, I send all of my files to both Gmail and Yahoo. I have seperate accounts set up just for those files. If a disaster befalls the US that takes out both of those companies and destroys my home computer on the other side of the country, losing computer files won't matter a bit, I'll be too busy trying to survive.

  34. Life Disk by Simonetta · · Score: 4, Interesting

    Don't forget to scan all your family photos and all the photos from your parents collections of you and your siblings. Scan high resolution like 600 DPI.

        Scan examples of the work that you have done. Source code, schematics, written documentation, blueprints, photos, letters of recommendation. Include these with the family photos and financial info. Don't forget medical records (remember also childhood immunizations and disease records, ask your parents if you don't have them) and hi-res scans of any X-Ray photos and dental records if you have them.

        Buy or borrow a DVD recorder and copy all your photos, along with high resolution scans of birth certificates, tax returns, property deeds, financial records, etc. onto many copys of DVD ROM of all this data. Encrypt only the sensitive financial data. Make a copy of your and your family member's finger prints. Be sure to encrypt these before writing them to the disk. Make recordings of your voice. Record your spouse. Record your kids. Shrink these recordings into MP3 and OGG files (high quality 256KBPS) and include them on the disk. Not sure what to say? Dictate a will. Make a list of all your possessions. Include serial numbers, descriptions, digital photos, and estimated value. X sweaters, Y pairs of underwear, ect.

        When you've done all this stuff listed above, make many copies of the CD/DVD-ROM. DVD-ROM blanks and CD ROM blanks are very cheap now (about 50 cents or less) and they can hold a great deal of information and photos. Send a copy each to your parents and spouse's parents.

        Keep a copy of this disk in your car. If you get hit with a big disaster and have to get away quickly, you most likely will not remember to gather this stuff or you may have forgotten where your 'life disk' is located.

        I'm not sure if this applies to you but sooner or later it applies to most people. If you are 'illegal', no proper immigration documentation, no passport, expired visa, fugitive from computerized bench arrest warrants regardless of how long ago it was issued, or if you are at risk of arrest because of lifestyle (you sell weed for a living) or are a political activist in a dictatorship, you might consider creating a complete new and separate identity for yourself. And keep the paperwork for this identity on a CD-ROM, encrypted of course. Put a few soft-core porn pictures (be sure to use ones that are not illegal) unencrypted on the CD in case you are forced to display the contents of the CD to the police (resulting from a search at a traffic stop or a random police stop-and-frisk on the street). You may want to have this info on a 512K Flash Disk (or a 3.5 inch mini CD) that you can carry with you at all times. If you are undocumented or a fugitive, you may find that you have to escape without being able to go back to your home to get your papers, contacts, or alternate identity papers. In this case, having a flash disk with a complete new identity on it is a big help in maintaining your freedom.

    Shalom

  35. I'd take toilet paper. by Gordonjcp · · Score: 5, Funny

    I know you can rough it with leaves and stuff, but come on, you've got a ton of other stuff to worry about. Why add an abraded arse to it?

  36. Re:I'd take a backup of my backup. by Anonymous Coward · · Score: 5, Funny

    "That's what I get when I try to type with one hand, eat with the other"

    Ri-i-ight. "eat".

  37. Other small valuable items by Simonetta · · Score: 4, Insightful

    I would include some condoms (about 8), a few packs of cigarettes (even if you don't smoke, they are fantastic for bartering with nicotine addicts, and an emergency contraception kit of a few birth-control pills, like a unit of Plan B (an actual American product sold for post-coital contraception.) If you are a male, this seems absurd. But if you meet women in an emergency situation who do need this (inquire very discretely), they will be your friends and allies to their dying day.
          If you can find one, a hand-crank flashlight with super-bright white LED bulbs and a hand-crank radio would be good too. An unusual item that might be useful would be a software program for the USB keychain that has a 10000-word English/Spanish dictionary/phrase book. A PDF file of wild edible plants (with photos and drawings) would be more useful than a cannibal cookbook.

  38. Re:I'd take a backup of my backup. by bani · · Score: 4, Informative

    Yes, on all counts.

    Modern flash is quite sophisticated (at least compactflash and USB sticks are, no idea about SD/MMC)

    Not only does modern flash have multiple redundancies and ECC, it also has wear leveling and badblock reallocation. This is all completely transparent to the end user / operating system.

    IOW, there is no need for the OS or filesystem to handle any of this.

    And yes, the flash is larger than advertised for exactly these reasons. So are your hard drives (IDE, SCSI) which have similar features and have similarly reserved space.

  39. In the freezer by gatzke · · Score: 4, Interesting

    I have heard that you can put some documents in the freezer, as it will be mostly waterproof when the FD floods your house and stands a decent chance at being fireproof as well.

    We bought a little fireproof waterproof safe for like $50.

    I think the topic of this post was mostly for big chemical, bio, or nucular attack on NYC or DC. What would you take? How prepared would you be to never come back to your house?

    BTW, Foxfire books are awesome if you don't have the series already. Great stuff with good detail on everything from building a log cabin to making moonshine to making a violin.