- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
This story makes me drop a tear everytime. Stupid Short Circuit movie made me love robots.
Admin
Two hours later and Los Locos hasn't kicked anyone's balls into outer space?
Admin
TRWTF is that nobody installs remote power strips in their data centers?
Admin
Admin
Well, as linux CAN close the CD drive (eject -t) logically even windblows should be able to... and a quick google shows quite a few windows apps that claim that ability. just my $0.02, Robert
Admin
Why not just use a picture of a desktop with an open drive as the story picture? If I submit such, can I get a free mug?
Admin
If you don't let it open all the way it will bash the button a few times (just to make sure) and then close itself. It's almost like they were designed with this in mind...
Admin
I'm sorry, but I don't quite understand that point you have made... slightly TOO succinct for me, I'm afraid.
Admin
Where I work, when the server has finally been upgraded, they would have upgraded ITAPPMONROBOT too as an integral system part.
Admin
These drives will all pull themselves back in after an eject fails to extend the drive all the way out. Try it.
Admin
You work at a company, too? Get out! I bet you even make a product that involves technology...
Admin
Does it really take two pages of comments to suggest that if there's a command to eject the CD tray, there might be a way to request the tray to close? Is it really that hard to imagine?
Admin
Solutions similar to this one have been featured often enough at "There I Fixed It" (one of the Cheezburger sites, dedicated to kludges) that I completely believe it happened. Get a sturdy enough CD drive, a wimpy enough reset button, and something to tape onto the drive tray so it'll poke into recess around the button, and voila. Necessity is the mother of invention, but desperation is the mother of kludges. ;-)
Admin
Admin
Admin
Oh, come on! My comment was deleted just because he replied to it?
I'm writing a reply-all script... clean up this board for once and for all.
Admin
Admin
Admin
Admin
Admin
Admin
I'm surprised nobody suggested a $5 lamp/appliance timer. I mean, sure it'd be a 15-minute downtime every night at midnight while the little wheel clicks from "on" to "off" and back again.
In a previous life, we had one hooked up to the modem that connected the company to the dialup ISP to make sure it was only active during business hours.
--Joe
Admin
Does EVERYTHING need to be software??
Admin
No more so than EVERYTHING needing to be nails for a hammer. :)
Admin
Nerd on, bro!
Admin
OK, here's mine...
#!/bin/bash
SERVER=192.168.1.23 DEVICE=/dev/cdrom1
while true; do
STATUS=$(ping -c 1 $SERVER | grep "Unreachable" | gawk '{print $6}') if [ $STATUS = "Unreachable" ]; then eject $DEVICE eject -t $DEVICE fi sleep 2m STATUS="" done
exit 0
Admin
Grade school is much more accurate.
Admin
You don't have to make it close, just put it close enough to the other machine so it only opens a little and it is automatically retracted when it is forced to stop. At least most CD drives work like this, if you block them while opening they just retract the tray. At least while it's blocked by something.
But why is it important? Most of the great stories aren't 100% accurate with the facts, they may even be completely made up, but it doesn't make them any less enjoyable.
Admin
TRWTF is budget freezes and middle level managers abiding by them.
Thank God, my current manager fight alongside me all the way when I recommend something.
Admin
Every single comment on this page could be deleted without damaging any interesting discussion whatsoever.
Addendum (2011-08-16 14:53): And now it has been! Thanks!
Admin
The Daily WTF: Living up to its name.
Admin
Admin
And someone seems to be working on that... first time I've found myself cheering as the post count goes down...
Admin
Admin
Admin
Admin
Admin
Also, cue the admins to start deleting the posts talking about the admins deleting the posts...
Admin
[quote user="C-Octothorpe"][quote user="Frank"][quote user="trtrwtf"][quote user="hoodaticus"]Every single comment on this page could be deleted without damaging any interesting discussion whatsoever.[/quote]And someone seems to be working on that... first time I've found myself cheering as the post count goes down...[/quote]Hope that someone goes back through the last few weeks of posts. That would be the biggest waste of time known to mankind.[/quote] BTFY
A bigger waste of time than Zunesis? I don't think so, friend. [quote]
Admin
BTW, what the hell is BTFY?
Admin
Admin
"Broke that for you"
Admin
Admin
No first 'paid for' consulting gig
We had a very special piece of custom hardware that used a bunch of i860s to do a particular calculation very very quickly (well quickly for the early 90s)
Unfortunately the homemade kit used to crash fairly often while a researcher on the other side of the world was using it at 2:00am. It took about an hour to get through security and into the lab at 2:00am. But because this was a super secret advanced special calculation it was behind a vaxstation front end that nobody else was allowed to use, no admin login, no hardware access to wire a reset button.
Solution was an Epson dot-matrix printer with a plastic rule taped to the paper feed knob. The genius on the other side of the world crashed the HW all they had to do was type a command that printed a blank 20 lines to the printer, rotated the paper feed know 180deg which swept over the reset toggle.
Total research project cost = $lotsM, special hw cost = $M, fee to grad-student = bottle of wine!
Admin
It's called a watchdog.
Admin
"Shooting out"? You don't need speed to press a reset button.
As to the amount of force, I don't suppose there's a lot of power behind the motor in a CD tray. But then, it doesn't take a lot of force to push a reset button.
Admin
TRWTF is using an IP address in the script. It should have been a computer name (DNS).
Admin
Maybe. Or just maybe that budget freeze was so cold that they wouldn't spring for a relay...or a resistor.
Admin
I have been feeling pretty melancholic lately but I almost cried at the end. :(
Admin