It was a sysadmin's story of how one of the servers needed a manual reboot every so often and it could only be done with someone physically being there to push the reset button. He set an old computer up with the CD drive directly facing the server's reset button. From there, he set up a cron job to send the "eject/close" command remotely whenever something went wrong with the other server.
Story ends saying that they no longer use that server, however that other computer just sits in the corner, faithfully ejecting/closing its CD drive to this day. Hopefully someone here can provide the link :)
while true; do eject -T; done;I myself collect usb cdroms that no longer read correctly for use as impromptu servos. You just never know when you're gonna need your linux box to pull a latch or give something a nudge.
Edit: Oh... Or this: http://news.ycombinator.com/item?id=868523
Psst don't tell Arrington. The "crunch-monitor" would be more than I could handle.