Hacks

Tree command for Mac/Linux

Murphy Mac sent us a link to a handy find/sed command that simulates the DOS tree command that you might be missing on your Mac or Linux box. find . -print | sed -e ‘s;[^/]*/;|____;g;s;____|; |;g’ You can see the result in the image above. Like most things I’ve seen sed do, it does quite […]

Hacking the Wiimote IR camera

You can connect to the Wii remote over bluetooth or use an Arduino to send peripheral data to the Wiimote, but what if you want to interface directly with the Wiimote’s IR camera? The sensor is particularly good at tracking coordinates for 1 to 4 points—it could be a simple way to add sophisticated tracking […]

Sneakey: copy keys from photos

Sneakey: copy keys from photos

Via Discovery News: Scientists in California have developed a software algorithm that automatically creates a physical key based solely on a picture of one, regardless of angle or distance. The project, called Sneakey, was meant to warn people about the dangers of haphazardly placing keys in the open or posting images of them online. … […]