Slashdot Mirror


Computer Crash Reactions Examined

dankinit writes "MSNBC has an amusing story about research showing how people react to computer crashes and losing data. Among the numbers, 7% of those surveyed hit the computer, 13% yell at first, and another 13% try to "sweet-talk" their computer. The article also has results from a study done at the Univ. of Maryland. In that study, "One restaurant manager who was so upset with his laptop that he threw it into deep fryer. That destroyed the laptop ... and deep fryer, too.""

573 comments

  1. Hit F5 by justforaday · · Score: 3, Funny

    Nothing for you to see here. Please move along.

    Whenever this one happens, I just hit F5 a few times.

    --
    I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    1. Re:Hit F5 by takeya · · Score: 2, Funny

      wrote a c program:

      printf("OH AHHHHHHH STOP OOOOOOH OUCH AAAAAAAAHHH ... NO NOT THAT AAAAAAAAAAAAAAAAAAAAH!!!")

      call it "torture" in /usr/bin and torture your machine whenever it doesnt want to behave :)

    2. Re:Hit F5 by bitwiseNomad · · Score: 1

      Not to nitpick, but aren't you supposed to have a semicolon at the end of that line? And how about that line break? :)

      --

      Light is filtering down from above. Would you like to use DIVE?
    3. Re:Hit F5 by Anonymous Coward · · Score: 0

      What does F5 do?

      Or I it that I'm using a wrong machine...

    4. Re:Hit F5 by mattyrobinson69 · · Score: 1

      A bash script of the same code would have been just as effective. I think i might steal your idea.

    5. Re:Hit F5 by Anonymous Coward · · Score: 0

      oooh... you're as funny as having two broken legs at the bottom of a well-shaft.

    6. Re:Hit F5 by Anonymous Coward · · Score: 0

      It's "reload" on windows

    7. Re:Hit F5 by Anonymous Coward · · Score: 0

      If you are nitpicking that much, you should mention the lack of the main() function definition, and the prototype for the printf function, listed in the stdio.h header file...

    8. Re:Hit F5 by takeya · · Score: 1

      I didn't feel like posting the full source. Here it is so no troubles:

      #include
      #include
      int x;

      int main() {

      for(x=0;x10;x++) {
      printf(" AHH! I'M SORRY MASTER. THE PAIN! AHHH! AHHHH!\n ");
      sleep(1); } }

      plus it gives me ten seconds to cool off and decide if I really want to rm -Rf /

    9. Re:Hit F5 by Narishma · · Score: 1
      You forgot the return statement, the less-than sign between x and 10, and the headers to include. And you don't need that variable to be global.

      Please try harder next time.

      --
      Mada mada dane.
    10. Re:Hit F5 by jb.hl.com · · Score: 4, Funny

      Funny you say that...my ex girlfriend's reaction to any computing problem was to press F5. Her logic was that if it fixed IE, surely it would work for Word and Excel and everything else as well...

      And when I challenged her on this her response was "No, I know more about computers than you do, F5 is the key to refresh the page and I know it is and it always works for me."

      Can you guess why she's an ex? :D

      --
      By summer it was all gone...now shesmovedon. --
    11. Re:Hit F5 by Matthaeus · · Score: 1

      < and > get filtered out. As dones anything in between them.

    12. Re:Hit F5 by Anonymous Coward · · Score: 5, Funny

      no anal?

    13. Re:Hit F5 by SenFo · · Score: 0, Troll

      First of all, where are the files you're including? By the way, you only need one (stdio.h if you're programming in C). Second, why is x global? Third, you forgot a return statement. Forth, your style is horrible.

      And that's only what I've noticed in the 5 seconds I looked at it.

    14. Re:Hit F5 by SenFo · · Score: 1

      #include

      ;-)

    15. Re:Hit F5 by Oliver+Wendell+Jones · · Score: 1, Funny

      Forth? Forth is an entirely different language than C...

      Or did you mean Fourth?

      --
      A computer once beat me at chess, but it was no match for me at kick boxing -- Emo Phillips
    16. Re:Hit F5 by TelJanin · · Score: 1

      I think /. sodded up the less-than sign and headers.

    17. Re:Hit F5 by Martin+Blank · · Score: 1

      Change it to "I'm sorry! I'm sorry, Master!" and name it Grovel. :)

      --
      You can never go home again... but I guess you can shop there.
    18. Re:Hit F5 by tengu1sd · · Score: 1
      it works for me

      That's right up there with
      Yes that dress makes your ass look fat
      or
      That's a nice skirt on the blonde

    19. Re:Hit F5 by hdparm · · Score: 1
      You can also try this.

      I've learnt my lesson and for last 3 years I keep rsynced (every 12 hours) HDD in my other machine.

    20. Re:Hit F5 by takeya · · Score: 1

      im not a C programmer, I just know how to do some stuff. It does compile (if you put in the headers that ./ filtered out)

      Bah. It's just my way of telling the computer I think it's crap and also cooling off after, cause its screaming in pain.

    21. Re:Hit F5 by takeya · · Score: 1

      stdio.h and time.h

      I stated above I'm not a programmer I just know a little C. What I still remember from the book "The C Programming Language"

    22. Re:Hit F5 by aichpvee · · Score: 1

      It's reload in every webbrowser, isn't it? I can't think of one where that isn't...

      --
      The Farewell Tour II
    23. Re:Hit F5 by Mechcozmo · · Score: 1
      Safari?

      Lynx?

      Shiira?

    24. Re:Hit F5 by jb.hl.com · · Score: 1

      Quite the opposite...the problem was part of that though-she was a dumbass.

      --
      By summer it was all gone...now shesmovedon. --
    25. Re:Hit F5 by konstantinlevin · · Score: 1

      cuz she dumped you.

      --
      What the hell was I supposed to be doing? I was going to do something, and now I'm on /.
    26. Re:Hit F5 by Zork+the+Almighty · · Score: 1

      I'd rather just install Windows. It's a great threat for old machines.

      --

      In Soviet America the banks rob you!
    27. Re:Hit F5 by 9mind · · Score: 1

      Because you frequent Slashdot!?

    28. Re:Hit F5 by Anonymous Coward · · Score: 0

      In Word...F5 is search and replace or FIND.

      Your ex was the ultimate non-computer compatible person ever.

    29. Re:Hit F5 by Anonymous Coward · · Score: 0

      Thank you Captain obvious.

    30. Re:Hit F5 by FuzzyBad-Mofo · · Score: 1

      Reminds me of an ex who used to tell me to "get Netscape" when I was having ISP problems. Of course, it's kind of ironic now that Netscape is actually an ISP..

    31. Re:Hit F5 by Frizzle+Fry · · Score: 2, Funny

      Bah. It's just my way of telling the computer I think it's crap and also cooling off after, cause its screaming in pain.

      I believe it is screaming in response to your decision to make your loop counter a global variable named 'x'.
      --
      I'd rather be lucky than good.
    32. Re:Hit F5 by Anonymous Coward · · Score: 0

      Jesus fucking Christ, you stupid cunt. Don't you know how to use the "Preview" button? And who puts two right braces on the same line? What are you, a fucking LISP programmer? And like some other asshole who responded wrote, use "<" for the <. Or pick "Extrans (html tags to text)" from the drop-down list. I mean, Jesus Christ, dickwad, it's not rocking signs.

    33. Re:Hit F5 by Anonymous Coward · · Score: 0

      How about this then?

      perl -e 'while(1){print "AHH! Im sorry master. The pain! AHHH! AHHH! THE PAIN!\n";sleep 1;}'

    34. Re:Hit F5 by confused.brit · · Score: 1
      I believe it is screaming in response to your decision to make your loop counter a global variable named 'x'.

      If computers could get migraines, maybe they wouldn't crash so often :D

      --
      Sigs are for wimps
    35. Re:Hit F5 by mattspammail · · Score: 1

      And owned by AOL too. What a bonus! Stability guaranteed!

      --
      Now accepting PayPal donations!
    36. Re:Hit F5 by hesiod · · Score: 1

      > And who puts two right braces on the same line?

      Most JavaScript programmers I've ever met do, and quite a few C programmers. Not to mention probably every single entry to an "obfuscated C" contest.

    37. Re:Hit F5 by hesiod · · Score: 1

      > You can also try this.

      Holy crap... Try using the fingers as labelled. The hand model for that must be extremely dexterous if he can manage to hit the delete key with his left pinky like that... Maybe it should be the right hand & swap ctrl/alt. Then it would be easier.

      Ah yes, I love pointing out the important things in life...

    38. Re:Hit F5 by hdparm · · Score: 1

      In the event of a crash, you just need to approach the keyboard from the back :o)

    39. Re:Hit F5 by Lord+Kano · · Score: 1

      no anal?

      That's par for the course with many women. No oral is the deal-breaker.

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  2. First curse! by ArsenneLupin · · Score: 0, Offtopic

    Damn computer, and I thought I had frist psot, but somebody was faster!

  3. Depends by nizo · · Score: 5, Funny
    My reaction depends on which machine we are talking about:


    My desktop at work: I do a dance of joy! Finally I get a new linux machine. Thankfully all my data is on the server so my desktop is no loss.

    My home computer that hasn't been backed up in ages: I smack my head until I pass out. When I wake up I smack some more. I gnash my teeth as I lament the demise of my Diablo2 level 46 druid! Oh and all the pictures of both my kids.

    The server at work: I start with a huge sigh as I restore data followed by snarls at users bugging me asking every ten minutes when the server will be back up.

    The server at work that has bad backups that never got verified because everyone but me thinks the tapedrive is a magic box that never makes bad backups and I never get time allocated to manually verify them or time/money to come up with a better solution: I start smiling at the users as I fervently start hoping my home computer doesn't crash before I get home and print my resume. Where are the good backup tapes the users ask? Oh yeah, I took them home for offsite safekeeping, let me clean out my desk and go home to get them.....

    1. Re:Depends by Brown+Eggs · · Score: 5, Funny

      Actually, no matter what machine it is, I weep like a little girl who just lost her doll

    2. Re:Depends by Flibberdijibbit · · Score: 1

      Nizo...do you work at my company somewhere? :D If a server fails at work, I'll typically curse Murphy because inevitably, the tape library will also have failed the previous night as well, losing that day's work.

    3. Re:Depends by Beardo+the+Bearded · · Score: 5, Funny

      They made me do the backups here. I've just been handing in blank disks.

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
    4. Re:Depends by justforaday · · Score: 1

      That sounds like someone I used to work with...

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    5. Re:Depends by RJack-45 · · Score: 5, Funny

      When I first started at this job, I found out that the tapes they were using for backups were write-protected! They dutifully changed the tapes every morning, but nothing could ever be written to them! I checked the logs, and the last successful backup was like three years ago.

    6. Re:Depends by carpe_noctem · · Score: 4, Interesting

      It was never violent for me. I lost the hard drive in my webserver when it was mysteriously dropped while I was on christmas vacation.

      4 years of email archives, website work, pictures, etc. All of my CVS archives (though fortunately, enough people had copies of my code and were nice enough to email them back to me... linus torvalds was right about backups!). Not to mention the fact that I lost the same amount of data for about a dozen friends which I was hosting. Damn.

      My first reaction wasn't anger or grief (those both came later). It was fervor... the inspiration of trying to stay up all night and do anything possible to recover the data. No dice. Then the truth started to sink in...

      The sad part is that I wasn't able to back up this machine, so I kind of saw this coming... I knew that it would be screwed if something happened to that drive, but I had no way to reliably back up 40Gb of data. The internet connection it was on was too slow to do a network backup, not to mention that my workplace would probably kill me for doing that on a regular basis. The server itself was a cobalt raq2, which means it had only a power plug, serial port, and ethernet cable on the back. So, no usb, firewire, or cdr backups were possible here, and backing data up to the drive itself obviously wouldn't have helped.

      I guess the inevitable finally happened, but at least I learned from my lessons. I scrapped the cobalt and converted an old machine into my new server, with a mirrored raid-1 2x80Gb array. I rebuilt my home server, too, with a raid-5 4x80Gb array, and now I use a laptop and rsync to keep religious backups.

      I don't really see it as "backing up", though... for instance, the music I write is on my laptop, because that's where I write it. When I finish writing a track, I'll master it on my desktop, and make a copy of it there. And every so often, I'll rsync the two servers just to make sure everything's current. I found it way too hard to discipline myself to make consistent backups, but it's easy to just copy data around. Once you get into the habit, it's far more foolproof than a tar+cron backup or trying to remember it by hand.

      --
      "Quoting famous computer scientists out of context is the root of all evil (or at least most of it) in programming." - K
    7. Re:Depends by Sethb · · Score: 1

      Sounds like our old ArcServe system, everyone started doing their own backups because the backup system was so bad. The new NetBackup system works a lot better. :)

      --
      When in danger or in doubt, run in circles, scream and shout. --Robert A. Heinlein
    8. Re:Depends by nizo · · Score: 3, Informative

      You might look at Unison, which runs under Linux and Windows. It has been working great with our Linux laptops (used to sync up user home directories). It is nice because it allows work to happen in two places, and then when you sync up it copies stuff everywhere it should go (and gives you an opportunity to manage conflicts). And I agree on the whole backup deal; I am planning on another machine soon with sufficient diskspace to mirror all the data I care about, plus 2 removeable drives, the most current of which I can store at work.

    9. Re:Depends by netringer · · Score: 1
      You might look at Unison, which runs under Linux and Windows.
      Thanks for that suggestion. I'll use that.

      Is there a utility that will sync Firefox bookmarks?

      I suspect this one will make you choose one Mozilla profile over another. I'd like something that will say:
      "Laptop bookmarks has one additional entry...copying to desktop." "Desktop: URL for slashdot.org updated to Laptop"

      A similar thing for the Thunderbird email store would be nice, too.
      --
      Ever dream you could fly? Get up from the Flight Sim. I Fly
    10. Re:Depends by hawk · · Score: 1

      If I do something stupid (real-life example: rm -rf /mnt/floppy/ * when the CWD is ~): Hands into face. Scream or cry.

      cd /recovery; dd if=/dev/da0s1 | strings |split -b 10M - caught

      Not that I've ever been in that situation :)

      Also, since it was lyx/latex, I would have done better to use tr so strip everything out of the 32-127 range--I ended up losing my equations and formatting.

      hawk

    11. Re:Depends by krgallagher · · Score: 5, Funny
      "My home computer that hasn't been backed up in ages: I smack my head until I pass out. When I wake up I smack some more. I gnash my teeth as I lament the demise of my Diablo2 level 46 druid! Oh and all the pictures of both my kids."

      Q: What is the first thing you do when your computer crashes?
      A: Swear from now on you will make regular backups.

      Q: What is the last thing you actually do when your computer crashes?
      A: Begin making regular backups.

      --

      Insert Generic Sig Here:

    12. Re:Depends by carpe_noctem · · Score: 1

      Thanks for the link; looks like a cool piece of software. Currently, I don't actually have anything important stored on my windows box (heh, shows how much I trust it's ass)... it just fetches all of the home directories via samba. I'll definitely bookmark this site, though. =)

      --
      "Quoting famous computer scientists out of context is the root of all evil (or at least most of it) in programming." - K
    13. Re:Depends by techno-vampire · · Score: 1
      The server at work: I start with a huge sigh as I restore data followed by snarls at users bugging me asking every ten minutes when the server will be back up.

      Tell them the server will be up and ready a lot sooner if somebody will get you some V1@gra for it. You never know, somebody might actually get you some.

      --
      Good, inexpensive web hosting
    14. Re:Depends by BobaFett · · Score: 1
      cd;touch -- -i


      and you never have to worry about rm * in ~, not even rm -rf.

    15. Re:Depends by Jackhamr · · Score: 1

      Hrm, I bet he still has a job and you got fired. The guy who does the backups is very important.

    16. Re:Depends by Aeiri · · Score: 1

      Parent: Is there a utility that will sync Firefox bookmarks?

      Grandparent: (used to sync up user home directories)

      Firefox settings are stored in ~/.mozilla, and thunderbird in ~/.thunderbird, those fit under the classification of "user home directories".

    17. Re:Depends by Anonymous Coward · · Score: 0

      > Oh and all the pictures of both my kids.

      Sweet jesus, I just misread that as "all the pictures of boys and kids" and was, like, damn dude.. :-)

    18. Re:Depends by rikkus-x · · Score: 3, Informative
      Is there a utility that will sync Firefox bookmarks?

      Yes, it's called Bookmarks Synchronizer and is a Firefox extension

      Rik

    19. Re:Depends by glesga_kiss · · Score: 4, Informative
      Great link, I'll be checking this out later!

      However, do not use this sort of thing for backups!!

      If files get deleted by accident and you don't notice until after the backup, BOTH copies of the data will be bad. This is just replication, which itself is very good for somethings. Not backups though.

      I use a tool called RIBS. It uses rsync to create incremental backups across the network. You get hourly.0, hourly.1 etc directories, each with a hard-linked snapshot of the backup as it was at that time. These pan off into weekly, then monthly. Personally I dropped the hourly entirely, I just do daily. I do this off an IDE disk onto an IDE disk, no RAID or anything fancy required. Sure, it's a little extra work should one of the drives pack in (no RAID redundancy, maybe one day perhaps), but it's worth it for the cronological snapshots. I even backup files like MS Outlook *.pst on my Windows box, so should it get corrupted, I don't care.

      Oh, did I say I'm backing up 120GB of data onto a P90 with 16meg of ram? Not bad for old junk!

      Only the deltas are transmitted with it being rsync. Highly recommended, knowing you can restore ANY file means I haven't renamed to *.bak in a very long time!

    20. Re:Depends by 2stein · · Score: 1

      In the computer I currently use the most (Athlon 1.2GHz), I had two of the old IBM-DTLA drives, one at 30, the other at 40 GB which I bought at an interval of about 2 months. I ran W2k on the smaller one, and SuSE 7.1 on the 40 gig disk. I loved those drives, they where incredibly fast (at the cost of the noise they emitted, which could I could hear when I was going up the stairs to my room). The 30 gig one crashed after 27 months of use.

      I thought I was a lucky guy, as I had a backup of my personal data under each OS on the respectively other disk. I ordered a new one (a Seagate at 60 gig) and planned to copy the data onto the new disk. Well, the second one crashed a week before the new disk arrived. I was almost up to taking a nap on the railroad track ;(.

      I sold the new drive I got to a friend (at the price I paid for it, because it was new and he needed a HDD expansion) ... and bought myself two Seagate 80 gig disks, which continue to serve very well. I keep backing up my data on the other disk, but I also maintain CD-R backups ... well, on a more or less ... ok, ok ... more a less regular basis.

    21. Re:Depends by bloodstar · · Score: 1

      I gnash my teeth as I lament the demise of my Diablo2 level 46 druid!

      Level 46? that's like 2 hours work (or 5 minutes if you use a trainer)

      Oh and all the pictures of both my kids.

      Ironicly I had the opposite problem, I'd taken all my digital images, backed them up onto a cd rom and a unix machine I had space on.

      In the course of a week, i had my car broken into, and all my computer stuff stolen (Except for the computer itself ironicly enough), and the unix machine had a harddrive failure. (and they didn't have a backup)

      From now on, I'm keeping my important documents on my computer, I think they're safer there!

      --
      "The bass, the rock, the mic, the treble. I like my coffee black, just like my metal" - Mindless Self Indulgence
    22. Re:Depends by syberdave · · Score: 1

      Err, I accidentally deleted my home directory. Can you help me restore those daily backups you made?

      Sincerely,
      Your Boss

    23. Re:Depends by Taladar · · Score: 1

      Just burn multiple copies and give each person who might whine when they are lost one copy. That way it is everyone's fault when all copies are lost.

    24. Re:Depends by dcocos · · Score: 1

      Filangy.com if you want an invite let me know.

    25. Re:Depends by Anonymous Coward · · Score: 0

      Thx for the link, I've been looking for something like this.

    26. Re:Depends by ecesar · · Score: 1

      I have been using unison for about a year. It used to have some minor flaws, in particular when synchronizing large trees for the first time, but it never lost or corrupted data. It required several restarts until the trees are identical, then worked fine. It is probably fixed by now.

      And I can confirm that it runs on Mac OS X and Solaris. There's even a native GUI for the OS X version, which I never tried.

    27. Re:Depends by IANAAC · · Score: 1
      Yes, it's called Bookmarks Synchronizer and is a Firefox extension

      And works beautifully, I might add.

    28. Re:Depends by Peaceful_Patriot · · Score: 1

      My home computer that hasn't been backed up in ages: I smack my head until I pass out. When I wake up I smack some more. I gnash my teeth as I lament the demise of my Diablo2 level 46 druid! Oh and all the pictures of both my kids.

      Don't harm yourself. Wouldn't you love to be like the 7% of computer users, including this guy who commit some act of violence on their computer? It won't fix the problem, but you feel much better afterwards.

      --
      There is nothing so powerful as an idea whose time has come.
    29. Re:Depends by arekq · · Score: 1

      The question is: do you weep because your machine crash? Or because you lost your doll? ;)

    30. Re:Depends by Anonymous Coward · · Score: 0

      Ironicly, you still can't spell 'ironically'.

    31. Re:Depends by toadlife · · Score: 1

      Brilliant!

      I've been wanting something like this for Firefox for ages.

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    32. Re:Depends by bersl2 · · Score: 1

      I've been doing that ever since.

    33. Re:Depends by Txiasaeia · · Score: 1

      Easy2Sync is the best program for this, hands down. It costs big bucks (about $120 USD for the fully-featured version), but IMHO completely worth it. If a file has been changed on both systems it doesn't just overwrite both of them with the newest version but asks which one you want to keep. I've tried a great deal many programs in the past but this one just seems to work. They have a freeware version if you're interested (which is still pretty freaking nice). And no, I don't work for them.

      --
      Condemnant quod non intellegunt.
    34. Re:Depends by Anonymous Coward · · Score: 0

      Here is my way of backing up home computers.

      I use 5-series incremental backups with 6-way full backups. That means last 5 series of backups are always available as incremental changes, and there are synchronized snapshots across 6 computers (4 laptops + 2 desktops.)

      I also do monthly and bi-annual permanent archives (bi-annual archives in external storage.)

      Since everything is automated through linux except for bi-annual archiving, it's hardly any effort.

      BTW, most user files are centrally served through samba and nfs, and I backup windows partition only once after installing just enough applications (not much anyway: 2 games and 5 educational softwares) to satisfy family members. They are forced to use linux for everything else.

      All user data in Windows not stored in the server are backed up from linux. I only use FAT32, because no reason for security/privacy at home, and easy to backup/restore from dual-boot linux.

      It also means I have 5 redundant servers ready to replace the main server.

      Very very robust, maybe an overkill for home use, but at least I no longer have that mental sickness from the Windows-only days.

    35. Re:Depends by cammoblammo · · Score: 1

      I retired a tape that hadn't been working the other day. One of the staff asked what it was, so I told her. I pulled out a screwdriver and undid the thing to show her what was on the inside, and I thought I should do the right thing and destroy the tape inside.

      Stress relieving, I must say, playng with a little reel of tape. When the staff member asked me what the little red switch on the side was for, though, I felt the stress start leaking back.

      Lucky I'm the boss.

      --

      Cogito, ergo sig.

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

      Speak not the name of ArcServe lest it appear and destroy us all!

      ArcServe 2000. Worst piece of flying backup shitware crap out there. Jury's still out on the new versions. God help you if there is a problem with AS 2000. Learn a dialect of Hindi cause you'll be talking to Indians script readers for a fair while. I wouldn't mind talking to anyone about it if they would only USE THEIR FUCKING BRAIN AND STOP READING FROM THE SCRIPT OR ELEVATE THE DAMN CALL!! /rant rant rant, arnk arnk arnk!

      No really. ArcServe is bad. Veritas is worse. Upgrade your backup software as soon as you can. Don't be a statistic like me. Do what you can. Run! My GOD! Save your selves!

      ERROR - Backup [EN2300] has failed.

      Admin: Why?! Why dammit!? Why did you fail?!

      Backup Drive: I dunno.
      ArcServe 2000 Log: I dunno. D'you know Win2K?
      Win2K: Nope. Win2K log?
      Win2K Log: Tape wasn't in the backup scratch set. Know anything about this ArcServe?
      ArcServe: No! Screw you. Screw you all! If the user doesn't follow the procedure I'm not going to do anything! And AS 2000 Log if you say anything I'm going to bitch slap you into next week!
      ArcServe 2000 Log: Okay man. Don't be hatin'! I'm quiet.
      Admin: How do I find the procedure?
      ArcServe 2000: I don't know that! And if I did the programmers didn't include it in the manual except for really cheese beginner crap. Bite my ass! Oh and by the way, GO FUCK YOURSELF! Sheesh! Call tech support like every other goober. You can contact them through http://www.ca.com/support, but it'll cost you except for slow-boat-to-China online support. Have fun! and again, FUCK YOU!

      That is what it is like to deal with ArcServe 2000.

      Mods feel free to mod me into oblivion. This is an instructional rant and should be treated as such.

  4. Crash? by markmcb · · Score: 0, Flamebait

    What's that? I run OS X. :-)

    --
    Mark A. McBride -- OmniNerd.com
    1. Re:Crash? by first.last · · Score: 0

      Normally, I would fuck with you. But with my MS Media Player issues of late, I find it impossible. My crotch has been kicked too much to come up with a decent rebutal. I'll get back to you after I switch to Linux.

      --
      Wishing I was a millionaire since 1969.
    2. Re:Crash? by funkmeister · · Score: 1

      I too run OS X. And it has crashed on me once or twice. Usually at the most inconvenient times, like when I am trying to convince a windows user that Mac is better. I just pretend that it didn't crash.

    3. Re:Crash? by DigiShaman · · Score: 1

      So if OS X crashes, do you get a "Y" (as in why) screen of death?

      --
      Life is not for the lazy.
    4. Re:Crash? by Anonymous Coward · · Score: 0
      I just pretend that it didn't crash.

      Its an advanced Unix only feature. Shame they lost the little bomb icon.

    5. Re:Crash? by ePhil_One · · Score: 2, Insightful
      What's that? I run OS X

      Yes, keep telling yourself your choice of OS can magically prevent hardware failures.

      --
      You are in a maze of twisted little posts, all alike.
    6. Re:Crash? by markmcb · · Score: 1

      I actually had the system lock up when I put my AirPort Extreme card in and didn't seat it properly. It was very reminiscent of the old Solaris startup screen with about 50 different languages. The big difference was that instead of telling me "welcome," they were all telling me that the system was done.

      That's the only time I've ever had it die on me in since Jan '03.

      --
      Mark A. McBride -- OmniNerd.com
    7. Re:Crash? by Anonymous Coward · · Score: 0

      it's not like he's running it on x86.

    8. Re:Crash? by no+reason+to+be+here · · Score: 2, Insightful

      Yes, but as someone elsewhere in the thread already stated, almost all crashes are software related (that is to say Windows related). Very few crashes otherwise are caused by hardware. I have had one hardware related crash that I have ever dealt with in the last 11-12 years, since I got my first computer.

    9. Re:Crash? by Shag · · Score: 1

      Oh, but they replaced it with that nifty transparent-overlay multilingual kernel panic "You need to reboot your computer" screen! :)

      (Which I've seen once, maybe twice at most, in the 6 months I've had this Mac. And which is basically the only form of "crash" it does.)

      --
      Village idiot in some extremely smart villages.
    10. Re:Crash? by NoMoreNicksLeft · · Score: 1

      Would people be so frustrated, if they were only suffering from hardware failures? Most crashes these days are software problems, and OSX isn't the one suffering from them...

    11. Re:Crash? by Bellyflop · · Score: 2, Interesting

      Wow what kind of drives do you use? I burn out at least a drive a year. Now I have a RAID array which I use rather than actually buying a tape drive or burning to CD. If there are better drives out there, I'd love to get some. IIRC, I'm just using run of the mill 10k seagates.

    12. Re:Crash? by tomstdenis · · Score: 1

      yeah yeah yeah, cuz we all want to run 386s with 4MB of ram for our main desktop.

      Oh, you mean you don't? And your 11 year old kernel supports the latest AGP, SMP, video/sound/usb drivers? ...

      Putz.

      Tom

      --
      Someday, I'll have a real sig.
    13. Re:Crash? by user32.ExitWindowsEx · · Score: 1

      if you use nvidia gear, yes, it actually does.

      --
      "Evil will always triumph because good is dumb." -- Dark Helmet
    14. Re:Crash? by ad0gg · · Score: 2, Interesting

      Really? Thats why EMC data storage has a tech come out every month to exchange a bad drive. Or thats why after 6 months of use, emc came out to replace a bad stick of ram. Luckily the EMC makes quality products that report errors before they cause data loss or failure but the consumer market can't afford these luxories. Ask yourself this, why do servers use ECC ram? Ram flipping a bit can easily take down a box and its going to happen.

      --

      Have you ever been to a turkish prison?

    15. Re:Crash? by rpdillon · · Score: 1

      He didn't say his uptime was 11 years, he said his last "crash" was 11 years ago. When I shutdown my Linux boxen to upgrade, I don't call that a crash, do you?

      Anyway, take it easy...some folks that run BSD or Linux are proud of the stability of their machines. I know I am...why be so edgy about it?

    16. Re:Crash? by Anonymous Coward · · Score: 0

      FreeBSD does have a reputation for implementing new technologies ahead of the other OSs...

    17. Re:Crash? by ePhil_One · · Score: 3, Interesting
      Most crashes these days are software problems, and OSX isn't the one suffering from them...

      I think that people would be surprised by the number of crashes they blame on software that are actually caused by hardware. A few year back I had great luck fixing random software crashes by replacing the NIC. Never understood HOW it was affecting things, but the evidence was pretty clear. Remember the Mac has the benefit of a consistent hardware underpinning and generally high quality components, vs the Wintel world of cheapest component available.

      --
      You are in a maze of twisted little posts, all alike.
    18. Re:Crash? by NoMoreNicksLeft · · Score: 1

      Perhaps you're right. We'll never know though, until most people stop using the Edsel of OS's that is windows. Oh, the Edsel wasn't that bad... what was the name of that east german car, Trebant?

    19. Re:Crash? by budgenator · · Score: 1

      if a forced shutdown is a crash then a windows installation crashes about 5 times before the OS is even installed!

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    20. Re:Crash? by Anonymous Coward · · Score: 0
      I'll get back to you after I switch to Linux.

      So, never because you're just another fanboy who is all talk?

      Thought so.

    21. Re:Crash? by dcam · · Score: 1

      trabant

      --
      meh
    22. Re:Crash? by soft_guy · · Score: 1

      Apple uses the same hard drives as most other companies. The major problem resulting in data loss is hard drives.

      I have had two Powerbooks and an iBook have hard disks that went belly up in the past 5 years. (Out of lots of different Macintosh computers.)

      --
      Avoid Missing Ball for High Score
    23. Re:Crash? by rjung2k · · Score: 1

      No kidding -- I've been using MacOS X since 10.1 came out, and I still don't know what the kernel panic" screen (the equivalent of the BSOD in Windows) looks like.

      I've got a couple of flaky apps that will occassionally crash, but I never use them for anything important and thus never lose anything critical.

    24. Re:Crash? by atomic_toaster · · Score: 1

      I think that people would be surprised by the number of crashes they blame on software that are actually caused by hardware.

      I'll second that... I keep getting bad sticks of PC RAM -- ones that will cause my computer to spontaneously reboot, for example, or ones that are the source of randomly generated program errors (which, of course, make it LOOK like it's the software that is faulty). My PC is constantly being upgraded in a piecemeal fashion, so it's not how the RAM reacts with any given piece of hardware. Of course, most of the time on any computer other than my home PC, the same errors would be caused by the software and not the hardware... Especially on Windows machines.

      On the other hand, in my experience, crashes on Macs can usually be traced back to the hardware, not the software... Please note that I am not saying that Mac hardware is inferior in any way to PC. I'm saying that I have experienced very few crashes on Macs when compared to the number of those I have survived when working with PC's... And usually, if my Mac crashes, then some piece of hardware has worn out or been fried. On the systems I work with, it's usually old hard drives that have finally given up the ghost.

    25. Re:Crash? by mrchaotica · · Score: 1

      I'm not an engineer (yet), but wouldn't it be logical to assume that a 10,000 rpm hard drive might wear out faster than, say, a 5,400 rpm one?

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    26. Re:Crash? by Bellyflop · · Score: 1

      Sure, assuming that the 5.4k and the 10k drives used the same materials and the 10k one just spun faster. However, if the 10k drive used better materials, you might expect it to wear out more slowly. I really have no idea of what kinds of materials are really used however.

    27. Re:Crash? by first.last · · Score: 0

      Big words for a little AC bitch.

      --
      Wishing I was a millionaire since 1969.
  5. My computer never... by krautcanman · · Score: 1

    oh wait. it just crashed. #$%^& piece of $^&%&*^

  6. heh... by rovingeyes · · Score: 1
    7% of those surveyed hit the computer, 13% yell at first, and another 13% try to "sweet-talk" their computer

    Guess the rest reinstalled the OS and called it a day...

    1. Re:heh... by MarkGriz · · Score: 3, Funny

      "Guess the rest reinstalled the OS and called it a day..."

      1/2 did, the other 1/2 bought new computers.

      --
      Beauty is in the eye of the beerholder.
    2. Re:heh... by nametaken · · Score: 1

      Guess the rest reinstalled the OS and called it a day...

      Or hopefully reached for a knoppix disk. :)

      I gave em out to friends.

    3. Re:heh... by Binestar · · Score: 4, Funny

      But 7 percent said their first reaction is the hit the computer, Johnson said, a step that's rarely productive.

      That implies that sometimes it *is* productive? If there is any chance whatsoever of me getting my deleted files back (1 in a billion?) I'll hit the computer everytime!

      --
      Do you Gentoo!?
    4. Re:heh... by Shadow+Wrought · · Score: 5, Funny
      That implies that sometimes it *is* productive?

      Never underestimate the power of percussive maintenance. Eons ago, back when the C64 was bleeding edge tech, I was in a school computer class. Our C64 locked up, taking with it everything we had done in the preceeding period. I head-butted the keyboard. It unfroze and worked fine for the rest of the period. True story. Used my head to solve the problem;-)

      --
      If brevity is the soul of wit, then how does one explain Twitter?
    5. Re:heh... by MalaclypseTheYounger · · Score: 3, Interesting

      Obviously you never worked in a hands-on tech support field.

      I can't even begin to tell you how many powersupply fans, monitors, mice, cd drives, just to name a few, I have fixed by hitting them, or "properly re-aligning their hardware". Of course it is usually a temporary fix, but a fix all the same.

      How many other people had the NES and used to blow really hard into the cartridges/slot to get their copy of Metroid or Zelda to boot up one last time?

      That was my first foray into physically fixing hardware cheaply and quickly. :)

      --
      Check out the best P2P sharing website: MEDIACHEST.COM
    6. Re:heh... by badasscat · · Score: 4, Interesting

      But 7 percent said their first reaction is the hit the computer, Johnson said, a step that's rarely productive.

      That implies that sometimes it *is* productive?


      It actually can be, though more often it isn't.

      Once, I had a problem with a computer that wouldn't boot. I took out all of the major components (PSU, hard drive, etc.) and tried them in other PC's, where they worked fine. I put everything back, computer still wouldn't boot. Turned it back off, and in a fit of inspiration I kicked it. Turned it back on, and it booted.

      The problem was my graphics card was not seated properly. Kicking it seated it just enough for it to boot, and in turn it was pretty obvious to me that it had been a loose connection somewhere. (btw, no, I didn't test either the graphics card or the mobo in another PC, as I didn't think of the graphics card as a possible culprit and the mobo I figured could be eliminated or confirmed as the cause without removing it). When I then went back through the PC and just tightened everything, I felt the card sitting about halfway out of its slot.

      It was one of those "d'oh!" moments, and also one of those rare cases where physical violence against a wayward PC actually gained a positive result.

    7. Re:heh... by Anonymous Coward · · Score: 0

      Back around 1996-97 Quantum made a defective Bigfoot hard drive where ocassionally on power down the drive head would get "parked" in such a way that the voice coil actuator couldn't pull it back, Result: when PC boots, drive looks like it has gone completely dead, no signal. Solution: whack the side of the computer case, reboot, drive comes back to life and works just fine.

    8. Re:heh... by chiph · · Score: 2, Interesting

      I had a NetWare 4.0 server where the hard drive heads would stick to the platter when you shut it off (this was in the days of RLL drives). A swift kick would unstick them, and afterwards the machine would boot just fine.

      Chip H.

    9. Re:heh... by jdgreen7 · · Score: 1

      Similar story:

      I had a computer my freshman year of college (Pentium 1 - 200, I believe) which obviously had some time of short in it. It would occassionally turn itself off for no reason, and it wouldn't come back on for anything. I would unplug it for a while, let it sit around, press buttons frantically, and nothing ever worked. All of the cables were secure, all the cards were in tight, but it wouldn't boot.

      Finally, I reached in a jiggled the motherboard for a minute and then barely put the case back on and punched it as hard as I could. I tried the power button once more (after my hand stopped hurting), and it worked just fine. After that, it became a biweekly ritual to jiggle the motherboard and hit the computer to get it to work again.

    10. Re:heh... by superpeach · · Score: 1

      I have an old 200MB hard drive in that old 486 down there that doesn't always start spinning when you turn it on. Just give it a kick and it works fine.

    11. Re:heh... by techno-vampire · · Score: 1
      Back in the old S-100 bus days, chips were in sockets, not soldered in. In time, they'd gradually work loose in their sockets until one of them wasn't making enough contact. Instead of checking them one-by-one to find the right one, you'd pick up the box about four inches and drop it several times to reseat them all.

      Some of the earlier hard drives, like the Winchester, would occasionally suffer from stiction. That is, the head would get close enough to the platter that suction would hold it in place, but it hadn't crashed. The standard way to correct this was hitting the side of the drive. If it were right by the side of the box, you didn't even have to open the case to do it.

      --
      Good, inexpensive web hosting
    12. Re:heh... by spun · · Score: 1

      Actaully, simply threatening violence against a computer is often enough, if it knows you will follow through. So you need to hit it at least once to get the point across. After that you can simply say, "Don't make me hit you. I know you don't want that..." and the problem will usually clear right up.

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    13. Re:heh... by Prophet+of+Nixon · · Score: 1

      A friend once had a hard disc that stopped even spinning up on boot, and we had messed with it for a bit, then given up. Sometime afterwards we started tossing it back and forth across the room while talking, for quite a bit. Never dropped it, but it got mighty shaken up. Tried booting the damn thing one more time the next day, just for kicks, and it grudgingly loaded one last time. Copied everything off it and it was toast thereafter.

    14. Re:heh... by taijirad · · Score: 0

      In college, I had a machine that needed some "private time" with a 4-iron in order to boot after moving it around.

    15. Re:heh... by swv3752 · · Score: 1

      Ehh, you young'uns. I did that with my Atari cartridges.

      --
      Just a Tuna in the Sea of Life
    16. Re:heh... by JesVestervang · · Score: 1

      Actually I used percussive maintenance with great succes for a longer period about ten years ago.

      It was a Commodore PC-I, 8088 4,77 MHz with some sort of expansion box with a 20MB Seagate hard drive. Sadly the drive refused to spin up. I was 13 at the time (the reason that I used such an old system) so I simply took the drive apart and found out that the problem was caused by locked bearings.

      I tore it loose and the disk would run for a couple of days before the bearings locked again. After having repeated the procedure some times I found out that simple beating at the metal expansion box would knock the bearings loose. Eventually the case became pretty dented but the trick kept working :-)

      Oh, I almost forgot my lousy Dell Inspiron 4100. Sometimes the screen flickers like crazy but that can be solved using percussive maintenance too :-)

    17. Re:heh... by Vellmont · · Score: 1

      I've never hit a computer, but I have slammed a HD that didn't spin up against a hard surface, and it worked fine after that (obviously the HD wasn't powered on at the time). I suspect the heads were sticking to the platters.

      Old televisions are famous for working after being hit a few times, so there's definite precedence for the "wack it a few times" approach to fixing electronics.

      --
      AccountKiller
    18. Re:heh... by AmicoToni · · Score: 1

      The old, dear Mac SE was produced for a while containing a model of hard disks whose bearings would start "sticking" after a number of years. That means that, when you switched on the machine, the hard disk would not spin up, and the machine wouldn't start.
      The standard solution to the problem was simply to lift the Mac half an inch or so, and let it drop down. The hard disk would then "react" and finally spin up :)

      See? Sometimes hitting the machine can help!

    19. Re:heh... by |/|/||| · · Score: 3, Funny
      Or you can calmly put a hammer on the desk, just in case you need it, and then hit ctrl-break a couple of times.

      It also helps if you give the computer the "just in case I need it" look.

      Look at computer, look at hammer, look back at computer, give it the look. Maybe give a little nod. My old Pentium 66 always got the hint.

      --
      [javac] 100 errors
    20. Re:heh... by Anonymous Coward · · Score: 0

      Unless relatives like us stop them in time.

      Over christmas, my mother's computer "died". She was ready to put down $2000 on a new one (why? she uses it for e-mail, web browsing, Quicken, and solitaire), but a 10-minute inspection (it took that long to move all the boxes piled in front of the case) revealed that the hard drive had a bad connector.

      A trip to the local BestBuy and $100 later, she had a new hard drive. Fresh install of XP and some freeware (Firefox, AVG, Spybot, AdAware) from my own "restore" disk and an hour of holding the plug in place while her old hard drive was copied over, and her computer was better than new.

      I save her $1900, and what do I get?
      A free dinner and a guarantee that I'll be invited back home the next time things go south.

      When will I learn?

    21. Re:heh... by multipartmixed · · Score: 1

      How much you wanna bet you bumped the restore key, causing an NMI and eventual EOI which restored a stuck interrupt handler?

      --

      Do daemons dream of electric sleep()?
    22. Re:heh... by ThisIsFred · · Score: 1

      I've been able to recover data from hard disks that weren't spinning up by giving them a good tap after power on. So yeah, in rare cases, it may be effective. Don't try this if the disk is already spinning, though.

      --
      Fred

      "A fool and his freedom are soon parted"
      -RMS
    23. Re:heh... by Dr.+GeneMachine · · Score: 1

      yeah, works like a charm. i always keep an old box, which has lost the magic blue smoke a long time ago and has been stripped of useful parts and otherwise seriously mistreated since, with my other boxes. If they act up, I just give them that special look, point to the wreck amongst them and remind them "you wouldn't want to end up like that one, now would you?"

      --
      This comment does not exist.
    24. Re:heh... by Anonymous Coward · · Score: 0

      Funny, I never had to blow my Atari to get it to work...I wish that didn't sound so nasty.

    25. Re:heh... by dcam · · Score: 1

      I am a big fan of percussive maitenance, however I have decided to use it a little more carefully lately. It used to be my one size fits all solution.

      Recently I have been getting a bit of noise from my PSU. I think a fan is hitting a casing, or something like that. Given that it was intermittent, I thought a good clean whack would sort things out. After the third solid smack the computer froze and wouldn't restart. Sigh. I had to reseat the RAM.

      --
      meh
    26. Re:heh... by soft_guy · · Score: 1

      It only works on an Apple III.

      --
      Avoid Missing Ball for High Score
    27. Re:heh... by Macgrrl · · Score: 2, Insightful

      Never underestimate the power of percussive maintenance.

      Absolutely. Depending on the fault, a considered thump in an appropriate location can in fact have a beneficial effect. CRT issues, stuck platters on an HDA, cards that have become unsettled, mechanical issues, MAY receive a possible benefit. LCDs, optical drives, and software faults are highly unlikely to benefit from percussive maintenance.

      --
      Sara
      Designer, Gamer, Macgrrl in an XP World
    28. Re:heh... by Joel+from+Sydney · · Score: 1

      My MP3 player is the Creative Nomad Jukebox Zen. Older versions of this model have a common problem where the hard drive heads get stuck in the park position and the whole machine refuses to boot.

      Whacking it against the palm of your hand or gently against a tabletop usually fixes it :)

    29. Re:heh... by KiloByte · · Score: 1

      Well, nowadays I hit a machine on a daily basis to fix its @#$%^&* fan to stay the hell quiet.

      It usually takes a blow or two to make it work.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    30. Re:heh... by iainl · · Score: 1

      I sucessfully fixed my Amiga 500 back in the day with exactly the same problem; one of the chips (I didn't look to see which) had worked part-way out of the socket, and a 6-inch drop onto a soft surface was enough to get it back again.

      --
      "I Know You Are But What Am I?"
    31. Re:heh... by Anonymous Coward · · Score: 0

      I used to work at a small PC manufacturer, and we had a machine come back from a customer that was really unstable. It crashed all the time.

      We ruled out a software problem by doing a fresh install on it, and subsequently tried changing the NIC, RAM, processor, power supply, hard drive mother board etc. until it was effectively a new machine. The only remaining common component was the chassis.

      Sure enough, removing the mother board and components and putting them on the bench made the machine run perfectly. Put them back in, and it crashed almost as soon as it booted again.

      We exacted bitter revenge on that case and attacked it with everything that could potentially cause damage, including a fork lift truck to ensure it never got used again!

      Never did figure out exactly what was going on though.

    32. Re:heh... by Anonymous Coward · · Score: 0
      Turned it back off, and in a fit of inspiration I kicked it. Turned it back on, and it booted.

      Hence the term, booted.

  7. Poetry by Anonymous Coward · · Score: 0

    Anyone use poetry to regain favor with the PC god?

    1. Re:Poetry by Drooling+Iguana · · Score: 4, Informative

      The PC God cannot be appeased by poetry. He requires human sacrifices.

      Or pr0n.

      --
      ... I'm addicted to placebos
    2. Re:Poetry by DustMagnet · · Score: 1

      I find blood (from knuckles) sometimes works.

      --
      'SBEMAIL!' is better than a goat!!
    3. Re:Poetry by Jakeypants · · Score: 1

      "The PC God cannot be appeased by poetry. He requires human sacrifices.

      Or pr0n."
      (Score:5, Informative)

      Thank you for your very informative post! I will apply this knowledge next time my computer crashes!

  8. When OE6 crashed and I lost e-mails.. by Bongoots · · Score: 1

    I formatted and put on a Linux distro. Been using it ever since.

    Are there any statistics/studies into how often this happens as opposed to how many people throw their laptops into deep fryers?

    1. Re:When OE6 crashed and I lost e-mails.. by jrumney · · Score: 1

      I did this with my previous laptop when the registry got corrupted and Windows refused to boot. It was already dual boot, and I managed to recover the data from the NTFS partition using Linux tools, then reformatted and went all Linux. My current one came with XP Pro preinstalled, which has so far survived due to the fact that last time I checked, some drivers I need weren't available on Linux yet. I always keep a Knoppix CD around in case of the inevitable day that Windows refuses to come up.

  9. Same Results Apply For Other Computer Situations by Anonymous Coward · · Score: 0

    I hear the same manager threw his laptop upon seeing Goatse.cx for the first time.

    Again, the deep frier was destroyed!

  10. Worst reaction by darth_MALL · · Score: 5, Funny

    I support many many users who are by no means savvy. A common reaction is to simply burst into tears. I have yet to find a gentle way to tell them they shoudn't have saved to c: without them losing it totally. It always sounds like Ha Ha!

    1. Re:Worst reaction by jeffy124 · · Score: 1

      sadly, i hit tears once, and I'm computer savvy. I inadvertantly blew away an entire partition with years of stuff on it, including school work. Not quite sure how I did it, but it happened, and I had no backups. I actually succumed to calling my dad over it for parental-type comforting. (I couldnt call mom, she's not computer savvy)

      In the end, I got a little lucky. My school work for the semester turned out to be stored on another partition (probably because the blown away part was getting full), and that this also happened during spring break. My work from previous semesters were gone (I never backed them up), but I was in my last semester and all that turned out to be unneeded. I also had stuff stored on the CS Dept's UNIX boxes, so was at least able to recover CS materials so that I can have them for reference if I do grad school someday.

      All I had lost that was of value was an mp3 collection built up to about 3 gigs over 4+ years, most of it simply obtained directly from my CDs, the rest were songs that were starting to become dated anyway, so it wasnt anything close to a total loss.

      Oh, and my g/f's stuff was lost too, but we had broken a month prior, so that wasnt really much of a loss anyway.

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    2. Re:Worst reaction by commodoresloat · · Score: 1
      A common reaction is to simply burst into tears.

      Is that more effective than hitting the computer?

  11. Personal experience by fembots · · Score: 4, Interesting

    I lost one of my email subfolders yesterday. when I realized that, I started sweating, not swearing, but perspiring. Personally I don't have time to react on the machine, my brain will be analysing what I have in the crashed hardware and what do I have to lose, then I react accordingly.

    I wonder if different OS crashes induce different responses?

    1. Re:Personal experience by VoidWraith · · Score: 1

      That happens to me too, I get all hot inside and have to roll up my sleeves and wipe sweat off my forehead.

    2. Re:Personal experience by rovingeyes · · Score: 4, Funny
      I wonder if different OS crashes induce different responses?

      Yes:

      • Linux: Surprised it crashed!
      • Windows: Surprised it didn't crash for so long!
      • Mac: Surprised I even had one!
    3. Re:Personal experience by nizo · · Score: 1
      Yes!


      Linux: Oh man the harddrive must have died (or the power supply if there is visible smoke).
      Windows: I need to reinstall one of these days.
      Seriously, the only time I have had a linux box crash lately is if the harddrive died or some other hardware (power supply, bad simm) problem. My frigid home Windows 2000 box however is begging me to reinstall soon; it keeps randomly freezing up on me.

    4. Re:Personal experience by Anonymous Coward · · Score: 0

      85% gave up on 1st day in iCLOD city. Can you survive there?

      I gave up because it sucked.

    5. Re:Personal experience by ggambett · · Score: 2, Informative

      I wonder if different OS crashes induce different responses?

      Yes, of course. When Linux crashes on me, I start looking for hardware problems (and most often than not, I find them!). When Windows crashes, I just think "well, it's Windows", reboot, and continue. When Mac OS X crashes... I don't know, I think I've never seen it crash. I use my iBook far less than my PC though.

    6. Re:Personal experience by rapidweather · · Score: 1
      I used an 80 GB hard drive partitioned with several OS's on it, one was a hand-assembled Slackware, downloaded using dial-up, one chunk at a time, until one day, I had KDE!

      Then the hard drive ground to a halt, drive motor shorted out. Tried and tried to do something with it. Wasted a lot of time. I have not replaced the hard drive yet.
      I go LiveCD linux all the way now. It's just me, my cd in the case, and the pen drive, now. Looking for an available computer.
      This box I am at now has a 120 GB hard drive, but that drive has not made one sound all afternoon, as I am running off the 1 GB ram, once loaded, the cd goes back into the case.
      Lost data? what data?
      I start out fresh every time, (except for what's on the memory stick)

    7. Re:Personal experience by Bastian · · Score: 1

      Oh, you can crash OS X. The easiest way I have found to do it is to daisy-chain about four FireWire drives out one port and three out the other (don't ask), get some good strong disk activity going on all seven of them, let that run for a couple of minutes, then plug an eighth into the whole mess.

      Once you've done this, wait for a minute or so. . . if the new drive's icon appears, it didn't work - try again. If it hasn't appeared yet, you'll notice the Finder has probably become unresponsive, and every other program will start to hang, too. This is a Good Thing. The fireworks are coming. Wait another half hour or so, and you should be rewarded with a kernel panic screen. Sit back and appreciate that even as dire a message as this is provided to you in beautiful anti-aliased text, and comes in four different languages. Feel a twinge of sorrow for your poor Linux using comrades, whose OS can't even manage to articulate this message in something that even looks like a language.

      (normally, it doesn't happen this way. Normally, I hold the power button for a while.)

    8. Re:Personal experience by peetola · · Score: 1
      • Windows: Checks watch for a new uptime record
      • Mac: Makes sure that no PC users saw the crash
      • Linux: Checks the temperature of Hell
  12. Root Cause by Kimos · · Score: 1

    ... while 100% cursed Microsoft outloud.

    1. Re:Root Cause by DocTim · · Score: 2, Interesting

      well, for me it's usually Apples that do the crashing. Don't ask me why, but Apples and me just don't agree with each other... Duh!

      --
      DocTim
    2. Re:Root Cause by eric_brissette · · Score: 1

      That was happened to a friend when she moved all of her music in WMV format to her new computer, and then got rid of the old one. All of the CDs she had ripped were using DRM by default, and the second she tried to play a song on her new computer, Windows Media Player went through every song one after another and marked them as not having a valid license. She shouted many four letter words about Microsoft... and after her tantrum, I showed her how to rip her CDs and encode them in a better format.

    3. Re:Root Cause by Kimos · · Score: 1

      Guh. Exactly why I avoid music that uses DRM. I'm a musician and a good portion of my music is legally acquired. I encode from CDs or get from musicians who make it available. I would never pay almost as much for a low grade digital representation of the data on a CD with unpredictable copy protection and a complete lack of physical backup.

      So, was all that music trashed or could it be recovered? Like I said, I don't understand DRMs or WMV.

    4. Re:Root Cause by thebudgie · · Score: 1

      An Apple a day keeps DocTim away...

      I'll get me coat...

    5. Re:Root Cause by charleste · · Score: 1

      The only time (knock on wood) I *ever* had a complete crash was back in the days with my Old Mac Classic (around '93?). For reasons unknown to me, the day before I got the Sad Mac Face, I had stopped by Radio Shack and bought two boxes of diskettes, and ran the backup utility onto 14 disks. Seemed big at the time. The next day, powered up and there were X's in the eyes. But I just ran restore from my FirstAid disk, and voila! All better.

    6. Re:Root Cause by eric_brissette · · Score: 1

      It was trashed. At the time, it was a brand new version of either DRM or the WMV format, I don't remember which, but I tried a dozen ways to get around it and wasn't successful. She ended up having to re-rip her entire CD collection again. The thing is, the DRM was enabled by default, and she didn't know what it was, so she left it alone. Likewise, she didn't know that there is a feature to backup her licenses for the music.

  13. WELL.. by grub · · Score: 1

    if my computer crashed I'd send the memory dump and dmesg in to the OpenBSD team. Of course that never happens.

    --
    Trolling is a art,
    1. Re:WELL.. by tuxq · · Score: 1

      I was thinking the same... I have yet to have a crash with my current install of linux (few years old) but if I did ... dmesg would be my closest friend for a few hours. P.S., your signature is awesome.

  14. Deep fryer? by Demon-Xanth · · Score: 4, Funny

    How the hell do you destroy a deep fryer? I worked at a restraunt, of all the stuff in the place the deep fryer was like a burning pit from hell. It was something that CAUSED destruction but never took it!

    --
    If you think education is expensive, you should try ignorance -- Derek Bok, president of Harvard
    1. Re:Deep fryer? by Anonymous Coward · · Score: 1, Funny

      Is that like one of them contemplative monks or something?

    2. Re:Deep fryer? by Anonymous Coward · · Score: 0

      I'm pretty sure that you at least can't use it for cooking food that you're going to sell...

    3. Re:Deep fryer? by Lordrashmi · · Score: 2, Insightful

      Possibly it didn't physically destroy it, just contaminated it where health regulations wouldn't allow it to be used anymore.

      I am sure laptops give off nasty chemicals when fried...

    4. Re:Deep fryer? by nizo · · Score: 1

      I am guessing they could never get the melted laptop parts off of the important bits of the fryer. Then again, with deepfried food maybe the extra plastic flavor wouldn't be easy to notice.

    5. Re:Deep fryer? by Demon-Xanth · · Score: 1

      Drain the grease, put in new stuff. You're good to go. :)

      --
      If you think education is expensive, you should try ignorance -- Derek Bok, president of Harvard
    6. Re:Deep fryer? by RandoX · · Score: 5, Funny

      Don't imagine the health department takes kindly to lithium-ion french fries.

    7. Re:Deep fryer? by SEWilco · · Score: 5, Funny

      Obviously he didn't cover the laptop with breading first.

    8. Re:Deep fryer? by ArsonSmith · · Score: 5, Funny

      Deep fryer health regulations. That's a good one.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    9. Re:Deep fryer? by gardyloo · · Score: 4, Funny

      Don't imagine the health department takes kindly to lithium-ion french fries.

      Just call them Freedom Fries. The complaints will go away.

    10. Re:Deep fryer? by ocularDeathRay · · Score: 2, Funny

      I worked at a fast food fish and chips resteraunt in the seattle area (rhymes with "divers"), and I am fairly certain we wouldn't have bothered to even change the oil. I mean it wouldn't have been the first melted plastic in there.

      Its really cool to fry plastic forks until they are pliable. Then you sculpt them into a little standup art project and let them cool. The hot plastic can be handled by the calloused hands of the fry cook (typically me). Then your art can be displayed on the "order-up" shelf where the food is passed across. The district manager tends to get upset. I guess she doesn't support the arts. Our "displays" also got mixed reactions by our customers. I guess beauty is in the eye of the beholder.

      mmmmm fish and chips.....

      --
      Obama is a twitter sock puppet
    11. Re:Deep fryer? by Anonymous Coward · · Score: 0

      More likely the batteries ruptured and leaked toxins into the fryer and there was no way to cheaply clean it to health reg specs.

    12. Re:Deep fryer? by feloneous+cat · · Score: 2, Interesting

      Having worked with those burning pits from hell in High School and College, I LOVE the concept of someone destroying a fryer with something as pussy as a laptop... Kinda' makes me smile.

      Factoid: Dirty oil makes the prettiest fries (disgusting but true). If they look undercooked then they're using fresh oil...

      --
      IANAL, but I've seen actors play them on TV
    13. Re:Deep fryer? by Anonymous Coward · · Score: 5, Funny

      Posted anonymously, for obvious reasons. ;)

      I once worked at an unnamed fast food place, and spent a stint manning the fryers. One nightly task was to drain the oil through the external vacuum/filter.

      Well, guess what happens if you forget to turn off the fryer, and still drain the oil out???

      I'll *always* remember the cute little counter girl looking over my shoulder, and saying (just as calmly as can be) "is that vat supposed to be on fire?".

      No, it wasn't -- and the resultant mess _almost_ resulted in the need for a new one. So yes, it's possible.....

    14. Re:Deep fryer? by markwalling · · Score: 5, Funny

      a new frier or a new resturant?

      --
      ...For the beast had been reborn with its strength renewed, and the followers of Mammon cowered in horror.
    15. Re:Deep fryer? by Anonymous Coward · · Score: 0

      something as pussy as a laptop

      My laptop is not pussy! It's not it's not it's not!!!

      (hugs laptop)

    16. Re:Deep fryer? by Eberlin · · Score: 1

      Imagine on Food Network: ...and here we're cooking with some geeks from Detroit. I've taken their concept of frying eggs on a hot plate atop this overclocked AMD processor, modified it a little, and with some essence, we're going to kick it up a notch.

      For those of you just tuning in, we're making an omelette with this newfangled electric stove, ladies and gentlemen.

      And over here, in their honor, I'm making the classic fish and chips with some haddock and steak fries. (Yeah, yeah...we're really cooking here) What I'm gonna do is dip the fish in some batter and off to the fryer it goes.

      When we come back, we're gonna give you a kicked-up dessert when we batter this macintosh apple, throw it into the deep fryer, and bam it with some powdered sugar...so stick around, we'll be right back! Doc Gibbs, everybody!!!

      (Man, if that wasn't a cry for help, I don't know what is.)

    17. Re:Deep fryer? by Frostalicious · · Score: 1

      How the hell do you destroy a deep fryer?

      That's a tough one. But I thought maybe if you left the laptop in there a while, it would melt, and all the pieces could jam up the drain valve at the bottom, preventing anyone from draining the oil.

      I would think you could rescue it with a chisel. The fryer, not your data.

    18. Re:Deep fryer? by Anonymous Coward · · Score: 0

      Factoid: Dirty oil makes the prettiest fries (disgusting but true). If they look undercooked then they're using fresh oil...

      Factoid: Fries cooked in fresh oil taste better. Who gives a shit what they look like?

    19. Re:Deep fryer? by techno-vampire · · Score: 1
      Drain the grease, put in new stuff. You're good to go. :)

      Not if the plastic from the computer is stuck all over the inside of the fryer and the heating elements. The fryer is probably so badly contaminated that it's cheaper to replace it instead of trying to get it cleaned.

      --
      Good, inexpensive web hosting
    20. Re:Deep fryer? by Koiu+Lpoi · · Score: 1

      Arson Smith? I used to work with you at McDonalds! Remember when we flash fried that whole cow? Or the ant colony? Yeah, good times. Nobody even noticed.
      [/pulledfrommyass]

    21. Re:Deep fryer? by budgenator · · Score: 1

      lithium batteries tend to explode when seriously abused, not to mention the electrolyte sitting on the bottom of the hot oil until it boils explosively.

      I once had a book on bushcraft and it described how to make a fire by mixing water and grease that was easily capable of welding metal and smelting iron ore! Mixing steam with grease vapors make one seriously hot fire!

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    22. Re:Deep fryer? by Phaedrus420 · · Score: 1

      I've got this cup, from some fast food place. One of the crew "dropped" it into the fryer, the whole bottom shrunk and retracted, but the recycle logo survived. They didn't put it all the way in, so it's about a 12 OZ cup, now. Personally, I would imagine that every fryer in every fast food place has been abused in such a way, at one time or another. "Hey, why don't we drop a whole burger in, man?"

      --
      And what is good, Phaedrus, And what is not good... Need we ask anyone to tell us these things?
    23. Re:Deep fryer? by Anonymous Coward · · Score: 0

      Don't imagine the health department takes kindly to deep fryers in the first place.

    24. Re:Deep fryer? by FuzzyBad-Mofo · · Score: 1

      I once worked for a certain McFryers' restraunt as a grill cook, and had this crazy coworker. You know the type, they make movies about people like this.

      Anyway, he once accidentaly dropped a ring or something into the fry vat. Now, a normal human would get the tongs or other implement and fish out the lost item. Not our hero! Without an instant of thought, this guy plunged his bare arm into the boiling vat of oil. Miraculously, he suffered only 1st degree burns. My theory is that the existing grease buildup on his arm must have protected him somehow..

    25. Re:Deep fryer? by MrScience · · Score: 1

      The asbestos gloves always made my arms itch when cleaning the vats... so I used ordinary kitchen gloves. Yes, after the vat was emptied. They didn't last long (they streeeetched under the latent heat), and my upper arms were occasionally burned. But they were definitely more comfertable and more dexterous.

      Then, one week there were going to have an inspection. The manager actually showed up to do a pre-inspection, and just about had a fit about liability. And that was the end of the kitchen gloves.

      --

      You quitting proves that the karma kap worked. The most annoying of the whores shut up. --CmdrTaco

    26. Re:Deep fryer? by Anonymous Coward · · Score: 1, Funny

      Or a new cute little counter girl?

    27. Re:Deep fryer? by Anonymous Coward · · Score: 0

      or a new cute counter girl

    28. Re:Deep fryer? by feloneous+cat · · Score: 1

      Who gives a shit what they look like? 99.9% of the rest of the world....

      --
      IANAL, but I've seen actors play them on TV
    29. Re:Deep fryer? by nothingtodo · · Score: 1

      Old, dirty fryer oil makes everything darker, but the food will never get crispy and causes a lot of smoke. New oil makes everything nice and golden brown and crispy, never greasy. You can definately tell a difference.

      --
      -- After all is said and done, more is said than done.
    30. Re:Deep fryer? by Anonymous Coward · · Score: 0

      This is never easy to say but... you fail it.

  15. only when it crashes? by zerkon · · Score: 5, Funny

    I hit/swear at/sweet talk my computer all day long...

    1. Re:only when it crashes? by SquadBoy · · Score: 2, Funny

      I mumble Cisco/Unix commands at it. Of course I also do this in my car, in the store, while playing Battlefront, and making dinner.

      Did I mention that chicks dig network geeks?

      I am SO normal.

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
    2. Re:only when it crashes? by killmenow · · Score: 1

      Me too. I find myself swearing at my computer a lot during everyday use...usually while waiting for horribly slow web pages to load.

    3. Re:only when it crashes? by bird603568 · · Score: 1

      I hit/swear at/sweet talk... o wait a second you are talking about your computer. Never mind then.

    4. Re:only when it crashes? by BaudKarma · · Score: 1

      I think I know where you were going with that. Try my solution... name your computer after your significant other.

      --
      It's the land of the brave, and the home of the free
      Where the less you know, the better off you'll be.
    5. Re:only when it crashes? by bird603568 · · Score: 1

      What if i love my computer?

  16. I hit my monitor by DustMagnet · · Score: 2, Funny

    I hit the monitor, not the computer. I've never gone as crazy as this guy.

    --
    'SBEMAIL!' is better than a goat!!
    1. Re:I hit my monitor by joanofclark · · Score: 1

      Percussive Maintenance: the act of beating a computer into submission

    2. Re:I hit my monitor by Anonymous Coward · · Score: 0

      90% of normal users think the monitor is the computer!

    3. Re:I hit my monitor by Ender+Ryan · · Score: 1
      Isn't that a bit like shooting the messenger? The monitor didn't cause your grief, your computer did.

      Please, people, think of the monitors!

      --
      Sticking feathers up your butt does not make you a chicken - Tyler Durden
    4. Re:I hit my monitor by advocate_one · · Score: 1

      if you're gonna take it out on something... do the mouse or keyboard... especially if they're el cheapo no name jobs and only cost $3 each...

      --
      Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
    5. Re:I hit my monitor by DustMagnet · · Score: 1
      Isn't that a bit like shooting the messenger?

      There's a long-standing tradition of shooting the messenger. Why should I be any different?

      The monitor didn't cause your grief, your computer did.

      How do I hit the computer? I can hit the case, but the case didn't do anything. Now if I could hit Bill Gates . . .

      Wow . . . If I got to hit Bill Gates once for each blue screen . . .

      Not that I believe in violence against people, so I guess I need a Bill Gates effigy. Why doesn't Think Geek sell one?

      --
      'SBEMAIL!' is better than a goat!!
    6. Re:I hit my monitor by Storlek · · Score: 1

      90% of normal users think the monitor is the computer!

      That may very well be the case with iMacs, but the other 88% of normal users need to be better educated about what the footrest under their desk does.

      --
      Bears don't normally eat things that talk and move backwards.
    7. Re:I hit my monitor by Storlek · · Score: 1

      Why? Will God kill a kitten?

      --
      Bears don't normally eat things that talk and move backwards.
    8. Re:I hit my monitor by Jedi+Alec · · Score: 1

      hmmmm...keyboards. Nothing like getting killed in a game after having neglected to save for a few hours...and then ramming the keyboard on top of the monitor a few times. Nothing like the pleasure of having to crawl around the place looking for loose keys...and then the greatest enjoyment: finding the proper layout of the keyboard on the web with a number of letters missing ;-)

      --

      People replying to my sig annoy me. That's why I change it all the time.
    9. Re:I hit my monitor by Ender+Ryan · · Score: 1
      There's a long-standing tradition of shooting the messenger. Why should I be any different?

      Touché!

      --
      Sticking feathers up your butt does not make you a chicken - Tyler Durden
    10. Re:I hit my monitor by Macgrrl · · Score: 1

      My husband beats up his mouse. No, that isn't a euphamism.

      --
      Sara
      Designer, Gamer, Macgrrl in an XP World
  17. Throw the pc. by pablonhd · · Score: 0

    I once worked at a computer store and had a customer bring in a pc for warranty work because he kicked down the stairs.

    We told him he may need to set an automotive body shop first.

    Personally my keyboard and desk get the brunt of my furry.

    1. Re:Throw the pc. by heauxmeaux · · Score: 1, Funny

      "brunt of my furry"

      ummmmmm....gross.

      --
      Beat 'Em and Eat 'Em
  18. A Friend by MikeDawg · · Score: 1

    I had a friend that would always punch the monitor (ouch!). I told him that was probably not the best thing he should do when he gets upset at the computer.
    Does this remind any of you of that video that was circulated years ago, with the guy in the cubicle going nuts on his computer, and throwing it at the wall, outside of his cubicle?
    < quiet & devious > "I'll burn this place down one day."

    --

    YOU'RE WINNER !
    Another lame blog

  19. Crash Landing by Doc+Ruby · · Score: 3, Interesting

    Where does the computer's "mind" go when it "crashes"? I always thought that it was JMP'ing between two memory addresses pointing at each other, maybe with some garbage between, or maybe it HALTs. What is the CPU actually doing right after the computer is crashed?

    --

    --
    make install -not war

    1. Re:Crash Landing by Nifrith · · Score: 5, Funny

      Where does the computer's "mind" go when it "crashes"?

      It uses it's last remaining CPU cycles to sing a song.
      "Daisy, Daisy, give me your answer do..
      "I'm half-crazy, all for the love of you,
      "It won't be a stylish marriage,
      "I can't afford a carriage,
      "But you'll look sweet, upon the seat
      "Of a bicycle built for two."

      Either that, or display the BSOD on Windows.

    2. Re:Crash Landing by Foolomon · · Score: 1

      Perhaps it's dreaming that it is a MAC...no mac...no wait, it's Mac. Shit, I forgot there's a huge difference because people aren't able to interpret things even though there's more than enough context for them to figure it out.

    3. Re:Crash Landing by Anonymous Coward · · Score: 0

      Maybe the computer dreams about people who are smart enough to remember 10 billions regular acronyms, and therefore smart enough to tell the difference between an acronym and an abbreviation.

    4. Re:Crash Landing by Have+Blue · · Score: 4, Informative

      It disappears; the system is completely halted. You only continue to see the screen image because the video hardware continues to read the contents of VRAM and send it out the display port.

      Peripherals that use hardware passthroughs can have amusing responses to a system crash... When an old machine that had a TV card froze up, the video and audio would continue playing (the video was put onscreen as a hardware overlay on a key color, and the audio was handled by the PCI card). The audio would continue to play as the system rebooted, only stopping when the computer got around to loading the TV card's driver which reinitialized the hardware.

    5. Re:Crash Landing by MindStalker · · Score: 1

      Was expecting the song from 2001: Space Odyssey, where is that song you just quoted from. Its new to me.

    6. Re:Crash Landing by Anonymous Coward · · Score: 0

      Even though I very much believe that you think that; do you have to impose such wrong thoughts onto others?

    7. Re:Crash Landing by nsasch · · Score: 1

      I'm stuck in WinXP and some reason it can't handle 256MB of RAM or something, so it crashes all the time. I get about the last second of audio playing and repeating. It gets annoying quickly.

      --
      Make your computer faster: rm -rf /mnt/windows/
    8. Re:Crash Landing by Anonymous Coward · · Score: 0

      Huh? That was HAL's song from 2001. What do you think he is singing? "Livin' La Vida Loca"?

    9. Re:Crash Landing by Nifrith · · Score: 1

      Unless this is an obscure reference to a mistake I made, the song is indeed HAL's final words in 2001: A Space Odyssey. "It's called 'Daisy'."

    10. Re:Crash Landing by Doc+Ruby · · Score: 1

      So how is it that the HALT instruction is so reliably called? Is it a vectored interrupt from a segfault state in x86 Protected Mode (and the PowerPC/ARM/etc equivalent)? That can be repointed to a debugger?

      --

      --
      make install -not war

    11. Re:Crash Landing by lxs · · Score: 1

      The computer's mind goes to Silicon Heaven. I mean... there must be a Silicon Heaven. If there isn't, then where do all the little calculators go?

    12. Re:Crash Landing by pilkul · · Score: 1
      It disappears; the system is completely halted.

      You sound very confident in asserting this. Care to elaborate or provide evidence?

      This would be caused by the CPU accidentally hitting a HALT instruction, or perhaps some memory handler intentionally halting the CPU when it notices things are out of order? An infinite loop with all interrupts disabled sounds like a plausible scenario as well (and certainly does happen at least in more primitive architectures, but I don't know about modern PC operating systems).

    13. Re:Crash Landing by Scrameustache · · Score: 1

      Where does the computer's "mind" go when it "crashes"?

      Lamp: You don't know? But the Electronic Bible says that all shall live together in harmony here in Silicon Heaven.
      [...]
      Iron: Greetings travellers. You have travelled far to bring one of us home.
      Lamp: Kryten fellow appliance, come rejoyce with us.
      Kryten: Is this really it. Silicon Heaven?
      Iron: Indeed it is my friend. Our final resting place.

      --

      You can't take the sky from me...

    14. Re:Crash Landing by pthisis · · Score: 1

      http://www.guntheranderson.com/v/data/daisybel.htm

      That is the song that HAL sings, but he only sings "daisy, daisy give me your answer do, I'm half crazy all for the love of you" if I remember right.

      This song was also the first one ever sung by a computer in the real world. Not only are the letters HAL each one letter behind the letters IBM, but HAL's last words were IBM's first words.

      Arthur C Clarke claims this is all a coincidence, and it's even mentioned in 2010 with a response of "we've been trying to kill that rumor for years" or something.

      --
      rage, rage against the dying of the light
    15. Re:Crash Landing by pclminion · · Score: 4, Informative
      What is the CPU actually doing right after the computer is crashed?

      It depends on a lot of things. If the crash is due to a hardware failure, the machine might hang inside a device driver, waiting for an IO acknowledgement that will never come. Sometimes the OS deliberately halts the machine, such as when it receives a double-fault inside kernel space. Back in the DOS days, a bad address (usually a result of a buffer overflow) would shoot the machine into la-la land, executing random garbage until it either reached a HLT instruction or got stuck in a loop.

      Again, in the days of DOS, it was tons of fun when you accidentally used a far NULL pointer, since that meant overwriting the interrupt vector table -- the next time a timer interrupt came in (18.2 times a second, to be precise) the CPU would happily fly off into dreamworld.

      On most MODERN operating systems, however, the system deliberately halts itself as soon as it realizes that something is terribly wrong. The risks of executing random code are simply too great.

    16. Re:Crash Landing by Dr.+Evil · · Score: 1

      The crash should occur when the CPU hits a nonsense instruction in a priviliged mode. So, for example if the kernel gets a hardware interrupt from some device with a bad driver, the kernel executes the instructions at the hardware interrupt vector table. That calls the code in the driver, which does whatever it needs to do. Now say something dumb happens like a bad ethernet driver overwrites a jump instruction address with something out of range for the address space... then poof. The CPU's memory protection kicks in, a software interrupt for a memory protection fault is triggered, and executes code found at the software interrupt vector table. It could say anything from "yeah, whatever, return from interrupt", to ... "show this message, dump your memory, something is terribly wrong". That code of course is programmed into the interrupt tables at startup time, along with information about how to display the error, where to dump the RAM and how (so FS drivers aren't necessary).

      At least that's what I remember.

      I mean, read the Tanenbaum book. Then you can forget everything it says like I did.

    17. Re:Crash Landing by pthisis · · Score: 1

      Oh, and Miette -- http://www.miette.com -- has a pretty cool alternative folk version of it at:
      http://www.miette.com/mp3/miette_studio/m_dd.mp3

      True Love Wastes Away and Sunk on the same download page are pretty good too.

      --
      rage, rage against the dying of the light
    18. Re:Crash Landing by ad0gg · · Score: 1

      Not always true. I had soundblaster live card that used to freeze up my system all the time under win98. Funny thing is that mp3 I was playing kept playing until the end of song and then stopped. So in order for that to happen, the cpu still had to be decoding the mp3 and the ram still had be feeding the PCI channel with data.

      --

      Have you ever been to a turkish prison?

    19. Re:Crash Landing by Tribbin · · Score: 1

      It continues it's logical switches as far as it can. It might catch some (multithread) enless loops, some 'wait until ...' states (blue screen of death?).

      Right?

      --
      If you mod this up, your slashdot background will turn into a beautiful sunset!
    20. Re:Crash Landing by Anonymous Coward · · Score: 0
    21. Re:Crash Landing by frankvl · · Score: 1

      Most processors have a protection system, to prevent things like divide-by-zero and the use of invalid memory addresses and instructions.

      The operating system installed code that will be called when such things occur (i.e. through an interrupt); the chip itself does not fail at all.

      It's just that certain lazy OS developers just stop the running program or even let the user restart (e.g. disable interrupts, display a blue screen and halt) instead of solving the problem or forcing applications to use correct memory access etc. (as done in Java).

    22. Re:Crash Landing by Refrozen · · Score: 1

      Assuming your trying to do the obligatory anti-microsoft post, I figured I'd point out that that is precisely what .NET is meant to do.

    23. Re:Crash Landing by Koiu+Lpoi · · Score: 1

      Or, the best one ever, when Half-Life 2 crashes, it won't give the video back to Windows. So, it still works, i know it works, the mouse still moves, I can telnet into it, but damned if I can do anything locally. Usually have to reboot the computer - ctrl-alt-del is SUPPOSED to clear the screen, but nooooooo

    24. Re:Crash Landing by toddestan · · Score: 1

      You must of been running Winamp. Winamp must be one of the hardest programs ever to take down. I swear I can totally hose up the system, no response, frozen mouse cursor, corrupted screen - but my music just keeps playing as if all is fine.

    25. Re:Crash Landing by brsmith4 · · Score: 1

      HAL sings the whole song but starts to _slow_ down to an almost inaudible frequency near "can't afford a carriage", if I recall correctly.

    26. Re:Crash Landing by B2382F29 · · Score: 1

      What is the CPU actually doing right after the computer is crashed?

      I know: it thinks "Oh, no, not again!"

      --
      Move Sig. For great justice.
    27. Re:Crash Landing by KiloByte · · Score: 1

      A friend once asked me to check his CPU in my motherboard. So ok, I replace the CPU, give it a check, replace it with my own again.

      Late in the night, suddenly the X display stands still, even the mouse pointer doesn't move (it usually does on Windows crashes at least). I try switching to a VT, killing the X server, doing Ctrl-Alt-SysRq, nothing.
      Then, I try to ssh in -- no idea why I tried it before pinging. No dice.

      I press the hardware reset. No effect. This got me thinking.
      I power-cycle the box. A blank screen. Uh oh.

      It took me several minutes to recall that I meddled with the CPU in the morning. I pull it out, re-seat it, and the machine is all-ok again.

      Other funny responses to hardware crashes I witnessed were:
      * a CGA card had an array of the same character repeated all over the screen
      * a sound card kept repeating a few MIDI notes in a loop
      * a nifty "Turbo" button depressed itself on a crash (that machine was a 386 box that had a nice little speed switch that actually pressed/depressed itself when you used Ctrl-Alt-Gray+/Gray-)

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
  20. oblig... by th3space · · Score: 1

    "One restaurant manager who was so upset with his laptop that he threw it into deep fryer. That destroyed the laptop ... and deep fryer, too."

    Mmmmmmmmm...deep fried PowerBook. *drool*

    --
    "How like you to drag your keyboard to a gun fight." - Aaron Bedard (BANE)
  21. Number #1 cause of crashes by zymano · · Score: 1

    Has got to be hard drives.

    The day hard drives are replaced by 'solid state' technology will be the end of the frustrations not to mention the last chain of slowness of computers.

    Something like FlashRom or Magnetic Memory hopefully.

    1. Re:Number #1 cause of crashes by nizo · · Score: 1

      Crappy power supplies and dead CPU fans are the other ones I have run into. I have noticed that newer disks seems to junk out more often than older disks. I still have tons of older working drives, but the new ones seem to drop like flies. And this is why RAID is such a nice thing. Once we go beyond moving parts maybe PCs will run forever.

    2. Re:Number #1 cause of crashes by grub · · Score: 1

      Uh... software problems are the #1 cause of crashes. If it was hard drives then various OSs would report crashes at a rate similar to Windows.

      --
      Trolling is a art,
    3. Re:Number #1 cause of crashes by MarkGriz · · Score: 0

      "Has got to be hard drives." .... with Microsoft Windows installed on them.

      --
      Beauty is in the eye of the beerholder.
    4. Re:Number #1 cause of crashes by rovingeyes · · Score: 2, Funny
      Has got to be hard drives.

      You work for Microsoft don't you?

    5. Re:Number #1 cause of crashes by Lumpy · · Score: 2, Interesting

      you can have that now.

      BTW, those solid state hard drives you wax poetically about being so reliable....

      oops, they suddenly have dead storage locations. or the battery backed ram versions have their Li-ion battery die losing everything.

      I've used solid state hard drives in embedded systems for a decade now and they are not what you want.

      BTW, a 10 gig SS drive costs more than the fastest wintel computer you can even dream of costs.

      Solid State drives.... Expensive, and not as reliable as you think.

      they make them for high vibration or extreme use.. not for unlimited life storage.

      --
      Do not look at laser with remaining good eye.
    6. Re:Number #1 cause of crashes by whitehatlurker · · Score: 1
      Has got to be ...

      Users. PEBKAC is the real enemy.

      --
      .. paranoid crackpot leftover from the days of Amiga.
    7. Re:Number #1 cause of crashes by swv3752 · · Score: 1

      Noticed how a year or so ago all the Hard Drive manufacturers moved to one year warranties?

      --
      Just a Tuna in the Sea of Life
    8. Re:Number #1 cause of crashes by Anonymous Coward · · Score: 0

      Or Linux, or OS X, or...

      Don't be a retard.

    9. Re:Number #1 cause of crashes by mrchaotica · · Score: 1

      Hmm... what about an array of 10 1GB CompactFlash cards? You can get those for about $50 each at Fry's, if you want to deal with the mail-in rebates. So that could be more like $500 for a "dirty hack" solid-state drive...

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    10. Re:Number #1 cause of crashes by Anonymous Coward · · Score: 0

      so how to you do an array of 10 cf cards for FREE?

      Last time I saw an IDE raid card that could handle 8 drives it was $4500.00..

      4500 + 500 = 5000.... still not cheap.

    11. Re:Number #1 cause of crashes by mrchaotica · · Score: 1

      A bunch of USB2 CF readers and software RAID?

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  22. I usually react by ... by WebHostingGuy · · Score: 2, Insightful

    installing Linux. Solves most of my problems.

    --
    Quality Hosting e3 Servers
    1. Re:I usually react by ... by manifoldronin · · Score: 2, Insightful

      From "usually" I take it that your subsequent installation(s) of Linux also crashed except the current one?

      --
      Tyranny isn't the worst enemy of a democracy. Cynicism is.
    2. Re:I usually react by ... by WebHostingGuy · · Score: 1

      You bet ... nothings better than a fresh re-install. Beats having to diagnose a problem.... :)

      --
      Quality Hosting e3 Servers
    3. Re:I usually react by ... by rovingeyes · · Score: 1
      I usually react by...installing Linux

      Either you have too many windows boxes or your Linux machine keep crashing. Something is fucked up.

    4. Re:I usually react by ... by mattyrobinson69 · · Score: 1

      ARGH! Reinstalling gentoo everytime one of my -* world install crashes?!

      for the humor impaired: i dont really run a -* world

  23. Computer Over... by EGaming · · Score: 2, Funny

    Virus = very yes!

    WHAT?!

    FLAGRANT SYSTEM ERROR:
    The System is Down. I dunno what you did, moron, but you sure screwed everything up.

    1. Re:Computer Over... by sosegumu · · Score: 1

      Oh crap--is that the end for Compy 386?

      --
      It's easier to wear the spandex than to do the crunches. --David Lee Roth
    2. Re:Computer Over... by cybersaga · · Score: 1

      What I want to know is where can I get some Edgarware?

  24. windows vs linux by brontus3927 · · Score: 1
    When Windows crashes, the software is as fault.

    When Linux crashes, the user is at fault.

    1. Re:windows vs linux by tuxq · · Score: 1

      ...and bingo was his name-o.

    2. Re:windows vs linux by Anonymous Coward · · Score: 0

      when linux crashes more likey an screwed up programer behind the scenes useing a library he wrote on his own spare time...

      Hence Kernal PANIC!!!

  25. Hulk SMASH Dead compy! by Scrameustache · · Score: 3, Funny

    Among the numbers, 7% of those surveyed hit the computer, 13% yell at first, and another 13% try to "sweet-talk" their computer.

    It's like beating a dead horse, but without the smell.

    --

    You can't take the sky from me...

    1. Re:Hulk SMASH Dead compy! by Anonymous Coward · · Score: 0

      It's like beating a dead horse, but without the smell.

      Thanks for the sig :-)

  26. Me? I go all cold, and start to panic by WhiteWolf666 · · Score: 3, Insightful

    On my Powerbook laptop, and SuSe desktop, I panic when my system crashes.

    Why? With OS X and Linux, its usually a hardware failure.

    Which is a pain in the wallet.

    On Windows, you hear people talking about crashses all the time, but the answer is always just to reinstall Windows.

    Well, 1% of the time its a hardware failure.

    --
    WhiteWolf666 an exBush supporter. All you new-school,compassionate,save the children Republicans can rot in hell
    1. Re:Me? I go all cold, and start to panic by Jason+Ford · · Score: 1

      I hear you. A couple of months ago, my Debian box started acting up. I got a message that a file could not be written to the disk because the root filesystem was read-only.

      How'd that happen? The filesystem was set to switch to read-only in case of an error. (Fortunately, I was able to pull off all of the data before the drive died completely.)

      It's sad to think, uh-oh, this stopped working: how much will it cost me to fix it? (And you know rebooting won't make the problem go away.)

      --
      I did not become a vegetarian for my health, I did it for the health of the chickens. --Isaac Bashevis Singer
    2. Re:Me? I go all cold, and start to panic by user32.ExitWindowsEx · · Score: 1

      *feels gifted*

      1% of the time, my windows side crashes due to software.

      the remainder of the time, it's something on its way out (e.g. it crashes, I reboot it, and lo and behold bios screens now look funny with odd colors and symbols -- this leads to [censored] & $$).

      --
      "Evil will always triumph because good is dumb." -- Dark Helmet
    3. Re:Me? I go all cold, and start to panic by cr0sh · · Score: 1
      For a long time I had a Debian Woody box as my main machine at home - nothing very fancy, and I planned on upgrading it "soon" - just a P3-450 (slot 1!), 20 gig drive, and 768 MB of PC-133.

      One day, I hear a rattle - uh, oh - fan going - I say to myself. I finally get some time and determine that it was the video card fan, so I bring the system to a halt, shut it down, remove the card, replace the fan, and reinstall the card - and at that point, the gods of the computer realm decided to take a big dump on me...

      It rebooted fine, I logged in - but for some reason, every time I went to use Mozilla (and ONLY Mozilla!), the system would freeze up hard on me (couldn't even telnet in) - I had to cold reboot, and pray that fsck worked on my ext2 filesystem. Even when it did, due to it fixing various broken things, I ended up losing something somewhat important to me (my bookmark file, which was about 3 meg in size at that point - a ton of bookmarks, to be sure). Fortunately, that was all I lost - I quickly wised up and backed up the rest of my important stuff to my networked fileserver...

      After a lot of putzing around, I narrowed it down to the motherboard (or maybe the hard drive controller) going bad. If I used another motherboard, everything worked OK. Unfortunately, that motherboard was the only one I had that would run a P3-450 - all my other boards only took P2's. I ended up biting the bullet and purchasing a new motherboard, CPU and RAM which I should have done a long time ago. I am still ticked at myself for losing my bookmark file, but it could have been worse, I suppose.

      I ended up switching to Mandrake 10.1 from Debian (couldn't get proper drivers, etc for the new motherboard to work properly under Debian, and since I use KDE a lot, I liked the new version of KDE in Mandrake - but if/when they bring Debian back up to a new version of stable - I might just switch back - I just love apt-get and dselect, and the tons of packages and easy config)...

      --
      Reason is the Path to God - Anon
    4. Re:Me? I go all cold, and start to panic by Salvo · · Score: 1

      For most of my Support Customers running Windows XP, It's usually Hardware Failure. I tell them to only get Crucial or Kingston RAM, but no!... They seem to think that "Quang-Jun Very-Good-Brand" RAM will do the trick, despite that fact that it is half the price, and they wonder why Windows keeps crashing.
      Linux doesn't even work with cheap RAM, and it's impossible too buy cheap RAM for an Apple. It's easy to diagnose Faulty Memory on these systems, but with Windows, it just plods along, occasionally forgetting an important setting, and slowly corrupting your data.

    5. Re:Me? I go all cold, and start to panic by RzUpAnmsCwrds · · Score: 1

      "On Windows, you hear people talking about crashses all the time, but the answer is always just to reinstall Windows."

      No, it's not. Stop errors ("Blue Screens") don't occur that frequently in XP, and when they do, it's almost always one of two issues:

      - Bad hardware (usually RAM related)
      - Bad drivers

      If you buy quality hardware and use WHQL-approved drivers, crashes on Windows are very rare.

      Now, of course, spyware & other garbage can make your system unusable. But that's not the same as a system crash.

    6. Re:Me? I go all cold, and start to panic by hausmaus · · Score: 1

      Don't laugh, but when I was a tech for a very large company that sold computers, we were instructed by Microsoft to instruct consumers to reinstall Windows every six months. Wonder if that still applies for XP.

      --
      Your email has been returned due to insufficent voltage.
    7. Re:Me? I go all cold, and start to panic by WhiteWolf666 · · Score: 1

      Spyware & other garbage can make your system blue screen.

      Was working on my cousins system a few hours ago. She's young and not very knowledgable.

      Bluescreens on an hourly basis. Stock sony system, fairly recent (no more than a year old) No user upgrades. No 'warez' or anything like that. Latest Nvidia drivers (non-beta), latest everything else drivers from either Windows Update, or original sony drivers, updated via built-in sony utility.

      Hard-disk format and windows restore resolved the problem.

      I'm unwilling to sit there and run diagnostics for hours to determine the cause of a problem thats solvable via burning all documents to a cd and restoring via original recovery disks.

      Should it be possible for spyware and garbage to cause it?

      No.

      Does it happen?

      Yes.

      Do I try to educate on how to avoid/remove spyware?

      Yes.

      I'm not sure what else to do. This doesn't happen when I convert people to Mac or Linux.

      --
      WhiteWolf666 an exBush supporter. All you new-school,compassionate,save the children Republicans can rot in hell
  27. "Sianara Sucka!" by drfishy · · Score: 1

    I say and a push reset with great zeal... Less than a minute and everything is back to normal... I never work on anything important enough to be upset about losing... That's the secret...

    1. Re:"Sianara Sucka!" by Anonymous Coward · · Score: 0

      You could have at least TRIED to spell sayonara correctly.

  28. What I do is... by Supernoma · · Score: 1

    Anyways, I usually keep a pile of dead hardware just to take my frustration out on... usually smashing it or lighting it on fire.

    --
    I'll Find You Peer, If It's The Last Thing I Do!!!!
    1. Re:What I do is... by drxenos · · Score: 1

      My dad, who hates computers with a passion, had a very old XT that my sister didn't want anymore. After calling to see if I wanted it (I collect old computers), he took it outside and blasted away at it with his .357. I think he was smiling for a week after that!

      --


      Anonymous Cowards suck.
  29. And the deep fried laptop by Foolomon · · Score: 1

    I told him I had an iron deficiency, not a silicon deficiency. Dammit.

  30. sweet talk? by Frag-A-Muffin · · Score: 1

    I sweet talk my computer all the time, but not because of a crash ... oh wait .. was that out loud?

    --

    AirSpeak - http://itunes.com/apps/AirSpeak
  31. Crash by Anonymous Coward · · Score: 2, Insightful

    In case of a crash, I still have a stash of old dead-tree pr0n.

  32. Computer Crash by finnw · · Score: 1

    The phrase "computer crash" has become a generic term, referring to anything that makes the computer freeze or stop operating. But the term actually refers to a mechanical breakdown. When a computer hard drive literally crashes, the head mechanism that reads the data physically crashes into the spinning platter that stores the data.
    Is this really true? I'm sure I heard the term around 1980. I believe hard disks were pretty rare then.

    --
    Is Betteridge's Law of Headlines Correct?
    1. Re:Computer Crash by Undertaker43017 · · Score: 2, Interesting

      He is talking about disk packs that used to be used on mini and mainframe computers in the 70's and 80's. These were fairly large (14"?) magnetic platters (much bigger versions of modern HD "platters"), were "stacked" on a spindle (very much like modern HDs), but were typically removable, and were placed in a washing machine sized device.

    2. Re:Computer Crash by Anonymous Coward · · Score: 0

      Those things kicked ass. I used to have a pair of Fujitsu 520MB drives (14" platters, weighed about 200 pounds each) that sounded like a small jet engine spooling up when you turned them on.

      Old hardware kicks ass... sometimes.

    3. Re:Computer Crash by Undertaker43017 · · Score: 1

      Yeah and if early computer operators and system programmers had observed airport ground crews (earplugs), they might be able to hear a little better today...

    4. Re:Computer Crash by budgenator · · Score: 1

      The line printers were pretty loud too, they had all of the character on a steel band that rotated, while the 132 hammers would fire as the correct charecter passed over the correct column. Of course the key-punches and card readers were pretty loud, I find I compare every keyboard to the feel of an IBM key-punch, which means the last keyborad I liked was part of my 8 MHz 286 machine

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
  33. Hitting the Motherboard by autosentry · · Score: 5, Interesting

    In college, I used to keep tally of people who attacked their phones when receiving bad news. It's fascinatingly sad to watch: "The phone gave me bad news! I must destroy the phone!" By the end of the year, I swear I had a total of 35 confirmed phone attacks--but it was probably way above that.

    --
    Monster Zero is the reason we cannot live on the surface, but must live forever live underground like this.
    1. Re:Hitting the Motherboard by Anonymous Coward · · Score: 0

      It's no wonder messengers in the Dark Ages were afraid of delivering bad news.

      What could be the reasoning for attacking the cell phone..
      "Hey it works for the kids, let's try it for the cellphone.."

      (yes, yes, turning people who attack their phones into child beaters.. I don't really mean it, it's just an example so fuck off)

    2. Re:Hitting the Motherboard by scovetta · · Score: 1

      What kind of school did you go to where people reported attacking their phones? Are you referring to broken phones that their owners fessed up to, or just based on word of mouth?

      Instead of attacking the phone, attack the person who gave you the bad news, with the phone.

      --
      Wer mit Ungeheuern kämpft, mag zusehn, dass er nicht dabei zum Ungeheuer wird. --Nietzsche
    3. Re:Hitting the Motherboard by British · · Score: 1

      The thing is, new phones don't give the satisfaction of slamming the phone back on the hook when given bad news.

      Old fashioned(rotary or touch-tone) phones will give a brief ring if you hang up hard enough. You hear this in movies often.

    4. Re:Hitting the Motherboard by Anonymous Coward · · Score: 1, Insightful

      usually it's a sign of very low IQ.

      only really stupid people attack inanimate objects.

    5. Re:Hitting the Motherboard by astram · · Score: 1

      hahahaha

    6. Re:Hitting the Motherboard by hawk · · Score: 1

      The thing is, new phones don't give the satisfaction of slamming the phone back on the hook when given bad news.

      However, they're no longer built so solidly that you can't tiwst the wretched life out of the damnted thin, making it a warped pile of plastic and wire, suffering forevermore for the anguish it caused you . . .

      hawk

    7. Re:Hitting the Motherboard by Tribbin · · Score: 1

      Even in movies you see geek-people hitting their monitor when the computer crashes, whereafter it slips out of the crash.

      --
      If you mod this up, your slashdot background will turn into a beautiful sunset!
    8. Re:Hitting the Motherboard by budgenator · · Score: 1

      They were damn hard to break too

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    9. Re:Hitting the Motherboard by Dread_ed · · Score: 4, Funny

      I have twice attacked a phone in my lifetime.

      Once was when my girlfriend's mother caught us having sex in high school. The phone call that initiated the phone-bashing incident was about 2 hours after that when I got to hear her mother telling her what to say:

      Mom: You can never see him again....

      Ex-Girl: I can never see you again...

      It was like a soap opera with the Jedi mind trick worked into it. Funny and distressing at the same time. The phone met with an unfortunate rapid deceleration incident after contacting a brick wall at a high rate of relative velocity.

      The second phone attack was much more fun. I was sleeping in a twin bed, next to the wall, with my girlfriend on the outside of the bed next to me.

      In the pitch black of night there is a terrible shriek. My mind is clouded, dim, and limbic from sleep; enraged and disoriented by this hideous sound that keeps repeating itself. It screams once, twice, then on the third keening screech I launch myself over my sleeping girlfriend and land on top of the offending THING. I have absolutely no idea what it is that is making the noise, but I am driven insane with anger that it won't stop. The room is pitch black so I have to feel the screaming thing to find a way to make it stop. I grab it wholly in my hands and start to roughly search for a weak point, squeezing it hard all the while in vain hopes that it will choke and stop. Suddenly I feel a small tail-like thing in my hands and realize with grim and ecstatic joy that I have discovered its weak spot. I grab it, and as it yells again I begin to yank furiously on the tail, over and over.

      Unfortunately I have begun to wake up now and by the time I realize just exactly what is going on I am sitting there in the dark, naked, with a phone in one hand and a frayed phone cord in the other, grinning like a madman but with the dawning realization that I have just killed with primal rage...my telephone. My girlfrind turns on the light about this time and looks at me, starteled. Then she fixes me with that LOOK. You might know the one. It is like she is never, ever gonna consider me fully human again, but dosen't want to let me know that she is thinking this in, just in case I decide to fulfil her basest opinions of me.

      It still cracks me up to think of how I slaughtered a telephone in my sleep.

      --
      When the only tool you have is a claw hammer every problem starts to look like the back of someone's skull.
    10. Re:Hitting the Motherboard by Reservoir+Penguin · · Score: 1

      Jeez, I sure hope you and your GIRLFRIEND are not considering having a baby. I'm scared to even think of what might happen...

      --
      US-UK-Israel: The real Axis of Evil
    11. Re:Hitting the Motherboard by mrchaotica · · Score: 2, Interesting

      Is it just a coincidence that both incidents were related to sex, or do you have some sort of telephone fetish?

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    12. Re:Hitting the Motherboard by jmv · · Score: 1

      Your second story has to be the funniest example of "wierd things your do when asleep" that I've every heard! Thanks for sharing.

    13. Re:Hitting the Motherboard by HeliumHigh · · Score: 0

      You sir deserve a +5 funny if I have ever seen one. MOD PARENT UP!

  34. Dr. Cave Man by }InFuZeD{ · · Score: 4, Funny

    "There was one restaurant manager who was so upset with his laptop that he threw it into deep fryer," Norman said.

    Cave man throw laptop into deep fryer. No need use the.

    1. Re:Dr. Cave Man by Anonymous Coward · · Score: 0

      Cave man throw laptop into deep fryer. No need use the.

      Tarzan not cave man. Tarzan no use the. Tarzan throw poop at }InFu... bracketin}... infuzzzzded...

      Tarzan yell for stampede. Elephant crush man.

    2. Re:Dr. Cave Man by Anonymous Coward · · Score: 0

      And this is a result, of another dummy trying to improve on another poster's joke.

      Frankly, I don't know who's smarter.. the ones who hit their machines, or the ones who keep thinking that these overused jokes are ACTUALLY funny.

  35. Yet most people think crashes are normal by Flavio · · Score: 4, Insightful

    The pervasive use of Microsoft products makes people believe crashes are an intrinsic characteristic of computers, almost like a necessary evil.
    Reinstalling all your software, being infected with spyware and having your computer crash daily are part of popular culture. They're seen as events that one just has to live with.

    1. Re:Yet most people think crashes are normal by CFTM · · Score: 1

      I haven't rebooted my computer at work in two weeks and it's running Windows XP w/o any problems ... it's like anything if it is set up well and you use high quality parts, even microsoft products are respectable these days.

    2. Re:Yet most people think crashes are normal by l3v1 · · Score: 1

      Well, credit where it's due, my machine@work also runs winxp and, honestly, I don't remember when I last rebooted it, I think it's more than 3 weeks now (I could check, but it's not the point). Still, if somebody would ask me whether I would trust it not to trash itself in a few minutes, I couldn't. Why ? Hell, I remember a few sudden unexpected crashes caused by IMO minor things, and there were occasions when I wished to hit it :) which is funny, because I've never ever hit a computer in my life. On the other hand, I trust my debian boxes and the other linux servers (home or work) quite a bit more. Why ? Simple psychology: they've caused me much much^2 less disappointment (note: I'm talking about software issues here, not hardware).

      --
      I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
    3. Re:Yet most people think crashes are normal by CFTM · · Score: 1

      Yeah I wasn't trying to argue that XP is more stable than Linux because that just isn't true. Merely responding to the abudance of "Microsoft sucks at everything!" that tends to go on at /. I'm not too keen on some of microsofts business practices but if my company ran linux I probably wouldn't have a job so I really can't complain :) More importantly, any geek alive owes a thank you to microsoft, not necessarily for their software but for turning computers from a frindge industry [a la those radio things from the 70's ... I dunno before my time] into something that has mainstream acceptance and appeal ... I mean guys Paris Hilton has a Sidekick and I know everyone on here just LOVES Paris Hilton.

    4. Re:Yet most people think crashes are normal by xtracto · · Score: 1

      Well, personally I think Windows BSOD was replaced with those anoying "Program Crashed please send feedback to us" window...

      I, sometime took the time to try to send the report to Microsoft, lol after some 15 minutes trying to I just threw it and IIRC the darn think also crashed...

      I am not saying Linux does not crash... One of the first things I see when entering a Linux distro and opening Knoqueror or aonther app is the pretty looking bomb with a message telling me "CORE DUMP YOU FRIGGING LOSER!!". Now, I know its not Linux fault but the fault of some X or Y program, but anyway I just wanted to mention it.

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
    5. Re:Yet most people think crashes are normal by Anonymous Coward · · Score: 0

      Apperently you dont use any linux distros, I had more crashes in 6 months due to linux distros than any of the windows boxes... and theres always the "Updates" that crash everything else that WAS working right.

    6. Re:Yet most people think crashes are normal by DogDude · · Score: 0

      The pervasive use of Microsoft products makes people believe crashes are an intrinsic characteristic of computers, almost like a necessary evil. Reinstalling all your software, being infected with spyware and having your computer crash daily are part of popular culture. They're seen as events that one just has to live with.

      Good troll. Following that logic, I find it amusing that Linux zealots consider it normal that you have to set aside several days to get a basic working OS on a computer, compile stuff, dig through newsgroups, etc. just to get basic functionality. All of my Windows 2000 machines stay on, and simply work. We don't even think about 'em. But good try, little troll. Keep working on it.

      --
      I don't respond to AC's.
    7. Re:Yet most people think crashes are normal by jimicus · · Score: 1

      I'm not sure it is a troll, for three reasons:

      1. For many years it was true. There's still a lot of Windows '9x users out there. If you're running a number of machines in a business, I would hope that's no longer the case.

      2. Lousy hardware is almost endemic at the bottom-end of the market. I don't care what OS you run, you'll never get great results with the absolute trash which some companies throw together and sell. Trust me, HPaq/IBM's cheaper desktops are still far better by comparison.

      3. And (certainly in the UK), your average broadband provider doesn't demand you install firewall or AV software. So unless your system was patched to XP SP2 when it left the manufacturer, you will get *something* on your system very shortly after connecting it to the Internet. Several of my colleagues have done exactly this as an experiment and proven that the "15 minutes to infect" is about right.

      For a well-organised business, few of these are issues. For someone sitting at home with their own PC and no specialist IT support, they all are.

    8. Re:Yet most people think crashes are normal by Anonymous Coward · · Score: 0

      everyone on here just LOVES Paris Hilton

      Now don't you start that...

    9. Re:Yet most people think crashes are normal by Flavio · · Score: 1

      I've used Linux (first Slackware, then RedHat and now Fedora) for 10 years and my box doesn't crash when I run a stable kernel. I stopped using the development tree a few years ago, and since then I only recall crashing due to hardware problems or mistakes on my part while writing low level code.

    10. Re:Yet most people think crashes are normal by budgenator · · Score: 1

      Stability wise, and instalation ease, not much difference between a commercial disto for Linux and an NT based Windows. Most Windows problems now-a-days are virus/trojan/spyware related, and for most people it's more cost-effective to just reload than to repair.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    11. Re:Yet most people think crashes are normal by Anonymous Coward · · Score: 0

      Then why does even one single person use Gnome which is known to crash on every machine it has ever been installed on?

      Sorry, but virtually every modern Linux distro I've dealt with Linux has a far larger stability issues these days than XP does, and that's a fact.

      What's blindingly unbelievable is how you see a typical Linux zealot deal with a progam crash. They use terms like "perhapse I didn't utter the proper magic incantation" and try again with batting an eyelash. But if it's Windows, that same zealot will scream "FSCKING M$ SH*T".

      The bald-faced hypocrisy WRT this issue is not to be believed.

    12. Re:Yet most people think crashes are normal by Anonymous Coward · · Score: 0

      I would say you are the troll.

      As far as installing Linux, have you ever done this? I find most modern distributions are easier and faster to setup that a MS Windows (Win2000, XP - professional) OS and yes I have installed MS Windows from first principles (anoying).

      Claiming 7 days - you are joking. My first *nix install was BSD (1983) and it took me a few hours to do and there was no tweeking after. Since then I have found most *nix machines are like that and that includes Linux. Redhat and Suse (sorry have not tried others) take 1 to 3 hours (depends on machine) to install.

      Try setting up SAP/Oracle on a Linux box. On a fast machine you can build it (ie. hardware including disks), install the OS and configure, then install the Application all within 8 hours. Clustering does take a little longer. All machines I have setup or administered just work.

      Now back to the original thread.

      "Backup - test" repeat as many times as possible, because you "will" have hardware failures and you "will" have have human errors. However there is no excuse for a Shoddy OS particularly one you have to buy from a company who tries to patent generic words.

    13. Re:Yet most people think crashes are normal by speeDDemon+(nw) · · Score: 1

      To this day, my favourite linux error message is

      'Kernel panic, food fight!'

      Gotta love OSS error messages.

    14. Re:Yet most people think crashes are normal by merdark · · Score: 1

      Umm. No. I have a Windows machine, Mac OS X machine, and at work we have many linux machines. The only machines that go down are the ones with hardware problems.

      Sure, I've seen Windows kernel panic once due to bad drivers, but then I've also seen debian stable kernel panic becuase of a bizzare mount request. I've seen Windows and Linux and Mac OS X all freeze (but not panic) for unkown reasons.

      The only thing I can agree with you on is the spyware bit. That does seem to be restricted to windows... for now.

    15. Re:Yet most people think crashes are normal by abonstu · · Score: 1

      shuttup tool, you just wanted to use the word pervasive in a sentance. and how the smeg did that get modded to 5.

  36. What I do by Anonymous Coward · · Score: 0

    I reboot, curse Microsoft, and my university for requiring Microsoft products (IE is required for many class websites). Then I longingly look at my boot loader and wish I could just go into my Linux partition instead of having to continue work in the Windows partition. Finally, upon completing my work (or more likely in the middle of it) I go shopping for a Powerbooks while waiting impatiently for Tiger to be released.

    1. Re:What I do by davidmcw · · Score: 0

      This sounds like a perfect reason to run VMware on Linux and running a MS virtual machine for all those MS only situations

      --
      Just because your paranoid doesn't really mean they aren't out to get you
  37. Less extravagant reactions? by kwoo · · Score: 1

    How about just bringing the machine back up again, spending a few minutes making sure the same p roblem won't take down the machine again (iff you know the cause), and being happy that you set your editor to autosave every few minutes?

    That being said, my primary machines (Solaris/x86, Mac OS X, Linux/PPC) almost never put me through that, so I don't have to do it often. I can see how one would get upset if it were a weekly/daily thing, though.

    1. Re:Less extravagant reactions? by AppyPappy · · Score: 1

      Oh hell no. If the computer dies, you call the IT guy. Then you lament about the lack of support and "Why does this always happen?" until he threatens to take away your admin rights that you need to download and install all the CRAP you find on the internet and so you can run all those cute flowery shee-ut that people send you in email or those cool screensavers that you have 200 copies in various directories on your machine so you can show your coworkers the cute bunnies and puppies until the next cool trojan-bearing screensaver comes along. When he threatens to take away the admin rights like he SHOULD then you hang up, reboot and mutter to everyone about how bad you have it.

      But I'm not bitter. Nope.

      --

      If you aren't part of the solution, there is good money to be made prolonging the problem

  38. A huge omission, but consider the source by ianscot · · Score: 3, Insightful
    It's interesting to note the subtle "Users are SO counterproductive" tone here. I mean, you have us resigning ourselves to the world we've been forced to live in:
    Another non-violent response is the most popular, he said -- about one-third of respondents said they immediately just resign themselves to loss of the data.

    And then you get the "Let the experts handle this, you just need to pay your protection money" angle:

    Even those consumers who curb their violent impulses tend to do the wrong thing by attempting to fix the problem themselves.

    Finally, we read an open disparagement of "individualism," which is apparently the wrong attitude when dealing with a computer:

    But there's a reason for computer individualism, Johnson suggested. Many consumers don't think to look for help because of the subtle training they have received from overworked and sometimes sarcastic technical support staff.

    Note the last bit -- where the support people are to blame for training people not to ask for help.

    Gee, no mention of the OS involved being responsible for any of this. And where's this story running? MSNBC?

    --
    "Fundamentalism" isn't about divine morality. It's about human authority.
    1. Re:A huge omission, but consider the source by Anonymous Coward · · Score: 0

      I take it you are in tech support? How's that beard coming along? Brushed your teeth lately? Tell me, really, do you secretly kiss your linux box at night? Is it good to you? Here's a clue- That last bit was true, people don't like dealing with tech support because nine times out of ten they are arrogant, smelly, filthy assholes who can't fix the problem they're sent to fix and blame it on windows, when other people have windows running just fine.

  39. Crash? by glyn.phillips · · Score: 1
    I run FreeBSD. The last "crash" was caused by a certain todler who frobbed the reset button. She is now 14.

  40. Out the Window by slackerboy · · Score: 2, Funny

    From TFA: "few computer users haven't considered tossing a misbehaving PC out an office window at one time or another. One respondent in Norman's study did just that, but left out an important step.

    "His mistake was he forgot to open the window," Norman said.
    "

    Heh, one of the boarding students at my high school had a similar experience. What saved him was that he forgot to unplug the computer!

    So, I think we've all learned some important lessons here. (You know, open the window and unplug the computer before throwing it to the death it so justly deserves...)

    --
    Things to do today: See list of things to do yesterday
  41. Truth and Consequences by RandomBitFlipper · · Score: 2, Interesting

    I recall a case at a major Canadian brewery (think it was Molson, but it might've been Labatt's):

    The sysoperator ran a batch process to reconcile inventory databases. Seeing that nothing was happening, he submitted the batch process again, with the deleterious result being two conflicting processes corrupting the database.

    Half the beer shipments in Canada were put on hold for a few hours while they sorted the mess out.

    1. Re:Truth and Consequences by nizo · · Score: 4, Funny
      Half the beer shipments in Canada were put on hold for a few hours..

      Did he get the death penalty or just life in prison?

    2. Re:Truth and Consequences by Anonymous Coward · · Score: 0

      least it was only canadian beer...*ducks*

    3. Re:Truth and Consequences by cosinezero · · Score: 1

      Unibroue (unibroue.com) makes better beer than any American company. Vastly.

    4. Re:Truth and Consequences by ultramk · · Score: 2, Funny

      If it was Canadian beer, he probably got the Medal of Honor.

      Honestly, Moosehead? Molson? Labatt's? There's a reason that Canada imports a lot of its beer.

      m-

      --
      You catch enchiladas by picking them up behind the head and holding them underwater until they don't kick anymore -VeGas
    5. Re:Truth and Consequences by Anonymous Coward · · Score: 0

      and so they ship to canada only?

      I, for one, welcome our new beer hoarding overlords!

    6. Re:Truth and Consequences by Anonymous Coward · · Score: 0

      Half the beer shipments in Canada were put on hold for a few hours..

      Did he get the death penalty or just life in prison?


      Worse: his name was announced on TV during a hockey game and he was forbidden to leave the country.

    7. Re:Truth and Consequences by budgenator · · Score: 1

      Reminds me of the time our supply office thought he had ordered 24 D cell batteries, and they tried to deliver 240,000 diesel truck batteries; appearently punch-card readers and artillery don't get along very well

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    8. Re:Truth and Consequences by Deliveranc3 · · Score: 1

      In Canada we have no death penalty... we have alberta... I kid i kid...

    9. Re:Truth and Consequences by Anonymous Coward · · Score: 0

      If it was Canadian beer, he probably got the Medal of Honor.

      Yeah! Who knows how many Americans he saved from alcohol poisoning with that action!

    10. Re:Truth and Consequences by oO+Peeping+Tom+Oo · · Score: 1

      It's way better than American piss beer.

    11. Re:Truth and Consequences by Anonymous Coward · · Score: 0

      Hell no... I picked some up (Ephemere) in Florida.

      It's not better than any American brewer, but it's damn good stuff and I'd rank it in the top 3 I've ever had without reservation.

  42. easy... by hamburger+lady · · Score: 1

    just hit 'stop' and 'restore'.

    --

    ---
    Is this the MPAA? Is this the RIAA? Is this the DMCA? I thought it was the USA!
    1. Re:easy... by Quasar1999 · · Score: 1

      Sad that so few slashdot readers even have the foggiest that you are referring to the commodore 64 soft reset keyboard combo.

      --

      ---
      Programming is like sex... Make one mistake and support it the rest of your life.
    2. Re:easy... by Creepy+Crawler · · Score: 1

      Heh, I hacked in a "BIG RED BUTTON" (read red push-button) for the Commie 64 to hard-boot without hitting the switch.

      Just 1 press makes all the baddies go away.

      --
    3. Re:easy... by lxs · · Score: 1

      Well I just connected pin 1 to 3 of the userport with a pair of scissors. (I'm shocked that I still remember the pin numbers after twenty years) Which always caused alarm in the owners wondering why this kid was poking around in their computer with sharp metal objects. ...and we liked it that way.

    4. Re:easy... by spun · · Score: 1

      Yup, me too! Very useful if you were trying to break copy protection on games (or so I hear...)

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    5. Re:easy... by Matthaeus · · Score: 1

      When I'm building a computer for somebody, I always connect stuff and power it up before I put it in the case (yes, I power it up on a static sheet). Since it's not in the case, I have to manually bridge the ATX power-on jumper. I do this with a 3.5" blade I keep in my back pocket. It alarms quite a few people, even the ones who know exactly what I'm doing.

    6. Re:easy... by Creepy+Crawler · · Score: 1

      Pirate? Me? No way! ;-)

      I was making backups and having friends hold them in escrow ;P

      --
    7. Re:easy... by NullProg · · Score: 1

      Apple ][ If I recall,

      BRK AT xxx
      CALL 151
      BRUN BRK+1

      Enjoy,

      --
      It's just the normal noises in here.
  43. Office Space (gangster) Style by amorformosus · · Score: 0, Offtopic

    PC Load Letter? What the **** does that mean?

  44. Application crash or computer crash? by bsandersen · · Score: 1

    It would be interesting to understand how much of this
    is due to the underlying computer infrastructure failing and how
    much is due to a particular application's failure. Certainly, there
    has been technology available for decades to make the platform
    reliable.

    I'm wondering how it is we've managed to lower our
    expectations to the point where we thought such failures
    were anything but outrageous?

    -- Scott

  45. This should be a poll by menace3society · · Score: 4, Funny

    What do you do when or if your computer crashes? 1) Hit the computer 2) Swear 3) Coax computer into giving your data back 4) Sigh and reboot 5) drop into kdb 6) Call Cowboy Neal for Tech support Then the comments section could be flooded by Mac/Linux fanboys who say "What? Crash? What's that? My leet system is t3h sold OMGLOLROFL!1! " On second thought, maybe the poll's not such a good idea.

    1. Re:This should be a poll by rco3 · · Score: 0, Flamebait

      Yeah, isn't that funny? All those Mac and Linux fanboys acting like their systems don't crash every day? I mean, come on! We all know those guys are just pretending that they don't have BSODs, just like the rest of us.

      It's not as if it's possible for an operating system to be MORE stable than Windows XP, right?

      --

      Ce n'est pas un vrai mouvement de robot!
    2. Re:This should be a poll by Deorus · · Score: 1

      > All those Mac and Linux fanboys acting like their systems don't crash every day?

      Never had my Linux desktops crashed irreversibly without knowing the reason. Programs do crash sometimes, Firefox starts eating resources like mad after a few weeks of use, but unlike on a certain operating system we all know about, it doesn't take everything with it.

      About my Linux servers I only remember having a problem years ago with a Linux 2.4.10 kernel that suddenly began leaving processes in uninterruptable sleeps after about 200 days of uptime and I never managed to figure out why, but besides that, all the Linux machines I left on my previous job are still running with almost a year and a half of uptime without any maintenance at all.

      My PDA also runs Linux, and I happen to be the one developing its kernel, which means that not only it's as stable as I want it to be, but I also have my problems fixed when I need to.

      Given all the above, I am sorry to inform you that no, our systems don't crash every day.

      PS: I am not a Linux zealot, don't get me wrong, I recognize that Windows has its uses and merits, but security and stability are not among them.

    3. Re:This should be a poll by arekq · · Score: 1

      7) Call 911.

    4. Re:This should be a poll by rco3 · · Score: 1

      Dammit, where's my "-1, Whoosh!" mod? See, that was called sarcasm... there was this guy who was proposing a poll, see... and he said that we'd have a lot of Mac and Linux fanboys boasting about their systems' stability, see... and, like, he was acting like it wasn't true, and stuff...

      Oh, never mind. It was sarcasm, OK? I use Linux and OSX. I don't use Windows. Why don't you go inform my parent poster? You _did_ read the parent post, to see what I was responding to - right?

      Which PDA are you developing a kernel for? It's not a Nino, is it? 'Cause I could sure use a good Linux install on one of those.

      --

      Ce n'est pas un vrai mouvement de robot!
    5. Re:This should be a poll by Deorus · · Score: 1

      Eheh, I noticed it was sarcasm right after pressing submit when I finally read your signature, but it was already too late and I'm sorry for that.

      The PDA is a Yopy YP-3700. Unfortunately G.Mate has discontinued the international production line two weeks ago, therefore the project in which I am involved is nolonger as relevante as it used to be.

    6. Re:This should be a poll by Cyno · · Score: 1

      What's funny is how you get modded down as flamebait because there are so many insecure Windows users trolling these forums.

      Oh, did I say insecure? I meant stupid. ;)

      Anyone who uses an OS that's expensive, insecure, bloated, buggy and annoying because its easy-to-use can't be too bright. But don't ever tell them that. They'll just rush out and buy the latest version.

  46. Hit it. by Anonymous Coward · · Score: 0

    Sometimes violence is the answer.

    An old monitor i once used had a habit of turning the picture green once in a while. The only knwown remedy was a good whack at the side, turning it evenly balanced in RGB again.

    Had the harddrive failed I probably would have whacked myself for not making a backup. And then the guy who sold it to me. For being alive.

  47. Number #1 cause of Non-SS devices: by Beardo+the+Bearded · · Score: 2, Interesting

    Cost.

    For now, the major reason keeping solid-state machines from taking over other media is cost. A 200 GB HDD costs about $100. 200 GB of flash will run you about $20 000. Plus, flash can only be re-written a limited number of times. It's 10k - 100k times, but then it's "lights out" for your SS media.

    Hmm. I wonder what Joe Consumer will buy, considering they can't even put any quality into the drives, lest the cost goes up and JC doesn't buy it.

    --

    ---
    ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
  48. Need new glasses by LiquidCoooled · · Score: 2, Funny

    I read the initial blurb as:

    Among the numbers, 7% of those survived hit the computer, 13% yell at first, and another 13% try to "sweet-talk" their computer.

    I was wondering for a moment how many failed to make it.

    --
    liqbase :: faster than paper
  49. Farked by Anonymous Coward · · Score: 0

    Some folks react by having a bender and posting a picture of a squirrel.

  50. I already do that... by nc_yori · · Score: 1

    "In fact, Norman thinks companies could benefit from instituting 15 minute 'frustration breaks'" Ha! I'm so far ahead of this Norman guy! My computer already has "frustration breaks" from my fists. Me: 1 Consultant Guy: 0

  51. Earlier today by WormholeFiend · · Score: 0, Offtopic

    I went to my bank's ATM, and the lady in front of me was arguing with the machine.

    "That's not TRUE!"
    "WTF do you mean, insufficient funds?!"
    "I did put it in!"


    For a second I had a flashback of that movie Slapshot when the guy inside the vending machine opens the door...

  52. Incomplete survey by manifoldronin · · Score: 1

    I bet it missed those who decided never to use a computer any more.

    --
    Tyranny isn't the worst enemy of a democracy. Cynicism is.
  53. After carefully examining all of the possible... by Demon-Xanth · · Score: 5, Funny

    I was considering what could cause the deep fryer to become destroyed and came up with only one possible conclusion:

    It was "The One Laptop". Only a deep fryer could really destroy the laptop being that it was the evil that the laptop was created from. And when the laptop was cast into the fryer the fryer erupted from the critical mass of evil and proceeded to destroy everything around it.

    (apologies to Tolkien, Oppenheimer, and Jackson)

    --
    If you think education is expensive, you should try ignorance -- Derek Bok, president of Harvard
  54. "PC Load Letter? WTF Does that Mean!" by LumpyRabbit · · Score: 0

    Most people react just like Michael Bolten does...with a bat!

    And no,he has no relation to that "No Talent Ass Clown"

    --
    OpenSource is only free if your time isn't worth anything
  55. Surprise! by tuxq · · Score: 1

    Why doesn't this surprise me that MSNBC did the survey? ...34% have no clue what happened and call their company tech support. :)

  56. Depends by bersl2 · · Score: 1

    If I do something stupid (real-life example: rm -rf /mnt/floppy/ * when the CWD is ~): Hands into face. Scream or cry.

    If the system does something stupid that makes me lose data (hasn't happened since I switched): Hit the machine. Hit something else. Repeat until tired.

    If the system just crashes: Meh. I can fix this.

  57. Takes a licking... by jglazer75 · · Score: 1

    This is a true story...about 3.5 years ago I bought a brand new Dell laptop to take to law school. In my second semester I had to write a brief for my legal writing class. It was getting close to the deadline and I really had barely started. I was sitting in my girlfriend's apartment typing away and BRAIN FREEZE. I couldn't think of what to type next. I literally just sat there staring at my computer. After about 20 minutes I was getting very frustrated and I balled my hand into a fist and slammed it onto the keyboard. Why? Who the hell knows - sort of one of those throw-the-controller moments. The screen went black. I was horrified. Not only had I been unproductive, but the entirety of my paper was stored in this little device that was no longer functional. At this point I almost threw the laptop out of a window. But I thought better of it thinking I could at least salvage the hard drive if I had to. After about 10 or 15 minutes (when my girlfriend stopped laughing at me and I had calmed down a little) I tried the power button again. Low and behold the little bastard worked! To this day I still have that laptop, it works just fine but there is a fist-sized dent in the keyboard. Whenever someone asks I suggest that my keyboard needed to be more ergonomically designed so I could type better.

    Anyway. From then on, I swear by Dells.

  58. Panic Chip by crnbrdeater · · Score: 1

    I firmly believe there is a panic chip installed in every computer ever made. I discovered this chip quite by accident during my days as an undergrad. Regardless the system I was working on it would function fine until an hour before my program was due. Without fail the system would choke and in the process corrupt/lose/overwrite/hide all my data (Mainly my COBOL compiler). Of course how do you tell an undergrad from a grad student. The grad student saves his work in more than one place. At one point I considered switching to finance or something. It never occured to to have backups of my programs.

    --
    ~CrnbrdEater
  59. Hmm... by game+kid · · Score: 1

    ...so you used the dusty old one from the closet to post that?

    Somehow I think that'll crash faster; you'll really be swearing then. "#$%^& dusty old piece of dirty $^&%&*^"

    --
    You can hold down the "B" button for continuous firing.
    1. Re:Hmm... by Chrispy1000000+the+2 · · Score: 1

      Actually, the older ones took a longer time to crash. Take my win98 box in a '99 emachine for example. Nowadays it will first Bsod on startup, hit space, it goes away. Then it will bsod again a couple times when the ram starts getting full. Auto -close fuction for the background programs I call it. Then, it will start to get sluggish, the cpu light will start going full tilt, till she either stops, or inexplicibly restarts.

      Now If I had a new machine, it would crash a lot faster, and I would get less work done.

      --
      Sig
  60. Computers shouldn't lose data by TuringTest · · Score: 4, Insightful

    That's one of the most pervasive design errors in today computers. Really, a good computer design should trear user input as sacred - because everything else can be recomputed, but user data is unique and precious.

    Come on guys. We have transactional databases, we have huge space in hard disks, we have no reason to lose a single keypress from the user. Do we enjoy having jokes on how people react when all their work of five hours is lost forever? Is "press the Save Button often" the best solution we can engineer?

    --
    Singularity: a belief in the "God" idea with the "demiurge" relation inverted.
    1. Re:Computers shouldn't lose data by Anonymous Coward · · Score: 1, Interesting

      For those of you interested, I found that information in the Ten Most Wanted Design Bugs.

      Posting anonymous this second time for not karma whoring.

    2. Re:Computers shouldn't lose data by lxs · · Score: 1

      Every bit is sacred every bit is good.
      Every bit is needed in your neighborhood.

    3. Re:Computers shouldn't lose data by sameyeam · · Score: 1

      This is something that amazes me about MS Word. It seems to have an amazing ability to recover from random crashes/power cuts etc...yet the same feature doesn't seem to have ever made it to any other MS (or other) applications - it seems insane really. I mean, if the team programming Word managed to do it - could it really be that hard?

    4. Re:Computers shouldn't lose data by fgb · · Score: 1

      Every bit is sacred
      Every bit is good
      And if a bit is wasted
      God gets quite irate

    5. Re:Computers shouldn't lose data by sploxx · · Score: 1

      I think it is hard to safeguard the user against typing things like "rm -rf,*"(*). IMHO, the only thing easily doable here is a question that has to be answered like "Yes, I am absolutely sure that this may destroy all my data.".

      But that gets annoying very quickly if the computer asks it for each and every directory. And then, the answer would become a *mechanical* "yes" (without the user thinking about it)...

      IMHO, other things like disk crashes can be avoided by RAID1 and frequent backups. I have such a RAID (with the nice sideeffect of increased HDD speed) and all my important things are stored in CVS on another computer (in the same house, though).
      Just yesterday I had a "kernel: ... disk read error" for one of my hard disks and a complete lockup. I was very happy then to have the RAID.
      It turned out that this was only a bug somewhere in the driver, though (no HDD read problems), my HDD is still fine and Linux' md driver has resynced my disks without any problems.
      But still, by this I'm feeling that the additional money spent on HDDs is justified :)

      --------
      (*) - Note that the comma is there that if you accidentally copy and paste this into your shell, it won't cause harm :-)

    6. Re:Computers shouldn't lose data by kirkb · · Score: 1

      I think it was easier to build crash recovery into MS Word than it was to build in reliability. No seriously. That's not a troll or anything.

      --
      Slashdot: come for the pedantry, stay for the condescension.
    7. Re:Computers shouldn't lose data by Grishnakh · · Score: 1

      So why is it that I frequently open up a document in Word and it asks me which recovered document to open, when I never had any problems saving it the last time? The WTS server I run Word on has never crashed on me, and I've never had a problem saving a Word document, but this bizarre behavior frequently happens when I open something.

    8. Re:Computers shouldn't lose data by Chirs · · Score: 1

      The way around "rm -rf" is to make the filesystem transaction-based and versioned. If you do the above, all you need to do to recover is to undo the last command.

      Chris

    9. Re:Computers shouldn't lose data by Tyrdium · · Score: 1

      Actually, OpenOffice.org 2 has a similar feature. It's worked pretty well the few times OpenOffice.org has crashed on me.

    10. Re:Computers shouldn't lose data by Anonymous Coward · · Score: 1, Insightful

      Virtually every case of a computer "losing" data is bacuse of a hardware malfunction.

      Long ago people decided that paying for redundancy was "completely useless" and so today we have no more parity checked ram and even todays rediculously large HDs are still not big enough to automtically and internally mirror data.

      Computers COULD be built to never lose data, but only one in a million people would be willing to pay the more $ it would require to have.

    11. Re:Computers shouldn't lose data by Anonymous Coward · · Score: 0

      Even "pressing the Save Button often" isn't a solution. Try opening a word document from a webpage in firefox, editing it for several hours, then close firefox. There goes all of your hard work that was actually a temporary file!

      Or when you write that enormous e-mail, press "Send" and it says "Sorry, you timed out!" .. Try pressing the back button, ... Fields are empty! Press forward button, back, forward, back, clipboard? Not in the clipboard?! Noooooooooo!!

      Eh hem. Sorry, Try Again.

    12. Re:Computers shouldn't lose data by sploxx · · Score: 1

      The way around "rm -rf" is to make the filesystem transaction-based and versioned. If you do the above, all you need to do to recover is to undo the last command.
      And then, you have the problem that your storage requirements grow and grow. There is a physical limitation to the HDD equivalent of Moore's Law..
      You just _have_ to delete data someday. And if it's 'only' the merging of several version on your transaction filesystem. Bad things can happen there, too.

      The same with archeology, at leat from a philosophical standpoint. You can't preserve everything, else the earth will be littered with AOL-CDs.. ;)

      Ooops, sorry if this sounds a bit like nitpicking (although I still think these are valid points to consider), it probably is, but I just had a bad argument with my GF...

    13. Re:Computers shouldn't lose data by Machtyn · · Score: 1

      One of the problems is that it is very difficult to install a MS Windows product with separate partitions. I spent hours one day reinstalling XP multiple times until I get the system to default the Program Files and "Documents and Settings" to my second physical drive.

      MICROSOFT: LISTEN! Allow multi-partitioning during the install process! We need to store user data to a other drives so when the OS corrupts we don't lose anything.

    14. Re:Computers shouldn't lose data by evilviper · · Score: 1
      Is "press the Save Button often" the best solution we can engineer?

      Of course not. vi has been saving all user input in the event of a crash, since the very beginning.

      The question is, when will Microsoft catch up.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    15. Re:Computers shouldn't lose data by sparkz · · Score: 1

      Even "pressing the Save Button often" isn't a solution. Try opening a word document from a webpage in firefox, editing it for several hours, then close firefox. There goes all of your hard work that was actually a temporary file!
      Not a Windows expert, but surely it's saved to %TEMP% (or whatever the variable is called), or maybe "Temporary Internet Files" (or whatever it's called) GNOME's VFS tends to save stuff to /tmp, which is a PITA; surely Windows can't have contrived a more awkward solution?

      --
      Author, Shell Scripting : Expert Re
    16. Re:Computers shouldn't lose data by DJCF · · Score: 1

      Back when I was a n00b and using hotmail, that used to happen so often that it's second-nature to ctrl-a, ctrl-c before I send off a webform. Any webform - I'm doing it, even writing this!

    17. Re:Computers shouldn't lose data by Mechcozmo · · Score: 1
      Neat thing about a Mac is that if the OS goes corrupt, Archive and Install!

      Appearing in the next version of Longhorn.....

    18. Re:Computers shouldn't lose data by Anonymous Coward · · Score: 0

      Nope!

      Check out http://bugzilla.mozilla.org/show_bug.cgi?id=191239

      "Downloaded files opened with a helper app are deleted on quit"

    19. Re:Computers shouldn't lose data by Anonymous Coward · · Score: 0

      Oh, it's not just you I can assure you. :)

      For me it's anything that goes into a multiline text box as it isn't stored by the browser if the sh*t hits the fan!

    20. Re:Computers shouldn't lose data by Anonymous Coward · · Score: 0

      Except the evil-bit

  61. causes, causes by l3v1 · · Score: 2, Insightful

    who was so upset with his laptop that he threw it into deep fryer

    Thing is, some software developer-vendor companies [no, I won't name any] achieved a somewhat outrageous point where sixpackjoes think that when a software error causes a hardware hangup and data loss (and a _huge_ part of hangups is caused by bad software, that including drivers) then the whole stuff (computer, laptop, ...) is faulty and no wonder they will let their anger out on it. It's the typical "throw out the baby with the bath water" effect.

    But what else can be expected in the world where the blue "e" still means "internet" for the vast majority.

    Thing is, IMHO, this is not their fault. In an ideal world the people should not experience any such drawbacks even if they don't know the difference, and don't know that sw and hw are not the same and are not glued together for eternity.

    And the argument "don't use that SW or OS, use this another" isn't going to work in such cases, and it shouldn't either, because they don't care about such things: they paid a lot of cash for the damn thing, and they - rightfully- expect it to work at least as flawlessly as other "home appliances". They don't - be the cause HW or SW - and well, that is usually hard to explain to the average grandma next door.

    And now, at the end, after trying hardly to be quite impartial, I have to tell: if I don't count hw failures (not so often, I handbuild my machines and I'm good at it), I've been in heaven since I trusted my data to my debian box on xfs for quite a few years.

    --
    I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
    1. Re:causes, causes by Anonymous Coward · · Score: 0
      Some issues here:
      • Linux is just as vulnerable to bad drivers as windows. E.G. I used to crash older Linux 2.0.x kernels with the Iomega Zip drive driver by simply disconnecting the zip drive (newer kernels are better about this).
      • Bad hardware can act in unpredictable manners that is very difficult to code around.
      • Linux is no better than Windows in this regard. If Linux were a microkernel OS, then, yes, it would have "bad hardware doesn't crash our system" bragging rights. Linux, however, is a monolithic kernel.
      • People want computers to be cheaper. Computer companies have to cut corners to hit the price point that consumers want. It's the Wal*Mart problem.
      • Linux is still too hard to use to be an end-user computer. It's a lot better than FVWM in 1995 (for the end user; I'm using FVWM right now), but XP is still ahead of Linux.
    2. Re:causes, causes by mrchaotica · · Score: 1
      And the argument "don't use that SW or OS, use this another" isn't going to work in such cases, and it shouldn't either, because they don't care about such things: they paid a lot of cash for the damn thing, and they - rightfully- expect it to work at least as flawlessly as other "home appliances". They don't - be the cause HW or SW - and well, that is usually hard to explain to the average grandma next door.
      In other words, the average computer is defective because it runs Windows. That makes perfect sense to me, but the argument "don't use that SW or OS" is valid, because to replace the OS you need to replace the hardware, too.

      In other words, speak for yourself -- my Mac isn't defective!
      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    3. Re:causes, causes by l3v1 · · Score: 1

      In other words, the average computer is defective because it runs Windows. That makes perfect sense to me, but the argument "don't use that SW or OS" is valid, because to replace the OS you need to replace the hardware, too.
      In other words, speak for yourself -- my Mac isn't defective!


      Well, I _was_ speaking for myself :) Although I intentionally didn't speak explicitely about Windows (although maybe I probably should've), because many of the things I said are valid not just for Windows. And with the above to which you responded, I meant that for the most of the average people who just buy a pc/laptop to "use" it, won't easily accept that sw or the os itself can easily be replaced (or that it _should_ be replced in some cases). Things change as everyday people become more computer-literate each year, but you probably would have a hard time with the most of the simple users.

      I don't think I fully got this one though: because to replace the OS you need to replace the hardware, too. In case you refer yo your Mac, that's perfectly fine. Still, you needn't do that to use a fine breed of Linux. I guess things could be a - tiny - bit easier if there was more often a choice to buy pcs/laptops with preintalled beginner-friendly easy Linux distros. But I also could be perfectly wring with this, who knows ?

      --
      I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
  62. My situation by Golradir · · Score: 1

    I own two computers, an "old" one (400MHz) and a "new" one (2,53 GHz). The hardware of the old one is really bad (CD-ROM player doesn't work half of the time, it makes a noice like a Boing 747 taking of when it tries to read the harddisk). My maximum uptime is 10 days (it's a router/server). When it crashes, I just press the reset button, it like a routine now. The "new" one is dual boot. I neve use Windows, but the other users often complain about the frequent crashes. I never had one using Slackware, so I don't really know that "crash-feeling".

  63. My computer? yelling? by Misroi · · Score: 2, Funny

    From TFA: "Yet the first step for many computer after a computer crash is to hit or yell at their machine"

    I must have some sort of special computer, when it crashes it just freeze, I have never seen it yell or hit itself.

    I can see the new computers yelling AT their users, because well all know the no1 reason for computer problems is the user ;)

    1. Re:My computer? yelling? by arekq · · Score: 1

      Ok. Let's get this straight.
      So, when the computer crashes, you freeze, and it yells? :)

  64. Oh good, something to analyse by milgr · · Score: 1

    I work in sustaining, mainting Linux kernel drivers. Hopefully I get something to analyse (like a crash dump or other useful messages).

    At least it isn't a hang, or a performance issue.

    --
    Where law ends, tyranny begins -- William Pitt
  65. Re:After carefully examining all of the possible.. by CFTM · · Score: 5, Funny

    What about us members of /. who are sick of stupid LoTR jokes? Where's our apology? :)

  66. What I do by operagost · · Score: 1
    Another non-violent response is the most popular, he said -- about one-third of respondents said they immediately just resign themselves to loss of the data.
    Funny, these people. I restore from backup, although I admit it isn't very convenient for the masses anymore with 250 GB hard disks costing only $100 while 250 GB backup devices cost $5000. Sure, you could just buy another 250 GB disk and back up to it, but you'll need at least two for this to be a legitimate strategy and who wants to have two extra hard disks around just for backups?
    --

    Gamingmuseum.com: Give your 3D accelerator a rest.
  67. Awesome sig, dude! by Anonymous Coward · · Score: 0

    That movie ("Godzilla vs. Monster Zero") should be required viewing for anyone interested in special effects as an example of how not to do stuff. Maybe for budding actors as well:

    "The unpleasant noise coming from your radio is not a mistake. Please do not turn off the sound but instead turn it up as high as possible!"

    "What a Controller?"

    "You rats! You stinkin' rats! What did you do to her?"

  68. I've never seen by northcat · · Score: 2, Interesting

    I've never seen anyone do any of that when their computer crashed. Or heard of it. Other than in movies. But then, I don't live in any of the countries (Read: USA) where the 'research' was conducted.

    1. Re:I've never seen by Anonymous Coward · · Score: 0

      I don't understand why they didn't include the simple "FUCK SHIT DAMN!" choice in their list.

  69. Re: Your apology. by Demon-Xanth · · Score: 1

    It's in the Duke Nukem Forever credits, the Infinium Phantom port atleast.

    --
    If you think education is expensive, you should try ignorance -- Derek Bok, president of Harvard
  70. Laptop destruction - true story... by Chordonblue · · Score: 4, Funny

    I once had a customer (back in my small computer business days) who had bought a brand new, top of the line 486 Acer laptop. It came complete with a cool-ass trackball and COLOR screen!

    Anyway, after a few days, the trackball started sticking on the guy and he called us. We cleaned it, but it would still stick - and he was starting to get pissed. We called Acer and got the usual tech runaround where they insisted they would get back to us. The customer finally called them and they told him the same thing - they never did.

    So one fine morning at breakfast, the guy sits down with his laptop and cup of coffee in the kitchen and the trackball sticks on him again. Not just a little glitch either, I mean the pointer simply isn't moving. With one sweep of his hand, the coffee cup goes flying and smashes to small pieces on the floor. His wife looks the mess with disgust and says, "Why don't you take out your aggression on your computer instead?"

    And the guys yells, "Yeah? Well, I think I will!" And slams the laptop to the ground and starts JUMPING UP AND DOWN ON IT!

    Sheepishly, the guy comes back to us with the laptop in many pieces and tells us this story (and we had to try not to laugh about it). We called Acer, and finally got through to the president of the company and explained what happened. Believe it or not, Acer profusely appologised and sent us a brand new model (sans trackball of course)!

    --
    "...Well, there's egg and bacon; egg sausage and bacon; egg and spam; egg bacon and spam; egg bacon sausage and spam..."
    1. Re:Laptop destruction - true story... by 77Punker · · Score: 1

      So...top of the line Acer? That can happen?

    2. Re:Laptop destruction - true story... by Anonymous Coward · · Score: 0

      Sure, top of their line... It's possible to have a top of the line Kia automobile.

    3. Re:Laptop destruction - true story... by Anonymous Coward · · Score: 0

      HAHAHAHA

      Mod parent UP!!!!

    4. Re:Laptop destruction - true story... by Anonymous Coward · · Score: 0

      Reminds me of a recent Dell story... we had one laptop with a dodgy keyboard, then another (identical) laptop's screen got accidentally broken.

      Instead of raising another support call (have you dealt with Dell support?!!!) my boss just attached the broken screen to the broken laptop, and claimed under insurance... which went directly to Dell support (somehow!), and when the support tech was told that the machine now had a broken screen, too (he'd put his boot through it!), the poor tech support guy asked "But why, Mr. X, would you want to do that?"!!!

      Bless.

  71. computers also have to deal with other computers by drunken+dash · · Score: 1

    Yet the first step for many computer after a computer crash is to hit or yell at their machine

    See, computers also have to deal with other irate computers. I've seen computers attacking other machines before too, it's not pretty.

    --
    Enjoy an e-piphany
  72. Add Ghz! by Crashmaster007 · · Score: 1

    I can see these same people saying to eachother "Hit the pc to add Ghz!"

    --
    I reject your reality and substitute my own.
  73. stability by matt+me · · Score: 1

    if this computer i am currently on (windows xp) crashes, i hit the reboot key, and head upstairs to use my fedora box which has yet to die on me.

    oh how i love those skull and cross bones.

  74. I don't "majorly" crash my computer by whitetiger0990 · · Score: 1

    I keep all my major stuff on a flash drive. Whenever the computer I use screws itself over (no I didn't do it I swear!) I sigh and reinstall windows. Though that hasn't happened much. Never happened with my XP machine.


    My girlfriend HAS indeed said that Bill Gates is cute. I'm waiting for my computer to get struck by lightning or something.

    --
    You have been warned.
    1. Re:I don't "majorly" crash my computer by freakmn · · Score: 1

      Perhaps you should show your girlfriend these pictures of Billy a couple years back. He was in his late 20's which I understand is the tail end of the prime for most guys...

      --
      warning: This post is likely to contain gobs of dripping sarcasm. Consume at your own risk.
    2. Re:I don't "majorly" crash my computer by Anonymous Coward · · Score: 0

      see my computer has never crashed....sometimes I have problems so naturaly i sweet talk my computer. The thing that bothers me is who the heck funds these reserches? How will this help us in the future? Will future computers respond to our actions? I hope not -_-;;

      your girlfriend is a freck! Bill Gates never was sexy

  75. Fuck off by worium-gay · · Score: 0, Troll

    fuck! rodrigo@worium.com.br

  76. ...well don't just leave us hanging! by mcc · · Score: 5, Funny

    One restaurant manager who was so upset with his laptop that he threw it into deep fryer. That destroyed the laptop ... and deep fryer, too

    Yes, but how did it taste???

    1. Re:...well don't just leave us hanging! by iggymanz · · Score: 1

      much like the french fries: a bit like the noon onion ring special

    2. Re:...well don't just leave us hanging! by AppyPappy · · Score: 1

      "Yes, but how did it taste???"

      Like chicken. Everything tastes like chicken. That's why I don't eat chicken. You have no idea what you are eating.

      --

      If you aren't part of the solution, there is good money to be made prolonging the problem

    3. Re:...well don't just leave us hanging! by C_Kode · · Score: 1

      Yes, but how did it taste???

      PORK

    4. Re:...well don't just leave us hanging! by MiKM · · Score: 1

      Depends. Was the laptop an Apple?

    5. Re:...well don't just leave us hanging! by whitehatlurker · · Score: 1
      Yes, but how did it taste???

      Like SPAM

      Hmmm deep fried spam ...

      --
      .. paranoid crackpot leftover from the days of Amiga.
    6. Re:...well don't just leave us hanging! by pklinken · · Score: 0

      like sweet sweet revenge.

    7. Re:...well don't just leave us hanging! by Anonymous Coward · · Score: 0

      "Can't talk. Eating fried pie. Experiencing Nirvana." -Mike in Ed

    8. Re:...well don't just leave us hanging! by IronicCheese · · Score: 1

      wait for it... ... like chips!

      computer... chip...oh nevermind.

  77. Actual quote from MSNBC.com by Anonymous Coward · · Score: 0

    According to the survey, more people commit some act of computer violence than call for help when faced with a crisis, according to a survey conducted by New York-based Ontrack Data Recovery.

    If anything deserves -1 Reduntant...

  78. Hitting an electronic device ... by krygny · · Score: 1

    ... hasn't done much of anything since the days of dirty switch-knob tuners in TV sets. But the habit is hard to break, especially since the practice is somewhat satisfying, if not remedial. See, what computers need is some old fashioned electrical (not electronic) potentiometers and switches so that hitting them might actually do SOMETHING.

    --
    Research shows that 67% of those who use the term "research shows", are just making shit up.
    1. Re:Hitting an electronic device ... by Beardo+the+Bearded · · Score: 1

      I have to whack my TV. The vertical stabilizer on the electron gun is going, and it sometimes gets stuck. The result is a white bar in the middle of the screen.

      The only remedial step is to smack the crap out of the TV until the gun unjams. Other than that, it's a really, really good TV with excellent picture.

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
  79. Re:After carefully examining all of the possible.. by carpe_noctem · · Score: 1

    You should apologize to the rest of us, too.

    --
    "Quoting famous computer scientists out of context is the root of all evil (or at least most of it) in programming." - K
  80. See by hawk · · Score: 1

    Quite obviously, this is why people *phone* you to give you bad news . . .

    hawk

  81. 423 Thousand?!? by KnarfO · · Score: 1

    ...that is not a small number!

    --


    "Creativity is allowing ones self to make mistakes. Art is knowing which ones to keep" - Scott Adams
  82. computer forensics anyone? by joey_knisch · · Score: 1

    And the real nerds of the world break out their backups and or computer forensics tools. Then get everything back.

  83. Statistically Windows is a health Hazard... by AT-SkyWalker · · Score: 2, Interesting
    Since Windows Boxes Crash all the time they should be considered a health hazard ! As a Windows user if my windows box repeatedly crashes causing data loss all the time, I'm more prone to a nervous break down, or I may end up getting into road rage (as per the article) and run over someone with my car.

    I guess Linux/Unix/Mac users are more psychologically stable then, since they are less prone to this kind of trauma.

    Wouldn't it be funny if windows users filed a class action suite against M$ because Windows crashes led them to psychological trauma which may in turn lead them to harming other innocent people!

    1. Re:Statistically Windows is a health Hazard... by Anonymous Coward · · Score: 2, Interesting

      Actually on my Mac I'm more traumatized. I used to save every 30 seconds in Photoshop, but now I've gotten lazy and will wait hours or days to save. When the laziness catches up, ouch, it hurts.

    2. Re:Statistically Windows is a health Hazard... by werewolf1031 · · Score: 1
      Thaaat's right, blame the other guy.

      I find it much easier to simply keep spackling the holes in my apartment wall after the Cassull .454 rounds pass through the monitor...

      What? Just me? Uh... nevermind.

    3. Re:Statistically Windows is a health Hazard... by Tony+Hoyle · · Score: 5, Insightful

      Macs are the wieredest ones for crashing... Mine sits on the desk doing nothing most of the time (it's mostly a build server for the osx versions of my software.. it's got nothing installed but the basic osx + xcode) - I'll come to it after maybe a fortnight and the finder has gone into 100% CPU mode and taken most of the rest of the system with it... luckily the power plug is only a couple of inches away :)

      The Win boxes stay up when not in use. Of course when you start to use them the story changes... it's *so* easy to bring down a windows box (my favourite is crashing the LSA.. it gives a 30 second countdown before falling over). [btw. before anyone asks that's not a virus I write software that integrates at quite a low level and the Win32 API isn't error checked at all at that level - the slightest error brings the whole thing crashing down].

      Linux is *hard* to crash. Not impossible (fork bomb, even with ulimit, can sometimes cause the autokill routines to kill system processes like inetd). A runaway app at 100% CPU though doesn't do it, unlike Win and Mac.

      The prize goes to AS400 which I haven't even been able to make break its stride even after trying hard. I can lock an individual login, but never had any effect on the stability of the system. Pity AS400 is such a damn awful piece of crap to work with most of the time...

    4. Re:Statistically Windows is a health Hazard... by koreaman · · Score: 1

      this happened to me on Linux :(. Needless to say Linux is stable, but unfortunately OOo is not. Say goodbye to two days of work

    5. Re:Statistically Windows is a health Hazard... by Anonymous Coward · · Score: 1, Informative

      >>Linux is *hard* to crash Unfortunately if you use a program called root (a hated high energy physics histograming package, the name actually is a very good one because the fact that is linuxed based and called root basically says it all) you can easily crash linux. I find this one of the more impressive things about the program.

    6. Re:Statistically Windows is a health Hazard... by Anonymous Coward · · Score: 1, Insightful

      If you are writing to Win32, then you are not programming to a low level. Which API function is not checked? All of them are, from my experience. I think you are full of it.

    7. Re:Statistically Windows is a health Hazard... by FuzzyBad-Mofo · · Score: 1

      A simple way to relieve the stress of computer crashes:

      Serenity now!

    8. Re:Statistically Windows is a health Hazard... by Anonymous Coward · · Score: 0

      I know this is offtopic, but just on the offchance that someone skimming this might have good advice for a fellow geek in a tough area to get a job... How the hell do you get started in AS400? Do those training programs really get you in the door? I'm not too worried about being able to pick it up once I get my foot in the door, but most places where I live require AS400 experience and I don't know anyone personally who has any. They are constantly hiring at good pay, while the windows and linux jobs are mediocre.

      Would really love to get my hands on training software or an environment simulator even. Like I said, offtopic, but the guy mentioned AS400 and I figured he might know, or one of you other guys who have AS400 experience might know.

    9. Re:Statistically Windows is a health Hazard... by chrish · · Score: 1

      Wow, you sure trust your software!

      I hit Ctrl-S (or Command-S on my iBook or C-X C-S in EMACS) every time I get up for tea/coffee/bathroom/whatever. And every time I finish something significant.

      --
      - chrish
    10. Re:Statistically Windows is a health Hazard... by Anonymous Coward · · Score: 0
      Go find a government institution. State government, preferrably (I'm assuming you're American). I got a job out of college with no experience in it. Hell, I didn't even know that it was an AS400, I just knew we were programming "mainframes". It was at the university where I graduated and at the age of 26 I was easily the youngest one there. I didn't know jack about COBOL or JCL or anything but they hired me anyway. After two years I ran like hell since it was kind of a crap gig but they have a lot of nice things. For starters, you can't get fired unless you're just horrible or you're embezzling - and even then they'd let you pay it back. Their turnover is mostly due to retirement or death. Outsourcing is pretty much unheard of. And most of your bonuses are based off of longevity, not skill. The pay starts out kinda low and raises slowly, but by the time you hit 50 or so you'd be pulling mad bank (assuming you want to stick in it that long).

      The one problem is that in many places it's not enough to have COBOL or AS/400 experience - you also need DB2 (the Oracle/SQL Server of the Mainframe world). Problem is, at the place I worked, something called ADABAS was the lowest bidder 20 years ago. In the for-profit world you'll be going up against people with decades of DB2 experience.

      Of course this is all from a programmer's perspective. YMMV.

    11. Re:Statistically Windows is a health Hazard... by Anonymous Coward · · Score: 0
      ...but most places where I live require AS400 experience and I don't know anyone personally who has any.

      It sounds like I live in the wrong area. I have AS/400 certification and a degree, but neither has gotten me anywhere yet. The AS/400 people around here won't ever retire to let us younger people get a starting chance. Someday I'll get out of operations and into something that actually utilizes my degree and/or certifications, but I'll probably be old by then.

    12. Re:Statistically Windows is a health Hazard... by Anonymous Coward · · Score: 0
      The prize goes to AS400 which I haven't even been able to make break its stride even after trying hard. I can lock an individual login, but never had any effect on the stability of the system. Pity AS400 is such a damn awful piece of crap to work with most of the time...

      I can easily make a dummy terminal go berzerk on an AS/400 to the point where I have to shut down the master console. It only generates minor errors in the log about losing its connection to QCTL, though. Other than that, yeah the AS/400 is pretty darn stable.

    13. Re:Statistically Windows is a health Hazard... by koreaman · · Score: 1

      well, I used to. I don't trust my software anymore...

  84. Blame someone else by ZorbaTHut · · Score: 3, Interesting

    I admined a high school computer lab for a while. We had a bunch of Win98 boxes with very flaky hardware - out of 15 machines I usually had to reformat and reinstall one every week or so. We did have a linux box for permanent storage, but largely, the proper solution to file storage was "bring a floppy" or "email it to yourself" or "upload it to geocities".

    It's worth pointing out that there were signs all OVER the room, including one on each computer, reading "do not save your work on this computer, save on the Linux server or ask a tech for help".

    And so inevitably, one day a computer melted down as usual (Windows just wouldn't boot) and, as was usual at this time, I didn't bother trying to fix it because it just wasn't worth it. Wipe, reinstall, done.

    And then a day or two later I ended up with a teacher yelling at me because someone had written a paper on that computer and, natch, saved it on the hard drive, despite all the warnings. She demanded that I retype it from him ("retype"? Turned out he'd written it on paper, then merely typed it in on the computer - he still had the original!) and I refused.

    It's worth pointing out that I wasn't just a volunteer. I wasn't even an official volunteer. They had no real admins at this computer lab - I was just a highschooler who had gotten tired of only having two working computers out of 20, and had taken it on myself to make the lab work again.

    But no, apparently just keeping the lab working, linux box and all, wasn't enough. Now they wanted me to copy all possible data anyone could want off the hard drive, and keep it forever. Including favorites, other apps, documents - everything.

    (Which I said "no" to, and also said "no" when they decided to require a two-week paperwork process for fixing any computer, and eventually they kicked me out of the lab and half the computers were broken in a week. Lab never was the same after that.)

    But there you have it. Lost data? Don't say "oh, I was warned this wasn't a good place to save things." Don't say "well, shit happens, I'll go retype it from my paper version." Just try to make someone else redo it for you.

    Pfft. People.

    --
    Breaking Into the Industry - A development log about starting a game studio.
    1. Re:Blame someone else by Anonymous Coward · · Score: 0

      Man, this brings me memories. In college, I admined 24 Win3.1 PCs, half of them crashing at any moment.

      I was working part time, and my manager was very reasonable, and defended me from onslaught of students and faculty regarding problems with the computers. I knew a thing or two about computers, and was able to explain in technical detail why Windows crashes. I managed to appoint couple of students as my assistants so they help me with the grunt work. In the meantime, I made a clean-install boot disk for them to use whenever a PC crashes. I setup Novell server as file storage and clean boot-install server.

      I eventually pushed for another lab with unix and Mac systems, with unix server setup as Mac and unix file storage. That year I was able to finish my study to graduate.

      It also helped that there were some Mac and unix aficionados who appreciated my push for the change of platform.

      Moral of the story: Communicate well, be reasonable but assertive, make friends, and knowledge is power.

  85. spg nazi - first sentence by Anonymous Coward · · Score: 0
    "Yet the first step for many computer [users] after a computer crash is to hit or yell..."

    ...and the last step before publishing is to proofread your article.

  86. My only problem by BaudKarma · · Score: 1

    The only time I have a problem with computer crashes is when its my work system. Since I no longer work in the IT department, I don't have admin access anywhere. That means I have to call *other* people when my system goes down.

    Don't get me wrong, our IT department is courteous and professional and knowledgeable. It just feels so... wrong to sit there and let someone else work on my computer. I imagine thats how it must feel to sit there while some other guy makes out with your girlfriend.

    --
    It's the land of the brave, and the home of the free
    Where the less you know, the better off you'll be.
    1. Re:My only problem by Anonymous Coward · · Score: 0

      Really horny?

  87. that's why we need this... by grumpyman · · Score: 0

    That's why a year-end terminal bash is necessary, like we had in my university. A controlled environment where people take turns to apply an lumberjack axe to a specifically assigned terminal, not that we discriminate this terminal against the others.

  88. Where was this advice last night? by Art_Vandelai · · Score: 1
    when I was in experiencing multiple levels of frustration with a strange BSOD in Windows XP.

    The online poker game I was playing caused a crash, and the thing got a blue screen every time I rebooted. Took until about 3AM when I finished cursing Bill Gates's name in every language imaginable. Turns out I had to uninstall all the drivers for my USB devices and reinstall them one by one. Of course I had to uninstall my keyboard & mouse driver, and tear the house down trying to find the install CD's that I had so recently cleaned up and organized.

    I don't think there's anything that can induce more rage than Microsoft operating systems.

  89. Personal Ad by pete-classic · · Score: 1

    Male computer hitter seeking female computer sweet-talker for a co-dependent relationship.

    -Peter

  90. Enlightenment by Dutchmaan · · Score: 3, Funny

    "One restaurant manager who was so upset with his laptop that he threw it into deep fryer."

    One laptop computer $1500
    One commercial deepfryer $3000

    The realization that not only have you destroyed your computer, but also a vital means to your restaruants busniness and your business and personal information due to a split second of impulse anger.... priceless

  91. 'New York-based Ontrack Data Recovery' by Tribbin · · Score: 1
    according to a survey conducted by New York-based Ontrack Data Recovery.

    (...)

    often, lost data can be saved by experts
    Not that it matters in any way. I just like to highlight this.
    --
    If you mod this up, your slashdot background will turn into a beautiful sunset!
  92. Click, click, click... by hass · · Score: 1

    My laptop went click, click, click, click, click... Flash drive to the rescue! Backed up my important data. A few minutes later it went click, click, click, finally froze, and then blue screened. Since it was under warranty and no data was lost I didn't have to hit or yell at it. :)

  93. The ultimate reason to stop using Windows by SuperKendall · · Score: 1

    When "these things" break, stored frustration can explode into rage, particularly when people spend seven or eight hours each day in front of a computer, Norman said. In fact, he thinks road rage might be the result of what he calls "computer rage." After a long, hard day of computer crashes, one unfriendly driver on the way home can set off a person who is already near the edge.

    See? Using Windows has repercussions beyond just bad UI. It has turned us into a nation of homicidal maniacs on the road.

    I always wondered why I was a much better driver than most people on the road. Now I know - I use a Mac!

    Apple. Is there anything they can't improve? :-)

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:The ultimate reason to stop using Windows by WillAffleckUW · · Score: 1

      See? Using Windows has repercussions beyond just bad UI. It has turned us into a nation of homicidal maniacs on the road.

      Friends don't let Friends drive while using the Windows OS.

      --
      -- Tigger warning: This post may contain tiggers! --
  94. Fragile laptops.... by test517 · · Score: 1

    I had one CEO for a dead networking company that had 'anger issues' and destroyed 5 laptops in one year. One he put under the backwheel of his porche and peeled out. Another he smashed with a hammer because the recharge light was blinking, no joke. The best part is he would take the remains back to our IT dept and berate them for buying shoddy laptops. Yet another time I was happy I was not in Desktop support..

  95. It's NOT OK by SmallSpot · · Score: 1

    My wife had her laptop crash while working on here thesis. She looked at the screen and it said something like "Application Failed, exiting" and an "OK" button. She said: "No, it's not OK. I want a "Not OK" button!"

  96. engrish by Anonymous Coward · · Score: 0

    I'm tired the engrish in stories of slashdot

  97. Stages of coping... by supercowpowers · · Score: 3, Insightful
    Personal Experience

    True story, the deadline for a paper I was writing was closing in fast (i.e. the next time the sun comes up). I had compiled a ton of raw research in a single file, "notes.txt", and was in the process of going through it, combining redundant data, and copy/pasting in a logical order into a second file, "outline.txt" to base the first draft off of.

    I forget exactly what it was, but one of my (nonessential) programs was acting up. I went into the task manager and futzed around a bit until I got it killed.

    All was well....I thought.

    Running on nothing but caffeine and determination, I wasn't in the clearest state of mind. Turns out that I had managed to kill the text editor I was using on outline.txt also, and I hadn't saved my changes for a while...oops...

    My raction went something like this...
    • Denial. I truly cannot believe what happened. "What? I can't seem to find the outline...surely it's in the taskbar here somehwere...let me look again...I know I'm right. I'm always right. The computer is perfect. This can't be"
    • Rationalization (aka wild speculation). I try to think of 20 explanations for what went wrong and what I can do to fix it, all within half a second or so. "OK so it's not in the taskbar maybe there's an obscure bug such that it's not in the taskbar but the process still exists? surely that's it! let's see in the task manager here...what? I can't see it? I'm sure it's in there somewhere let's look again...not there? OK, I'm sure it automagically saved the file after every single keypress! I'm good to go..."
    • Stupidity. I sit staring at the screen drooling for a few seconds.
    • Acceptance and Pacification. "OK, so I screwed up. It's ok, I still have 5 more hours, I know I saved it recently, I'm fine this will only take 5 minutes to redo." I continue to stare at the screen and take deep breaths and feel at peace with the world for some strange reason.
    • Damage Assessment. This is the ugly part, when I go back and look at the most recent version of the file and discover that it's only 5 lines long! Hilarity, violence, and gratuitous foul language ensues. My feelings are a combination of panic and pure rage.
    • Recovery. I go back to acceptance and pacification for a bit, and work up the courage to start working again. Half an hour later I'm back where I started, albeit with half an hour less time.

    This is actually the most complicated reaction to a crash I've had that I can think of. It seems like my reactions vary wildly depending on the situation...

    For crashes with less severe consequencs, or ones that are completely obvious (power failure, etc), I usually jump straight from normalcy to damage assessment. Afterwards, anger comes first and then reflection on what caused the crash.

    Sometimes I'm almost completely calm. This is usually when I'm already expecting Bad Stuff to happen, I've already accepted the consequences and know what I'm going to do. The last time I had a hard drive crash on me, I got a little worked up because I wasn't expecting it to happen right then, but it was an older drive and I had long since moved anything irreplacable off of it.

    An Attempt at Insight

    Remember though that people like you and I understand more about computers than most people, and we don't tend to focus our anger on the computer itself. A lot of people have no idea how computers work, they might as well run on fairy dust and wishes for all they care, so when they experience problems they feel helpless, they get mad at the computer, "ugh...computers suck they always fuck up like this and they're so hard to use", which results in the stories of people deep frying computers. The average nerd doesn't feel so helpless, he thinks of computers more as tools that he has complete command over, not insurmountable obstacles to his life, so he's probably not as likely to da

    --
    Nyntändo-Schock!
  98. About aggression by Anonymous Coward · · Score: 0

    "One restaurant manager who was so upset with his laptop that he threw it into deep fryer. That destroyed the laptop ... and deep fryer, too."

    Perfectly normal reaction. When the system is designed wrong and the computer becomes the boss, it's the most uncompromising and militaristic boss you will ever have. ...Too often I feel like the system is being the boss...

  99. yeah, but by roman_mir · · Score: 1

    you do it without being in front of a computer as well, so that doesn't count.

  100. Ding dong the witch is dead... by Anonymous Coward · · Score: 0

    Opps! Wrong story.

  101. My Reaction is Mixed by stlhawkeye · · Score: 1

    Windows machine at home: crashing that box is about as commonplace as ... well, logging in and using it for 2 hours, so my reaction is resigned frustration as I lean over to hit the reset key. Linux machine at home: a big stupid "O"-mouth expression as I wonder how I, knowing precisely Jack and Schite about Linux, managed to crash it. This has only happened once and it didn't really crash. KDE just locked up on me. Work machine: Bagel time.

    --
    "I have never won a debate with an ignorant person." -Ali ibn Abi Talib
  102. Obligitory Computer Stupidities link by javaxman · · Score: 4, Funny

    Here's the hardware abuse link, I don't think it's shown up here yet.

  103. Has anyone looked at that MSN article in Lynx? by Anonymous Coward · · Score: 0

    Here's a snippet of what I see following the link with Lynx:

    388
    `I%&/m{JJt`$@HiG#)*eVe]f@?{{;N'?\fdlJO"!?~|?"Eyxgy ?_..?hZ-|n?T6NtM~g=n
    ``xI>UtQ?1J7?XiSOn6l|cZ]fu/|>K?mhXg8v#M>>tpWXybG;m K~*fp1'Q!i}[;?e4}Dm2
    cAg.3#a_%JqQVOwm6)q({I|!VlV,/7?{R(O`>/lAh3}w9?mQyo Wr=>),>Jy1Kw(5w?5feq
    A1YZl%&A~fcO/v[K_#:oh]+yGGjE5^ 364

  104. I luv me mac by Scrameustache · · Score: 1

    Yes, keep telling yourself your choice of OS (OSX) can magically prevent hardware failures.

    Lightning hit my house (or near enough) a few years back, it came through the modem and fried my G4's motherboard's ethernet. I had to buy a network card. The computer was turned off and unplugged as soon as I heard the thunder, but I didn't think that the phone jack was a risk. I know better now.

    Your hardware failure comment made me feel like bragging that my mac (mostly) survived being hit by lightning. ;-)

    --

    You can't take the sky from me...

  105. Steel box. by Anonymous Coward · · Score: 0

    When my box crashes I kind of enter a berserk mode. Literally, I could bite someone's head off. Practically, I've actually done a good deal of harm to my right hand as I was pounding on the wall, as not to kill the box. I had a broken memory chip and I knew it, and it was the ONLY memory chip I've had, and I had some really important work to do. Like 10 000 worth of dollars. (possibly)

    After a few minutes I see red stars and stripes on my wall and my hand being extra-large. Under the blood several spots with crushed cement and the wallpeper torn off were seen. Ouch, I still have scars on my hand, though I don't remember any pain... all was so purely white. Even now my fingers hurt when I bend them... Damn nANYA. :P

    Man, I meed to take anger control courses before I do that with my head or go out on the street and beat someone to death.

  106. Laugh. But it's true. by Anonymous Coward · · Score: 1, Funny

    So, it wasn't a crash. But one day, my 98 box suddenly stopped playing sound.

    Odd. Checked the speakers, they were fine. Hmm. Oh, I'm an idiot, check the volume controls. No, those are fine too. Very odd. Oh, what the hell, check that 98 still believes the hardware is there. Yep, hardware's there. Drivers read fine too.

    Dead soundcard? Hmm. Reinstall the drivers.

    Sound! Ahh.

    Two days later, no sound.

    Reinstall the drivers. No sound.

    Reinstall again. No sound.

    Reinstall again. Threaten to install RedHat on the box as it boots.

    Sound. And never another problem with sound as long as I had the box.

    Real techs just threaten to install Linux on misbehaving Windows boxes. Hitting them doesn't do anything; they're already into bondage and masochism.

  107. I just look and see if I plugged in the USB port by WillAffleckUW · · Score: 1

    cause if it's not seated, it won't have any data.

    Then I throw the cat against the wall, just for good measure.

    --
    -- Tigger warning: This post may contain tiggers! --
  108. Mine doesn't. by abb3w · · Score: 1, Offtopic
    We have no reason to lose a single keypress from the user.

    And if you consider it important enough to spend money on, you can buy a gadget to insure exactly that. (Thanks to Dan Rutter for his reviews of this and other cool geeky toys.)

    --
    //Information does not want to be free; it wants to breed.
    1. Re:Mine doesn't. by Blakey+Rat · · Score: 1

      That gadget is actually a really good idea, but they don't have one that supports USB keyboards? Come on, man, get with the times.

    2. Re:Mine doesn't. by TuringTest · · Score: 1

      Why do you need special hardware to achieve this? It should be done by the OS.

      --
      Singularity: a belief in the "God" idea with the "demiurge" relation inverted.
    3. Re:Mine doesn't. by abb3w · · Score: 1
      Why do you need special hardware to achieve this? It should be done by the OS.

      Software can only achieve what hardware will support. Pure software implementations fail under several common scenarios-- notably, power failures and kernel panics. More to the point, the original article is responses to system failures-- EG, failure of the hard drive the OS is using. How do you propose the OS preserve user data when the failure is the $%^&ing hard drive that the OS is stored on if it lacks "special hardware" -- such as additional hard drives in a RAID configuration, network storage, or... a flash-based keystroke logger.

      Now, my home setup is more paranoid than most (I use my home LAN as an alpha test bed for backup services at my job), but it requires at least three near-simultaneous hardware failures before I lose even a single keystroke of my data, and in order to take out more than the past week, you pretty much need to blow up my apartment. To lose more than a month's worth of data, you have to blow up my job and my car as well. (DVD-R doesn't keep well in a car during summer, but it experimentally seems to be able to withstand at least one month baking in the trunk.)

      If you've blown up my apartment, car, and job... at that point it isn't my data's well being that's my biggest concern.

      --
      //Information does not want to be free; it wants to breed.
    4. Re:Mine doesn't. by abb3w · · Score: 1
      That gadget is actually a really good idea, but they don't have one that supports USB keyboards? Come on, man, get with the times.

      Available if you e-mail them about it, but described as "Beta". Or as I read it, "There's limited demand and we're still working on them, but we'll sell you a usable one-off current prototype if you're really interested."

      I use the PS/2 keyboard for the stuff I want to save, and save the roll-up USB keyboard for passwords.

      --
      //Information does not want to be free; it wants to breed.
    5. Re:Mine doesn't. by Blakey+Rat · · Score: 1

      Thanks. I have a Mac G5 with no PS/2 ports, so I have no choice but to use a USB keyboard.

      (That said, I also use USB keyboards on all my PCs... I like to be legacy-free.)

    6. Re:Mine doesn't. by abb3w · · Score: 1
      I have a Mac G5 with no PS/2 ports, so I have no choice but to use a USB keyboard.

      I've been told that USB/PS2 port adapters (such as from Belkin) work under OSX, but I haven't experimentally verified this myself. You have to do a mental keymap (alt=option, WindowsKey=Command) or buy some stickers, but I've used USB PC Keyboards on Macs with no trouble.

      --
      //Information does not want to be free; it wants to breed.
  109. Just throw it out the window.... by ShyGuy91284 · · Score: 0

    I recall during my first week here at my university (another one of those *IT's), I suddenly heard a loud "CRASH!!!" outside of my window. Someone threw their monitor out the window. Another person ran into our room thinking we did it... It was rather humorous to see people out there with a shopping cart collecting the pieces.....

    --
    In undeveloped countries, the consumer controls the market. In capitalist America, the market controls you.
    1. Re:Just throw it out the window.... by anubi · · Score: 1
      I would have gladly collected the pieces.

      There is a helluva lot of goodies in a monitor!

      Lots of nice high-voltage capacitors. High voltage transistors. At least one, usually two, high power switching transistors. Various inductors which can be quite easily modified for whatever inductance I want. A flyback transformer, good for all sorts of high voltage tinkerings. And a good healthy assortment of resistors, high voltage fast switching diodes, and plain old signal transistors.

      There are usually several pots and switches, and a few LED's. Connectors. And hookup wire.

      Just the kind of stuff I love to have laying around when I am tinkering with high power ultrasonics and designing switching power supplies.

      Having a few old monitor circuit boards laying around has saved me many a trip to the local parts retailer. Its not the money - its the time I save by just having a part I can experiment with in my hand right now - for getting empirical data on how changes in a component or topology will affect circuit behaviour.

      The CRT and case were most likely destroyed by the drop, but I betcha most of the parts I would have wanted survived.

      --
      "Prove all things; hold fast that which is good." [KJV: I Thessalonians 5:21]

  110. Amen! by alispguru · · Score: 1
    When I worked at (long-lamented) Xerox AI Systems, we did the usual code freeze before release thing. Once a code freeze was in effect, the only thing that would unfreeze it was a bug that:

    Caused the user to lose work

    Had no workaround

    --

    To a Lisp hacker, XML is S-expressions in drag.
  111. /usr/games/fortune says..... by Dogtanian · · Score: 1

    "One of the most overlooked advantages to computers is... If they do foul up, there's no law against whacking them around a little."

    -- Joe Martin

    --
    "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
  112. Do you want Freedom Fries with that? by WillAffleckUW · · Score: 1

    In that study, "One restaurant manager who was so upset with his laptop that he threw it into deep fryer. That destroyed the laptop ... and deep fryer, too.""

    Darn, there go the Freedom Fries ...

    Of course, maybe if he was using BSD or Linux he would have Freedom Fries ...

    --
    -- Tigger warning: This post may contain tiggers! --
  113. Found a Girlfriend by DarkGamer20X6 · · Score: 3, Funny

    Last time my computer crashed (thanks to Win98), I responded by meeting my first girlfriend and making out with her for hours.

    Now I run Linux on my PC... I guess this means I'll never have another girlfriend. :'(

  114. sig by robertjw · · Score: 1

    "And I'd rather be a nobody that's a somebody than a somebody that's just a nobody. Or something. Point is -- you suck!"

    So you would rather be you than Darius Rucker?

  115. Use &gt; or &lt; by LordPixie · · Score: 1

    &gt; produces a Greater Than symbol (>)
    &lt; produces a Less Than symbol. (<)

    And I'll be rescinding your geek card now. Thank you.


    --LordPixie

  116. Panic attacks are fun! by neuro.slug · · Score: 1

    An hour before a programming project was due, I misused the jar utility. In my state of exhaustion, I typed

    % jar cf GraphicsTest.java ConsoleGraphics.java ...

    instead of first specifying the .jar file name.

    Oops.

    jar ran, and expectedly axed my source file. I stared at my monitor in disbelief. My breathing got irregular and I seriously started to panic. Not fun.

    Fortunately, when source is in your head and your adrenaline is pumping, you can rewrite a few hundred lines of code pretty quickly :)

    -- n

  117. Whack It! by onetruedabe · · Score: 1

    Never underestimate the power of percussive maintenance.

    I concur! Who hasn't had a HDD with a little bit of "stiction" that needed some gentle persuading to spin up?

    The old 80MB (With an 'M') Seagate I had on my Amiga 500 (Trumpcard, baybee!) had that problem. While the computer was up and running, all was right with the world, but if I turned it off, I would literally have to whack the hard drive to make it go again. Fittingly, I rested the disk on a paperback copy of the Necronomicon so it wouldn't scratch my desk.

    Besides, don't most people hit the monitor? Like the poor CRT had anything to do with the problem!!? People are a lot less likely to hit a LCD flat panel, though...

    1. Re:Whack It! by Shadow+Wrought · · Score: 4, Funny
      Besides, don't most people hit the monitor? Like the poor CRT had anything to do with the problem!!? People are a lot less likely to hit a LCD flat panel, though...

      I worked at a law firm once where one of the partners put his fist through the CRT after the computer ate his 150+ page brief;-) The best part of the story (which he tells with a ragamuffin gleam in his eye) is that it also happened to be the the first day in the office for a new legal secretary. She had just walked into his office to be introduced when he sucker punched the monitor. It was months, apparantly, before she would walk past his office again;-)

      --
      If brevity is the soul of wit, then how does one explain Twitter?
    2. Re:Whack It! by Student_Tech · · Score: 1

      Besides, don't most people hit the monitor? Like the poor CRT had anything to do with the problem!!?

      I actually had a crt monitor where the blue gun would sometimes stop firing, so I had a nice yellow screen. (It was running Linux, and spent most of the time at a console prompt). Sometimes running a program with a lot of blue would fix it, like Midnight Commander, sometimes it would just randomly flicker back in to color when sitting there, so I am pretty sure it was the monitor and not the connection to the computer.
      Often though, I either slapped the damn thing silly, or picked it up about 6-12 inches and dropped it. It was a great way of dealing with stress. (Yes, people did ask if I felt better after smacking the monitor around).

    3. Re:Whack It! by syousef · · Score: 1

      ...when he sucker punched the monitor...

      Sucker punched? What he expected the monitor to react, but it was too stupid for him (a sucker)?

      People sure like to anthropomorphize their computers and peripherals!!! Is it any wonder they hit them and sweet talk them?

      --
      These posts express my own personal views, not those of my employer
    4. Re:Whack It! by Anonymous Coward · · Score: 0

      I imagine that the way he looked after the CRT imploded, no one wanted to look at him.

  118. Re:After carefully examining all of the possible.. by swv3752 · · Score: 1

    I'm sorry for you. :P

    --
    Just a Tuna in the Sea of Life
  119. Erase data on C: when the user *logs out* by Dogtanian · · Score: 2, Interesting

    When I was at university, the non-essential stuff on the local hard drive was wiped clean every time someone logged out.

    Seems the solution isn't to say "You *might* lose your data on this machine"; it is to have a sign saying "All your data on the C: drive *will* be erased when you log off of this machine- please store on drive H:". Or whatever.

    (It might be desirable to have a warning allowing the user to transfer their locally-stored data to their online drive space when they log out. Maybe not..)

    Anyway, doing it that way cuts out the excuse to take the risk (as many people would do) and keeps the consequences closer to the action.

    Not that I'm blaming you for not doing this, nor saying your school weren't behaving like assholes...

    --
    "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    1. Re:Erase data on C: when the user *logs out* by ZorbaTHut · · Score: 1

      Oh, I agree, and I'd actually considered doing that. But the computers were rarely shut down or logged out of - there was no permission system, so we just left 'em logged in 24/7. And that would have involved getting ghost software, and doing a hard drive sweep, and so on and so forth, and I just wasn't interested in spending that much time on it.

      But yeah. I kinda wish we'd done that. :)

      --
      Breaking Into the Industry - A development log about starting a game studio.
  120. last crash by Anonymous Coward · · Score: 0

    last time my mac crashed was when i overclocked it from 600MHz to 800MHz, kernel paniced straight, dont think i have ever in my 8 years of mac ownership had my mac crash unless i was overclocking.

    my reaction: general muttering as i pull out my soldering iron to put those pll resistors back into place.

    1. Re:last crash by Anonymous Coward · · Score: 0
      Well, la-di-da.

      You Mac people are so strange. I've seen dozens of Mac problems. They are not more reliable, at least not before OSX. A coworker spent two years with multiple crashes every day before Apple finally replaced his lemon. We stopped supporting Macs before OS X.

      Most of the machines I scrape my knuckles in now are custom built RAID servers.

  121. Percussive Maintenance by budgenator · · Score: 1

    Brings back fond memories of my 16 ounce fine tuning wand.

    --
    Apocalypse Cancelled, Sorry, No Ticket Refunds
  122. "I Fu&^#%ing HATE Microsoft" by Anonymous Coward · · Score: 0

    Is invariably my reaction when a computer crashes for me.

    My Linux, FreeBSD and MAC OSX machines don't waste my time with crashes, viruses etc.

    windows is not the answer. Windows is the question. The answer is NO.

    1. Re:"I Fu&^#%ing HATE Microsoft" by Anonymous Coward · · Score: 0

      Odd, our Linux and OX X machines crash all the time. In fact they seem to crash (OS9 and OS X in large ways and Linux programs/desktops in small ways) quite a bit more often than any of out 2k or XP machines.

      And we have no viruses on any of them, so no time wasted there...

  123. ahh, good ol' badday.mpg by Lendrick · · Score: 1

    I fired the video up to watch it for old time's sake, and just when it started playing, my MP3 rotation got to Strong Bad's techno song.

    "The system... is down. The system... is down. DUN DUN DUNUN DUN DUN DUNUNNN!"

    Nice timing, I thought.

  124. Losing data... by Spy+der+Mann · · Score: 1

    I know a friend who had her entire graduate thesis in a FLOPPY. She'd save her work again and again, and again.

    In the day BEFORE the deadline, her floppy began showing errors - she couldn't open the word doc anymore.

    The article made me think - people just see this black box that who knows what's got inside, and by magic, things work.

    I miss the days when computers were only for geeks - the books had VERY NICE intros on what was a hard disk, what were the tracks and sectors of a floppy, etc.

    Ah, the nostalgia...

  125. Monitors by phorm · · Score: 1

    I get that regularly with older monitors here. Somebody is having a problem with a monitor... I calmly walk over look at it a moment... and then smack the everyliving crap outta it.

    Quite often this nicely fixes misbehaving monitors, and the reaction from the other staff members is rather amusing as well.

  126. I have a miniature baseball bat... by Anonymous Coward · · Score: 0

    ..just for this purpose: but I never use it.

  127. knoppix=freecell by chickenrob · · Score: 1

    I immediatly throw in the knoppix cd and start a NEW freecell game! Seriously though, my first thoughts are useing a knoppix cd to see if I can see what went wrong and if I can salvage anything.

    --
    People say my sig is the best thing about me.
  128. Nah by phorm · · Score: 1

    Last time I heard he had been shipped to a US department and forced to taste-test American beer. He may or may not have killed himself by now...

  129. I stayed 20 minutes in front of crashed PC by glMatrixMode · · Score: 1

    One day (using windows by then.... that was a long time ago) my PC crashed as I was listening to an Audio CD. The CD continued playing, so I remained there until the end of the music. That lasted 20 minutes.

    PS :IIRC that was beethoven's violin concert by Menuhin&Furtwängler. 1953 version.

    --
    War doesn't prove who's right, just who's left.
    1. Re:I stayed 20 minutes in front of crashed PC by arekq · · Score: 1

      That is not surprising at all.

      CD drives do not use the computer to play audio CD. Drives that do not have a "play" button need the computer to tell it to start playing, but after that, the drive is basically working on its own.

  130. Personal experiences by MrScience · · Score: 1

    1995 -- Anguish: In order to deal with a backdoor-exploiting hacker (I eventually closed them all but one, and honeypotted it), I hid the real forum databases in a system'd directory. When it came time to backup everything and move to a new drive, I ziped it all up and fdisked the old drive.... only to discover that pkzip didn't see the system'd directory. I was very upset at the loss of many high school conversations, and many logs. In addition, I lost many conversations my ailing mother had taken part of (when she was housbound, the BBS became her outlet to the world).

    1996 -- Satisfaction: I started working for a low-cost retail software company that bought out a shareware reseller company (3rd largest in the world!) from Medford. I frequently lamented that we needed a backup (all shareware images were stored on a single Novell server). Finally, the server died, and all images had to be recreated by hand (hundreds, if not thousands, of 3.5" disks, one at a time). The server "clean" room had it's ventilation intake in an office... used by a chain-smoking accountant. The manager smoked in the Rimage disk-duplication clean room, tapping cigarrettes onto the floor. Those were some of the dirtiest machines.

    2001 -- Anger, then Resignation: My mother had recentl passed away, and I took posetion of her hard drive. She was quite a prolific writer, and was very insightful, but never had much published. Towards the end she started self-publishing. As I hooked up her hard drive to back up all of her work over the past decade, my machine sparked to life with the drive partially plugged in, shorting out something on the controller board. All of her work, minutes away from safety, lost. Not much you can do. I still have the drive, for when I have the spare money to send it in for recovery.

    Future -- Dispair: I have a .5TB RAID-5 for storing all of my photographs. It has never been backed up (that's, what, 20 DVDs?). If I loose that, I loose many long hours of enjoyment, and a significant chunk of our family's history.

    --

    You quitting proves that the karma kap worked. The most annoying of the whores shut up. --CmdrTaco

    1. Re:Personal experiences by DJCF · · Score: 1

      Dude, that was seriously scary. Kind of like the high-school teenage sleepover - "I got a good one. There's this couple on a date and there's a serial killer on the lose and -" "A serial killer?" "Yeah this is serious let me talk!" "No, I got a good one. Home webserver, on a RAID-1 Fedora setup. Bloke thought his data was safe. l33t script kiddies came and went when they realized his DynDNS wasn't hosted on a Windows box. Storm clouds ominiously grumbled the future. A flash of lightning hits the main grid. No UPS and a crappy PSU. 8 gigs of unbacked up photos, lost. 500 megs of 120 hour+ game saves. Websites, php scripts. Letters. 30 gigs of music. Gone. Just like that." (Fellow geeks in the group scream).

      On a serious note: I'm running an unbacked up RAID-1 as a network drive. All my home network machines store their documents their, I host friend's websites and my own, many movies and mp3's as well. I know it will go one day - either an rm -rf at 3 am (I KNEW I should have used Reiser...), a filesystem error after a powercut, or simple the cat urinating on the exposed mainboard. I should backup - and I will once I figure out a more elegant solution than DVD-Rs.

      I dont wanna think about it, TBH.

    2. Re:Personal experiences by MrScience · · Score: 1

      Well, I am a writer by trade. Glad it evoked emotion. :)

      I'm running a Promise array, which doesn't have a sterling record on the web. That, coupled with the fact that the drivers were upgraded (so no software disks in the event of a failure)... I treat it very gently until I do get around to backing it up. No spontanious shutdowns for me (and it is very heavily UPSed).

      Oh, I forgot to mention... after the work hard-drive failure, they went out and bought a very expensive tape backup drive. They went out of business a year later. I still have some of the 5lb full-height SCSI drives.

      --

      You quitting proves that the karma kap worked. The most annoying of the whores shut up. --CmdrTaco

  131. BSODs are hidden now... by Anonymous Coward · · Score: 0
    From: http://www.microsoft.com/windowsxp/using/helpandsu pport/learnmore/russel_02may13.mspx (Bolding my own)


    Recovery Settings
    One of the things that is quite different about Windows XP compared to Windows 9x (9x is shorthand for Windows 95, Windows 98, and Windows Me in all their various versions), is that one can control how it responds to certain critical errors--those that cause the infamous Blue Screen of Death (BSOD). In Windows XP, the default setting is for the computer to reboot automatically when a fatal error occurs. If that fatal error only occurs when you're shutting down, the system reboots automatically.

    If you haven't changed any of the system failure settings, you should be able to see the error by looking in the Event Log. But a better long-term solution is to turn off the automatic reboot so you can actually see the error when it happens--chances are it will tell you enough about itself to let you troubleshoot further. To change the recovery settings to disable automatic rebooting:

    1.
    Right-click My Computer, and then click Properties.

    2.
    Click the Advanced tab.

    3.
    Under Startup and Recovery, click Settings to open the Startup and Recovery dialog box.

    4.
    Clear the Automatically restart check box, and click OK the necessary number of times.

    5.
    Restart your computer for the settings to take effect.

    Now when you go to shut down and a fatal error occurs, you'll at least see it and it won't cause an automatic reboot. You still have to sort out what's causing the problem, but that gets us to the next section quite nicely.

  132. How does Jane Average learn about backups? by D.+Book · · Score: 1

    It seems to me that a lot of frustration could be avoided if the developer of the most popular consumer OS took the issue of backups a bit more seriously.

    As things are, the first time Jane Average is introduced to the concept of backups comes after she's lost something important. Oh, in some cases, a techie friend may have mentioned in passing the importance of backing up, or she may have seen some box labelled "Ultra Backup" in a store. But for most people, if they get any message at all telling them they should do backups, it will be very little. I think Jane could be forgiven for thinking that anything they punch into a computer will always be there and of backups as some sort of optional extra you can buy.

    What is needed is for the idea of backing up to become a core part of the OS in a way that tells users regular backups are a normal and necessary aspect of computing, and reinforces the message. At the moment, a stock machine will nag a user about petty things like removing unused icons from their desktop, but never ever tell them that they ought to do a backup. If only more programs like Wordpad did auto-saves (transparently and as a default option, of course), if only Windows XP had a rudimentary backup program and reminded users every so often that it's time to back up their files to some form of removable media (similar to the way it now reminds people to check their virus definitions are up-to-date), there would be far less lost data and far fewer irate calls to tech support.

    Certainly there are BOFH-types out there who derive pleasure from lusers losing hours of work, and "tough love" types who would view Jane's loss of precious wedding or baby photos to a HD disaster as a result of her own ignorance. If a user ignores the message and prefers to learn the hard way, fair enough. But as stewards of the industry who are well aware of the importance of backups, and well aware of users' default ignorance of the issue, what do OS developers do to send the message that backups are important? At the moment, not even the bare minimum.

  133. Re:Laugh. But it's true. by Bambi+Dee · · Score: 1

    If you ever had an Amiga or spent some time within earshot of one, you know they perpetually "click" their empty disk drive(s). The head's moving between tracks 0 and 1, eager to mount something.

    I don't usually talk to computers, but I swear my A1200 instantly obeyed the one time I hissed at it to stop the damn clicking already. It hadn't crashed, and the disk drive was still working and recognising disk insertion - it just wasn't clicking anymore. Must've been the Intuition in its ROM, I dunno.

    I never dared to repeat that "experiment", though; it would only have shattered my illusions.

    (End of boring story.)

  134. I respond to crashes by karlandtanya · · Score: 1

    With Knoppix.

    --
    "Reality is that which, when you stop believing in it, it doesn't go away." - Philip K. Dick
  135. [Companies] shouldn't lose [money] by Anonymous Coward · · Score: 0

    "That's one of the most pervasive design errors in today computers. Really, a good computer design should trear user input as sacred - because everything else can be recomputed, but user data is unique and precious."

    Byte magazine covered that a couple years back. Basically it can be summed up as economics. Computers can be as you say (mainframes), but that runs counter to "cheap as" (Dell). If people want that, then they'll pay for it.

  136. Two other example of that come to mind by Barlo_Mung_42 · · Score: 1

    My brother is bad a golf and takes it out on his clubs. I get him a new putter every xmas.
    I personally have crushed D&D dice for not rolling correctly at a critical time.

    Logically we know it isn't the objects fault but it feels good to personify it and exact revenge none the less.

  137. Response? by greypilgrim · · Score: 1

    Techie: What are these dents in your case from? Me: Euh, speed holes? Seriously folks, I've destroyed 3 hard disks from the shock damage of me hitting my comp when it crashes in the middle of an important task.

  138. Just Last Night and This Morning... by Master+of+Transhuman · · Score: 1


    Fucking Lite-on dual-format DVD burner won't read half the fucking DVDs I feed it - acts like they're either full or aren't even in the drive.

    And these are Fujifilm Taiyo Yuden DVDs, too - top of the line in quality.

    This piece of shit is OUT OF HERE as soon as I can afford to buy a new drive.

    You wouldn't believe the cursing I've done today.

    Threw a half dozen DVDs against the wall.

    Christ, I hate the fucking IT industry!

    Bunch of goddamn monkey-ass morons who make shit!

    Assholes!

    Goddamn incompetents!

    Oh, wait...

    I'm in the IT industry...

    Never mind.

    Oh, hell, it's all true...

    Fucking, moronic, stupid, primate...

    "Nothing works and nobody cares." - Woody Allen, 20th Century's greatest philosopher, in summing up the human condition in five words.

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  139. Microsoft's story by Xepo · · Score: 1

    Pull up a chair, and let me tell ya a story. Let's say there's this lady named Alice. Now, Alice decides on her own one day that she wants to start eating bagles. So, she meets this man (we'll call him Bob). Now, Bob convinces her that he's a bagle-connoisseur. So, she decides to follow his lead. For the next few days, he leads her through eating bagles with rat-droppings on them, old disgusting bagles, soggy bagles from having been dipped in Dr. Pepper rip-offs. After a while, Alice manages to take some of the bagles that Bob gives her, scrapping off the disgusting parts, and salvaging the parts of the bagle that she likes.

    Now, during all this time, Bob is also way overcharging her for these bagles. So, let's say a few years pass. We take another look at Alice, and she's no longer buying bagles from Bob, but she's either creating her own bagles, or eating other bagles. Keeping in mind that she decided to start eating bagles on her own, should she thank Bob for getting her into bagles, or should she smack him for causing her to eat disgusting bagles, and probably slowing down her adoption of bagle-eating habits that much longer?

    Long story short: The stuff that Microsoft did to help the industry would have happened with or without Microsoft. The pain, set-backs, and such that Microsoft caused probably wouldn't have. Microsoft does not deserve my thanks, and while I respect Bill Gates, and Microsoft as a company (mostly for their skills at manipulating the market, but also because *now* there are some very decent idealists working there), I think the market would have moved along at a much increased rate without Microsoft. We would be better off today if Microsoft had never existed.

    Disclaimer: I do use Linux and Mac OS X. However, I do not think that everyone should be running Linux today. It's not ready for that, plus, people have different tastes.

  140. Am I evil... by Anonymous Coward · · Score: 0

    I hold up dead computer parts (sutably butchered), and tell my computer how horrid it's life could get if it doesn't start working properly :)

  141. GF?!!! by sparkz · · Score: 0

    Are you sure you belong here? :-)

    --
    Author, Shell Scripting : Expert Re
  142. Calm and cool by cbdavis · · Score: 1

    Assuming I have my important data backed-up, I look at computer crashes as an opportunity to upgrade hardware! Much faster CPU, bigger harddrives,etc. While the computer is running fine, I cant seem to get in the right mindset for an upgrade. But after its broke, Yeahhhhhhh-Haaaaaaaa! New stuff!!!!

  143. Gratuitous Beowulf Joke by DavidD_CA · · Score: 1
    One restaurant manager who was so upset with his laptop that he threw it into deep fryer. That destroyed the laptop ... and deep fryer, too.

    Imagine a beowulf cluster of these.. with dipping sauce!

    --
    -David
  144. Obligatory H2G2 by A5WKS24 · · Score: 1
    his 150+ page brief

    Ah, this is obviously some strange usage of the word 'brief' that I hadn't previously been aware of.

  145. Color me unimpressed by rjung2k · · Score: 1

    You can identify a Windows user because they're the ones who thinks two weeks of uptime is something to brag about.

  146. Apple users... by Garabito · · Score: 2, Funny

    crash different.

  147. Re:Depends ... I wonder how many of the subjects by davidsyes · · Score: 1

    did ALL of those things: Hit, yell, sweet-talk

    plus in marathon and wash-rinse-repeat mode:

    -- rub it like a Genie bottle

    -- take the name of god (or God) in vain as if daring and willing suicide by blashphemy (think: suicide by cop) for everything that did and will go wrong in this and other lifetimes

    -- pound the living shit out of the surrounding and supporting furniture

    -- cry

    -- cry some more

    -- fling the disk across the room

    -- fling the disk across the room, again

    -- attempt audaciouss, irreversible, instant suicide by persistent, vehement, non-repentent blasphemy, again

    -- Clench-fist-shake like Kirk in the Genesis Cave, forehead veins bulging, howling:

    "Gooooddd!!!!. Gooooddd!!!!. Gooooddd!!!!",

    while trying to find a suitable place to hurl that disk like a mo-fo without it richocheting into forehead or window (both expensive to fix if hit by a disk flying at 25 MPH... The gray MATTER is NOT as durable as the silver PLATTER) (No, not ALL of those in this bullet happened to me, yet...heheh...)

    -- (and, if a tecchie working too far into the night, smashed the hell out of the drive but then and hour after the fact realises the data cable was never connected, though power was, or vice versa...) (no comment...)

    -- save the disk for a decade, in the hopes that some new, non-rotative technology will vacuuum the data off the platter

    ===========

    The part that if had to joke about after reading this:

    "One restaurant manager who was so upset with his laptop that he threw it into deep fryer. That destroyed the laptop ... and deep fryer, too."

    was, "That drive WAS FRIED!".

    And, "THAT laptop really did have a CORE MELTDOWN!"

    And, "Unlike "Therminator", this disk will NOT "... bee bohkk.."

    And, I wonder if the EPA was called for the toxic site cleanup. I wonder if he was standing before a vat of a "veal pond" (think: the CA man whose property developments were held up by environmentalists over some scum on his property... it was really just scum, not a new life form...)

    After all, if a cigarette butt in water qualifies as a toxic site, then a laptop dropped into a deep oil/fat fryer would gunk up the pipes and be all too hard to miss when the *trol/Horbart/whatever company rep comes to fix it.

    Some duty to reporting environmental hazards, ehh?

    David Syes

    --
    Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
  148. Left out a group by Tablizer · · Score: 1

    The percent of us who use this on it.

  149. perserverance to data recovery pays off.... by glitch23 · · Score: 0

    Take a look at this http://www.experts-exchange.com/Operating_Systems/ WinXP/Q_20916214.html story about someone who got screwed but then worked to unscrew himself. Pretty interesting I think especially since even the experts didn't think he could get his data back.

    --
    this nation, under God, shall have a new birth of freedom. -- Lincoln, Gettysburg Address
  150. I cant remember. by Hackeron · · Score: 1

    Gee, it was about 18 months since I had a crash, strangely thats around the same time I switched to Linux full time. Coincidence?

  151. Missing the point by tcgroat · · Score: 1
    The article talks about responses appropriate for a disk drive crash. That's all well and good, they do happen at times.

    But most system "crashes" really are software bugs, making the system unresponsive to all attempts to regain control. Even control-alt-middle finger won't get the system to respond. Nothing to do except hit the reset button (or pull the plug, if your system is "modern" enough to lack a reset switch) and curse loudly while it reboots. The user doesn't care why, all they know is the damn thing just wasted a lot of their work again, while the boss is breathing down their neck about making a deadline...

  152. Yeah, but maybe not hardware by Anonymous Coward · · Score: 0

    One of my favorite things is to use old CDs for target practice. It's so cool to watch a CD explode on impact.

    Funny thing though, the bullet just seems to bounce off Windows CD's. It happens on Win95, Win98, WinME, Win2K (both professional and server), and Win XP disks. I've shot them all with a 357, and a 30-06, and no dice.

    I'm wondering if all the bad stuff happening to my computers have something to do with this (random crashes, hardware failing, all the way to smoke pouring out the back of one of them).

    Oh well, I'm off to church now...

    TDT

  153. Higher TCO? by rice_burners_suck · · Score: 1
    It's a real shame that people ruin perfectly good hardware by hitting it, putting it in the deep fryer, or otherwise, when it's really the software at fault. All you have to do is delete Windows, put Linux, and problem solved!

    Well, maybe it's not quite that simple... but you can always get a Mac. I used to hate those things, and then OSX came out. Beautiful interface, fast response, and best of all, it's BSD. Hell yeah.

    I think the OSS community should collect some kind of fund for advertisements. I know you've all seen those, "How did one company lower its TCO? It switched from Linux to Windows" advertisements. Why not make up similar advertisements all over the newspapers and magazines, telling people, "How did Joe Shmoe end his frustrations with lost data, crashes, slowness, popups, spyware, malware, adware, keystroke loggers, reboots, etc? He switched from Windows to Linux."

    And then, on the bottom of the page, it'll say, "Linux. Higher TCO, and worth every extra penny."

  154. Re:How about. . . by Bastian · · Score: 1

    7) Turn three feet to the right, mount the network shares on my Linux workstation, and continue working away happily, all while secretly praying that god damned XP workstation never ever comes back to life. Helpfully point out to boss that Crossover Office is cheaper than a hard drive.

  155. I think most of us would agree by Anonymous Coward · · Score: 0

    They'd all do better to hit themselves.

  156. Security feature by twakar · · Score: 2, Funny

    On an old 486 I had a long time ago, the keyboard on it was flaky. Everytime the computer started to boot, it would give me the keyboard error POST with the message:

    Press F2 for setup

    Press F1 to resume

    This of course yielded nothing as the keyboard wasn't accepting input.

    After getting pissed off at this, out of sheer frustration I hit the keyboard, and it proceeded to function. From that point on, I realized that if I drop the kb from about 6 inches above the desk, it would begin to function. I started to use it as a security feature. No one believed me until they saw it for themselves, but this worked everytime, without fail for the life of computer. True Story!

    --
    Progress is man's ability to complicate simplicity!
    1. Re:Security feature by robfoo · · Score: 1

      ...without fail for the life of computer

      So what, a week? ba-dum-ching!

  157. Smack Talk by Goraek · · Score: 1

    As with most typical guys, my PC has a girls name..

    Usually used to start start with a "oh come on now.. don't be a dirty little tart.."
    Then the Sweet Talk..
    Then the insults.
    Then the threats.. Then the promises to practice whatever new surgical procedure we learnt that week.

    I think I might have put my g/f name in place of my computer at one time or another.. needless to say, no g/f anymore.

    now.. I got a mac :p

    first you get the mac, then you get the uptime, then you get the chicks..

  158. Backups by Craig+Ringer · · Score: 1

    There's one option you probably had with your server but you haven't covered here - network backups at the co-lo site. They're not perfect (if the colo facility burns down, you're screwed) but a heck of a lot better than nothing.

    I currently do network backups of the whole system to storage at the colo provider (I'd do monthly tapes, but they don't have a DLT or LTO tape drive). I do network backups of the server's configuration every week. I do network backups of the server's criticial, fast-changing data (CVS repositories, mainly) to local dated snapshots every day.

    Admittedly I do have a 1.5TB server at work where I can stash the snapshots, but failing that one could use an ageing scheme.

    --
    Craig Ringer

    1. Re:Backups by carpe_noctem · · Score: 1

      While this would ordinarily be true, my box wasn't hosted at a colo facility. It was graciously hosted by my office, which provided me with free bandwidth. The only catch was that I couldn't use the T1... I had to use the secondary office connection, which was a dedicated 256Kbps line. 30k/sec (max; usually 20k/sec is good for that line) actually isn't bad when all you do is serve out email and static websites, but as I said, doing 40Gb of backups off of that line to a remote server just wasn't going to happen.

      --
      "Quoting famous computer scientists out of context is the root of all evil (or at least most of it) in programming." - K
  159. Yesterday by yuri+benjamin · · Score: 2

    Yesterday,
    All those backups seemed a waste of pay.
    Now my database has gone away.
    Oh I believe in yesterday.

    Suddenly,
    There's not half the files there used to be,
    And there's a milestone hanging over me
    The system crashed so suddenly.

    I pushed something wrong
    What it was I could not say.
    Now all my data's gone and I long for yesterday-ay-ay-ay.

    Yesterday,
    Need for backup seemed so far away.
    Seemed my data were all here to stay,
    Now I believe in yesterday.

    --
    You make the mistake of thinking you can educate the fundamental stupidity out of people. You can't.
  160. Seconded by Craig+Ringer · · Score: 1

    As of win2k (and NT4, but really ... who used that on workstations?) Windows does seem acceptably solid. I find it reasonably reliable if I'm very careful to stick to quality apps and restrict what the user can do (e.g. MSIE set to a proxy that always rejects and "allowed" sites in no-proxy list; max security settings except for "trusted sites"; user can't install software - even browser plug-ins.).

    The real problems seem to arrive with desktops where software has been added and removed over time, less-than-ideal quality software has been installed, etc. The OS is still much too easily broken by crappy 3rd party software. If you avoid that, you should be fine.

    Careful use of XP's features like System Restore can further improve things.

    I still think it's pretty sad just how much vigilance and skill must be applied to keep a Windows box running reliably, but it's easier than it used to be. The Win9x boxes at work seem to go insane after a couple of years no matter what I do.

  161. Which distro? by Craig+Ringer · · Score: 1

    I can't say I've had that sort unfortunate experience, so I'd be interested to know which distro you're using and what 3rd party packages.

    My own experience is that the vast majority of crashes in both Windows and Linux come down to bad hardware. The balance seem to be mostly crappy drivers, with a dose of spyware and virii thrown in for Windows and a shot of crap 3rd party packages for Linux.

    My own experience has been fairly positive with Fedora Core (1 & 3), Debian (Sarge, Woody, and before that Potato) and Red Hat (6.2 -> 9), all of which I've run or admined systems with at various points. I've also had very good results with Win2k (my Win2k install eventually broke utterly, but it was my fault - I stopped a service I thought was unimportant and COM/ActiveX stopped working. There doesn't seem to be any coming back from that) and WinXP, when carefully operated.

  162. Linux will recover. I run that program. by Anonymous Coward · · Score: 0

    Just walk way for 3 to 4 hours it will come back or linux autokill killed the program.

    Note I have 2 boxs and a keyboard and monitor switch so one runs root and the other is when I am doing other stuff.

    Windows does not recover it is truely the difference.

    My gcc complier has caused me to have 2g of swap files just so linux will not kill the complier.

    1. Re:Linux will recover. I run that program. by Meetch · · Score: 1
      I was convinced on Linux stability during the 1.2 kernel series, when I went on a holiday, leaving my box up and running, the X screensaver ticking over...

      2 weeks later, I got back and the box was slow. Extremely slow. But I (eventually) got in, and managed to have a look around. The screensaver had a memory leak, and was using 40Mb of memory - virtually all 16Mb of RAM, plus 24 of my 32Mb swap partition, thrashing constantly. I killed the screensaver and within seconds everything was returning to normal. No reboot required, no nothing.

      In my work, I have supported from 120 - 180 boxen in the field and running the 2.4 series kernel - they get used most days of the year, and they only restart due to one of the following.

      • Some bozo accidentally hitting the power button.
      • Some bozo accidentally pulling the power cable.
      • Some bozo accidentally turning off the UPS.
      • Some bozo not plugging the box into a UPS (and having a short power outage kill the box).
      • Some bozo causing an extended power outage.
      • Hardware failure - typically when we need to replace a failing hard drive (in a software mirrored pair) - and data loss has not been experienced on any of them in the 3 years since I started working with them.
      Recently I noted one of our boxes had an uptime of just over 500 days, and it had copped something like 15 software/config changes in that time. 200 days uptime is nothing special except to note that nobody did anything stupid within the vicinity of the machine in that time!

      So from my experience, if you run a stable kernel then your biggest threats are physical, whether they be carbon or silicon based.

  163. 2nd computer solely as backup by Anonymous Coward · · Score: 0

    Why don't people buy a 2nd computer just for backups?

    I don't know how easy it is to automatically synchronize two Windows, but it would remove all the headaches of system crash and loss of data.

    I remember buying a Mac IIcx more than a decade ago that cost as much as 4 PCs nowadays. And I was a poor student living in a dump to save enough to buy a Mac.

    What was more notable is that the government tried to push a luxury tax on Mac owners. I don't know if anyone remembers that.

    The point is, computer cost compared to a decade ago is so cheap that an extra PC or laptop can be thought of as a reasonable investment in a backup system.

  164. Zealots by Craig+Ringer · · Score: 1

    I too am amazed by what some Linux zealots are willing to call good. I've seen some such people recommend new users who just want a working desktop try out Gentoo. Because compiling your own OS on your ancient PC is fun! Yay!

    Riight.

    Barring bad advice from total morons, I'm surprised you've had that much trouble. Even with older distros it should be pretty easy to get a desktop that "just works" rather smoothly - probably as of RH8 or so. There is the issue of hardware support though - if you have certain classes of troublesome hardware (including some common ones like software modems), then yes it can be a total PITA and probably not worth it unless you have a resident guru.

    Frankly, I find all the systems I run "just work":
    <ul>
    <li>The NT4 server
    <li>The Linux servers
    <li>The SCO OpenServer box (though I have to run a cron job to restart it's lpd daily)
    <li>The Win9x desktops
    <li>The WinXP desktops
    <li>The Linux thin client desktops (they're more trouble than the WinXP boxes though TBH)
    <li>My home and work Linux desktops
    <li>The MacOS/X machines (more trouble than both XP and Linux here, but that's partly because we need classic apps and need to talk to ancient networks)
    </ul>

    Actually, everything except our MacOS/9 machines "just work". The MacOS/9 machines seem to soak up all the problems from everything else and deliver them in an un-ending stream of crashes and misery.

    With good hardware and some basic knowledge about the OS you're working on (Windows, Linux, OS/X, whatever) you should get pretty good results these days. Even MacOS/9 can be reliable if you don't hook it up to a network, are extremely careful about font selection, and don't run QuarkXPress.

  165. 7) Breast by fideli · · Score: 1

    you forgot that one

  166. I HATE the posting default by Craig+Ringer · · Score: 1

    Arrggh!

    What doesn't "just work" is posting on Slashdot. Surely there must be an option to change the default post format from "pure evil" to "plain text" somewhere...

  167. Alternately... by Craig+Ringer · · Score: 1

    Linux: Restart the email program, it crashed *again*.
    Windows: Restart the OS, the email program crashed for the first time in the year you've been using it.
    Mac: The email program can't crash, you have to find a good one first.

  168. second verse by Anonymous Coward · · Score: 0

    For all the pesky southerners, ignorant of the second verse, I shall recall it as best I can:

    Michael, Michael, here is your answer dear,
    I can't cycle, it makes me feel so queer.
    If you can't afford a carriage,
    Call off the bloomin' marriage,
    For I'll be blowed if I'll be towed
    On a bicycle built for two.

  169. Crashes ARE normal by lorcha · · Score: 1
    Hardware wears out, power isn't always totally smooth, computers assembled with cheapest parts imaginable. Stuff just fails.

    For instance, last month I had a disk crash in my PC at home. It was probably my fault. It was a PC that I built, and I had 4 HDs stacked right on top of one another, and I guess in hindsight, the ventilation was insufficient. When I got an email stating that the disk had crashed, I took it out and it was hot as all hell. I guess this is a bad thing. I spaced them out a bit and put the disk back into service. About 1 day after the RAID finished rebuilding, the disk started making really loud blender-like noises and I get another email that the same disk has crashed. This time I give up on the thing and go buy a new one.

    Back to the topic at hand: My reaction to being informed that my disk had crashed was, "Aw, man. Why does it have to happen 1 hour after the stores close? I'm gonna have to run degraded for an entire day now."

    What I guess I don't understand is with computers as falliable as they are, and protection as easy as it is to obtain, why do so few people use software RAID and rsnapshot? All I do to stay protected is run on a RAID in case of disk failure and burn my rsnapshot directory to CD every so often and leave the CD at the office. Whopee. Offsite backups. If any other hardware fails, I can just replace.

    I fear no computer crash.

    --
    "Avoid employing unlucky people - throw half of the pile of CVs in the bin without reading them." -- David Brent
  170. God by lorcha · · Score: 1
    That's why god invented the following:
    1. RAID
    2. Automated offsite backups
    Use it or lose it.
    --
    "Avoid employing unlucky people - throw half of the pile of CVs in the bin without reading them." -- David Brent
  171. My Journal entry by epsalon · · Score: 1

    My Journal entry covers a story of crash & restore.

  172. well.. there was this one time... by Anonymous Coward · · Score: 0

    ... my computer hung, and i hit it.. it automatically restarted.. Seems like a Windows friendly thing to do :)