Slashdot Mirror


What To Do With Old USB Keys, Low-Capacity Hard Drives?

MessedRocker writes "I have at least a few USB flash drives around that I haven't needed since I got my 16GB flash drive, a 40GB external hard drive which I haven't needed since I upgraded to 500GB, and a couple of SATA hard drives I have pulled out of laptops which are either as large or smaller than the one I have in my laptop now. Furthermore, I don't really know anyone who needs any hard drives or flash drives. What should I do with my small, obsolete storage devices?"

546 comments

  1. ebay maybe? by Anonymous Coward · · Score: 0

    Or there's always software raid.

    1. Re:ebay maybe? by plover · · Score: 4, Interesting

      You could ebay them, if your time is worth nothing. To prep them, you'd have to mount them on a machine and securely wipe them (on a windows box download sdelete for free from sysinternals.) Use the -z option to wipe free space (critical for cleaning flash drives.)

      Old drives are not as energy efficient as modern drives, so they cost more to spin -- a RAID would just be an expensive storage container. So unless you have a need for old, small drives (say an old, small machine) the safest advice would be to destroy them.

      I like playing with neodymium magnets, so I take my drives apart and harvest them. Bending and flexing the platters will render them unreadable by almost anyone but the NSA, so unless you're protecting treasonable secrets, it's probably not worth the effort to do much more damage than that. (Be careful, glass platters don't flex - they shatter.) If you are that paranoid, heating them beyond their Curie point will absolutely destroy any stored information.

      --
      John
    2. Re:ebay maybe? by Bandman · · Score: 4, Informative

      Or just do

      dd if=/dev/zero of=/dev/disk bs=1k

      It hasn't been successfully recovered from, to my knowledge

    3. Re:ebay maybe? by larry+bagina · · Score: 2, Interesting

      Given that most (if not all) flash drives use wear leveling, can flash drives be wiped by software?

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    4. Re:ebay maybe? by plover · · Score: 2, Informative

      sdelete -z works by creating random-filled temporary files on a drive until all space is filled, then it deletes the temporary files. The concept should work equally well on a flash drive.

      --
      John
    5. Re:ebay maybe? by Gordonjcp · · Score: 4, Informative

      It hasn't been successfully recovered from, to my knowledge

      It can't be, on any drive made this century and most drives from the last decade of the previous one. If you've got confidential data stored on old drives that use MFM recording (not necessarily an MFM interface) then you might need to worry.

    6. Re:ebay maybe? by egcagrac0 · · Score: 5, Informative

      Why are you relying on sdelete instead of something like DBAN?

      USB keys can be quite useful, even in small - think backup (PGP, SSH, etc) keyring, a convenient way of putting anti-malware software onto an infected computer that has been pulled off the network, etc. Despite having several multi-gigabyte flash drives, I keep a 32 meg drive around just for copying MBAM and friends onto infected machines for doing cleanups.

    7. Re:ebay maybe? by Rei · · Score: 1

      If you're really paranoid, use /dev/urandom and make several passes.

      --
      Stale pastry is hollow succor to one who is bereft of ostrich.
    8. Re:ebay maybe? by Anonymous Coward · · Score: 3, Interesting

      In both cases (IDE/SATA and most modern SCSI drives which actually all do maintain an internal badblocks list (and a finite store of reserve blocks - i.e. high-capacity magnetic disks have been doing internal levelling for a while too), and wear-levelled flash drives), there is some risk of data recovery from blacklisted sectors that won't ever be wiped subsequent to their blacklisting. i.e. just because the drive can't/won't use the block anymore, even to write random data to it, doesn't mean the appropriate scanning microscope or whatever tools can't recover data from the "bad" blocks.

      That almost certainly doesn't matter to anyone remotely normal, but if you're feeling maximally paranoid, thermite is your data-erasure friend...

    9. Re:ebay maybe? by Gilmoure · · Score: 1

      I wonder how hot platters have to be to melt? I have a small raku kiln that's hitting 2000Â F, with one propane burner. I'd have to get some high temp ceramic fiber blanket to do a multi-burner one but should be able to get 2500Â F.

      Or, I could just pack the platters in a crucible with a bunch of glass and aluminum around the and see what kind of blob I get.

      --
      I drank what? -- Socrates
    10. Re:ebay maybe? by loftwyr · · Score: 1

      I would recommend

      dd if=/dev/urandom of=/dev/disk bs=1k

      That puts random bits in place as opposed to a regular pattern. Not that it will stand up to NSA scrutiny but it's more than enough for most data recovery.

    11. Re:ebay maybe? by Anonymous Coward · · Score: 0

      Depending what you're storing, they may not have to spin very often. E.g. you have 10 hard drives full of movies, and you're only watching one movie at a time, and you don't mind waiting 5 seconds for the movie to start.

    12. Re:ebay maybe? by Bandman · · Score: 0, Redundant

      Not even necessary

      http://16systems.com/zero/

    13. Re:ebay maybe? by Bandman · · Score: 4, Insightful

      If you feel the need, but so far, no one has even done zeros.

      http://16systems.com/zero/

    14. Re:ebay maybe? by C0vardeAn0nim0 · · Score: 1

      open it, remove the heads, harvest the nodimium magnets, spin the plater, pass the nodimium magnets over the plates over and over. use a small propane torch to heat them up to make it easier for the magnets to act.

      or buy some strong chemical shit at the market (like pipe cleaning products. the ones based on sodium hydroxide are prefered) and dump the platers there.

      --
      What ? Me, worry ?
    15. Re:ebay maybe? by anagama · · Score: 1

      Nice -- I'm a potter too! I hit 2200F in my raku kiln with a single burner and a piece of firewood split into kindling. I was just doing a clay test and my fiber is really worn, so I didn't go that far with it, but I would think that with several pieces of wood split into small kindling, you could get a bit more temperature. I'd wonder if using two burners will take it all the way to 2500F though, because you can only pump so much fuel into your kiln before you get reduction conditions -- it's going to be much easier to raise the temperature in oxidation, though of course in reduction, there may be chemical changes that lower the melting point. If you can get a 2-3 ft tall flame out of your exhaust hole with one burner, I doubt you can really put much more fuel in it. If you don't get that flame and are using a regulator, take off the regulator (and accept the danger). Here's my clay test and shot of the pyrometer at 2200: http://www.anagama-west.com/firing_log/archives/80

      --
      What changed under Obama? Nothing Good
    16. Re:ebay maybe? by fooslacker · · Score: 1

      If you're really paranoid, use /dev/urandom and make several passes.

      No that's if you're moderately paranoid....if you're really paranoid use a sledge hammer and fire. =)

    17. Re:ebay maybe? by Gilmoure · · Score: 1

      Yeah, it is pretty easy to get a reduction atmosphere in my kiln. I was thinking of making one with a larger exhaust (currently 4" round opening), with chimney to see if that would get things a bit hotter. I've seen these small (20lb propane bottle size) forges, with multiple burners that black smiths and metal workers use and they're hitting 2500F on up. Course, they're having the flame directly on the work piece so that could be part of it.

      Will have to try combustible material in there. I've only been messing with Raku for a year or so, ever since I showed wife burner I put together from internet plans. Was planning on getting in to bronze casting but she showed me some books on kilns and away we went.

      --
      I drank what? -- Socrates
    18. Re:ebay maybe? by Dogtanian · · Score: 3, Informative
      You might be interested in the final paragraph of this post which describes supposed low-level access to IDE/ATA;

      "All recently made hard disks have a built in secure erase function that erases on the disk level."

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    19. Re:ebay maybe? by Thinboy00 · · Score: 1

      If the NSA knew how to do that, would they really give the technique away for $500? Moreover, would they reveal that they could do it for $500?

      OTOH, no matter what, you'll never be 100% sure they can't get a given piece of data (unless you use a one time pad, which has its own problems. I am not an cryptographer, don't sue me if I'm wrong.).

      --
      $ make available
    20. Re:ebay maybe? by gearloos · · Score: 1

      well, to be sure at use 3 passes. dd if=/dev/zero of = /x // to zero it // tr '\0' '\377' /dev/zero |dd of=/x // to write all one's// dd if=/dev/urandom of=/x // to write randoms to it// Of course this assumes your running *nix and older versions like sunos and pre 5.2 aix don't even have a /dev/urandom or /dev/random. I'd just find a drill press or a plasma cutter. Plasma Cutter seems best to me.

      --
      "Computers are a lot like Air Conditioners" "They both work great until you start opening Windows"
    21. Re:ebay maybe? by Thinboy00 · · Score: 1, Redundant

      No, don't do that. The bits have a minuscule but nonzero probability of smashing together into a validly partitioned volume containing a virus or something nasty (or an invalid one that crashes Windows). It's very improbable (I think), but possible.
      Besides, who cares if they can tell you wiped it? A regular pattern doesn't mean they can reverse the overwrite operation (probably; we don't know what the NSA can do).

      --
      $ make available
    22. Re:ebay maybe? by anagama · · Score: 1

      I've really wanted to get into metal casting for a long time now. I just have to get my act together and build something.

      --
      What changed under Obama? Nothing Good
    23. Re:ebay maybe? by mlts · · Score: 1

      The problem is getting access to that functionality to be able to tell a drive to lock then erase itself. HDDErase is a utility that can get some machines to erase themselves via the IDE/ATS secure erase mechanism, but on a lot of computers, it won't run or be able to access the low level commands (usually the BIOS blocks access).

      I have used this utility in my last job (combined with a pass of zeroing using DBAN for good measure) to ensure that repurposed computers are completely blank before leaving a secure premises.

    24. Re:ebay maybe? by Gilmoure · · Score: 1

      I picked up an old 18" smoker (freecycle rocks!) and need to add some kao-wool to it, with a hole in the center about twice the diameter as the crucible I picked up (1 qt size). I figure a double layer (2" or so) with some kind of rigedizer should do.

      I want to be able to cast jewelry so won't need to be smelting large amounts of bronze.

      I'll post some links to my raku pics this evening.

      --
      I drank what? -- Socrates
    25. Re:ebay maybe? by shadwstalkr · · Score: 1

      If the NSA knew how to do that, would they really give the technique away for $500? Moreover, would they reveal that they could do it for $500?

      You're correct, but do you seriously think the NSA is interested in what's on your hard drive? If they are, it's a good bet that the FBI will seize it before you can destroy it.

      I don't understand why cryptography/data destruction discussions end up speculating on the NSA's capabilities. They're irrelevant, because if the US government truly wants information that you have, you've already lost. If you couldn't afford some senators to call off the hunt before it started, you don't have the resources to defend yourself.

      Maybe I'm just being cynical, so if you have examples where destroying hard drives has kept someone out of Federal (or secret) prison I'd like to know.

    26. Re:ebay maybe? by geekoid · · Score: 1

      You don't need to be holding treasonable secrets to want a clean wipe. Thinking that way kleads to "He did a clean wipe, clearly he has treasonable secrets."

      And yeah, I like harvesting the magnets as well.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    27. Re:ebay maybe? by Capt.DrumkenBum · · Score: 1
      dd if=/dev/urandom of=/dev/disk bs=1k

      I thought that was how M$ created Windoze Vista.

      --
      If I were God, wouldn't I protect my churches from acts of me?
    28. Re:ebay maybe? by plover · · Score: 1

      You don't have to melt the platters to destroy the data -- you just have to heat the magnetic media beyond its Curie temperature. Of course, that means knowing what the magnetic media of the platters is made of.

      The Curie point of neodymium magnets is about 300C, for samarium-cobalt it's up to about 800C, and for iron it's 768C. Your 2000F oven should be plenty hot enough.

      --
      John
    29. Re:ebay maybe? by Gilmoure · · Score: 1

      Melting would be more fun.

      But so would embedding it in molten glass/aluminum/bronze. Time to dig out some scsi drives.

      --
      I drank what? -- Socrates
    30. Re:ebay maybe? by bsharitt · · Score: 4, Funny

      However, be advised that this may affect the resale value.

    31. Re:ebay maybe? by bsharitt · · Score: 2, Funny

      Even worse, they could randomly come together and create something worse like kidde porn or Windows ME.

    32. Re:ebay maybe? by rickb928 · · Score: 1

      Actually, if I bought used media off of eBay or whatever, I would scrub it immediately.

      I don't want your stinky, infested data on my machines, thank you.

      Come to think of it, this is why I don't buy used media. I got enough problems with trojans, worms, malware of all types without *buying* it.

      --
      deleting the extra space after periods so i can stay relevant, yeah.
    33. Re:ebay maybe? by subbrian773 · · Score: 1

      It has been reported that the Bush White House destroyed lots of hard drives: though I may be premature it looks like Scooter will be the member of that merry band to get convicted of anything.

    34. Re:ebay maybe? by fooslacker · · Score: 1

      maybe of my credit card data...the fire and hammer should still sell just fine...there is a timeless market for such things. ;p

    35. Re:ebay maybe? by tacarat · · Score: 1

      If you're really paranoid, use /dev/urandom and make several passes.

      No that's if you're moderately paranoid....if you're really paranoid use a sledge hammer and fire. =)

      The funny thing is, the secure method is considerably quicker too. I did this once to a large pile of old drives for work. Please, please, please, make sure you use protective goggles and the like. I did and was thankful after a drive shot out at my face.

      Granted, it might have been an improvement, but the evil supergenius look got a big taken down after Dr Evil satirized it.

      --
      "Common sense will be the death of us all"
    36. Re:ebay maybe? by fractoid · · Score: 2, Funny

      I'm reasonably sure that if they have a serious interest in the contents of your hard drive, the NSA will be able to decrypt it by using a $5 wrench and some duct tape to persuade you to help them.

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    37. Re:ebay maybe? by Narnie · · Score: 1

      dd if=/dev/zero of=/dev/disk bs=1k

      It hasn't been successfully recovered from, to my knowledge

      I did that when wiping some old drives at work, and then I taco'ed the platter, glued on some inductors to make feet, and constructed a shiny, geeky napkin holder.

      --
      greed@All_Evils:~#
    38. Re:ebay maybe? by jovetoo · · Score: 1

      If you make an image of your platter with an electron microscope you can measure the actual magnetisation of the bit (which is an analog value) on the harddrive and have a good idea of what previous values were. Add to that the error correction mechanisms on every harddrive and you have a good chance to find the data on it before you put all zeroes over it.

    39. Re:ebay maybe? by Bandman · · Score: 1

      If they want my IM logs that bad, let them have it.

    40. Re:ebay maybe? by fracai · · Score: 1

      Bending and flexing the platters will [...]

      Might want to be careful with that one. Sometimes the platters are glass or some other non-bendable, but easily shatter-able material. I once bent two platters from one drive and then moved on to the next set. While it only took around 15 minutes to clean up the majority, it's been several months now and I still find the occasional remnant in my living room. That thing exploded.

      --
      -- i am jack's amusing sig file
    41. Re:ebay maybe? by Anonymous Coward · · Score: 0
      Hate to be anti-karma whore... but MOD PARENT DOWN.

      This issue has been reposted over and over, and every time gets the following negative responses.

      Reasons why this "challenge" sucks:
      1. Screenshot states a whole $40 award
      2. "Three data recover companies were contacted" for the challenge
      3. "You also must publicly disclose in a reproducible manner the method(s) used to win the challenge" for a company to reveal their secret to all the other companies?
      4. Prize was upped later to: "They also will receive $500.00 USD", which is still worthless, because of the above point requiring you to disclose your secret for the award money.

      Removing the requirement of the revealing your secret would greatly improve the takers to more than just 3 companies.

    42. Re:ebay maybe? by Dogtanian · · Score: 1

      Yeah, I noticed that the article linked via the original post (which was made by you, thanks!) mentioned that the (un-)helpful BIOS protection was a problem.

      Can this be bypassed on all BIOSs?

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    43. Re:ebay maybe? by Thinboy00 · · Score: 1

      [snip]Windows ME.

      Yes, that would fall under the general category of "something nasty".

      --
      $ make available
    44. Re:ebay maybe? by CAIMLAS · · Score: 1

      And why could dd if=/dev/zero not be recovered from? What's special about newer drives that make it impossible? I seem to recall that some degree of the previous state is still retrievable with fancy things like micron electrsoscopes, or whatever.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    45. Re:ebay maybe? by cornjones · · Score: 1

      dban (daryl boot and nuke or similar) is a nice easy, secure wipe for full drives.

    46. Re:ebay maybe? by Atti+K. · · Score: 1

      The density of recording, AFAIK. In more recent drives also perpendicular recording.

      --
      .sig: No such file or directory
  2. Chuck'em out by canthusus · · Score: 1

    Chuck'em out.

    1. Re:Chuck'em out by BPPG · · Score: 5, Interesting

      Don't just chuck them. Look for a high-school that has a proper computer engineering program, and drop them off there. Whether you give them to the teachers or the students directly, they'll love you for it.

      I remember building and disassembling many a computer in my class before I was able to install windows 95 (and subsequently, starcraft) on them.

      --
      What's the value of information that you don't know?
    2. Re:Chuck'em out by yashachan · · Score: 5, Interesting

      Wait, high schools have computer engineering programs?! My high school seemed to be interested in finding the least qualified teacher possible for our computer-related classes, even though I found a professor from a prestigious university who was willing to teach the computer science classes. So not fair. :(

    3. Re:Chuck'em out by Thelasko · · Score: 1

      Don't just chuck them. Look for a high-school that has a proper computer engineering program, and drop them off there.

      Not only young people, but old people too. My parents and in-laws have just discovered these little devices. They're apparently still using floppy disks! I'm planning on ordering a bunch of them and giving them as mother's/father's day presents.

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    4. Re:Chuck'em out by all5n · · Score: 2, Insightful

      Yeah but he was not in the teachers union. Can't have non-union teachers running around out there causing problems.

    5. Re:Chuck'em out by amori · · Score: 4, Informative

      A) Install USB linux on one of them. They come in handy when repairing computers. B) Pass them to close friends, or colleagues at work, they'll give it to their children. C) Give it to your neighbor.

    6. Re:Chuck'em out by Anonymous Coward · · Score: 0

      I remember building and disassembling many a computer in my class before I was able to install windows 95 (and subsequently, starcraft) on them.

      Me to, fun times.

    7. Re:Chuck'em out by malignant_minded · · Score: 1

      Donating is a good idea I am sure someone could find something to do with them. I would often use flash pens instead of a hard drive on old computers with Damn Small Linux, Puppy, or Slax installed. I found it was often the hard drive that slowed down older PCs and none of the other hardware. Also buying a hard drive is a waste of money if using an older PC, paying 80 bucks is a big invest when you can just use a 1 gig flash pen that someone else thinks is worthless.

    8. Re:Chuck'em out by khellendros1984 · · Score: 5, Funny

      My first programming classes were supervised (not taught) by the guy that ran the Windows computer lab. He was Mac-only, and hadn't written a line of code in his life. Basically, he handed the 5 of us in the class books and said "Just show me something cool at the end of the day every day, and I'll pass you".

      --
      It is pitch black. You are likely to be eaten by a grue.
    9. Re:Chuck'em out by yashachan · · Score: 1

      He also wasn't a certified K12 teacher, which my mom said could have also caused problems (my mom used to be a teacher in our state).

      I'm sure my high school's principal also didn't care that we had an incompetent teacher; students from my high school had a reputation for excelling at academics despite shitty/psychotic teachers.

    10. Re:Chuck'em out by Anonymous Coward · · Score: 0

      For the hard drives, before chucking them, take the magnets out. They're super-strong! I've had a lot of fun playing practical jokes with them.

      For the usb keys, use them as "thief bait" - load them up with malware and leave them hanging around for someone to steal.

    11. Re:Chuck'em out by commodore64_love · · Score: 4, Informative

      Donating, schmonating. We're at the start of Depression #2, and every penny counts. I earn around $300 each month just selling old stuff like videos, books, and gadgets. Amazon is good for earning a higher price, but it does require patience. Ebay is better if you want to get rid of stuff right now:

      - List it for 99 cents and $5 ship/handling
      - Or 1 cent and $6 ship/handling

      Please note I said S&H not postage. Shipping is for the ~$3 postage, but the "handling" covers your personal labor (you don't work for free) and the outrageous fees ebay charges (they don't work for free either). Someone will buy your item because there's always someone looking for old items, and you'll make around a dollar profit for each flash or hard drive sold. Possibly more if the demand is high.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    12. Re:Chuck'em out by nmg196 · · Score: 0, Redundant

      I wish people wouldn't imply that upgrading hard disks is "proper computer engineering". The status of an "engineer" has already been degraded as it is by people referring to photocopier repair bods as "engineers" even though they have no engineering qualifications at all.

    13. Re:Chuck'em out by cmr-denver · · Score: 5, Insightful

      In a lot of ways, that might have been the BEST possible way for him to teach that class! Since anything you're taught about computers is mostly obsolete in a few years, learning how to learn on your own is THE most critical skill in the industry, IMHO. Second is learning how to troubleshoot/debug...

    14. Re:Chuck'em out by Anonymous Coward · · Score: 0

      >Just show me something cool at the end of the day every day, and I'll pass you
      Man, that would have made my computing class so much more fun.
      Instead of making crappy VBA-enabled spreadsheets for some damn radiator company, i could have made PACMAN, or some 2D scrolling platformer!

    15. Re:Chuck'em out by yashachan · · Score: 1

      That probably would have turned out better than my comp sci classes...

      I actually provided the comp sci teacher the curriculum and then promptly sat my ass in the back of the room and fucked around all period. I taught a class here and there when he was flailing and couldn't figure the material out (which is pretty sad... I completed it in about a week a couple years earlier). The class still degraded rather rapidly into games of Counter Strike (except for the three other girls in the class). It's really too bad I never took a picture of the teacher playing it to give to the principal (getting caught playing games on school computers automatically revoked your computer privs for the rest of the year); it could have had some hilarious results.

      This was the same teacher who had been teaching ROP Network Tech (side note: ROP, Regional Occupational Programs, is California's in-high school vocational classes) and told me he hadn't put the heat sink on backwards in the computer I was working on. Three days later, when my group and I had exhausted all other possibilities for why the computer kept shutting down during boot, he told me that I'd put the heat sink on backwards. He was quite pleased with himself, until I pointed out he'd put it on backwards and had ignored me when I first pointed out it was wrong. On the upside, I was able to use reminders of this incident to shut him up when he was bothering me until I graduated.

    16. Re:Chuck'em out by Anonymous Coward · · Score: 0

      Computer engineering programs in high school? Point me to a single one! In most high schools today, you'll find "computer literacy" classes and perhaps an AP Computer Science class. At a smaller number of schools, you might find vocational training in computer repair, network administration, and the like. However, since when have high schools offered computer architecture classes? Digital electronics classes? I think the closest you'll come these days is some robotics classes.

    17. Re:Chuck'em out by vux984 · · Score: 2, Insightful

      - List it for 99 cents and $5 ship/handling
      - Or 1 cent and $6 ship/handling

      Personally I'd much rather buy a $6.01 item with free shipping than a 0.01 item with $6 shipping. It just feels more upfront and honest.

      I despise "1 cent item plus $20 shipping and handling listings". If you want 20 bucks just fucking come out and say so. Do you think I'm going to be so stupid as to latch onto the 1 cent item because its such an awesome deal, and my brain will cease functioning before I figure out what the actual final cost is?

      Out of curiosity though... is this to game ebay's commission structure? ie... if I pay 1 cent plus 20 shipping and handling does the seller get to keep more money than if it was 15.01$ plus $5 shipping?

      If that's the case I don't really blame the seller for doing this. But it still annoys me because the stuff I buy on ebay is usually based on price, and if everything is 1 cent, and then I have to go and read what the shipping is, and whether the seller will combine shipping on multiple items... wastes my time and makes ebay less useful.

    18. Re:Chuck'em out by metamatic · · Score: 1

      is this to game ebay's commission structure?

      Yup. And it's prohibited by their rules, so the best way to get rid of it is to report it.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    19. Re:Chuck'em out by Anonymous Coward · · Score: 0

      In the case of ebay, their commission is only taken out of the item value (not counting shipping). Inflating shipping at the cost of a lower item value can save a few cents, which rapidly add up over time.

    20. Re:Chuck'em out by hob42 · · Score: 3, Interesting

      During my senior year (1997), my high school created an Intro to C Programming class. Since I had pretty much mastered TI-BASIC during various boring math and english classes, and had been lazily self-teaching myself C at home for a year or two, it seemed like a good idea.

      They gave the calculus teacher a dozen 8086s (to be honest, you don't really need anything more than DOS at 8MHz to compile and run Hello World) and had him take night classes at the local Vo-Tech. He set up the curriculum so that he was teaching us about a week behind what he was learning in his own class.

      I spent most of the semester helping my classmates learn what he was trying to teach, and yes, sometimes correcting his mistakes directly. I was so bored by the time the final project rolled around, I had to do SOMETHING to make it challenging. So, I wrote my final program for my TI-85, by setting up a cross compiler under a PC emulator on my Amiga, and loading the executable using ZShell. Easily the most fun I've had for a school programming project.

    21. Re:Chuck'em out by Penguinoflight · · Score: 2, Informative

      Ebay double and triple dips when it comes to listing fees. Depending on the listing you are charged for: base listing cost + some percentage of starting bid/reserve price; additionally you are charged for a percentage of the ending price.

      Ebay does not charge more for listings based on the shipping fees, which is what encourages sellers to gouge so much.

      --
      "And we have seen and do testify that the Father sent the Son to be the Savior of the World"
      1 John 4:14
    22. Re:Chuck'em out by Anonymous Coward · · Score: 0

      Every penny counts... Someone will buy your item because there's always someone looking for old items, and you'll make around a dollar profit for each flash or hard drive sold. Possibly more if the demand is high.

      A whole dollar? I don't think that a dollar profit is worth the time to do all that -- may as well sell them at a garage sale for $2, at that rate, or even just give them to someone for free and feel good about it. I don't imagine demand would be high for hard drives of Old Variety, when newer ones are much more cost-effective. Even at $4.50, would people buy a 40 gb drive? I can't think of many that would.

    23. Re:Chuck'em out by operagost · · Score: 1

      It sounds like your teacher at least put in a good effort considering the circumstances.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    24. Re:Chuck'em out by The+Great+Pretender · · Score: 4, Informative
      For Thumb Drives go here

      "Thumb Drive Drive - Do you have old thumb drives (otherwise known as USB Memory Sticks) at your office or home that you don't use anymore? We're collecting these drives to share with the organizations we work with. They can be used in hundreds of useful ways by: * Teachers * Students * Relief Camp Workers Please keep sending them in to Inveneo here and we'll make sure they get out to people and organizations who can use them well: Inveneo 972 Mission Street 5th Floor San Francisco, CA 94103"

      --
      A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.
    25. Re:Chuck'em out by Anonymous Coward · · Score: 0

      sorry, this is slashdot where being able to install ubuntu makes you a supercomputing genius (even though you are unqualified to work at the best buy geek squad)

    26. Re:Chuck'em out by vux984 · · Score: 5, Insightful

      Yup. And it's prohibited by their rules, so the best way to get rid of it is to report it.

      No. The best way to get rid of it is to change the rules.

      So... looking at the fees;
      Right now its 8.75% on the first 25, and 3.5% on 25.01 to 1k and 1.5% on 1k+

      Fee on an auction that was $20+$5 is $1.75
      Fee on an auction that was $1+$24 is $0.09

      Fee on an auction that was $3+$3 is $0.26
      Fee on an auction that was $0.01+$6 is $0.00

      No wonder people gamed the system.

      Solve the problem trivially:

      Charge 5.75% on the first 25$ including shipping. (For categories like books, games, dvds, toys, collectibles, etc, etc)

      Under this regime:

      Fee on an item that is $20+$5 is 1.43.
      Fee on an item that is $1+$24 is 1.43.

      Fee on an item that is $3+$3 is 0.35
      Fee on an item that is $0.01+$4.99 is 0.35

      For people who were playing by the rules it amounts it changes things a bit, price goes up 9 cents on a cheap item; but goes down around 32 cents for items closer to 25. Overall, its a pretty fair change.

      But for people who were gaming the system, well, now they can't.

      And now there is actually an incentive to combine shipping on multiple orders to a single buyer, as their ebay fees would go down accordingly, and their profit actually goes up slightly. Under the current regime where people are taking their profit in shipping, they actually either lose money when combining shipping or piss off buyers by refusing to do so.

      And by removing all the gaming and improving the customer experience, ebay will easily come out ahead.

      The solution is to change the rules.

    27. Re:Chuck'em out by teknik808 · · Score: 1

      i would spend 4.50 on a 40Gb drive, perfect for modding an old Xbox as a media hub for another TV in my house, 35 bucks for the Xbox and 4.50 for a drive and a hour or so doing a mod and you would be good to go.

    28. Re:Chuck'em out by bluefoxlucid · · Score: 1

      You're a girl and your nerd teacher was bothering you? How typical.

    29. Re:Chuck'em out by Mister+Whirly · · Score: 2, Funny

      Well, when I was in high school (this was 1987 mind you), I took the only offered computer programming course at my school. We got to code up a payroll program in COBOL. Really prepared me for life as a modern day programmer.

      --
      "But this one goes to 11!"
    30. Re:Chuck'em out by Blackknight · · Score: 2, Informative

      Screw Ebay, put them on Craigslist.

    31. Re:Chuck'em out by The+Cisco+Kid · · Score: 1

      Thankfully, to make items with ludicrous "Shipping&Handling" fees such as these, the default sort of 'by price' on ebay has been "price + S&H" for quite some time now.

      So an item that sells for $2 but has a reasonable shipping cost, will appear before an item listed as 99 cents with a ludicrous S&H. Of course I usually see like $10 - $15 listed as S&H, for an item that weighs an ounce, thats just a scam.

      I'll gladly pay a little more for an item than pay less and get ripped of with S&H charges.

    32. Re:Chuck'em out by geekoid · · Score: 1

      for yucks, put a files that isn't delleted to wel that says "The first person to email me that they found this file, with number 83478376 gets 100 bucks."

      Just to see what the results are.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    33. Re:Chuck'em out by geekoid · · Score: 2, Insightful

      "is mostly obsolete in a few years,"

      False.
      The information I learned about computers in 1980 is still valid. Is there MORE stuff? sure.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    34. Re:Chuck'em out by iamhassi · · Score: 5, Informative

      "Since anything you're taught about computers is mostly obsolete in a few years..."

      You're not a programmer, are you? I ask because no programmer would ever say that.

      The C programming language came out in 72, and C++ came a few years later. Both are in the top three most popular programming languages "based on the number of skilled engineers world-wide, courses and third party vendors" and they make up 25% out of the top 20 languages in the list. Although the number one language, Java, makes up 19%, it "derives much of its syntax from C and C++" and Java came out in 1995.

      Other sources say C is still responsible for nearly 50% of new open source projects, followed by Java with 28%.

      So even if you took a programming class 30 years ago it would still very much apply today.

      --
      my karma will be here long after I'm gone
    35. Re:Chuck'em out by Swave+An+deBwoner · · Score: 1

      The $0.01 price + inflated shipping does two things:

      1. It avoids ebay's "final value fee" because they charge that on the selling price, not the shipping fee, and

      2. It essentially makes the item unreturnable (they will refund the selling price, but not the shipping fee, ha ha).

    36. Re:Chuck'em out by 4D6963 · · Score: 3, Insightful

      Nonsense, when it comes to software engineering there's no such thing as obsolescence, and mostly not within a matter of years.

      --
      You just got troll'd!
    37. Re:Chuck'em out by Pentium100 · · Score: 1

      For $4.50 I would buy a 40GB drive that's working. I don't see a problem with small drives. I am even now using a 2GB drive (with about 300MB partitioned off because there is too much bad sectors in that area) on a PC with Windows 98 so I can play system Shock 2. So yea, I could buy a hard drive for $4.50. The problem for me, of course, is that it would cost more that $5 to ship that drive from the US.

      While new hard drives are more cost-effective, as in having a lower cost per gigabyte, they still cost a lot, especially if all you need is a 1 or 2GB drive. You know, for a PC that you are using as a router and such.

    38. Re:Chuck'em out by SamsLembas · · Score: 0

      As a high school student, I can second this. My school has both a computer club and a 'computer design and repair' class which could make use of these.

    39. Re:Chuck'em out by yashachan · · Score: 1

      And now I remember why I generally avoid mentioning the fact I'm female.

      "bothering me" == "getting me to do something productive"

    40. Re:Chuck'em out by Falconhell · · Score: 1

      I am a former copier tech you insensitive clod!

      In the time I did so I learned many propriatary
      OS, in most cases more difficult to use than any PC OS.

    41. Re:Chuck'em out by mrmeval · · Score: 1

      Put a simple Linux distribution on them and a nice label that says "FREE USB stick: boot me". A picture of a white rabbit or a red pill is obligatory. Distribute as you see fit. I intend to do this at the next scifi convention and there are several technology conventions that will be coming up this summer.

      I can get the tiny small capacity (512M) ones by the 100 count for cheap. They have enough room to easily run Kubuntu or other Linux distributions.

      --
      I'd go on a Vegan diet but the delivery time from Vega is too long. --brownkitty
    42. Re:Chuck'em out by bluefoxlucid · · Score: 1

      Oh, I thought he was just being a pest to hang around you. I've had teachers like "See a girl can get her program to work, why can't you?" before... or the fascination that 2 of their students are twins.

    43. Re:Chuck'em out by erik258 · · Score: 1

      I agree. In fact, I usually argue that computer science degrees are like getting certified as a steam engine mechanic. Of course, if you can fix steam engines, you have knowledge applicable to all sorts of things... But improvisation skills are key.

    44. Re:Chuck'em out by reverendbeer · · Score: 1

      So...you're saying that my COBOL classes are still good?

    45. Re:Chuck'em out by Naatach · · Score: 1

      Screw Ebay, put them on Craigslist.

      And you can still get a fortune off of "shipping and handling"!

      Why I have three laptops that I have shipped to desperate buyers in Nigeria that paid me double my asking price!

      Now I'm off to the bank to cash this pile of checks! Laugh Laugh Laugh!

      --
      There may be no "I" in team, but there's also no "F" in way.
    46. Re:Chuck'em out by Anonymous Coward · · Score: 0

      I've tried talking sense into ebay. Waste of time. I have an email from them saying they don't accept advice from outside of ebay- it's against their policy. I'll post it here if anyone wants a laugh.

      Now I've got a better solution- let's you and I start an alternative to ebay and do it right, including actually being response to the needs of both buyers and sellers. Any takers?

    47. Re:Chuck'em out by yashachan · · Score: 1

      Pfft. I took every chance I got to make myself out as smarter than him. Teachers don't generally seem to like that, especially when you do it in front of the entire class. I'm surprised he tolerated my presence in his classroom, quite honestly.

    48. Re:Chuck'em out by bluefoxlucid · · Score: 1

      Hahaha nice!

      Also if you want to shatter the slashdot crowd's fantasies just cast yourself as an emo fat chick with black lipstick and a lip piercing, instead of a skinny-ass blonde with a slut ponytail and thigh-length skirt like people like to imagine every girl on the Internet is ;) You could even start a live journal, and put up fake pictures of some other girl, and bitch about things that didn't really actually happen!

    49. Re:Chuck'em out by bhtooefr · · Score: 1

      I only have one x86 box left with a floppy drive, but there are two situations where floppies are still useful.

      1. Where an admin has disabled the ability for users to add hardware, there's no CD burner (or burning is disabled,) but there is a floppy drive.
      2. Installing RAID drivers on XP or Server 2003.

      (BIOS updates and such can usually be done with a bootable flash drive, so...)

    50. Re:Chuck'em out by complete+loony · · Score: 1

      We're at the start of Depression #2

      Nah, this is at least #4. Just because you don't remember 1837 or 1873 doesn't mean they didn't happen.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    51. Re:Chuck'em out by xtracto · · Score: 1

      you're saying that my COBOL classes are still good?

      Well, I remember reading an article about a year ago saying that bankers were looking for Cobol programmers, willing to pay high salaries!

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
    52. Re:Chuck'em out by Anonymous Coward · · Score: 0

      There are two guys in our software house (out of ~25) that maintain our mainframe code (COBOL), five years ago they planned to phase out that code base in 2008. However last year mainfraime maintenance was responsible for 1/3 of our revenue, go figure.

    53. Re:Chuck'em out by TapeCutter · · Score: 1

      So did you learn any calculus?

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    54. Re:Chuck'em out by TapeCutter · · Score: 1

      When I started HS calculators hadn't been invented - now get off my lawn.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    55. Re:Chuck'em out by rtb61 · · Score: 1

      Giving things away is a lot more satisfying. It's given you your moneys worth, you have been satisfied, give a new lease of life by giving it to someone who needs it and can't afford it. Being a greed freak scrounging for every dollar sucks and it's just plain boring, an existence of making your life and everybody around you miserable because everything you do or touch has to make your more money, more money, more money.

      When I have got out of a product what I wanted and replace it, I always try to give it away unless it is worth thousands of dollars. It takes very little effort, you feel better I just don't get the idea over drooling over every cent like you life depends on it and continuously scheming to make more is just so petty.

      --
      Chaos - everything, everywhere, everywhen
    56. Re:Chuck'em out by Stuart+Gibson · · Score: 1

      Plus PayPal fees since they own them as well and it's an enforced payment option now.

      --
      It's all fun and games until a 200' robot dinosaur shows up and trashes Neo-Tokyo... Again
    57. Re:Chuck'em out by TapeCutter · · Score: 1

      Heh, the first time I heard about Java I thought, "Hey, that's like PCODE from the '70's"

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    58. Re:Chuck'em out by Anonymous Coward · · Score: 0

      - I despise "1 cent item plus $20 shipping and handling listings". If you want 20 bucks just fucking come out and say so. Do you think I'm going to be so stupid as to latch onto the 1 cent item because ...

      There is I think at least one good reason to do it like this - when shipping from one country to another - if customs check the package, they should tax it on the value of the contents, not the value of the shipping.
      I have yet to have any ebay item shipped to me in Europe, from Hongkong, get stopped by customs, so haven't had a chance to test this theory, but I reckon it's so.
      Anyone had experience of this?

    59. Re:Chuck'em out by DriveMelter · · Score: 1

      smash the keys and melt the drives

    60. Re:Chuck'em out by TyrainDreams · · Score: 1

      I thought that was an amusing statement since ebay owns 25% of craigslist. But I agree craigslist is less corporate whore than ebay is.

    61. Re:Chuck'em out by Quirkz · · Score: 1

      And yet, when my college Physics department offered a programming class in 1996, they offered it in FORTRAN. I did get some C++ from the computer science department, though. Naturally, now I do all my programming in PHP, which is a relatively new and rapidly changing language, and JavaScript, which is (in my experience) kind of a mess.

    62. Re:Chuck'em out by darpo · · Score: 1

      I second this. Ebay/PayPal is sketchy at best. I think the power of craigslist comes from the emphasis on local sales, whereas with Ebay, you normally don't meet up with the person you're doing business with.

      With craigslist, if I price something appropriately, there will be someone willing to stop by, pick it up, and be very grateful for the chance. I have made hundreds of dollars this way, getting rid of stuff that was otherwise junk to me.

      Most recent example was a set of about 200 CDs that were just sitting in my closet (storing them for a family member who was traveling... he never picked 'em up). The local CD shop refused to take CDs without jewel cases and album art. But I found a local guy who drove to my place within like an hour of posting the ad, and he super happy to buy them off me for a nice price. He gets great music, I get cash, win win for everyone. No shipping fees, no bidding wars, etc. Not to mention I've gotten jobs and dates off craigslist too. Truly a great website that's serving the community.

    63. Re:Chuck'em out by MistrBlank · · Score: 1

      While donation seems like a good idea, I know my local school system has a VERY strict computing policy and currently only uses hardware built into their policy.

      The purpose is to save money by eliminating specialized configurations that will cause higher troubleshooting costs.

    64. Re:Chuck'em out by fataugie · · Score: 1

      False.
      The information I learned about computers in 1980 is still valid. Is there MORE stuff? sure

      What? Where to place the punch holes in card stock?

      Relax, I was just making a joke. I assume you mean thinking logically, deconstructing a problem into smaller elements...etc.
      Right?

      As a point of curiosity...were you taught OOP? I assume FORTRAN, COBOL, maybe C or Pascal? I'm taking CompSci classes currently so I'd be curious.

      --

      WTF? Over?

    65. Re:Chuck'em out by kehren77 · · Score: 1

      Our high school decided that computer science sounded like math, so they just had one of the Math teachers do all the computer science classes.

      My first semester involved teaching him about networking the Mac SE/30 lab via AppleTalk so we could play Bolo.

    66. Re:Chuck'em out by commodore64_love · · Score: 1

      >>>Personally I'd much rather buy a $6.01 item with free shipping than a 0.01 item with $6 shipping

      Yeah unfortunately the real world doesn't work like that. I've experimented with that in the past - charging the actual price with free shipping - and the item failed to sell. So I used Ebay's free relisting feature, and listed the item for 1 cent plus $6 ship and it sold easily.

      I don't know why, but for some reason most customers don't see the S&H fee as part of the cost. They only see the price.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    67. Re:Chuck'em out by commodore64_love · · Score: 1

      Paypal already charges their fees according to the item price + shipping. It would easy for Ebay to follow the same method as their subsidiary. However there would still be a tendency to want to list items at 99 cents, since the listing fee is less.

      BTW reporting an seller with $$5 or $6 S&H for a game or dvd won't do any good. Ebay considers that reasonable. Even a major retailer like amazon charges $5 to ship a video game (example: Space Chimps for the Wii). Outrageous? No; just business.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    68. Re:Chuck'em out by commodore64_love · · Score: 1

      >>>2. It essentially makes the item unreturnable (they will refund the selling price, but not the shipping fee, ha ha).

      When I encounter sellers who only refund 1 penny, even though I paid 5 or 6 dollars total, I turn as deceitful as they are. I return an empty envelope stuffed with paper, then I file a paypal or credit card dispute, using the tracking/delivery confirmation number, which automatically means I get back ALL my money.

      Later if the scam artist (formerly the seller) contacts me I simply explain if they wanted their game/movie/whatever back, then they should have refunded ALL my money, not just 1 cent. I also ask how it feels, as a scam artist, to be reverse-scammed. Then I laugh.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    69. Re:Chuck'em out by commodore64_love · · Score: 1

      I love buying from Nigerians.

      "Item? What item? I never received an item?", I say as I secretly play with my new toy from Nigeria. I love getting stuff for free.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    70. Re:Chuck'em out by commodore64_love · · Score: 1

      Anybody who lists an item for $2 plus free or almost-free S&H is *losing* money, because Ebay+Paypal fees cost around 2 dollars alone.

      Perhaps that doesn't bother you, that your seller is losing money, but it bothers me.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    71. Re:Chuck'em out by commodore64_love · · Score: 1

      >>>Being a greed freak scrounging for every dollar sucks

      So does living on welfare & dog food because I lost my job and have no money. I'd rather sell my items even if only for a little bit of cash, because it can make the difference between self-sufficiency and poverty.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    72. Re:Chuck'em out by commodore64_love · · Score: 1

      P.S.

      Also it's not just money. It's life. $300/month recovered by selling older items is about 15 fewer hours spent in the "hell" we call work. It's not just money. It's time I can spend with the family instead of with the boss.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    73. Re:Chuck'em out by m85476585 · · Score: 1

      $5-6 shipping is perfectly reasonable. $15 shipping is not, and it is clearly gaming the system. Since ebay added a sort by price+shipping option, the number of auctions with outrageous shipping has gone down. Shipping is still high, but ebay and the sellers are not completely to blame because shipping companies, particularly UPS and Fedex charge too much, especially to anyone who is not a business that ships stuff all the time. The UPS store is the worst.

    74. Re:Chuck'em out by yashachan · · Score: 1

      You could even start a live journal, and put up fake pictures of some other girl, and bitch about things that didn't really actually happen!

      That'd be hilarious! But I'd get bored while setting it up and forget about it.

      Piercings are bad? Or just bad on fat emo chicks with black lipstick? 'Cause if piercings are just bad in general, I'm already all set to crush fantasies - what with having nine piercings and plans for more...

    75. Re:Chuck'em out by EmperorOfCanada · · Score: 1

      if(PowerBuilder==obsolete){return true;}

    76. Re:Chuck'em out by bluefoxlucid · · Score: 1

      Eww I don't like piercings but that's just me. The stereotype emo-goth-whore crowd though is like, fat scary chick with a lip piercing, and an eye piercing, and a nose piercing, and black fingernails, and black eyeliner, and black lipstick, and black hair, dressed in all black. And nipple rings and everything but you don't see those. Basically if you can't put black on it, you put metal through it.

      http://www.hahastop.com/pictures/Fat_Emo21.jpg

      Think this girl, but looking more depressed, and trying to do more to "be different" x_x

    77. Re:Chuck'em out by rtb61 · · Score: 1

      You have to remember I live in a country with an effective social welfare net. So the fear and desperation is just not there. Think of a more caring and just society. So prescription $20 odd regardless of actual price, hospital stay one copayment on the first day regardless of final duration and pay for own TV, doctor $20odd copayment per visit. So a lot of the stress, combativeness and, fear is gone. Can't imagine any more what it is like to live with that grinding fear, where a family members illness might send you broke, or you can't afford it and they must suffer, or you lose you job and you company paid health insurance, all loaded on top of the fear you feel about family members health outcome.

      --
      Chaos - everything, everywhere, everywhen
    78. Re:Chuck'em out by hob42 · · Score: 1

      Yeah, it was a separate class. I took calculus from him too, and I probably spent about half of it paying attention. :)

      (The rest was discreetly programming in TI-BASIC on my calculator. I wrote a blackjack game that year which I'm rather proud of.)

  3. Donate to a school or charity by davidwr · · Score: 4, Insightful

    Scrub the data then donate it to charity or a school. If they can't use it they can give it away to a client or resell it.

    I'm sure some /.ers have some 5 or 10MB drives in their closets.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:Donate to a school or charity by PaintyThePirate · · Score: 1

      Local computer recyclers/refurbishers could certainly use them as well.

      Donated computers are far too often stripped of hard drives for "security" reasons. They need hard drive donations more than anything else.

    2. Re:Donate to a school or charity by Anonymous Coward · · Score: 0

      Scrub the data...

      ...and encrypt the disk with truecrypt and devise some means to make them suspicious to the government.
      You might save a few jobs that way.

    3. Re:Donate to a school or charity by rnturn · · Score: 1

      ``I'm sure some /.ers have some 5 or 10MB drives in their closets.''

      Yeah, I am a reknowned pack rat, but I just finished offloading any useful data and wiping four 1GB full height SCSI drives that were sitting down in the basement. At 40W/drive, I doubt that anyone would actually want them. I'm certainly not footing the bill for shipping them anywhere so they're going to the local computer equipment collection next month. In their day they were perfectly good enough for a small file server running Slack and, later, RH 4.something. Nowadays they're just noisy little space heaters.

      I haven't yet gotten around to checking to see what's on the 200MB SCSI drives a ran across in a box a little while ago. They're a little too small to use any more but they were more than enough space back when they were part of a system running an old SVR4.2 UNIX on a '486.

      Before our last household move, I dumped an entire box of probably a couple dozen 120MB IDE drives that I'd thought would be handy someday. They never were so out they went. (See! Looks like I'm on the road to being a recovered pack rat!)

      As for a 40GB drive? As long as it's not on the verge of breaking, I'd keep it and use it as a boot device with the entire disk carved up appropriately for Linux. Save those 500GB drives for personal data.

      --
      CUR ALLOC 20195.....5804M
    4. Re:Donate to a school or charity by mattack2 · · Score: 2, Insightful

      Hopefully you are at least *recycling* them, so the metals and whatever else can be reused and not pollute.

    5. Re:Donate to a school or charity by Pentium100 · · Score: 1

      I have a 20MB one. The problem is that someone took out a chip before giving it to me. If anyone has a MicroScience HH-725 (robotron K 5504.20) drive could you tell me what "U1" is and where could I get that chip? I looked on eBay, but I could only find a working drive (HH725B), but it is very expensive :(

    6. Re:Donate to a school or charity by ptrace · · Score: 1

      5 or 10MB? I haven't seen anything of that capacity since the original IBM PC XT. Not even a school would take that except to put in a museum. Don't you mean 5 or 10GB?

    7. Re:Donate to a school or charity by Pentium100 · · Score: 1

      ...1GB full height SCSI drives...

      I am using one. ST41200N. It takes like 15 seconds to spin up, but it is very reliable with the low data density and all. It even survived an overheat.

      I could use some more just for the fun of it, but the shipping cost would probably be very high.

      The smallest working hard drive that I have is an 120MB Conner IDE drive (CP30104H). I would also really like a working hard drive with a stepper motor, though I am out of luck there (3 drives, 0 working).

    8. Re:Donate to a school or charity by davidwr · · Score: 1

      No, I meant that some Slashdotters still have early-1980s equipment lying around.

      --
      Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    9. Re:Donate to a school or charity by weaselville · · Score: 1

      Inveneo.org takes donated thumb drives and sends them to students in Africa: http://www.inveneo.org/?q=Thumbdrive

    10. Re:Donate to a school or charity by Anonymous Coward · · Score: 0

      I'm sure some /.ers have even more peculiar things in their closets...

        .

  4. just by Anonymous Coward · · Score: 0

    eBay

    1. Re:just by Bozzio · · Score: 1

      or MEbay.

      If you live in QC, Canada, I'll take them from you.

      --
      I just pooped your party.
  5. One word... by afabbro · · Score: 4, Informative
    --
    Advice: on VPS providers
    1. Re:One word... by Anonymous Coward · · Score: 0

      One reply...
      slashdotted!

    2. Re:One word... by Anonymous Coward · · Score: 0

      I love Portland, and Freegeek for being here!

    3. Re:One word... by ColdWetDog · · Score: 4, Funny

      Definitely. Since we've Slashdotted them, I suppose they do need some new hardware.

      --
      Faster! Faster! Faster would be better!
    4. Re:One word... by eleuthero · · Score: 1

      marked +5 Funny, yet anyone clicking the link will get an error as apparently they really are slashdotted... or else, the website doesn't exist yet.

    5. Re:One word... by Anonymous Coward · · Score: 1, Insightful

      Seconded! Don't know if the USB sticks are big enough to be good or not.. but notebook SATA? Are you kidding me? These are NOT worthless, no matter how small. A 40GB external can be plenty useful too. If someone has something that "needs" a large USB storage, but not the portability of a USB stick, a USB HD is fine.

  6. charity donation? Freecycle? by ensnaredlight · · Score: 4, Insightful

    find a local charity to donate them, or if nothing else then just freecycle it, somebody will take you up on it!

    --
    Ignotium per Ignotius!
  7. if you don't want them by two+basket+skinner · · Score: 1

    i'll take them

  8. Simple by frodo+from+middle+ea · · Score: 3, Funny

    Do what I did to my old printer that kept telling me to "PC load letter".

    --
    for the last time people, I am "frodo from middle eaRTH", not "middle eaST".
    1. Re:Simple by Spazztastic · · Score: 2, Funny

      Do what I did to my old printer that kept telling me to "PC load letter".

      Hitting a thumb drive with a hammer is not nearly as satisfying as elbow dropping a printer. It's one and done.

      --
      Posts not to be taken literally. Almost everything is sarcasm.
    2. Re:Simple by Anonymous Coward · · Score: 5, Funny

      Do what I did to my old printer that kept telling me to "PC load letter".

      Load 'letter' sized paper into the paper cassette tray and continue?

    3. Re:Simple by camperdave · · Score: 0, Redundant

      Do what I did to my old printer that kept telling me to "PC load letter".

      What? Load the paper cassette with letter sized paper?

      --
      When our name is on the back of your car, we're behind you all the way!
    4. Re:Simple by eln · · Score: 5, Funny

      I'm sorry, but that's just not how we do things around here. If the printer is doing anything other than printing your document, the correct solution is to wander aimlessly away and hope someone else will eventually fix it. As an added bonus, you get to tell everyone the printer is broken, and that's why you weren't able to get any work done today.

    5. Re:Simple by Anonymous Coward · · Score: 0

      Mmmmm yeah, frodo from the middle east? I'm gonna need that TPS report on my desk by 5 o'clock.

    6. Re:Simple by jonbryce · · Score: 1

      No, you need to tell MS Word to print everything on A4 sized paper. Then you won't get that error message.

    7. Re:Simple by Spatial · · Score: 4, Funny

      How fortunate! Around here the traditional tactic is to press the print button again, twenty more times at the least...

    8. Re:Simple by Anonymous Coward · · Score: 0

      Whoosh! Yeah, I'm gonna need you to go ahead and not post here for a while, kay? Great.

    9. Re:Simple by Stanislav_J · · Score: 1

      Amazing, isn't it? Doing the same thing over and over, but expecting different results. I used to run inventories for a company that used those little hip-mounted 10-key devices, which will alarm if you hit the wrong sequence of keys. Can't tell you how many times I stood and watched someone hitting the same erroneous sequence, again and again (pausing every few attempts to stare at the keyboard for awhile), getting the alarm every time, and stubbornly refusing to accept that they were doing something wrong. I would watch for awhile, and eventually sidle up to them and mutter, "You know, if it didn't work the first time, it ain't gonna work the 101st, either..."

      --
      "Every great cause begins as a movement, becomes a business, and eventually degenerates into a racket." -- Eric Hoffer
    10. Re:Simple by Anonymous Coward · · Score: 0

      Do what I did to my old printer that kept telling me to "PC load letter".

      take it up on a hill and beat the shit out of it with two of your friends and a baseball bat?

    11. Re:Simple by mrdoogee · · Score: 4, Funny

      Obviously your users haven't discovered the "send the job to every printer on site" trick yet. Works like a charm and I get to recycle stacks and stacks of orphaned documents.

    12. Re:Simple by dhermann · · Score: 1

      I will hunt you down and crush you, no matter how long it takes. Treebeard Supervisor, IS Ents Support

    13. Re:Simple by Ed_Pinkley · · Score: 1

      [Homer] If I didn't say yes the first two times, I'm not going to say yes the third time.
      [Lisa] You might say yes the 100'th time.

      --
      "Long time listener, first time caller."
    14. Re:Simple by emm-tee · · Score: 1

      Load 'letter' sized paper into the paper cassette tray and continue?

      Pretty much nobody outside the US and Canada uses "Letter" sized paper. Almost everyone else uses A4, which is part of ISO-216

      Thus worldwide the most common reason for seeing "PC LOAD LETTER" is probably that some application has defaulted to "Letter" sized paper, whereas the user's printer is full of A4 paper.

      In my experience applications often default to Letter paper if they do not know better. In one case I found that a Linux version of a popular document reader would always default to "Letter" paper measurements, even though it claimed that A4 was selected (fixed each time by switching to another paper size and back again).

      "A"-series paper sizes are great. All the sizes have the same aspect ratio, so enlarging/reducing to go from one size to another is no work at all. In addition, because of the ratio used, two sheets of one size fit exactly onto the next size up, so fitting multiple small pages onto a larger sheet is also a doddle. This is useful for saving paper when printing long documents, or for example when printing four A6 invitations on a sheet of A4.

    15. Re:Simple by Tarlus · · Score: 1

      Just as long as it's a thumb drive, and not a thumb.

      --
      /* No Comment */
    16. Re:Simple by adamchou · · Score: 1

      LOL... I love how the people of slashdot decided to moderate this as Informative instead of Funny. Next time someone tells me the fucking printer is broken, I'm blaming it on you eln.

    17. Re:Simple by camperdave · · Score: 4, Informative

      In addition, because of the ratio used, two sheets of one size fit exactly onto the next size up, so fitting multiple small pages onto a larger sheet is also a doddle. This is useful for saving paper when printing long documents, or for example when printing four A6 invitations on a sheet of A4.

      Just an FYI, the American 8.5*11 paper standard does the same thing. A letter sized page is called ANSI A. Two side by side form a sheet that is 11*17 is ANSI B, which you may be familiar with as the wide computer paper. It is also called "ledger" or "tabloid". Two ANSI B sheets, side by side form an ANSI C sheet, two Cs form a D and two Ds form an ANSI E. ANSI Es are used for wall sized maps, and correspond to the metric A0. Unfortunately, the aspect ratio doesn't match that from a step up/down, however it does match the aspect ratio for two steps up or down. Thus it is easy to scale a four to a page layout.

      I wish we would ditch the American standard here in the Great White North, but our biggest trading partner is the US, and since they're still in the horse and buggy era when it comes to measuring systems and since they outnumber us ten to one, we need to play along.

      --
      When our name is on the back of your car, we're behind you all the way!
    18. Re:Simple by Anonymous Coward · · Score: 0

      Strange... around here we just load letter paper into the primary cassette... :-/

    19. Re:Simple by Anonymous Coward · · Score: 0

      Or in other words, load it with the normal sized A4 paper you print everything on.

    20. Re:Simple by Richy_T · · Score: 1

      But if there was not a discrepancy in the sizes, we may not have had the Hexaflexagon

    21. Re:Simple by himself · · Score: 3, Funny

      Are you whispering in italics because you're a polite Canadian? Cheney's gone, man, you don't have to worry about criticizing America anymore!

    22. Re:Simple by Anonymous Coward · · Score: 0

      I believe it was your fax-machine that you're referring to

    23. Re:Simple by camperdave · · Score: 1

      Are you whispering in italics because you're a polite Canadian? Cheney's gone, man, you don't have to worry about criticizing America anymore!

      No, nothing so dramatic. I simply fouled up the closing tag (/a instead of /i).

      --
      When our name is on the back of your car, we're behind you all the way!
    24. Re:Simple by Anonymous Coward · · Score: 0

      I wish we would ditch the American standard here in the Great White North, but our biggest trading partner is the US, and since they're still in the horse and buggy era when it comes to measuring systems and since they outnumber us ten to one, we need to play along.

      What a great and independent nation you guys have going for you. You get all the benefits of sovereignty while being able to pass the buck at will to your far more interesting neighbors. Man up and live your own life already, Canada. :)

    25. Re:Simple by MentlFlos · · Score: 1

      Hitting a thumb drive with a hammer is not nearly as satisfying as elbow dropping a printer.

      You aren't using a big enough hammer.

    26. Re:Simple by qkw · · Score: 0

      Unfortunately, the aspect ratio doesn't match that from a step up/down, however it does match the aspect ratio for two steps up or down. Thus it is easy to scale a four to a page layout.

      i think you'll find that any rectangle can easily scale to "4-up". It's the "2-up" scaling that is in any way an interesting property.

      --
      ---- Design. Invent. Cheese.
    27. Re:Simple by camperdave · · Score: 1

      Challenge accepted. From now on, whenever I can, I will be getting metric sized paper.

      --
      When our name is on the back of your car, we're behind you all the way!
    28. Re:Simple by Anonymous Coward · · Score: 0

      What's so amazing? I can't tell you the number of time trying something half a dozen times has actually worked. I used to have a car that only my wife and I could start during the winter.

    29. Re:Simple by Trogre · · Score: 1

      It means some poorly-configured program has defaulted to US Letter *again* and the printer, loaded with A4, doesn't know what to do with it.

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    30. Re:Simple by Anonymous Coward · · Score: 0

      ANSI E? Wow! I was always looking for double-Ds ;)

    31. Re:Simple by Anonymous Coward · · Score: 0

      I'm sorry, but that's just not how we do things around here. If the printer is doing anything other than printing your document, the correct solution is to wander aimlessly away and hope someone else will eventually fix it. As an added bonus, you get to tell everyone the printer is broken, and that's why you weren't able to get any work done today.

      How fortunate! Around here the traditional tactic is to beat the shit out of it with a baseball bat and my fists.

    32. Re:Simple by Anonymous Coward · · Score: 0

      Worked for Bush, No?! So you are saying you were bushing your boss!!! LOL

    33. Re:Simple by Kapiti+Kid · · Score: 1

      But it says the same thing even when I fill it with standard A4 letter-sized paper!

    34. Re:Simple by Anonymous Coward · · Score: 0

      Do not underestimate the power of the Dark Side.

    35. Re:Simple by Anonymous Coward · · Score: 0

      I challenge you to find a format which doesn't match the aspect ratio for two steps up or down ;)

    36. Re:Simple by Anonymous Coward · · Score: 0

      Don't forget about all the guns we have to enforce our archaic measuring system. They're all sized by a lovely tweak called "caliber", itself a bastardization of the measuring tool, caliper.

    37. Re:Simple by Anonymous Coward · · Score: 0

      Office space joke

    38. Re:Simple by garnetlion · · Score: 1

      the US, and since they're still in the horse and buggy era when it comes to measuring systems and since they outnumber us ten to one

      Here in the US we say we outnumber you twelve to 1 one and a fifth.

    39. Re:Simple by hawk · · Score: 1

      damn commie metric paper!

      hawk

  9. Just recycle them by line-bundle · · Score: 3, Informative

    With the higher energy consumptions of older drives it's just more economical to recycle.

    Older flash drives will be unreliable soon.

    So I suggest the obvious: just recycle or find someone locally, who wants the stuff (poor student etc...) But do not send to Africa because I feel it's just shifting the problem and the cost of shipping is not worth it for whoever does it.

    1. Re:Just recycle them by pla · · Score: 4, Insightful

      the cost of shipping is not worth it for whoever does it.

      The Africans making a living taking care of our electronics "waste" would probably disagree with you.

      Just because we don't consider it worth our health to use nasty chemicals to reclaim metals from scrap boards, doesn't mean no one should want to do it.

    2. Re:Just recycle them by Anonymous Coward · · Score: 2, Insightful

      It IS our concern whether or not "nasty chemicals" are used. Once they're in the environment, it's only a matter of time before we all get affected.

    3. Re:Just recycle them by commodore64_love · · Score: 1

      The nasty chemicals originally came from the ground.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    4. Re:Just recycle them by Manchot · · Score: 2, Insightful

      The nasty chemicals originally came from the ground.

      You mean like oil, coal, and uranium? Yeah, things from the ground can't cause environmental damage.

    5. Re:Just recycle them by DarKnyht · · Score: 1

      Yeah, I am sure those 7 year-old boys taking hammers to CRT monitors and melting copper off of circuit boards are really appreciative of what little they get before being poisoned by the toxic fumes.

      Reference: http://news.bbc.co.uk/2/hi/africa/7543489.stm

      --
      Voting them all out of office, now that's change I can believe in.
    6. Re:Just recycle them by Anonymous Coward · · Score: 0

      That's a pretty narrow view of economics...

      There is a difference between preventing people from doing something you concider 'bad' and simply not using what can be reduced to economic coercion to create a situation where doing harmful things becomes a 'rational' choice over other pursuits. (and lets face it, the necessity for money is the aggregate result of much coercion...)

    7. Re:Just recycle them by LunaticTippy · · Score: 1

      As horrific as that seems, I suspect slow poisoning is preferable to starvation. Remember that people still starve to death in staggering numbers.

      --
      Man, you really need that seminar!
    8. Re:Just recycle them by Anonymous Coward · · Score: 0

      Go to Africa, see what it looks like, what people make a living of, then come tell us all about it. It may be true they use everything they have (I've seen them build a grill out of an old computer case), but an old hard disk will be too useless for them. Moreover, when you have to carry things that far, the lighter the better.

      You can always try and build a wall clock.

    9. Re:Just recycle them by Starcub · · Score: 1

      Just because we don't consider it worth our health to use nasty chemicals to reclaim metals from scrap boards, doesn't mean no one should want to do it.

      They also sold their own into slavery. Just because somebody wants to do it, doesn't necessarily make it right.

    10. Re:Just recycle them by MentlFlos · · Score: 1

      The nasty chemicals originally came from the ground.

      You mean like oil, coal, and uranium? Yeah, things from the ground can't cause environmental damage.

      I prefer natural plants myself. Handy for making rope and, uh, stuff.

    11. Re:Just recycle them by Anonymous Coward · · Score: 0

      Good idea, but make sure you wipe them properly first. Thoroughly, with multiple overwrites.

      And don't recycle drives with particularly sensitive information. For hard drives with this sort of information pull them apart, remove the platters and go ape at them with a steel mallet. Same for usb disks, but no need to deconstruct first.

    12. Re:Just recycle them by griffjon · · Score: 1

      Man does /. need a +1 Dry Sarcasm mod.

      OTOH; I can think of some value - install a ton of cross-platform software and a bootable DSL Linux, a-la Tactical Tech's NGO-in-a-box: http://www.tacticaltech.org/sectoolkit and send it -- with relevant and clear instructions -- to a relevant NGO, or with some FoaF who's joined the Peace Corps, etc.

      I wholly agree that shipping random-junk-tech is more likely to contribute to a problem, there are some occasional uses for old tech.

      --
      Returned Peace Corps IT Volunteer
  10. Store small, high-value secrets by AEton · · Score: 1

    Type up your passwords and encryption keys and put the device in a safe somewhere.

    It seems like a 1 kilobyte file is more likely to last on a hard drive if you store 50 million copies of it. (And if you store 500,000 copies of the file on a CD, you're less likely to be screwed by a scratch.) Is there an easy way to automate this duplication? Some weird "very small, very-high-repetition on same volume" file system, or just a perl script?

    --
    We recently had heard in the office over one of the Yellow Machine that's made by Anthology Solutions.
    1. Re:Store small, high-value secrets by SatanicPuppy · · Score: 1

      I'd probably just use perl.


      $data = "your data to be written a zillion times";
      $x = 0;

      while(1){
      open(OUT >"$x.txt") || die "Unable to create file $x.txt = $!";
      print OUT $data;
      close(OUT);
      $x++;
      }

      It'll keep running until the disk runs out of space, or maybe until X overflows it's type, which I suppose is possible, though unlikely.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    2. Re:Store small, high-value secrets by Hatta · · Score: 1

      Par2. Instead of 20% redundancy, try something like 500,000,000% redundancy. Sure it'll take forever to generate, but then any random 1k you can pull off of the drive will be sufficient to recreate your original file.

      --
      Give me Classic Slashdot or give me death!
    3. Re:Store small, high-value secrets by Culture20 · · Score: 1

      Is there an easy way to automate this duplication? Some weird "very small, very-high-repetition on same volume" file system, or just a perl script?

      windows cmd: FOR /L %X IN (0,1,965957) DO copy foo.txt foo%X.txt
      bash: X=0 ; while [ $X -lt 965958 ] ; do cp foo.txt foo${X}.txt ; X=`expr $X + 1`; done

    4. Re:Store small, high-value secrets by anonymousmeatbag · · Score: 1

      I have used all my hard drives under 2GB for routers/wireless nodes.
      I keep my pass-phrases / passwords, encryption software on old thumb drives that have lock button. There is no other use I can think of today for a thumb drive of size 32-128MB today.

    5. Re:Store small, high-value secrets by Chabo · · Score: 1

      Since Perl is pretty loosely typed, Once it overflows its int type, it'll become a float type, then it'll just keep growing till it hits infinity. An infinite value won't crash the program, and infinity has the same string as any other (positive) infinity, so if you hit infinity before you run out of disc space, then you'll have an infinite loop.

      My source code:

      $x = 1;
      while(1){
          print "$x\n";
          $x*=2;
      }

      And some output excerpts:

      1
      2
      4
      8
      16
      32
      64

      281474976710656
      562949953421312
      1.12589990684262e+015
      2.25179981368525e+015

      4.49423283715579e+307
      8.98846567431158e+307
      1.#INF
      1.#INF

      This is with ActiveState Perl v5.10.0.

      --
      Convert FLACs to a portable format with FlacSquisher
    6. Re:Store small, high-value secrets by Chabo · · Score: 1

      However, if you change your code to append to the files instead of writing a new file, it'll work. If your number hits infinity, then the "infinite-named" file will continue to grow until your disk runs out.

      On a side note, you have a small syntax error; the angle-bracket should be inside the quotes, and I'm pretty sure a comma is required:
      open(OUT, ">$x.txt")

      Also valid syntax:
      open OUT, ">", "x.txt"

      --
      Convert FLACs to a portable format with FlacSquisher
    7. Re:Store small, high-value secrets by harry666t · · Score: 1

      Go with a perl script.

    8. Re:Store small, high-value secrets by Unbeliever · · Score: 2, Informative

      Since Perl is pretty loosely typed, Once it overflows its int type, it'll become a float type, then it'll just keep growing till it hits infinity.

      Or until, in float, you run out of precision in the mantissa so that you can't fit 1 and the number in the same range. The proverbial 3000000000000000 + 1 = 3000000000000000.

      For IEEE754 32 bit float, that's about 24 bits worth of float, so about 16,777,216 is the biggest for single precision float.

      #include <stdio.h> int main(void) { int i; float j = 16777210; for (i = 0; i &lt 10; i++) { printf("%f\n", j); j = j + 1; } return 0; }

      ./a.out

      16777210.000000

      16777211.000000

      16777212.000000

      16777213.000000

      16777214.000000

      16777215.000000

      16777216.000000

      16777216.000000

      16777216.000000

      16777216.000000

      Note the saturation at 216.

      --
      --Carlos V.
    9. Re:Store small, high-value secrets by Chabo · · Score: 2, Interesting

      True, I forgot about that.

      According to this, Perl's floats are stored in 64, 96, or sometimes 128 bits, depending on how it was compiled. My system reports using 64 bits, so it will run out of precision before hitting 2^53, it seems.

      Also, even if Perl went all the way to infinity with "x++", the rate of new files being made would slow down considerably once you started hitting scientific notation.

      So really, if you wanted to fill the disk in this way, you want to make sure you append to the file instead of overwriting, as I said in my other reply. Otherwise you may go into an infinite loop without filling up the disk.

      --
      Convert FLACs to a portable format with FlacSquisher
    10. Re:Store small, high-value secrets by Chabo · · Score: 2, Informative

      Hmm... the link didn't work.

      http://www.mail-archive.com/dbi-users%40perl.org/msg29840.html

      Must be because of the "at" symbol in the original URL. I've replaced it with the hex value.

      --
      Convert FLACs to a portable format with FlacSquisher
    11. Re:Store small, high-value secrets by Locklin · · Score: 1

      Parchive

      From Wikipedia...
      Parchive (a contraction of parity archive volume set) is an open source software project that emerged in 2001 to develop a parity file format, as conceived by Tobias Rieper and Stefan Wehlus:.[1] These parity files use a forward error correction-style system that can be used to perform data verification, and allow recovery when data is lost or corrupted.

      --
      "Knowledge is the only instrument of production that is not subject to diminishing returns" -Journal of Political Econom
  11. Become a porn secret santa by antifoidulus · · Score: 5, Funny

    Load them up with porn and give them to random people anonymously. They will thank you for it!

    1. Re:Become a porn secret santa by eln · · Score: 5, Funny

      Your plan is nice and all, but it lacks the life-destroying element that a truly diabolical plan should have.

      What he should do is load them up with child porn and sneak them into the briefcases of all the people who have wronged him. He does keep a list of everyone who has ever wronged him labeled "people to utterly destroy", right? Doesn't everybody?

      Anyway, after you've done that, place anonymous calls to the FBI from various pay phones saying you've seen these people loitering around elementary schools. Then, sit back and watch your problems disappear.

    2. Re:Become a porn secret santa by VShael · · Score: 4, Funny

      Load them up with porn and give them to random people anonymously. They will thank you for it!

      Done and done! I made sure to include two girls and one cup, Mr. Hands, and the awesome Glass Ass a couple of dozen times, but I helpfully changed their names.

      Well, it's almost Easter. And that's sort of an Easter Egg.

      I wonder how they'll thank me?

    3. Re:Become a porn secret santa by jetsci · · Score: 1

      I can't help but think all the guys who get busted with kiddy porn are just victims of...you. Oh man...think of that one...*evil grin*

      --
      Bored at work? Play Game!
    4. Re:Become a porn secret santa by Anonymous Coward · · Score: 0

      I believe that qualifies you to be on somebody's "people to utterly destroy" list. See eln's post...

      If somebody gives you a spare hard drive, dump it!

    5. Re:Become a porn secret santa by cheetah_spottycat · · Score: 1

      Your plan is nice and all, but it lacks the life-destroying element that a truly diabolical plan should have.

      Then do it with furry porn.

    6. Re:Become a porn secret santa by BarryJacobsen · · Score: 1

      He does keep a list of everyone who has ever wronged him labeled "people to utterly destroy", right? Doesn't everybody?

      [billymadison]Of course, and after you cross somebody off the list you put on lipstick. Doesn't everybody?[/billymadison]

    7. Re:Become a porn secret santa by Anonymous Coward · · Score: 0

      What he should do is load them up with child porn and sneak them into the briefcases of all the people who have wronged him.

      Ooh, ooh, could you put one in Andrew Cuomo's bag?

    8. Re:Become a porn secret santa by Tubal-Cain · · Score: 1

      Does he live in Redmond, by any chance?

    9. Re:Become a porn secret santa by korbin_dallas · · Score: 1

      "He does keep a list of everyone who has ever wronged him labeled "people to utterly destroy", right? Doesn't everybody?"

      Sure. Even Nancy Pelosi has a list.

      --
      They Live, We Sleep
    10. Re:Become a porn secret santa by harry666t · · Score: 1

      > He does keep a list of everyone who has ever wronged him labeled
      > "people to utterly destroy", right? Doesn't everybody?

      No.

    11. Re:Become a porn secret santa by Anonymous Coward · · Score: 0

      You left off dancefloor dale? Shame on you. That's a sin against humanity to sabotage somebody like that and not include DFD.
       

    12. Re:Become a porn secret santa by Richy_T · · Score: 2, Funny

      Quite right. Whoever gets around to lists. Why procrastinate? Utterly destroy people at the earliest opportunity.

    13. Re:Become a porn secret santa by Anonymous Coward · · Score: 0

      It's not "sort of an easter egg", it's an "easter cup" damnit!

    14. Re:Become a porn secret santa by Anonymous Coward · · Score: 0

      Now I know you worked for the last administration!

    15. Re:Become a porn secret santa by Anonymous Coward · · Score: 0

      you're the same guy who would toss away a working printer just for stop working and now this? Dude, you a sociopath.

      No, this is not intended to be funny.

    16. Re:Become a porn secret santa by Anonymous Coward · · Score: 0

      What exactly is Glass Ass? I've been lucky enough to avoid 2G1C so far. As for Mr. Hands, just one word. OUCH!

  12. Disassemble and build Bedini Engine by Anonymous Coward · · Score: 0

    Strong magnets, good precice and silent bearings, very useful for (Google "Bedini Engine")

  13. Give them to CowboyNeal by davidwr · · Score: 2, Funny

    This should about double the /. server storage space.

    You'll need to throw in ISA SATA and USB cards though.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  14. Microwave by Anonymous Coward · · Score: 0

    Microwave, 5 seconds should do the trick.

    1. Re:Microwave by stonedcat · · Score: 2, Funny

      You forgot to tell him to stand in front of it to make sure it cooks properly.
      Hard drives are a lot like hot dogs, you don't wanna cook them without your face right there next to the glass.

      --
      You can't take the sky from me.
  15. Move 'em down the line by Matey-O · · Score: 1

    The 250 giggers are on the nas box holding backups, one 100 gig laptop drive replaced the 40 gig drive on the Apple TV, the other is holding a copy of Windows 7 so I didn't bork the Ubuntu drive on the media box...

    The 512 mb sd cards, OTOH, pitch 'em. I can't believe I'm saying this, but half a gig just isn't enough space to do anything with...movies are 700 Mb, as are most distros. (I use unetbootin to get away from burning CD's when testing out new distros these days.)

    That's the price of progress, I guess.

    Now, count the number of mass storage devices you have, between phones, DVR's, game machines, MP3 players, etc.

    --
    "Draco dormiens nunquam titillandus."
    1. Re:Move 'em down the line by GMFTatsujin · · Score: 2, Insightful

      For massive media, maybe 512MB is small. Movies and such, no way, I agree there.

      On the other hand, my 512MB card has massive amounts of e-books, saved web pages that have since disappeared off the net, tiddlywikis of my personal information, backups of gnucash files and web sites I've developed over the years ...

      A small SD can be functional too. I write my NaNoWriMos on one and carry it around with me along with a keychain CD card reader. Any time the inspiration hits me, I can plug in to any computer with a free USB port and add to my word count.

      You'd be surprised how much can fit on 512MB when you go beyond movies n' music.

    2. Re:Move 'em down the line by TheRaven64 · · Score: 1

      512MB stores every article I've ever written and both books. It stores every picture I've ever taken with my phone camera. It stores several hours of audio. It stores all of the code I've released to the public.

      It's inadequate for video, and cramped for audio, but for text and vector images, 512MB is still a lot. For bitmap images, it depends on the size and compression.

      --
      I am TheRaven on Soylent News
    3. Re:Move 'em down the line by AragornSonOfArathorn · · Score: 1

      You can mail your 512MB SD cards to me, if you want. For older digital cameras (3 or 4 megapixels, like many of my family and friends still use) 512MB will hold a few hundred shots, and even with higher-resolution cameras, that size could be a good emergency backup to keep in the camera bag if you fill up your big cards.

      --
      sudo eat my shorts
    4. Re:Move 'em down the line by WuphonsReach · · Score: 1

      The 512 mb sd cards, OTOH, pitch 'em. I can't believe I'm saying this, but half a gig just isn't enough space to do anything with...movies are 700 Mb, as are most distros. (I use unetbootin to get away from burning CD's when testing out new distros these days.)

      Useful for e-books (the Sony PRS-505 reader has an SD card slot). Or for use as floppy drives. Or for backups of things like encryption key rings and encrypted authentication credentials (basically a block of PGP/GPG encrypted text inside of text files, one for each website/company).

      The big advantage is that they're super tiny in size, so you can toss a few in an envelope and store them in a safe, or safe deposit box.

      There are lots of bit of information that can be usefully stored on 512MB sized cards (even down to 128MB), where it makes sense to keep the information spread across multiple pieces of physical media. (Such as rotational backups.)

      --
      Wolde you bothe eate your cake, and have your cake?
    5. Re:Move 'em down the line by SIR_Taco · · Score: 1

      Personally, I use those old (read small; less-than 512meg) memory cards/sticks to back-up my personal programming projects redundantly (apart from my project's web hosting and my HDDs). I have about 3 hooked up right now, and every so often a little script looks for changes and replaces/updates each drive.
      I feel much more comfortable having them as a mirrored backup for this, than a 2nd HDD, external HDD, or having to burn CDs all the time (and with the script I can't forget to do it).
      Of course every so often I backup all the data onto DVDs for safe keeping... in case my computer gets eaten by a rabid squirrel or something (it's a well known fact that squirrels will not eat DVDs)

      --
      I say don't drink and drive, you might spill your drink. Before you get behind the wheel just stop and think.
    6. Re:Move 'em down the line by Lumpy · · Score: 1

      I can't believe I'm saying this, but half a gig just isn't enough space to do anything with.

      Really??? so it's useless to have one in a 12 megapixel camera to take about 70-80 photos?

      wow, do you just walk around with the shutter held down constantly that holding 80 photos is not enough for you for that moment?

      --
      Do not look at laser with remaining good eye.
    7. Re:Move 'em down the line by iamhassi · · Score: 1

      "The 512 mb sd cards, OTOH, pitch 'em. I can't believe I'm saying this, but half a gig just isn't enough space to do anything with..."

      Usually you'd be right, but there's TONS of "old" devices that can't use SDHC, so anything 4gb and larger it can't be read. Some of the devices really aren't that old, like the Motorola Q cellphone, which some US carriers just started carrying late 2007 (original Q, not Q9).

      If it was 32 or 64 or 128mb I'd say yeah, toss that, but 512mb SD non-HC would breath new life into older Palms, Qs, mp3s players, digital cameras and many other devices that are not SDHC compatible.

      Put it on ebay, you might find a buyer. I recently bought a 2gb SD for a device on ebay and paid over triple what a 4gb SDHC would have cost me. Or heck, message me, I have devices that could use it.

      I'm facing the same issue but with hard drives: What do you do with a 6gb or 12gb or 20gb hard drive? Suppose I could get a $20+ enclosure (cheaper enclosures risk bad PSUs) for the 20gb, but for $56 I could get a 160gb external drive locally.

      --
      my karma will be here long after I'm gone
    8. Re:Move 'em down the line by vlm · · Score: 1

      that size could be a good emergency backup to keep in the camera bag if you fill up your big cards

      For years journalists in third world countries (Africa, USA, etc) have known that jack booted thugs don't necessarily check the memory card that they confiscate. So, if they want to confiscate your picture of a choo choo, or of a copyrighted statue in a park, or a video you made of a police beating, you can cheerfully hand over a special card containing innocent pictures or maybe a pic of the declaration of independence or maybe a pic of mr goatsea.

      Also it can be pleasant to take pictures etc and then share the card. Instead of one huge expensive card, have a couple small ones and if auntie wants to copy the kids birthday, just "loan" her the card...

      Finally in my experience camera cards fail suddenly and totally. Its nice to have a spare, even if its a tiny one.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    9. Re:Move 'em down the line by vlm · · Score: 1

      Some of the devices really aren't that old, like the Motorola Q cellphone, which some US carriers just started carrying late 2007 (original Q, not Q9).

      How bout an off the shelf brand new Leapster2 kids toy, that advises in the instructions that it wont work with SD cards larger than 256 megs? Actually according to the amazon reviews, and my experience, it doesn't work at all. The smallest card I could even find at best buy was one gig.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    10. Re:Move 'em down the line by Skater · · Score: 1

      Really? I take 100, 150 pictures in a couple hours if it's an interesting subject. And that doesn't include the obviously bad pictures that I delete immediately. I filled a 512 MB memory card (roughly 170 pictures with my 6 MP DSLR) at one museum last summer, and I nearly filled a 1 GB memory card at another museum a few weeks before that...

    11. Re:Move 'em down the line by Mozk · · Score: 1

      There's a museum that lets you take photos?

      --
      No existe.
    12. Re:Move 'em down the line by stonewallred · · Score: 1

      except when you have a good camera that won't use anything larger than a 512MB SD card. I have to reformat my SD cards and set their size to 512MB, or I have a very pretty paperweight.

  16. Seriously. by MindlessAutomata · · Score: 3, Funny

    Mail them to me.

    1. Re:Seriously. by Anonymous Coward · · Score: 0

      What's your address?

  17. Schools by meridoc · · Score: 1

    ...especially high schools, for those seniors trying to write final, massive papers, and (now fairly late) college essays. A school I worked at had a sign-out sheet for them, so kids could take their half-typed papers home.

    --
    "Two things are infinite: the universe and human stupidity, and I'm not sure about the former." -- Albert Einstein
  18. Starcraft on a stick. by Overkill+Nbuta · · Score: 5, Interesting

    http://www.yellowchrome.org/1com/galaxytribune/sos.html

    Whats better than whipping it out and playing some starcraft?

    1. Re:Starcraft on a stick. by Anonymous Coward · · Score: 5, Funny

      Whats better than whipping it out and playing some starcraft?

      Whipping it out is always good, Starcraft's just a bonus.

    2. Re:Starcraft on a stick. by commodore64_love · · Score: 1

      I'm glad you brought that up! A 500 meg flash device or MP3 player will hold:

      64,000 Atari VCS/2600 games
      7,000 NES or SMS or C=64 games
      1,000 Super Nintendo or Genesis/Megadrive games
      30-60 N64 games

      Just load your favorite Stella, Nesticle, or other emulator and you can have a "festival o' fun" on a stick.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    3. Re:Starcraft on a stick. by Daimanta · · Score: 1

      I actually read the article and it appears that you need to merge a reg file with the register on the host you want to play starcraft on. That means no starcraft on a pc without admin-rights.

      --
      Knowledge is power. Knowledge shared is power lost.
    4. Re:Starcraft on a stick. by Anonymous Coward · · Score: 0

      Whats better than whipping it out and playing some starcraft?

      Kerrigan's not THAT hot.

  19. I don't know about anyone else by apdyck · · Score: 1

    When I have obsolete hardware I put it in a cardboard box and put it out by the curb...it's gone within an hour or so. Of course, I live in the downtown area of my city, dominated by lower-income residential housing, and there is always someone that wants the hardware. Don't get me wrong, it doesn't go to the dump, it gets picked up by people who want old computer parts. There's a market for everything, even if it's not going to be profitable :)

    --
    .sig
    1. Re:I don't know about anyone else by Capt.DrumkenBum · · Score: 2, Interesting

      Like most geeks, Computer hardware just seems to be magnetically attracted to me. When I bought my house, I decided I needed to get rid of a lot of my old useless hardware. In the end I threw out 15 desktops, 3 old craptops, and 1 dumb terminal. I put everything beside the dumpster. It was all gone by the next morning. I hope someone got a lot of use out of all that old hardware.

      --
      If I were God, wouldn't I protect my churches from acts of me?
    2. Re:I don't know about anyone else by apdyck · · Score: 1

      I have been on both sides of this transaction myself...the last thing I picked up was for nostalgia, a 5 1/2" floppy drive (I have no disks to use with it, but I wanted it anyways). In the past I have picked up a number of gems, including two (yes, someone was tossing two of them) Commodore 64s and one functional C64 monitor (which my brother still uses for his gaming consoles. Someone's trash is almost always someone else's treasure when it comes to electronics.

      --
      .sig
    3. Re:I don't know about anyone else by Anonymous Coward · · Score: 0

      The 1084 series of monitors can even be connected via S-Video, all you need is a simple splitter cable that should take any nerd less than 15 minutes to make.

    4. Re:I don't know about anyone else by ganjadude · · Score: 1

      Same boat My old CCNA class was getting rid of their old hard/software back in i think it was 99 or 2000 I got a dresser FULL of id wager 90% of everything C64/128 i got 3 working C 64s, a working 128D 2 working monitors, cassette drive, 9600B modem,3 1/4 and 5.25 floppy drives and well over 2K disks and manuals.... its still in the dresser... from 9 10 years ago...but its mine!

      --
      have you seen my sig? there are many others like it but none that are the same
    5. Re:I don't know about anyone else by Capt.DrumkenBum · · Score: 1

      Now that I think of it, it wasn't a dumb term, it was an old X terminal, and I got it out of that same dumpster several years before. It was a fun project to get it working with my Linux box. Too slow to be really useful, but fun to do anyway.

      --
      If I were God, wouldn't I protect my churches from acts of me?
  20. A great idea. by Anonymous Coward · · Score: 0

    Re-create the Office Space scene where they smash the printer. It's been done before, but still fun I'd assume. Swap in hardware in place of printer, and you're good to go.

    =]

    1. Re:A great idea. by Bill,+Shooter+of+Bul · · Score: 3, Interesting

      Its only really fun if they've burned you. If they've served you faithfully, what kind of treatment is that? I say take them out viking style : take a toy ship to carry them into the afterworld, set it ablaze with a flaming arrow while chanting some nordic verse.

      Valhalla awaits:
      , Platter sure, heads swift
      glorious memory
      failed us not.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    2. Re:A great idea. by Anonymous Coward · · Score: 2, Insightful

      I had a computer that crashed on me one too many times. I threw it into a river near the ocean. This river was a mix of fresh and salt water. A month or two later I fished the computer out and took it home. I did have to evict a few crabs that were living in it. I let it dry outside. My computer room is the basement. I put down a tarp and put the old computer on this tarp. The seaweed and other things that had started to grow in/on it. I said a loud to my other machines, to behave or a fate worse then this awaits you.

      That was 10 years ago. Other then 2 hard drives failing. I have not had a bad motherboard, RAM, or any other failed computer part. Threatening the computers worked.

    3. Re:A great idea. by Anonymous Coward · · Score: 0

      And they talk amongst themselves to distant relatives.

      I can't count the number of times something mysteriously started working once I walked up to it to help the hapless user, but only after I started smashing equipment, old laptops, drives, etc. They seem to _know_ that you might destroy them if they don't work and behave.

      Shooting them works too, but be sure to pick up the parts so you aren't littering.

  21. Rescue Sticks by SStrungis · · Score: 2, Informative

    Putting a live XP or Linux distribution onto it makes it a fine rescue disk.
    Give 'em to your church.
    Use them for backups of small things.
    Add them to the internal usb ports on your pc or pci card for some hidden always-available storage.

    S

  22. portable linux by thegreatemu · · Score: 5, Insightful

    I can't speak for small hard drives, but a great thing you can do with a 40 GB external hard drive is to install a persistent live linux disk to it. One of the best seems to be portable linux. That way, you always have a bootable OS around which will work with just about any hardware that can boot from USB, which is really valuable for troubleshooting, etc. I use mine to do things like fix grub problems, or use gparted to resize partitions, etc. With a persistence-capable live distro, you can customize all your settings and install any tools you like which aren't included on the default live disk, and even treat it as a mobile home when you're traveling.

  23. I disagree - even 64MB is good for some things by davidwr · · Score: 2, Interesting

    I use sub-GB sticks like floppies of yore when I don't have a LAN available. They are more convenient than a CD-R.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:I disagree - even 64MB is good for some things by Matey-O · · Score: 1

      yeah, but 4 gb devices are _$8_ at Microcenter.

      --
      "Draco dormiens nunquam titillandus."
    2. Re:I disagree - even 64MB is good for some things by Anonymous Coward · · Score: 0

      Yeah, but he's got the (suitable) sub-g one in his hand.

    3. Re:I disagree - even 64MB is good for some things by toddestan · · Score: 1

      Yeah, but if you got a stack of 512MBs that you don't care about, you can give someone the drive and not worry about getting it back, much like we once did with floppy disks.

  24. This question again by Anonymous Coward · · Score: 0

    Over and over we have hardware that we want to utilize in some way but frankly there is not use for it that wouldn't cost more then buying new hardware or is unreliable. The answers usually boil down to:
    a) Donate it - Schools, churches, family, ect.
    b) Recycle it - Local or cooperate recycling centers
    c) Destroy it - In some extravagant fashion involving lots of fire, gravity or explosives. This option you are required to film it and post it to the internet if only so we can criticize it and whine about what a waste it is to destroy your hardware and how we could have put it to use.

  25. Donate by PCRanger · · Score: 1

    Zero wipe them, then donate them to schools or charities which send computers to less fortunate countries or maybe academic research institutes.

  26. What I normally do is by $RANDOMLUSER · · Score: 4, Funny

    Take them to a recycling center, so they can be loaded onto container ships and sent to China so they can have their precious metals reclaimed over a charcoal fire.

    --
    No folly is more costly than the folly of intolerant idealism. - Winston Churchill
    1. Re:What I normally do is by RingDev · · Score: 1

      Not all recyclers export to China. http://www.file13usa.com/ for example, uses a charcoal fire here in the US!

      -Rick

      --
      "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    2. Re:What I normally do is by DriveMelter · · Score: 1

      That's what I do, melt those disks using charcoal and turn them into more useful things.

    3. Re:What I normally do is by CAIMLAS · · Score: 1

      Are you kidding me? Which part of the disk do you use? I don't remember the platter being all that hard to serve as a decent tool...

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  27. Keep 'em around by Anonymous Coward · · Score: 1, Insightful

    I keep as many old computer parts around as I can find room for. They are good as spare parts and for building extra machines.

    Drives in particular are good for keeping backups on. If you are about to install a new OS for example, you can just dump an image of you current setup on an old drive and just keep it in a drawer somewhere.

    If you have a flash drive that you suspect wont take much more writing you can install a tool set on it and then just keep it around for emergencies.

    Compact flash cards can be used as IDE drives if you get a tiny, cheap bit of hardware. ( Use it to boot a small linux distro to a ram disk. Perfect for a quick booting terminal box, router or light weight server. )

    I guess you just need to tinker more. :D

  28. Toss 'em by SatanicPuppy · · Score: 1

    You don't have a use for them, so what makes you think someone else will?

    If you're not worried about the possibility of someone recovering sensitive data off of them, donate them to some charity...Maybe someone there will find a use for them, but don't be surprised if they refuse your tech junk: they won't want to pay the disposal fee either.

    --
    ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    1. Re:Toss 'em by Anonymous Coward · · Score: 0

      I have many students in class that don't have them and could use a free one.

    2. Re:Toss 'em by Hognoxious · · Score: 1

      You don't have a use for them, so what makes you think someone else will?

      Did congress pass a requirements homogenisation and levelling bill? I have no use for tampons, but I suspect roughly half the population might find somethng to - you know, do - with them.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    3. Re:Toss 'em by icebrain · · Score: 1

      You don't have a use for them, so what makes you think someone else will?

      There are plenty of people like me around, who will gladly accept free stuff just cause it's free. I have buckets in the garage full of random crap (wires, small gadgets, etc) that I collected and sometimes hack together into things.

      --
      The meek may inherit the earth, but the strong shall take the stars.
    4. Re:Toss 'em by pluther · · Score: 2, Insightful

      You don't have a use for them, so what makes you think someone else will?

      The funniest thing about this comment is that it shows up immediately after an anonymous coward listing several things he'd like to do with the old equipment.

      If you're not worried about the possibility of someone recovering sensitive data off of them, donate them to some charity...

      I'll second that. And, if you are worried about it, wipe the data using something like dban's boot-n-nuke software, then donate to a local charity. I help with one myself, and we always need more hard drives, as a lot of companies will strip 'em out before donating their computers.

      Maybe someone there will find a use for them, but don't be surprised if they refuse your tech junk: they won't want to pay the disposal fee either.

      True, too, although the equipment described here isn't really "junk". Anything over about 4GB can take an Ubuntu install and still have enough for quite a few documents. A 40GB drive would be welcome almost anywhere. To give some idea of the numbers, right now in the Geeks Without Borders warehouse, we've got about 200 motherboards that are P-3 or better, and only 6 drives that are over 20GB.

      --
      If the masses can keep you down, you're not the Ubermensch.
    5. Re:Toss 'em by rthille · · Score: 1

      OT, but far less than 1/2. Not all women need them due to age, and even women who periodically menstrate only need them about 1/4 of the time.

      --
      Awesome furniture, accessories and cabinetry in Santa Rosa, CA: http://humanity-home.com/
    6. Re:Toss 'em by Dogtanian · · Score: 1

      I have many students in class that don't have them and could use a free one.

      Trust me, they probably won't be impressed if you offer them a 120MB hard drive.

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    7. Re:Toss 'em by Anonymous Coward · · Score: 0

      OT, but far less than 1/2. Not all women need them due to age, and even women who periodically menstrate only need them about 1/4 of the time.

      Only 1/4 of the time? ONLY?! Yet another slashdotter who has never had a girlfriend.

  29. Good times by Ravenscall · · Score: 4, Funny

    Explosives + Old Hardware = Good Times!

    --
    You say you want a revolution....
    1. Re:Good times by Sponge+Bath · · Score: 2, Funny

      Explosives + Zealous Police = Hard Time!

    2. Re:Good times by GeckoAddict · · Score: 2, Funny

      Your equation is just one example of the more general one:
      Explosives + (Anything) = Good Times

    3. Re:Good times by Nimey · · Score: 1

      Exactly. It's fun to get an old computer case (sometimes with the guts still in it), fill it up with Tannerite, and shoot it with a rifle or other firearm.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    4. Re:Good times by stonefry · · Score: 1
      Can't we simplify this further?

      Explosives = Good Times

    5. Re:Good times by chaim79 · · Score: 2, Interesting

      Explosives + Old Hardware = Good Times!

      Another good variation:

      Firearms + Old Hardware = Good Times!

      I took the platter out of that and still have it sitting by my desk, really interesting how it deforms.

      --
      DEMETRIUS: Villain, what hast thou done?
      AARON: Villain, I have done thy mother.
      Shakespeare invents 'your mom'
    6. Re:Good times by icebrain · · Score: 1

      The local range won't allow anything but paper targets :(

      A friend and I might be buying some land, though, and setting up our own range there.

      --
      The meek may inherit the earth, but the strong shall take the stars.
    7. Re:Good times by rdhatch · · Score: 1

      dont laugh...my _favorite_ pass-times are blowing the hell out of hardware.

      steps:
      1. go here to buy explosives (legally):
      2. supply center-fire rifle
      3. mix (hardware + tannerite)
      4. blow the hell out of it.


      enjoy.

    8. Re:Good times by Anonymous Coward · · Score: 0

      Explosives!

    9. Re:Good times by CAIMLAS · · Score: 1

      Fill it with Tannerite? Good god, man! That's expensive!

      Also, that much tannerite would NOT be something I'd want to shoot with "another firearm". A pistol would be ineffective, and a shotgun would require me to be too close for comfort.

      Or did you just make that whole thing up?

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    10. Re:Good times by Nimey · · Score: 1

      Not literally filled, and I would expect a pistol's effectiveness at penetrating the case would depend on whether the pistol round is FMJ and what material the case is made of. And there's shotgun slugs.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    11. Re:Good times by CAIMLAS · · Score: 1

      You don't really need all that much tannerite to make a pretty big, devastating bang. I suspect about 18oz of the stuff would be enough to blow a computer to shrapnel (or at least a more-round shape), if it were placed in the case and all the expansion card/PSU openings in the rear were shut. Problem would be hitting it from a distance with said weapon (for safety) and still having it be effective.

      Personally I wouldn't want to be within 50 yards of such a target, which rules out all but .45 cal/.357 carbines and sabot shotgun rounds or larger/faster, from what you mention. From my experience, intermediate (and smaller) rifle cartridges and pistol rounds don't impart enough energy to compress the tannerite enough to make the "boom". :)

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  30. The answer is obvious by 0xdeadbeef · · Score: 5, Informative

    Go back in time to 1960 and sell them for several hundred million each.

    1. Re:The answer is obvious by syntheticmemory · · Score: 1

      Go back in time to 1960 and sell them for several hundred million each.

      Go back even further and plant them in Roswell, NM.

    2. Re:The answer is obvious by ranjix · · Score: 3, Funny

      Go back in time to 1960 and sell them for several hundred million each.

      whoever modded parent "informative" needs a serious head check

      --
      I had another sig before, but this one is better
    3. Re:The answer is obvious by Anonymous Coward · · Score: 0

      But the ENIAC didn't have any USB, SATA, SCSI, or even ATA ports! They wouldn't even know where to start with it. Someone mentioned Roswell, and that would be pretty accurate, this would be completely alien technology to someone from 1960. The manufacturing processes today are pretty complex, especially by 1960's standards. I'm sure they might learn something from the disk controller, but it might be so complex that they would not only be unable to reproduce it, they might not even understand it.

    4. Re:The answer is obvious by Anonymous Coward · · Score: 0

      THIS IS INFORMATIVE

    5. Re:The answer is obvious by geekoid · · Score: 1

      They just wanted his funny post to earn the poster some Karma.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    6. Re:The answer is obvious by lugannerd · · Score: 1

      I have to say that is briliant!!!!

    7. Re:The answer is obvious by ecloud · · Score: 1

      This will result in a feedback loop and next thing you know you will have a petabyte drive at home, making your current terabyte drive obsolete.

    8. Re:The answer is obvious by 4D6963 · · Score: 3, Funny

      Also, load them with a copy of Wikipedia that includes all the historical events and innovations and discoveries of the last 50 years, wait till they find out how to read that, and watch how you modified the course of history, you know, for teh lulz.

      --
      You just got troll'd!
    9. Re:The answer is obvious by altek · · Score: 1

      Additionally, the feedback loop would cause the 64MB flash drive you brought back in time which caused the feedback loop, to not have existed in the present, thus disqualifying the ability to have brought the 64MB drive back in time.

      Now where is Steven Hawking when I need him?

      --
      THE MAGIC WORDS ARE SQUEAMISH OSSIFRAGE
    10. Re:The answer is obvious by Anonymous Coward · · Score: 0

      I see the intellectually challenged have mod points today.
        How the hell is this informative?

    11. Re:The answer is obvious by Anonymous Coward · · Score: 0

      Informative?

    12. Re:The answer is obvious by omnichad · · Score: 1

      Yeah, and if you have a Mac, it works with Time Machine!

    13. Re:The answer is obvious by redalertbulb · · Score: 1

      Modded +5 informative? Can I borrow your TARDIS please?

  31. Backups by Anna+Merikin · · Score: 5, Insightful

    You cannot have too many backups. Old drives are perfect. Mount 'em, fill 'em with your configs, docs, etc. and put 'em away. Just make sure you always have the appropriate hardware and kernel support to read them if necessary.

    Mine are ATA/IDE, and these interfaces will be deprecated very soon, I hear. So keep at least one IDE/ATA-to-USB housing around if you need their data.

    1. Re:Backups by Anonymous Coward · · Score: 0

      Yes, it would suck if you say, recorded important and irreplaceable data, such as the Moon Landings on such discs, and then didn't have the hardware to access them again.

    2. Re:Backups by hawk · · Score: 1

      I pulled a 20gb from a machine this morning, leaving a 120 and a 160. As long as I want compression to be rebersible, it's not quite up to the task . . .

      more seriously, by the time hard drives reach the age we're discussing, they tend to be at or near failure (as was the 20gb; it gave no warning until I let windows near it . . .)

      hawk

  32. Raid! by anss123 · · Score: 5, Funny

    We've seen the awesomeness of floppy drive RAID. Memstick RAID will blow that away!

    1. Re:Raid! by fm6 · · Score: 1

      For sheer uselessness, that hack is light years ahead of any I can think of.

      Truely, you are a geek among geeks!

    2. Re:Raid! by pzs · · Score: 1

      Here's what happens if you do this with proper hardware.

    3. Re:Raid! by Anonymous Coward · · Score: 0

      Dude, largest manufacturer of USB floppy drives? I'd start looking for a new job right away.

      As in, my kids are asking, "What are floppies?"

  33. GreenDisk by ibpooks · · Score: 1

    http://www.greendisk.com

  34. one word by NudeAvenger · · Score: 4, Interesting

    ART!!!

    --
    for(b=(a=0)+1;;b+=(a+=b))print(a+"\n"+b+"\n");
    1. Re:one word by Anonymous Coward · · Score: 0

      UART ART?

  35. Create your own videos by Anonymous Coward · · Score: 1, Funny

    Will they blend?!

  36. Only one thing to do... by kinnell · · Score: 4, Funny
    --
    If I seem short sighted, it is because I stand on the shoulders of midgets
    1. Re:Only one thing to do... by DirtyUncleRon69 · · Score: 1
      --
      They say, "Evil prevails when good men fail to act." What they ought to say is, "Evil prevails."
    2. Re:Only one thing to do... by Caue · · Score: 1

      oh oh, pen drive smoke! don't breath this!

  37. Hall of Obsolete by Anonymous Coward · · Score: 0

    I would definitely picture frame them.

  38. MOD PARENT UP by argent · · Score: 0, Redundant

    Yah, I was going to say extra backups, but you beat me to it. They're much quicker to pull data back from than tape or DVD, and if they fail you haven't lost anything but the couple of minutes you spend slotting it in to an external drive enclosure.

  39. The Thumb Drive RAID Experiment by lalder · · Score: 2, Interesting
  40. Increase HD capacity in three steps by mergy · · Score: 1

    1. Buy a Black Sharpie(TM) pen (the thin sharpie would be best in my past experience). 2. Locate the reference to the drive size on the manufacturers label located on the top of the drive enclosure (typically in GB). 3. Gently (as to not damage the disk platter below the label and enclosure) using the Sharpie(TM) cross out that number and replace with the desired capacity above or below the factory stamped capacity. NOTE: depending on how the drive manufacturer has detailed the size on the label, you might have space above the factory size reference or below the reference.

    1. Re:Increase HD capacity in three steps by SkeezerDoodle · · Score: 1

      I tried this and it didn't work. What's the 8 bit breakdown for infinity?

  41. Format them and donate to goodwill by You+Don't+Know+Me · · Score: 3, Interesting

    or salvation army or whoever in your city will take them (Austin TX has a very active Goodwill Computer Store).

    Full format them first (not perfect, but there are so many drives with data on them that it is unlikely that someone will go to great lengths to read the edges of formatted tracks). If they don't format then break them down (cool magnets and platters that are better for target practice than CDs - they don't shred as easily).

    Keep a few around, especially USB keys - better than burning something to CD is you need to hand data to someone.

    1. Re:Format them and donate to goodwill by Kozz · · Score: 1

      I realize it was sort of stated in the parent post, but it's worth repeating.

      ...or salvation army or whoever in your city will take them...

      (emphasis mine)

      Some charities specifically refuse computers or computer components of any kind. Check first!

      --
      I only post comments when someone on the internet is wrong.
  42. HDD Domino and Modding Ideas by wehe · · Score: 1

    You may collect some more HDDs and arrange them into a domino game. See Youtube for videos if you need some tips. Repair4HardDisk has a collection of modding ideas for old or dead hard disk drives, for example making a clock from the platters. Here is a resource of modding ideas for USB sticks, too.

  43. Build a SSD! by zebslash · · Score: 1

    Would that be possible to combine these USB keys to build a bigger (if not fast) SSD? Considering USB is serial, I am sure you could do somthing useful out of them.

  44. Small USB sticks are good for asterisk by Anonymous Coward · · Score: 1, Interesting

    ...subject says it all really. Check out the astlinux distribution.

  45. Machine Configuration Control by fwice · · Score: 3, Interesting

    I build all of my rack machines from the same ISO image (well, images. One for Linux, one for OS X).

    Within this image, there is a script that runs at boot time that checks for the presence of a USB Drive. If there is a USB Drive, the script will place machine specific configuration files from the USB Key onto the machine in question, so that the machine no longer holds a vanilla install, but instead a completely unique version.

    This is great for replacing a down machine on a network -- if 'node1.example.com' goes down, just grab a waiting, fresh machine from the stock pile, insert the usb key labeled 'node1', and start the machine, and watch as the machine takes on the persona of 'node1' without user interaction. Kind of similar to a kickstart script, but with the versatility of being able to change an already configured machine.

    1. Re:Machine Configuration Control by girasquid · · Score: 1

      This sounds like the coolest way to keep everything running ever. I don't suppose you'd be willing to share some scripts or point me in the right direction to set this up for myself?

    2. Re:Machine Configuration Control by fwice · · Score: 4, Informative

      Unfortunately, I can't share the scripts. And they wouldn't be of much use, either, because of the huge differences amongst systems. Slackware != Ubuntu != CentOS != OS X, etc

      And I must say up front that it wasn't originally my idea. I only know the person who showed it to me (thanks, EW!).

      I can explain an overview on how to set up:

      1) Identify how your machine (OS/distro) identifies USB Devices. If they always come up as, say, '/media/USBDISK', you may be gold. Some systems will replace USBDISK with the formatted name of the drive. Simple solution: format all of your drives for this with the same name.

      2) Find out how your drive handles startup scripts (is it Linux /etc/init.d/, or OS X launchd?), and how to always ensure the script gets run at boot (priority levels, chkconfigs, this is all different based upon system).

      3) Have one script (say, checkUSB.sh) that forces an attempt at doing a mount, and then does a simple -f (bash) test to see if a file is present. ie, 'mount /dev/sdc1 /media/USBDISK; if [ -f /media/USBDISK/checkUSB.sh ]; then do_something; fi'. Depending on the system, you may not have to worry about doing the mount manually. Some OS's will have things automount before your script runs. That is a very happy, very sane environment to work with :]

      4) All I have 'checkUSB.sh' do is copy a second shell script down from the drive. So, on every USBDISK, there is a shell script called 'install.sh'. The contents of this script can vary by machine (ie, my DNS flashkey's install.sh does different things than my firewall flashkey's install.sh). At this point, checkUSB.sh should call install.sh (if you are anal, you can do md5 checksums on the transfer to ensure it was copied correctly -- important for a safe/secure/important environment).

      5) install.sh is where all the magic happens. The contents of this script varies, but it usually involves performing atomic moves (based upon success and checksums) to ensure everything happens or nothing happens. For example, almost all of my keys change the network configuration, so I include a new ifconfig file on the flash key. The process may work like this: move old ifconfig to ifconfig.old, md5sum the ifconfig on the flashkey, move ifconfig from flashkey to machine, perform md5sum. If md5sums match, move on to next file in script. If md5sums do not match, move old back to original (for all files) and note failure somewhere on the machine. You can also put in system beeps if you'd like. Once all files are transferred and md5sums confirmed, delete all original files.

      6) At the end of the script, you should halt the machine from booting (it needs to boot with fresh files). I prefer to do a shutdown -h, as this will ensure to me that the data was read off the flash key. If you do a restart, you'll need to know that the machine went down and up (and finished copying), which is hard to do with a headless machine on a rack. If the machine goes fully down (and the power out), you'll know the script ran to completion. Otherwise, the machine can be put in a continual restart state.

      good luck and let me know if your system works!

    3. Re:Machine Configuration Control by WuphonsReach · · Score: 1

      If you run udev, you can often get an unique identifier by looking at:

      # ls -l /dev/disk/by-id/
      usb-ST950032_5AS_ST9500325A_5QZ07NVA -> ../../sdp

      This allows you to uniquely identify USB drives, and you can even setup udev to do auto-mounting in order to run backup scripts.

      Just another trick when using USB drives.

      --
      Wolde you bothe eate your cake, and have your cake?
    4. Re:Machine Configuration Control by AbRASiON · · Score: 1

      Comments like this and the functionality that is mentioned in the post really makes me wish linux took off properly like it should have.

      I only know a little bit about it, have used it for maybe a few months alltogether but that is just brilliant and powerful.
      Such a shame it's where it is.

      sorry to go offtopic.

    5. Re:Machine Configuration Control by CAIMLAS · · Score: 1

      A while back a vendor - I think it was CDW? - was selling what were, basically, crap USB thumbdrives: I think they were 32Mb, for like $1 each. Something like that. I was very tempted to pick up a whole pile of them for uses such as this.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    6. Re:Machine Configuration Control by Anonymous Coward · · Score: 0

      Could this be accomplished with a unionfs mount of /etc?

  46. Its call Redundant Array of Inexpensive Disks for by Anonymous Coward · · Score: 1, Interesting

    Its call Redundant Array of Inexpensive Disks for a reason. Seriously thats one of the reasons RAID was invented. I want to see what a few hundered 1 gig flash drives would do in a massive stripe :)

  47. Backup your important data. by Colin+Smith · · Score: 1

    Oh wait. Dumb idea.

     

    --
    Deleted
  48. Data safety with extreme prejudice using a hammer by SpuriousLogic · · Score: 2, Interesting

    With the very low cost of storage nowadays, I would not bother reusing or donating the drives. Take out the platters of the HDD, or the whole USB key, and go smashy smashy with a hammer. Collect the pieces and take it to a electronics recycling center. One nice side effect, is the smashy smashy bit is a great stress reliever, just wear safety glasses and perhaps gloves.

  49. Part and donate.. by chaboud · · Score: 5, Interesting

    Hard drives have strong (and small) magnets in them which are fun to play with, useful on your fridge, useful in woodshops (hanging tools), and probably useful just about anywhere.

    Little flash drives, even 8MB ones, can be useful for students and library users. Donate those puppies, please.

    1. Re:Part and donate.. by Anonymous Coward · · Score: 0

      I second the magnets idea. I have several from hard drives that I use on my fridge for very thick items like a notebook, a container full of pens, and a giant stack of coupons. They're extremely handy. Don't stick them directly to your fridge or on paper thin items though. You'll scratch the fridge up trying to get the magnet off.

    2. Re:Part and donate.. by jayteedee · · Score: 1

      I second this. Great magnets for all sorts of uses. I particularly like using them in the shop to hold up tools. Especially tools that belong to the table saw, band saw etc. No need to make a special hanger for each tool, just apply the magnet to the frame and attach tool to the magnet.

      --
      Religion and science are both 90% crap..but that doesn't negate the other 10%.
  50. Spread Stuff by Dr.+Hok · · Score: 2, Interesting

    Put something on the USB key which you deem important to know (hear, see, read etc.), then 'lose' it somewhere. Someone might find it and check what's on it.

    OK, there's the internet. Hm.. But I'd guess that people value a found piece of hardware higher than some arbitrary web page.

    --
    Say out loud: I'm an Aspie and I'm somewhat proud, I guess. Uh. Can I write an email in all caps instead? Hm...
    1. Re:Spread Stuff by dargaud · · Score: 3, Funny

      Go a little farther: collect strange images from the web (craption, photoshop contests, orsm, etc), put them on and sprinkle with false user info before you 'lose' it; with a possible "If found please contact..." with almost valid info refering to slashdot, facebook or other social sites. Use existing usernames of friends (?) as references. Watch as the fun unfolds on the net.

      --
      Non-Linux Penguins ?
  51. Donate to school libraries by ckpurvis · · Score: 4, Insightful

    Libraries, especially school libraries, often have a need for portable storage devices to help patrons move files around, for instance from one computer to another. Big drives get stolen, but old small ones don't so much. And if an old obsolete drive is taken, then it was free to the library.

    Other public or semi-public computer labs probably could use them too. Think job centers, state-funded computer training groups, underfunded K12 schools, et c.

    1. Re:Donate to school libraries by Anonymous Coward · · Score: 0

      ... underfunded K12 schools ...

      Redundancy Department of Redundancy

  52. I found a camera in the woods... by Anonymous Coward · · Score: 0

    Put cool pictures on them, then leave it to be found by some curious person.

    1. Re:I found a camera in the woods... by Anonymous Coward · · Score: 0

      if by "cool pictures" you mean snaps of your balls, i have your camera.

  53. F@H by thefritob · · Score: 1

    Put Ubuntu with Folding@Home on it. Boot any old computers you have hanging around into folding machines without actually installing an OS.

  54. Re:Data safety with extreme prejudice using a hamm by Akardam · · Score: 1

    One nice side effect, is the smashy smashy bit is a great stress reliever, just wear safety glasses and perhaps gloves.

    In the case of a drive that really isn't prime for donation or repurosing (I'd rather see them reused than destroyed), I'll second this. It's also a great perk for a subordinate. One time we had a junior tech who was just having a hell of a week. I plucked an old 4gb scsi drive off the shelf, gave it to him, and said, take this out back and beat the crap out of it. When he came back in he had a huge grin on his face and he sure felt better about life.

  55. trash them by OrangeTide · · Score: 1

    0. erase your old harddrives and unwanted flash media.
    1. Find a medium sized box.
    2. fill box with your old harddrives and USB sticks.
    3. take to your local electronics recycle/disposal center. because I assume there is at least something toxic in an old harddrive. and there are valuable materials.

    maybe they'll remake the aluminum cases into new harddrives.

    --
    “Common sense is not so common.” — Voltaire
    1. Re:trash them by maxume · · Score: 1

      Or, more importantly, they can use the aluminum to make cans for beer.

      --
      Nerd rage is the funniest rage.
    2. Re:trash them by OrangeTide · · Score: 1

      I only drink from bottles. Aluminum causes Alzheimer's or something. Or it causes cheap beer. Although I will admit that Guinness in the can seems better than the bottle, a little more sudsy.

      --
      “Common sense is not so common.” — Voltaire
  56. Two words: wind chimes by JewGold · · Score: 1
    --
    Is this a news report or a trailer for a motion picture?
    1. Re:Two words: wind chimes by Sparr0 · · Score: 1

      I'll second this. I love making wind chimes out of hard drive platters.

  57. Offsite backup by Rei · · Score: 4, Insightful

    Old drives are not as energy efficient as modern drives, so they cost more to spin -- a RAID would just be an expensive storage container

    Exactly -- which is why I'm right now in the process of doing just that. I'm building a RAID 6 on my five old 250GB drives, and when I'm done, I'm going to remove them, individually vacuum-seal them and silica gel packets with my food sealer, duct tape the bundle together, and ship it off across the country as an offsite backup. ;)

    Are there better things that could be done with them? Probably. Is there a better way to do offsite backups? Probably. But I have them and I need an offsite backup, so why not? Certainly seems a better use than dissecting them for fun.

    --
    Stale pastry is hollow succor to one who is bereft of ostrich.
    1. Re:Offsite backup by glennpratt · · Score: 2, Insightful

      Why RAID 6 though? I'd feel safer formatting them with an easy to access file system and duplicating important files as you see fit.

      RAID is great for preventing downtime on running systems; it's just another headache when it comes to data recovery on a different system.

    2. Re:Offsite backup by berend+botje · · Score: 1

      You might want to skip the vacuum sealing. The disk is not hermetically sealed, it actually has a small hole to equalize pressure. I'm not all that sure sucking it vacuum is all that healthy, when opening the packet will let a lot (relatively) of air in to the disk. The dust filter can do only so much.

      Yes, seal it, but do not vacuum seal it.

    3. Re:Offsite backup by Rei · · Score: 1

      Why RAID 6 though?

      Because there's not enough space for RAID 1 or dumb mirroring and I don't want to have to prioritize every last file I own. What's wrong with error correcting codes and two redundant disks?

      --
      Stale pastry is hollow succor to one who is bereft of ostrich.
    4. Re:Offsite backup by Anonymous Coward · · Score: 0

      I can confirm this, I've lost multiple hard drives at altitude (well above 10,000 feet). Most drives are only rated to 10,000 feet, although there are some ruggedized models and SSDs traditionally can handle higher altitude/less pressure.

    5. Re:Offsite backup by Anonymous Coward · · Score: 0

      Exactly what I said is wrong, the hassle of restoring.

      I hope your using md, any proprietary solution would be insanity.

      When you need to restore this data, will you have a computer with 5 free ports running a compatible version of your RAID software handy? Are you sure?

      Are you comfortable mounting RAID arrays on different computers with different hardware.

      If you lose three or more drives in your cold RAID array, you loose everything. With a manual backup system, you can recover SOME data with just one functional drive.

      What if you get hit by a bus, assuming the data is important to others, will someone else be able to mount your array?

    6. Re:Offsite backup by Rei · · Score: 1

      I hope your using md, any proprietary solution would be insanity.

      But of course.

      When you need to restore this data, will you have a computer with 5 free ports running a compatible version of your RAID software handy?

      You mean "a linux box" with "3+ sata ports" (you can be down two drives on RAID 6 and still read it)? If I can't meet those minimal requirements, I can probably hardly read anything.

      Are you comfortable mounting RAID arrays on different computers with different hardware.

      With md? Why wouldn't I be?

      If you lose three or more drives in your cold RAID array, you loose everything.

      And the odds of losing three out of five drives is incredibly low. I don't want to lose *any* of my data, but going without redundancy means that you will if you lose a drive.

      What if you get hit by a bus, assuming the data is important to others, will someone else be able to mount your array?

      Yes. It's straightforward md.

      --
      Stale pastry is hollow succor to one who is bereft of ostrich.
    7. Re:Offsite backup by Rei · · Score: 2, Informative

      Lost them from *using* them at altitude, I'd imagine. That's a well-known issue. The spindle system relies on air pressure to keep the heads at the right height off the disk. Spin it at too low of a pressure and you get a head crash.

      I'm not going to be spinning the drives in vacuum bags ;)

      --
      Stale pastry is hollow succor to one who is bereft of ostrich.
    8. Re:Offsite backup by Anonymous Coward · · Score: 0

      Yeah, I did mean to say using them at altitude. Then again, not many of us dumb enough to be sitting on a laptop at 20k... :-/

  58. usb sticks as investment by jperl · · Score: 1

    You should keep them and wait until a huge value enhancement for ancient usb stick appears to happen. I'm quite sure this will happen sometime.

  59. Use USB2 to SATA-IDE cable by Luchio · · Score: 3, Informative

    I bought this nice cable for 15$ that allows you to plug any SATA or ATA IDE harddrive to a USB port. Basically, any HD becomes a portable USB drive!

    I use it for backups or large data transfers that would split on multiple DVDs. Best 15$ I ever spent.

    1. Re:Use USB2 to SATA-IDE cable by cutout384 · · Score: 1

      Most external hard drives house either a 3.5" or a 2.5" internal ATA hard drive. If you don't mind leaving the case open and swapping as needed, this is a zero monetary cost method of accessing old hard drives of similar dimensions. Do 2.5" drives have same interface as 3.5 ones? If so then even better!

    2. Re:Use USB2 to SATA-IDE cable by Falconhell · · Score: 1

      2.5" IDE drives have the same pinouts but a smaller set of pins. An adaptor can be bought to connect 2.5" to 3.5" IDE connectors.

  60. Sub 1GB Flash drives and Hard Drive 1GB - 80GB by jameskojiro · · Score: 1

    Use the small flash drives to store your tax files if you use turbo tax or tax cut software with burned CD backup of course, they store well in a safe, great way to keep sensitive information OFF your hard drive.

    The Hard drives, if they have bad sectors the magnet make great refrigerator magnets if you need to stick a ream of paper to the door.

    Also you can use them to make a pure DOS Gaming Box, kinda cool to hook up tot he TV and play Doom on them

    --
    Tsukasa: All I really want, is to be left alone...
  61. That's two words by Akardam · · Score: 2, Funny

    s/([a-z])([A-Z])/${1}_$2/g

    Real geeks don't strip spaces - they use underscores :P

    (Unless you're a JavaScript programmer in which case I'm terribly sorry...)

    1. Re:That's two words by Thinboy00 · · Score: 1

      s/([a-z])([A-Z])/\1_\2/g

      Real geeks don't strip spaces - they use underscores :P

      (Unless you're a JavaScript programmer in which case I'm terribly sorry...)

      There, fixed that for you.
      Wtf are "${1}" and "$2" supposed to be?

      --
      $ make available
    2. Re:That's two words by encoderer · · Score: 1

      All kidding aside, JS is a pretty good example of Functional programming.

      There are far worse gigs than JS programming. Not something you want to do 40 hours a week but JS can be downright FUN compared to a lot of other web technologies.

    3. Re:That's two words by skraps · · Score: 1

      Functional programming goes a bit deeper than closures. Ecmascript is by all definitions an imperative language.

      --
      Karma: -2147483648 (Mostly affected by integer overflow)
    4. Re:That's two words by Akardam · · Score: 1

      Wtf are "${1}" and "$2" supposed to be?

      Perl, foo.

  62. Know any kids? by mccalli · · Score: 5, Insightful

    For the hard drive, disassemble one in front of them and get their interest and curiosity.

    I did this with a floppy drive one time - it had died, nothing I could do was going to bring this thing back so...why not? Why not just open the thing up and show what's inside, pointing out the magents and the drive heads etc.. I'm not going to say it instilled a lifelong wish to become computer scientists or electrical engineers in them, but it held some interest for a few minutes, gave a bit more understanding and broke down one more piece of black-box mystique.

    Cheers,
    Ian

    1. Re:Know any kids? by Anonymous Coward · · Score: 0

      I have an opened, dead hard drive hanging on my office wall as decoration. People seem to enjoy seeing the mirror platters. No IDE or SATA adapters necessary.

      I do agree with those who say, "donate them to a local school or computer club that will reuse them."

      Two concerns, of course: REALLY nuke your data.

      Ask those who get them to NOT put the conficker worm on them. ;=)

    2. Re:Know any kids? by Lurking+Zealot · · Score: 1

      For the hard drive, disassemble one in front of them and get their interest and curiosity.

      Nice idea. A better way would be to let the kids do the disassembly. This is best done in small groups (say one or two kids per hard drive).

      Make sure you extract the magnets for the drive head motor and show how strong they are.

      Bonus: have rolls of masking tape, cardboard tubes, and extension wire in different colors (scrap ribbon cable is great). Ask the kids to "build a robot" from the parts.

      Above all, don't take yourself or the role of teacher too seriously.

    3. Re:Know any kids? by Insightfill · · Score: 2, Interesting

      For the hard drive, disassemble one in front of them and get their interest and curiosity.

      I agree. I recently took an old Pentium 233MHz system and opened the case in front of my daughters (ages 6 and 8). I gave them screwdrivers and told them to take it apart. My older girl carried around the floppy drive (with cable) for about three months afterward, showing it to anyone who would listen. My younger girl helped install a NIC, too.

    4. Re:Know any kids? by hawk · · Score: 1

      gosh, we had to settle for disassembling speakers when I was growing up . . .

      anyway, several years ago a friend shipped her old system to my daughters; I paid the shipping.

      She had been a chain smoker. I made a daughter help me clean it.

      She will *never* smoke after seeing that . . .

      (nah, we never got much use out of the system, but it was money well spent!)

      hawk

  63. There are great motors in there by m0ng00se · · Score: 1

    I stack em on my electronics bench until I have a few stacked up and then harvest the motors (at least 2 low power DC and one fast-spinning AC) for maker projects. Not to mention a few small neodymium magnets

    Oh yeah, and the previous poster was correct, the platters make very nice wind chimes :)

    --


    Is madness a syptom of genius or vice-versa?
  64. Try Craigslist by AlexisKai · · Score: 1

    I've had success selling 40GB drives on my local Craigslist for $10 a pop. I sold eight drives and had to turn people away, so there's definitely demand.

    1. Re:Try Craigslist by vlm · · Score: 1

      I've had success selling 40GB drives on my local Craigslist for $10 a pop. I sold eight drives and had to turn people away, so there's definitely demand.

      More people than you would expect understand the fun and profit that comes from digging thru other peoples old drives. Strange warez, stranger pr0n, saved music and videos, financial details, etc. All the fun of a stolen laptop data breach except its totally legal and only cost $10.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
  65. I like magnets by Anonymous Coward · · Score: 0

    Mail me the drive, I'll use the magnets for projects and low voltage power generation.
    Junk drives are gone from your sight and parts will get recycled.
    Alternatively check FreeCyle.org for a local mail list and have them picked up.

    2433 SE 28th St.
    Cape Coral FL 33904

  66. Share! by chord.wav · · Score: 1

    Option A: Download some content to it (music/movie/ebooks, etc) and gift them to a friend.
    Option B: Download Metallica albums to it and lose it for someone else to find it. Be sure to attach this note in a readme file:
    Share this crappy music! F*ck you Metallica! Napster Rul3z!

  67. Yeah... by Anonymous Coward · · Score: 0, Interesting

    Use your oldest, least reliable, and soon-to-be-obsolete equipment to back up your critical data. Great plan.

  68. MP3 distribution and long-term backup by Simonetta · · Score: 5, Insightful

    For the flash drives, fill them with your favorite MP3 songs, hundreds of them. Then trade them with other people who are doing the same. Trade a 512Mb drive for one the same size with someone in your office or class. If you are a student, try setting up an underground library where other students contribute flash drives filled with various genres of music, like alt-country or 19th-century German classical. Trade or 'check out' these flash drives from this underground library instead of doing file downloading. This way you can get hundreds of songs at one time without exposing yourself to the RIAA extortionists.

        For SATA and IDE drives, get a USB-to-IDE/SATA interface for about $20. These drives can now be used as unplugged backup of things like movies, music libraries, and huge data banks. This is for things that you access several times a year and don't need to always be on your main PC/laptop hard drive.

    1. Re:MP3 distribution and long-term backup by hydromike2 · · Score: 0

      only trade with people who have their meta data filled in, otherwise it'll be a nightmare to delete dupes and organize it

    2. Re:MP3 distribution and long-term backup by Anonymous Coward · · Score: 0

      >> For SATA and IDE drives, get a USB-to-IDE/SATA interface for about $20. These drives can now be used as unplugged backup of things like movies, music libraries, and huge data banks. This is for things that you access several times a year and don't need to always be on your main PC/laptop hard drive.

      this exactly. the usb-to-ide/sata interface is perhaps the most useful device i ever spent 20 bucks on. i keep all my drivers, music library backup, big game patch downloads, software updates etc on one old ide harddrive that i keep in a static bag incase anything happens to my current installation.

    3. Re:MP3 distribution and long-term backup by ubercam · · Score: 1

      Or you could get one of those toaster type eSATA things for $20-$40, and then you get full speed SATA with all the hotswapping benefits of USB!

      That, of course, only works if you have an eSATA port.

    4. Re:MP3 distribution and long-term backup by Anonymous Coward · · Score: 0

      Awesome way to make sure everyone has the same windows viruses too. It's kinda like teenage promiscuity!

    5. Re:MP3 distribution and long-term backup by mnbjhguyt · · Score: 1

      mp3-crossing!
      fill them up and then leave them on some bench at a park!

  69. is there a Free Geek nearby? by Stephen+Samuel · · Score: 4, Informative
    I work for Free Geek Vancouver. Free Geeks are a loosely associated set of organizations dedicated to computer reuse and recycling (in that order). It's often the case (in Vancouver, anyways) that people will pop a drive before dropping by with a donation, so it's sometimes a problem that 'larger' drives run short ('larger' being in the 40G and up range for desktops and 20G+.

    Free Geek organizations (I can't speak for others) have a comittment to destroying data on donated drives before they go out again. If you don't want to (or are not allowed to) trust that, then you can download a copy of DBAN and nuke your drives for a few hours (or days) before you donate them.

    For most civilian uses, 'dd if=/dev/zero of=/dev/hdX' is sufficient (with today's drive density) to make the data on the drive effectively irrecoverable. --- but, if the NSA is after you for violating the Nuclear Secrets Act, all bets are off.

    --
    Free Software: Like love, it grows best when given away.
  70. Cheap RAID 5.0 by Swog · · Score: 1

    Hi ! Personnaly, I just see there a gift to put in place some cheap RAID 5.0 Just aggregates small HDD, in order to have a set of at least 3 equal size virtual HDDs (using RAID 0), and put all of this together as a RAID 5. There you cheap storage, useful and secure... Even if a few of those disks die, you still can replace them by a newer with the good size (or even a greater one). (and so incrementaly getting rid of them as they die...)

  71. Obsolete? by Stanislav_J · · Score: 1

    Obsolescence is in the eye of the beholder. I have a (tiny, by /. standards) 40gb HDD that I have used for 3 years, and it's not even half-full. And probably a significant percentage of that is unneeded crap that I just haven't gotten around to deleting yet.

    --
    "Every great cause begins as a movement, becomes a business, and eventually degenerates into a racket." -- Eric Hoffer
    1. Re:Obsolete? by Anonymous Coward · · Score: 0

      That's tiny? I still have a 200MB hard drive sitting in a box of junk.

    2. Re:Obsolete? by kaiidth · · Score: 1

      Kind of what came to my mind... I've still got a 500mb drive sitting in one of my desktops. I've had it since I was in my early teens and I guess it's turned into some sort of good luck charm.

      Of course there's nothing on there that isn't backed up elsewhere - but I'll still be sad when it goes to Silicon Heaven.

  72. RARRD by ygthb · · Score: 1

    Redundant Array of Recycled Realy-old Drives

    --
    Create like a god, command like a king, work like a slave. -Guy Kawasaki
  73. You could... by hesaigo999ca · · Score: 1

    You could always include them in a future sale on ebay or something....also bump up the price a bit.
    "Buy now these ram sticks and get extra usb key flash drive!!"

  74. Better idea by Quiet_Desperation · · Score: 1

    Chuck them at people's heads. Especially the hard drives. Especially if the head belongs to a politician.

    Old USB drives are good for archiving paperwork because it compresses well. Oh, wait, that was actually practical and I was trying to me silly and dumb. Never mind.

  75. Donate old USB drives to help victims of torture by SteamedPenguin · · Score: 5, Informative

    I am collecting old USB flash drives for the Center for Victims of Torture's 2009 Sneakernet Campaign.

    If you are looking to get rid of old Flash drives you can go ahead and send them to:

    Beth Wickum
    Director of Volunteer Services
    The Center for Victims of Torture
    717 E. River Parkway
    Minneapolis, MN 55455

    After hearing about a lack of networks in many places where CVT operates we discussed the use of flash drives to transfer information. At this point my inner geek jumped up and screamed: "It's a sneakernet!" My co-workers hadn't heard the term before and thought it catchy enough to make part of the marketing for a campaign to solicit used flash drives to send to CVT locations overseas as well as partner organizations. The idea is simple, send CVT your tired, poor, and old flash drives. I'll scrub them and clean them up and make them ready to give away. No personal information will stay on a donated drive.

    --

    Dixi et salvavi animam meam

  76. Use them for Vista's ReadyBoost feature.. by kaizendojo · · Score: 1

    ...oh yeah, I forgot where I was for a moment...

  77. Recycling old HDs by HaPPI · · Score: 1

    The casting in most every disk drive is a good quality aluminum alloy, so you can also disassemble the drive and give the casting to a metal recycler, or melt it down to make a part for an electric motorcycle like this chap. http://www.theworkshop.ca/energy/suzuk_e/6/6.htm

  78. Range time by Scutter · · Score: 1

    7.62x54R + old hard drives = Good clean fun.

    --

    "Tell me doctor, with all of your defenses, are there any provisions for an attack by killer bees?"
    1. Re:Range time by Zerbey · · Score: 1

      Tried it, the local gun range said "HELL no!". I wish I knew someone with a bunch of land somewhere who didn't mind me doing target practise.

      So, anyone in Central Florida who has a bunch of land and doesn't mind - please drop me a line :).

  79. Donkey Drives by Lord+Apathy · · Score: 1

    That is what I pressed mine into service as. Get a cheap external case, put the drive in it. When you get a bunch of files that you need to give to a friend, more than reasonably upload, drop them on the drive and send them away. Hopefully you'll get the drive back but if you don't, oh well.

    --

    Supporting World Peace Through Nuclear Pacification

  80. Recoding studios still use small IDE drives by iccaros · · Score: 1

    If they are IDE you can sell them. I have a Aleses HD 24 Multi Track Audio Recorder and it uses IDE drives and any drive bigger is a waste because of track count limitations. we buy used ones for $30 when local musicians want to record. as for Thumb drives. They are good for creating recovery utility disk with a small Linux distro..

  81. USB keys by russotto · · Score: 1

    Old, small USB keys are good for storing small amounts of information for offline backup. Private keys, passwords, tax records, etc.

  82. Target practice for a HERF gun by chappel · · Score: 2, Funny

    Build yourself a HERF gun (from the old microwave you need to recycle) and use the drives to test EMP resistance measures.

  83. Make Speakers by Anonymous Coward · · Score: 0

    With the actual hard drives, not the thumb drives.

    http://www.afrotechmods.com/cheap/hdspeakers/hdspeakers.htm

  84. Third world countries by Anonymous Coward · · Score: 0

    ... still use and love "small" storage. In the poor West African country where I work, most people don't have laptops but can rent time on a computer. As a result, they don't have a hard drive to store pictures and such, and most of them just use a 512mb or 1gb pen as their storage. Smaller drives (especially pens, but also external usb powered hard drives) are great tools over there! Donate them!

  85. One Word by sargeUSMC · · Score: 1

    Magnets!

  86. Customize a gun holster/fannypack w/ the magnets? by JimMarch(equalccw) · · Score: 2, Interesting

    My daily carry piece (with CCW permit) lives in a fanny pack held closed with the magnets out of a couple of old 17gig Maxtor 3.5" drives. I ditched the zipper in favor of that setup, and it's a lot faster :).

  87. truecrypt wipe by nullchar · · Score: 1

    Or remove all partitions, and create one large partition that fills the disk. Then use TrueCrypt to create an encrypted partition. It will write to the entire disk. Works in most OSes. The really paranoid can choose a tripple cipher.

    1. Re:truecrypt wipe by squidfood · · Score: 2, Interesting

      Then use TrueCrypt to create an encrypted partition

      You mean if I fill a disk with 0's, I should TrueCrypt all the zeros.

    2. Re:truecrypt wipe by Anonymous Coward · · Score: 0

      Don't forget to empty those zeros out of the disk when you're done!

    3. Re:truecrypt wipe by coolgeek · · Score: 1

      I detect an unusually high occurrence of the number three.

      --

      cat /dev/null >sig
    4. Re:truecrypt wipe by fractoid · · Score: 1

      Why use TrueCrypt when you can just sort your hard drive by the value of the bits, and then compress it with zip?

      The sorting is the bit which makes the compressing so much easier, btw. I use it on all my backups to make them smaller!

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    5. Re:truecrypt wipe by leapy · · Score: 1

      brilliant. Many thanks for my first laugh of the day (at 4.30 pm)... that's all. Mod this redundant, I don't care.

      --
      --- Man hands on misery to man....until http://www.samsource.com/
  88. magnets by tubegeek · · Score: 3, Insightful

    I was gonna say harvest the magnets too - nothing like a hard drive magnet to keep stuff from falling off of your fridge! Plus they are weird shapes so they look odd and artistic on the fridge.

  89. I could use them by Billkamm · · Score: 1

    I'll take them. PM me. I'll pay for shipping.

  90. Send them to Africa by griffix · · Score: 1

    I'm shipping off to Cameroon with the Peace Corps in June. I'll be working in computer education and I've been told by those currently working in country that they are great to give out to students. So If you want to wipe them and donate them, what ever the size I would be happy to take them.

    Feel free to email me at alec[no space]dhuse[at]gmail[dot]com

  91. use them for geocaching by solsang · · Score: 1

    small usb drives are perfect to put inside geocaches, especially as first find - any nice cc photos, music or even programs will do as gifts, and google earth links or clues for finding other caches will be really interesting too (then you can have the usb key be a permanent part of the cache, so the finder may have to bring a laptop on the trail:)

  92. Platter mirror and ... by Slacksoft · · Score: 1

    At work one day, the day before the release of a product, my hard-drive went out. I kept it on my desk for a few months to serve as a warning to others. It was at this time I discovered that hard driver platters also make great coasters with the often flat rounded top. If you open them up you can also find a great mirror that also doubles as a novelty to look at. Just put the cover back on, just use one screw, and you can keep dust from dirtying your mirror up. Don't get me started on just how hard it is to clean the thing if you get fingerprints on it.

    Besides the novelties of the hard-drives a friend of mine made a few trinkets from USB drives. Between the necklace, don't ask, they were used to store games for different consoles in emulator (SNES, Sega, Nintendo) form. A good spray job (red, yellow, green) to distinguish the consoles they were great for short term fun. Since they held enough to be useful might as well make them handy. Along with that if you setup a little net at the desk they double as mini basketballs. I've accidentally run over mine with a car, washed it twice, and they keep trucking. You could even get a USB hub, plug them all in, and use them as tiny hard-drives. Anyway, back to work I go.

  93. Thumb drive uses by Igarden2 · · Score: 2, Funny

    Why not load up photos of the family's last vacation and take it with to the next Thanksgiving dinner? I'm sure everyone will be glad to see a slide show.

    --
    Normally I ascribe all life to intelligent design, but in your case I'll make an exception.
  94. Redundant backups, friend. by argent · · Score: 1

    Use your oldest, least reliable, and soon-to-be-obsolete equipment to back up your critical data.

    Backup up your data to tape or DVD, and save redundant snapshots of recent backups to old hard drives when one becomes available. Sometimes the drive itself becomes its own "final backup" after you copy the data to the new one and do its initial backup.

    Then when you want to pull back a seven year old email message or something, you try the drive first. If the drive's still good, you just saved yourself half an hour fiddling with slow offline storage. If the drive's bad, then you're no worse off than if you didn't make the snapshot at all.

  95. hi! by Anonymous Coward · · Score: 0

    give them to me!

    im building a low power mini-itx computer and want to use a laptop sata (or ide) hd.

  96. A lame question for Slashdot by Anonymous Coward · · Score: 0

    Are you kidding me? This question needs the slashdot community mind to solve?

    Here's an answer: Throw them all out and go back to using floppy disks.

  97. Give them to not-for-profits by thesandtiger · · Score: 1, Redundant

    Many not-for-profit businesses could benefit from this kind of thing. I used to volunteer at several and there was always a need for things like thumb drives and external hard drives.

    --
    Since I can't tell them apart, I treat all ACs as the same person.
    1. Re:Give them to not-for-profits by gad_zuki! · · Score: 1

      This is true. I had some samples from China of nice 1gb usb drives three years ago when 1gb was a big deal and sold them at cost (18 dollars?) to a non-profit a friend worked at. Previously they were sharing 2 or 3 128meg drives.

  98. I have sold old by Anonymous Coward · · Score: 0

    I have sold old 1gb and less than 20gb hard drives on eBay in a bundle of 20 for about $100 shipped.

  99. You think like a ReThuglican Jew by Anonymous Coward · · Score: 0

    You think like a ReThuglican Jew
    Your main goal should be to recycle and spread your wealth around

  100. If you don't want it, why do they? by Fred+Ferrigno · · Score: 1

    Old hardware that's not worth selling on eBay isn't exactly hard to come by. If the high school is lucky enough to have a computer engineering program, they probably have better equipment than what you're about to throw away. Not to mention the storage rooms full of old equipment they're trying to get rid of.

    1. Re:If you don't want it, why do they? by BPPG · · Score: 1

      I don't really know about other high schools, but mine only really had hand-me-down equipment and a bunch of bread-board supplies purchased out my teacher's pocket (granted, he did get some sort of tax thing on it). It was a pretty bare-bones program. If we didn't have the extra large workshop classrooms alongside the woodworking and autobody classes, we probably would not have a computer engineering program at all.

      --
      What's the value of information that you don't know?
  101. Target Practice! by Anonymous Coward · · Score: 0

    Skeet shooting anyone? It gets rid of stress, gives you the chance to better your skill, and destroys the hardware so that it is not useable by anyone.

  102. It should be obvious.... by Anonymous Coward · · Score: 0

    ... you build a distributed "mass" storage device for your biowolf cluster.

  103. Convince Linux distros to move to drive images by btempleton · · Score: 2, Interesting

    Work to convince the big distros of the world -- I'm looking at you Ubuntu -- to switch from using CD Rom Images as their prime mode of distribution to bootable flash/usb/ide disk images. Once you've tried it this way you will never go back, and you will now have a use for little drives.

    Of course there are scripts that will turn the CD images into usb stick images, but they are time consuming taking away some of the time you save booting from a quicker medium. Instead of releasing a CD and a script to convert it, release a drive image and a script to turn that into an ISO, or release both.

    (Plus, with writable media, it's easier to add a 2nd partition where the user can stuff drivers, localization scripts, answers to install questions etc.)

    Then you could also donate all these media to linux distros who could fill them up with linux live disks and installs, and mail them out to people for postage.

    --
    Has it been over a year since you last donated to the Electronic Frontier Foundation
    1. Re:Convince Linux distros to move to drive images by mjwx · · Score: 1
      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    2. Re:Convince Linux distros to move to drive images by btempleton · · Score: 1

      As I said, I know there are scripts, and I have used them. What I am saying is that this should be the new expected way because it is really superior in every way except on a machine that won't boot from the drives you have in mind.

      (It's even the superior way on a system which won't boot. In that case, burn a generic CD which will boot for you, and have it then complete the process from the external drive/stick. That booting CD would not need to change for new distros.)

      As I result, I encourage distros to offer the USB stick/drive image by default, and a script to turn it into an ISO, rather than other way round as it is done right now.

      --
      Has it been over a year since you last donated to the Electronic Frontier Foundation
    3. Re:Convince Linux distros to move to drive images by mjwx · · Score: 1

      I've found that UNetbootin has put turning a CD image for Linux into a Disk Image within the reach of the common user. As far as I'm concerned, using an ISO to create a bootable Linux flash drive is exactly the same as using an ISO to create a bootable Linux CD. Either way I have to use a program to create the media, so why isn't the ISO good enough for both tasks?

      That being said you will not get rid of boot CD's for some time now, Flash drives are common but nowhere near as common, stable and reliable as CD's. You have to admit that the number of failures is higher with flash drives, this is to be expected however as CD's have been around for 30 years whilst flash drives are barely a decade old. A flash disk is unreliable, compared to CD storage media its 3 orders of magnitude more expensive, CD's will keep for years, even if you mistreat them, they are easy to store, cheap to make copies and are practically guaranteed to read in any machine produced since 1995. Although flash drives are perfectly fine alternatives they just aren't up to completely taking over from CD's just yet.

      If you want distro's to offer a USB disk image as well as a CD then I agree with you but the CD is far more reliable then the flash disk and you cant expect them to make the disk image preferred over the CD image, let alone expect them to remove the CD image in favour of the disk image. The CD/DVD image will be the preferred medium for at least the next 5 years probably more, although I agree with you 100% that distro's should start publishing pre-built flash drive images as well as ISO's, even if just a torrent.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
  104. I know.... by Anonymous Coward · · Score: 0

    just send them to me.

  105. RAID-0 your USB flash drives by Anonymous Coward · · Score: 0

    If you run OS X or Linux, gang your flash drives up on a USB hub and put a RAID-0 drive across them. You get a way-fast external SSD for free. That's what I've got my four obsolete 16GB drives doing and it works really well.

  106. What I've always wanted to do... by bill_kress · · Score: 1

    I'd love to have a file system that took a bunch of small devices like that and set them up in a very tolerant raid-like system.

    It would be great to throw 10 20gb USB drives on a giant hub and have 150-180gb of storage (I figure quite a bit will be taken up with redundancy)

    A bank of 30 2gb flash drives might also be fun.

    With that many pieces of media, you should be able to pull 2 drives without losing any data...

    You should also be able to indicate which drives should be written to more and which should be used for data that changes less often...

    The really neat part of this is that upgrading your disk should be as easy as yanking a 2gb flash drive, and throwing in an old 20gb usb hard drive. It should add the storage, move some of the data around to ensure your redundancy is still sufficient and get on with life.

  107. SATA laptop drives? Sell them to PS3 owners. by gmarsh · · Score: 1

    My PS3 has a paltry 40GB SATA drive in it. I'd be more than willing to get a "used" 120/160GB drive off someone and upgrade my system.

    Damnit, then I have to figure out what to do with the 40GB drive...

  108. Re:Dont know. by Slumdog · · Score: 3, Funny

    Really.

    You could, for example, hold one in your hand and imagine a Beowulf cluster of 'these'.

  109. And we still keep paper. . . by Fantastic+Lad · · Score: 1, Insightful

    Interesting.

    Some parts will last and others are just junk.

    The hard drives are junk.

    --My dad had a stack of old hard drives, each was 10 megabytes, and each drive was the size of one of those old Commodore 64 floppy disk drives. (Another piece of utterly obsolete hardware which we have all conveniently banished from memory.) They're land fill.

    The USB plugs however. . . Those are more interesting. Some universal sockets seem to have very long use-lives. Think of the common headphone audio jack. The phone jack. Heck, the wall-socket power cord plug and light-bulb screw. We'll have to wait and see, but the humble four pin USB socket might possibly fall into that category.

    That means those memory sticks might actually be worth keeping files on the same way you keep old books on shelves. The only problem I see is that silicone is somewhat like glass in windows; it's a slow-moving liquid which deforms with age. --Windows in old buildings have glass which is thicker at the bottom than at the top because of the glacial migration. Hm. Even glaciers move more quickly than glass does, but I seem to recall reading that V'ger's chips were failing because of this. Maybe when memory chips are made from carbon based minerals we will truly be in an age of archival-quality micro-chips.

    Hm.

    No, I think that computer junk is computer junk and this is just something we have to live with. I know NorTel spent a lot of research into how to make components recyclable, or at least destroyable in a way which was not toxic, knowing that computer components have a short life-expectancy and that planning for their entire life cycle was important.

    It's not as bad, though, as old CRTs and automobiles, but even they decompose eventually to be reclaimed by the Earth. None of it is nuclear waste, thankfully.

    Ashes to ashes. . .

    -FL

    1. Re:And we still keep paper. . . by geekoid · · Score: 2

      "Windows in old buildings have glass which is thicker at the bottom than at the top because of the glacial migration. "

      False -- try again.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    2. Re:And we still keep paper. . . by Dogtanian · · Score: 2, Interesting

      I remember reading somewhere that the "glass is a liquid that flows" thing was a myth; unfortunately, I don't have the URL, so moving on...

      I've heard a figure of something like 10 years for reliable storage of data on flash memory. Again, I don't have the **** link, and this may change as the technology advances anyway. But it doesn't sound like a fantastic long-term bet.

      Somewhat grudgingly as someone who dislikes waste, I have to agree with you; a lot of this stuff isn't worth the hassle of keeping and trying to use unless you actually have some interest in and affection for it (e.g. wouldn't dream of throwing out my old 8-bit Atari computers). Giving it away to someone else to offset one's guilt when the hardware is *really* obsolete isn't necessarily doing them a favour either (unless you're quite clear what they're going to do with it).

      Part of me wonders what would happen if some unspecified shit hit the fan in a few years time and we'd be grateful for all this "old" and "useless" computer stuff we're throwing out. And there's the similar "some people would be grateful for this".

      But that really brings the discussion round to what "old" is. The 40GB drive described above is small by modern standards, but not uselessly so and certainly not obsolete.

      OTOH, there are likely still so many genuinely *really* old computers (better part of a decade) out there in yellowing beige boxes that anyone who wanted one would probably be able to get them for free, simply for taking them as many of them as possible off the owners' hands.

      Using them you'd realise that you could get a much newer secondhand computer that was miles better for very little. Or upgrading the old computer would be way more expensive than doing the same with a modern PC. (Example; my Dad has an old PC. The graphics card and a hard drive recently failed. AGP 4x cards are pretty rare nowadays- fortunately an 8x one worked, but even AGP in general is quite rare now. Meanwhile, it was surprising how small the selection of readily-available IDE drives was, and how much more expensive the larger models were than their SATA counterparts. He got them anyway, but he kind of understands why I said that past a certain point it makes more sense just to get a new computer).

      Keeping old computer equipment is supposedly useful for testing and diagnostics (swapping parts to find out which one is faulty), but even old IDE drives can't be used to test a modern SATA interface!

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    3. Re:And we still keep paper. . . by Fantastic+Lad · · Score: 1

      False -- try again.

      Did you enjoy that as much as I think you did?

      It's the little joys I'm happy to provide!

      -FL

    4. Re:And we still keep paper. . . by Fantastic+Lad · · Score: 1

      But that really brings the discussion round to what "old" is. The 40GB drive described above is small by modern standards, but not uselessly so and certainly not obsolete.

      Very true.

      I remember still running a 2.5 GB "C drive" for years beyond its market obsolescence simply because it was inconvenient to re-build my OS. I had a fairly huge secondary drive where I kept everything else. The only reason I replaced it was that 2.5 GB became limiting when some programs refused to allow me to install them in other locations and temp files became top-heavy. I could easily see putting an OS on a primary 40 GB drive and forgetting about it until the drive physically wore out. I always derive a certain amount of satisfaction from wearing a piece of equipment into the ground from honest use. When I toss it out, it doesn't feel so wasteful.

      -FL

    5. Re:And we still keep paper. . . by couchslug · · Score: 1

      "a stack of old hard drives, each was 10 megabytes"

      Kickass shop magnet source. I'd just give them to mechanic buddies to skin out if I weren't a mechanic myself.

      The older drives are easier to take apart, have large magnets, don't have glass platters, and the aluminum case can go in the scrap bin.

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
    6. Re:And we still keep paper. . . by n17ikh · · Score: 1

      The only problem I see is that silicone is somewhat like glass in windows; it's a slow-moving liquid which deforms with age. --Windows in old buildings have glass which is thicker at the bottom than at the top because of the glacial migration. Hm. Even glaciers move more quickly than glass does, but I seem to recall reading that V'ger's chips were failing because of this. Maybe when memory chips are made from carbon based minerals we will truly be in an age of archival-quality micro-chips.

      This is not true. Glass was made via a process that made it thicker at the edges of the sheet, which was then cut into a rectangular shape and the thicker side placed at the bottom of the window to help with structural integrity.
      See Wikipedia for more info.

      --
      Hard work pays off tomorrow, but procrastination pays off NOW!
  110. Start your own ISP by Hobadee · · Score: 1

    Never underestimate the bandwidth of a 747 filled with old storage media!

    --
    ...Had this been an actual emergency, we would have fled in terror, and you would not have been informed.
  111. Re:Dont know. by Anonymous Coward · · Score: 0

    What should I do with my small, obsolete storage devices?

    The same thing you should do with your small, obsolete penis.

    What is that - let a small obsolete troll like you suck it off?

  112. Do the USB keys have write-protection switches? by Anonymous Coward · · Score: 0

    If so, they are ideal hosts for cleanup tools. You wouldn't want to stick a modern switchless 16GB key into an infected Windows PC, but a 256MB key which cannot be written to can safely store cleanup utilities without you having to worry about infecting other PCs with it later on.

  113. Let me make clocks out of them... by iansmith · · Score: 1
  114. Obvious by Anonymous Coward · · Score: 0

    Use them to store small, obsolete files.

  115. before you destroy it by amoeba1911 · · Score: 1

    Remove the cover while it's still plugged in and watch the reading head move back and forth while it is being accessed by the computer. It's a fun sight. Having cover removed will greatly shorten the life span and cause occasional reading errors, but it will continue to work for a little while more.

    If you get bored, you can make a hard drive speaker: http://www.instructables.com/id/Hard-Drive-Speaker-System/

    What's this tesla turbine thing? http://www.instructables.com/id/Tesla-turbine-from-old-hard-drives-and-minimal-too/

    So many fun things to do with old hard drives.

    1. Re:before you destroy it by bluefoxlucid · · Score: 1

      Explain the principles between the hard drive speaker.

  116. Re:Dont know. by Anonymous Coward · · Score: 0

    The first post, modded redundant. Only on Slashdot.

  117. Re:Handling??? by colinnwn · · Score: 1

    Shoot, $6 would barely cover the actual shipping charge for a 3.5 hard drive. Maybe you could ship a flash drive or possibly a laptop drive for $3-4. But if you don't have a box and packaging to reuse that's another $4 or more. And then the 10 minutes to purchase the postage on usps.gov, print out the shipping label, schedule a pickup, and package the product is another $5 worth of my time. I despise the high shipping costs too, but anything less than $10 to me seems reasonable.

  118. make an african postal worker happy by Anonymous Coward · · Score: 1, Informative

    I'm a professor in Uganda. Here, as most places in Africa, flash drives are the transport of choice because the network speeds are crap (and Uganda's is far from the crappiest). People are poor and any of my students would love one. I could pretty much just walk up to an undergrad, even with a 32 MB drive, and say "Take" -- if he didn't need it, a friend of his would. The trouble is, if you shipped them to me, they would disappear in the mail room/roach motel at Entebbe airport. But who's to say the postal worker doesn't need one too?

  119. Re: Or... by colinnwn · · Score: 2, Informative
  120. ebay? by Anonymous Coward · · Score: 0

    Seriously, does this really deserve the front page?

  121. Give to Kramden by Anonymous Coward · · Score: 1, Informative

    Kramden Institute

    Kramden Institute Inc. is a 501(c)3 not-for-profit charitable institution based in Durham, NC that is dedicated to empowering hardworking economically disadvantaged students to bridge the digital divide and advance their academic and personal achievements by awarding them home PC computers. This is achieved by collecting donated computers, refurbishing, and reusing computers thereby extending their useful lives and reducing e-waste.

  122. RAID array of USB disks for super fast access time by jw3 · · Score: 1
  123. Re: Windows by colinnwn · · Score: 1

    "Windows in old buildings have glass which is thicker at the bottom than at the top because of the glacial migration"

    I read in Science News a long time ago a researcher measured late 19th century glass and found it had flowed an amount that would have taken over a thousand years. Turns out the way they used to cast glass had this side effect.

  124. Super strong fridge magnets by mrops · · Score: 4, Interesting

    I have taken apart many 2 to 10 gigers, those magnets are STRONG.

    Stick them on the fridge ask someone to get one off and give it to you. Its fun trying to see them try.

    http://www.computer-hardware-explained.com/images/hard-drive-magnet.jpg

    1. Re:Super strong fridge magnets by JuzzFunky · · Score: 1

      Try hooking the actuators up to your audio amplifier and making a laser show! You can actually hear the music when they vibrate!

      --
      Unexpect the expected!
    2. Re:Super strong fridge magnets by Camel+Pilot · · Score: 1

      I brought home a couple magnets from some old large 2.4 GByte drives and gave them to my son on his birthday. I told him to be careful as they will pinch or even break fingers if they get close to each other.

      So he safely put one in each of the front pockets of his shorts. It did not take long before the two magnets to find each other and they clamped down soundly, right in front of the family jewels, oddly distorting his shorts. You can imagine how funny a group a 12 year old boy found that to be!

  125. art? by Anonymous Coward · · Score: 0

    Why don't you make some kind of art sculpture out of all of your old tech crap? It's better than throwing it away and always fun to take apart. Ive got a cube decorated with dismantled hard drives and secure ID's that have gone to the shitter. yeah it an be considered clutter but then whats it doing in a landfill again? Oh...cluttering.

    Best of Luck,
    me

  126. Bootable utilities by Phred+T.+Magnificent · · Score: 1

    Small thumb drives are great for bootable utilities and installers. In my laptop bag right now, I have thumb drives with Darik's Boot and Nuke, g4u, the OpenBSD 4.4 install floppy image, installers for FreeBSD 7.1 i386 and AMD64, and a couple of live-CD-like KUbuntu sticks.

    In many cases (like DBAN and OpenBSD) it's a simple matter of dd if=the-floppy-image of=/dev/da0 to prepare the drive -- thumb drives work very well as fake floppies. The FreeBSD and KUbuntu setups were a bit more complicated because they contain a lot more than a floppy image, but still fairly easy if you can Google.

    --
    Where is the wisdom we have lost in knowledge?
    Where is the knowledge we have lost in information?
  127. Auction, donate, RAID, etc. by antdude · · Score: 1

    Plenty of ideas. Even if they are broken. Could be good for parts.

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  128. Be creative! by Anonymous Coward · · Score: 0

    Personally, I use the plates of my old hard drives as candle reflectors... and even my girlfriend finds it nice! :-D

  129. Cheaper by arootbeer · · Score: 1

    E-mail them to me!

  130. If you're really security nuts... by Anonymous Coward · · Score: 0

    There's nothing wrong with using a hammer. The bigger the better. Even On-Track won't be able to recover data if you hit it enough times.

  131. Set an example by GiantHaystacks · · Score: 2, Funny

    Line up all your current hard drives and USB drives, and force them to watch as your slowly destroy one of the obsolete drives. Then tell them this is what will happen to them if they EVER give you write errors or get bad sectors!

    Fear can be a powerful weapon!

    --
    No Sig for you!
  132. Re:Handling??? by The+Cisco+Kid · · Score: 1

    You can get USPS Priority mail packaging for *Free* by requesting it from usps.com (or you can pick it up from the Post Office yourself).

    And if it will fit in the USPS 'Small Flat Rate' box (regardless of weight), the actual postage cost is $4.80 if you use the website to print the postage.

    So $6 would more than cover the actual cost to ship even an old 5.25 dinosaur hard drive, if you use a free flat-rate box from USPS.

  133. Portable Safe by mdielmann · · Score: 1

    I have one 512MB USB key that I got as a promo. For the longest time it just sat there. Then I decided that I had too many passwords, and too many places to use it. Now I use it for some of my important documents, documents that I'm taking to client sites, and most importantly, my copy of KeePass. I use the portable Windows version, put all my passwords in there, and now I only need to really remember 1 password when I'm at my computer. I plug it in when I get to work, take it back home with me when I leave, and the database is encrypted, so I should have enough time to redo all my passwords if someone should steal it. Now the data on there is more valuable than the hardware, and so is the convenience. If you want to take it a step further, you could encrypt the drive and have a more effective portable safe for all your documents, but it would be less useful for moving client data.
    P.S. Of course I have a backup of the password database.

    --
    Sure I'm paranoid, but am I paranoid enough?
  134. Make it into a cow! by port23user · · Score: 2, Funny

    This is what I did with a leftover USB key:
    http://blog.boogly.net/2008/10/diy-cow-usb-flash-drive/

  135. Read the requirements. by Anonymous Coward · · Score: 0

    haha.

    "You also must publicly disclose in a reproducible manner the method(s)"

    Gosh, I can't see why no one took up the challenge~

    It it possible to get info from a dd. You need to be able to rad the actually signal from the platter. I.E. Capture the spikes, the rising and the trailing ends of the 'bit'.
    No, it's not 100%.

  136. I use them for long time backup. by pecosdave · · Score: 1

    I take all my important data I don't want to lose, dump it to an old hard drive, leave it in a dresser drawer at grannies house in the spare bedroom.

    Then I use another old one, leave it at moms house in the spare bedroom.

    In these cases my relatives don't have a clue how to read them, but I could encrypt if I wanted to. My photo's and original documents mostly.

    My photo collection keeps growing, and is the determining factor on what size is useful. Not couting photo's - well, really who has more than 40 GB of original non-photo/video/audio content? If you're backing up original documents that are mostly text/information based a 40GB drive should be plenty.

    The secret is to NOT backup all those installers, ISO's, movies, music, porn etc.. that you downloaded. Really, you can get all of that again. Focus on your original work then dump hard drives in nooks and crannies at relatives houses. Off site backup!

    --
    The preceding post was not a Slashvertisement.
  137. Sell them by lcoughey · · Score: 1

    Contact your local or favorite data recovery lab and see what they'll give you for them. I know that when we really need a drive, we've been known to pay $200 for a drive that is really not worth any more than $20.

  138. nooooooo! by ChristTrekker · · Score: 1

    Low cost??? I have to scrounge to get the $15 or $20 for the used 40 or 80 GB drives I see on Craigslist. Else I'm stuck with the 2-5 GB drives that came with the second- and third-hand computers that are all I have to educate myself with. Once the OS is installed, they're already almost full. My only USB drive is a 16 MB (yes, MB) freebie I got as a Google promo about 5 years ago.

    If anyone has hardware you're basically chucking out the door, please consider posting it to your local LUG mailing list, then to Craigslist. Many of us would see your trash as a significant upgrade. I can't thank enough the guys that provided my old SGI and Sun boxes for free. They were virtually obsolete, but still useful to me to get a first exposure to IRIX and Solaris.

  139. They have GREAT magnets by Anonymous Coward · · Score: 0

    No kidding, using them as a refrigerator magnet lets you hang your heavy winter coat there.

    Not that I do that, but ...

  140. Recycle them by Zerbey · · Score: 1

    Securely wipe them if you must, then just give them to your local recycling plant. Personally, I dismantle old drives, give the magnets to my kids to play with and send the rest to the local recycling plant. There's really little else use for a 50Gb drive these days!!

    1. Re:Recycle them by Koos · · Score: 1

      Securely wipe them if you must

      Securely wipe them even if you intend to store them for a while until you get better use for them or will throw them away. It's boring work, but you're making sure no private data gets out. Even a simple operating system installation has a store of encrypted passwords which can be abused.

  141. ... or better yet - RETARD by Pengo · · Score: 1

    Ridiculous Exhibit of Terminally Abused Retired Drives

  142. Media...magnet... by mollog · · Score: 1

    Drives have powerful magnets. Maybe you should think of using that magnet to corrupt the data on the media. Degauss it, in effect.

    --
    Best regards.
  143. Re: Windows by __aawkdb2598 · · Score: 1

    You'll never get rid of the myth. People love it too much. Thanks for trying though...

  144. i've no mod points but by XLR8DST8 · · Score: 0

    uh, Informative?

  145. Bootable USB? by Anonymous Coward · · Score: 0

    Make them bootable and put a copy of the "Ultimate Boot CD" on there. Handy if you need to do diagnostics on a broken system without carrying around a CDR, and lets you securely wipe drives when "recycling" PC's and laptops.

    IIRC it will fit on even a 64MB thumbdrive and most are now bootable.
    -A

  146. most sensible by Anonymous Coward · · Score: 0

    Dont waste it. Instead store a backup of all your user passwords. Store personal emails and backup card numbers (don't forget your CVV... you might need that too). Write your SSN and such for safety. Put some illegal porn in there too... if handy.

    Then store deep in a closet for best security and backup.

    Some time later forget all this and sell it on ebay for profit or donate to charity if that's your calling.

    That is what I would suggest.

    Or you can read this: https://ssd.eff.org/tech/deletion

  147. uh, "lose" them by Anonymous Coward · · Score: 0

    put a rootkit on them and leave them in parking lots and on the street. Then start building your first botnet!

  148. IDE is soon to be obsolete by Anna+Merikin · · Score: 1

    ...which means boxen in future will not have any IDE/ATA native interfaces. Spend the $15 bucks now for an enclosure or cable (see poster above you) or you might have a box of doorstops.

  149. Alternate uses by QuestorTapes · · Score: 1

    Excellent advice. You can't use them for the purpose for which you originally acquired them; but alternate uses are excellent. I've got a smaller USB drive I keep some handy utilities on; sometimes from PortableApps.com (Windows), others are cygwin or linux versions of GNU utilities. All they have in common is that they are handy and don't require installation. Just run them off the thumb drive.

    I'm sure there are lots of ways to use these devices; just not as you originally planned.

  150. Playing with Magnets by gabec · · Score: 2, Funny

    A friend of mine loves old harddrives. They have a lot of super heavyduty magnets in them. To my knowledge he just dismantles the drive and then sticks'm to his fridge but ... either way, ubermagnets are fun!

    1. Re:Playing with Magnets by H3g3m0n · · Score: 1

      I use one of those magnets to hold up an entire case of screw drivers.

      As an added bonus they magnetize the screwdrivers so the screws stay on the end rather than fall into the dark, sharp and spiky depth of the case (its not strong enough to be a danger to magnetic harddrives).

      They are a massive pain to remove though, and when you do there is often still a metal bracket attached.

      --
      cat /dev/urandom > .sig
  151. The round file? by CharlieG · · Score: 2, Interesting

    Strip out the screws/magnets (always good for the hardware bin), and throw the rest away?

    --
    -- 73 de KG2V For the Children - RKBA! "You are what you do when it counts" - the Masso
  152. Re:Handling??? by TClevenger · · Score: 1

    So $6 would more than cover the actual cost to ship even an old 5.25 dinosaur hard drive, if you use a free flat-rate box from USPS.

    The mailing cost of a flat-rate box that reasonably fits a 3.5" half-height drive is $10.35. That would be insufficient padding space for a 5.25" drive.

  153. Re:Customize a gun holster/fannypack w/ the magnet by maxume · · Score: 1

    That's an interesting juxtaposition that you are rocking there.

    --
    Nerd rage is the funniest rage.
  154. Fry it by Anonymous Coward · · Score: 0

    You could always over load it with too high of voltage.

    I did it once when I had a usb external port accidentally plugged in to firewire port on my mother board. It melted the thumb drive.

  155. Create a DIY HDD by the_saint1138 · · Score: 1

    It's kind of a waste of a working HDD, but I'd create this DIY "USB Hard Drive"

    Good for some laughs.

  156. make backups? by Uzik2 · · Score: 1

    put the passwords for all your stuff on it, along with your will, in case you die. Leave it with your family.

    --
    -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
  157. Make a Linux live disk by grege1 · · Score: 2, Interesting

    A 1gb USB drive is big enough to make a live CD type live USB disk.Ubuntu and Fedora have a nifty utility that allows you to make a live USB disk from a live CD image. The live USB has the big advantage over a CD in that you can save data and changes. Great recovery tool that you can carry around in your pocket. Most computers built in recent years can boot from USB by hitting F12 at the first bootup screen. If you find a machine riddled with malware and virus, a live USB Ubuntu can be used to save documents, photos etc without fear of cross contamination. I use a 4gb drive with Ubuntu 8.10 and ClamAV installed.

  158. Bah, what lame suggestions... by Reziac · · Score: 1

    ... give them to me instead. I like that one much better!

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  159. where do those chemicals go, rocket genius? by SuperBanana · · Score: 2, Insightful

    Just because we don't consider it worth our health to use nasty chemicals to reclaim metals from scrap boards, doesn't mean no one should want to do it.

    Actually, it does, given that here in the 1st world, we have the technology and knowledge to reclaim the metals without putting hundreds of thousands of people in immediate danger, and with probably far greater efficiency in terms of recovery amounts and emissions per quantity recovered. That's the first piece of the pie.

    The second piece of the pie: in case you hadn't noticed, we all inhabit the same planet. Those nasty chemicals, smoke, etc...they don't magically go away just because they were created on a country far away by people who look different.

    Come back when you've read Silent Earth, please.

    1. Re:where do those chemicals go, rocket genius? by kriston · · Score: 1

      It seems your sarcasm detector wasn't working.

      Incidentally, why do people still use the Three World Theory? Isn't that Chairman Mao's idea?

      --

      Kriston

  160. ack, silent SPRING by SuperBanana · · Score: 1

    Come back when you've read Silent Earth, please.

    Bah. Silent SPRING, not Silent Earth *forehead slap*

  161. install image by elgaard · · Score: 1

    Forget the harddrives. They are a source of good magnets, but apart from that cheap USB sticks are a better alternative.

    Small usb sticks?

    * I like to keep one with a debian net-install Image. E.g. many netbooks do not have CD-drives so you need a USB-stick, but it can be small.

    * Store important information. Eg. put you PGP keys on it and keep it in your safe.
        It you store it on both a CD-rom and USB-stick you will find out what last the longest.

    * Keep servers quiet. If you have a server in you living room that you want to keep quite, you could put in a USB-stick and mount /var/log on in so the machanical disks does not spin up.

    * OpenWrt Accesspoint typically have 16 to 32 MByte flash internally. Even a small USB stick can make a big difference.

    1. Re:install image by noc007 · · Score: 1

      Or one could just run the whole OS off of a USB stick. I rebuilt my home server with a USB stick attached to the motherboard. I don't see a speed difference booting FreeBSD from the stick. Editing files only causes a small delay, 1 second. I don't change much on it. Only my files (music, movies, photos, etc.) are stored on HDDs on a ZFS RAID-Z array in the server.

  162. Re:Customize a gun holster/fannypack w/ the magnet by Lunzo · · Score: 1

    My thoughts exactly. The macho factor of having a concealed carry weapon is canceled out by the use of a fannypack to carry it.

  163. Windows home server by ddoctor · · Score: 1

    If you want to use them as storage, use Windows Home Server. It does a great job of pooling small devices and is dead easy to set up. No, I'm not a M$ employee, it's just a good product.

  164. swap space by MrKaos · · Score: 1

    I use old drives for swap space on a dedicated channel - sure not useful until the machine get's loaded - but it's real useful when the machine get loaded. No, I don't like it when a machine swaps, but if it's going to...

    --
    My ism, it's full of beliefs.
  165. Geocache! by Anonymous Coward · · Score: 0

    I drunkenly purchased a 64 MB drive from the 7-11 thinking it might be fun to load with a couple strange tunes and pictures, then leave it somewhere public. (That or a keylogger.) Then my sister in law got me started geocaching. I just left a few favorite tunes and a .txt in the nook of a tree.

  166. Use them for Geocaches! by auk-nord · · Score: 1

    I usually take the hard drives apart for their magnets. Great for holding geocaches to guardrails!

  167. Wind chimes? by QuietEarth · · Score: 0

    Take the platters out of the old hard drives and make wind chimes.

    --
    Work done by an officer's doppelganger in a parallel universe cannot be claimed as overtime.
  168. give them to me! by dylix · · Score: 1

    give them to me lol!

  169. Re:Customize a gun holster/fannypack w/ the magnet by wagnerrp · · Score: 1

    You keep a gun in your fanny pack? Those are two things I never thought I would hear mix...

  170. schools ok, 3rd world schools better by weighn · · Score: 1

    send em to Africa or SE Asia - I left my 512MB USB drive with a student in Philippines. old tech is much appreciated in poorer regions of the world.

    --
    Mongrel News all the news that fits and froths
  171. Subject by Legion303 · · Score: 1

    Take a Dremel or angle grinder to the hard drives, yank the magnets, replace the weak magnets on your fridge with something that will actually hold things in place.

    Or you can do what I did: punch a hole through the drive and mount a combination lock to it. Fun for the whole family.

  172. Geo cache by Anonymous Coward · · Score: 0

    Hide them in a geo cache. Somebody will be happy to find them.

  173. upgrade by tsjaikdus · · Score: 2, Funny

    Open 40 MB harddisk
    Carefully take out read/write head
    File off some material off said read/write head
    Carefully insert read/write head
    Close 1 TB harddisk
    Profit

  174. Swapfiles? Temp storage? by Anonymous Coward · · Score: 0

    Is it possible to use USB memory sticks as a location for your swapdrive? Sort of like Windows ReadyBoost, the access times on Flash memory are so much faster that your swapfiles' much more responsive.

    Someone jokingly mentioned RAID of thumb drives, but if you have enough of them, why not use disk spanning to make a large swap drive out of the small drives?

    As for your older hard drives, I'd just put them in an external case of some sort and use them as backup storage. External RAID maybe?

  175. Old flash drives by Mal-2 · · Score: 1

    You could use a small flash drive in place of a CD when you need to distribute copies of whatever -- a Powerpoint, a demo, a document. Just like a CD, don't expect to get it back. Encourage the recipient to re-use it and pass it on. There are plenty of times when data is too big for e-mail, but not so big it would exceed the size of a 64 MB flash drive.

    Mal-2

    --
    How is the Riemann zeta function like Trump rallies? Both have an endless number of trivial zeros.
  176. old flash/hd drives by Anonymous Coward · · Score: 0

    Small public school:

    Technology Director
    Yoakum ISD
    PO Box 737
    102 McKinnon Street
    Yoakum, TX 77995

  177. Send to public school below... by cjfling · · Score: 1

    Technology Director
    Yoakum ISD
    PO Box 737
    102 McKinnon
    Yoakum, TX 77995

  178. I give them to my pets by Anonymous Coward · · Score: 0

    scrub 'em clean of all data

    put your email id in a file named "I MISS MY PET" on it & tie it around your dog/cat/rhinoceros's neck.

  179. Re: Don't recycle them in Africa by crowne · · Score: 1

    As a South African, I would appreciate you not sending them here, I have enough of the crap / slow / broken-from-being-used-as-a-teething-ring things already. Some of them have devolved from USB/Keyring to Keyring-that-I-can't-remember-whats-on-them. Finally, I would not recommend the SATA drives as keyrings ... especially if you're in the habit of throwing your keys on the glass side table immediately inside the front door.

    --
    RTFM is not a radio station.
  180. So then why. . ? by Fantastic+Lad · · Score: 1

    This is not true. Glass was made via a process that made it thicker at the edges of the sheet, which was then cut into a rectangular shape and the thicker side placed at the bottom of the window to help with structural integrity.

    This is actually the coolest discovery of my week so far. I can't remember where exactly I learned the 'super-cooled liquid' version; I know my parents talked about it that way when I was a kid, and I know at least one high school science teacher explained it this way. It's a little sad to see it go for one reason: I recall reading a novel where a character had the experience of traveling through time at a highly accelerated rate and seeing lightbulbs 'melt', which always struck me as a really neat visual.

    So now I do have a question. . . The super-cooled liquid thing is how I always explained why silicone chips failed over time. --Now I don't get it. Anybody? Why do chips fail? And do they fail when just sitting unused, or is it a property of their semi/conducting electricity?

    -FL

  181. Puppy Linux by Patch86 · · Score: 1

    My old 1GB USB MP3 player stopped working as an MP3 player, but still works as a flash drive. It's now living out a happy second career as a bootable recovery OS, plus nerdy party piece.

  182. For the hard drives by QuasiInsomniac · · Score: 1

    For the hard drives, take them apart and remove the magnets. Then use them on your refrigerator; they will be way better than those wussy ones you have on there now. Nothing beats seeing your wife/significant other trying to move one and needing two hands to do it.

  183. Kids in America can use your flash drives! by voss · · Score: 1

    Elementary school kids can use 32mb flash drives, kids at the school I work at use them for saving their projects(scratch, powerpoint, screen captures) they do in technology class. While stores want to sell bigger and bigger flash drives for the same price, while schools would rather have small ultra cheap flash drives.

    btw: Schools want a $1 flash drive that is a floppy disk replacement not a fashion accessory. At $1 every kid can have one.

       

  184. I apologize for the Off-topic reminiscing by BPPG · · Score: 1

    Well, this was a high school course. We did more than just that, we were also playing with bread boards and making primitive digital LED number displays, and oh, the EEPROMs...

    There we also learned more basic skills, such as taking a motherboard and processor, and adding hard drives, memory, cd-roms, power supplies, heatsinks/fans, network cards, etc;. Half the battle was trying to dig through the crap and find components that worked, and trying to get a machine that would give you the right beeps at POST, and diagnose when it didn't. We shared the room with the Robotics class, and so we also had some limited involvment in maze-solving robots programmed in assembly.

    And that was just Comp Engineering. I also had Comp Sci, which was playing around with Object Oriented Turing, Logo, Java, and then a Java based Battle Bot game I forget the name of. A lot of the time, we'd be done early and just read webcomics, or play Liero.

    These were courses offered both in Grade 11 and Grade 12, the Grade 12 course obviously being a bit more advanced (I graduated the year after they removed grade 13 in Ontario). I didn't realize until after graduation what a special school that was. It's apparently not as nice as it used to be, the music and CS programs have suffered. Lots of fond memories, though.

    --
    What's the value of information that you don't know?