We’ve covered some other innovate uses for a cdrom drive, but this one surely takes the cake! This would be a great way to teach young children about re-purposing obsolete technology. If you want to try it for yourself, here is the script (written for a Linux machine) that is used to keep opening and closing the door:

#!/bin/sh
while [ 1 = 1 ]
do
#eject cdrom
eject

#pull cdrom tray back in
eject -t
done

[via boingboing]

5 Responses to Linux Baby Rocker

  1. blubrick on said:

    When I saw her hands in that position, I fully expected a QWERTY keyboard pattern to appear on her blankie.

  2. Tsaavik on said:

    #!/bin/sh
    while [ true ]; do
    #eject cdrom if closed, otherwise retract
    eject -T
    done

  3. I love how this code is so tiny, but does so much, It’s almost like cute code lol! I chuckle every time I see it :’)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

%d bloggers like this: