Hacks

Electric RazEr

Charles has been messing about with scooters. This is his second crack at it with the more modestly named RazEr. At least some of the work has been done at Miters in Cambridge. The business end. The relevant power transmission implement – there is only 1 – is housed completely in the rear wheel. It […]

iPhone Linux

The iPhone dev team, hard at work as usual, announced a successful iPhone Linux port today. It’s still at a very early stage, but the kernel boots on first and second generation iPhones and the first generation iPod touch. A framebuffer driver and a working Busybox installation point to an exciting open source future: What […]

Flaming legs

Evidently the people of New Mexico have seen it all. Even robolegs gone wild! Carlos is a robotic everyman. He’s not one of those fancy deep sea dwelling, swimming pool competing, publicity hogging, multiple kill, or planet exploring robots, just a regular robot doing his thing like us humans. Carlos was a college kinetic sculpture […]

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 […]