Wearable Projector Adds Info To Everyday Activities

sixthsense

[Pattie Maes] from MIT’s Media Lab showed a really interesting augmented reality demo at TED this year. It’s a wearable projector that lets you interact with any surface. A camera tracks the gestures your fingertips make and performs related actions. She shows several uses: projecting a dial pad on your hand, displaying additional info on a product you’re holding, and taking a picture when you form a frame with your hands. The current equipment cost is $350, but that would be reduced in a dedicated device.

[via Waxy]

STK500 As An Arduino

stkarduino

The AVR STK500 has been Atmel’s standard AVR development platform for many years. Recently though, hobbyists have embraced the Arduino. [Alessandro] has decided to bring the two together so that you can use the Arduino environment with the STK500. Unlike the Arduino, it comes with 8 LEDs, 8 switches, a variable power supply, and variable analog reference. It’s a great way to get hardware you might already have back into service.

Remote Image Processing In JavaScript

[youtube=http://www.youtube.com/watch?v=u3_cFel26J8]

[Tom] wrote in to tell us about his JavaScript project for motion detection. It ties together two ideas we’ve talked about recently. The first is doing image processing in-browser using Canvas(), which we’ve seen employed in captcha breaking. The second is offloading heavy processing to browsers, which we saw recently in the MapReduce implementation. [Tom] is using JavaScript to compare consecutive images to determine if there’s any motion. He did this as part of MJPG-Streamer, a program for streaming images from webcams. It can run on very limited hardware, but image processing can be very intensive. Doing the image processing in-browser makes up for this limitation and means that a custom client program doesn’t have to be written. You can find the code here and a PDF about the proof of concept.

Smart Card Emulator

Here’s a quick prototype from [Travis Goodspeed]. It’s a smart card built around an MSP430 microcontroller. We’ve used the MSP430 in the past because of its low power demands. He says this business card currently supports 1.8V to 3.3V, but a future design will have 5V as well. Technologies like Java Card exist for running applets on smart cards, but a familiar microcontroller like the MSP430 could certainly make development much faster. Knowing [Travis], there’s a reader somewhere about to go through some serious fuzzing.

Distributed Computing In JavaScript

mapreduce

We’ve heard about the idea of using browsers as distributed computing nodes for a couple years now. It’s only recently, with the race towards faster JavaScript engines in browsers like Chrome that this idea seems useful. [Antimatter15] did a proof of concept JavaScript implementation for reversing hashes. Plura Processing uses a Java applet to do distributed processing. Today, [Ilya Grigorik] posted an example using MapReduce in JavaScript. Google’s MapReduce is designed to support large dataset processing across computing clusters. It’s well suited for situations where computing nodes could go offline randomly (i.e. a browser navigates away from your site). He included a JavaScript snippet and a job server in Ruby. It will be interesting to see if someone comes up with a good use for this; you still need to convince people to keep your page open in the browser though. We’re just saying: try to act surprised when you realize Hack a Day is inexplicably making your processor spike…

[via Slashdot]

Restoring Yellowed Computer Plastics

retr0brite1

Many of our cherished computers and consoles from the past have not stood up well over time. It’s not the hardware as much as the color. From Commodores, Apples, to Super Nintendos, the machines have slowly drifted towards a sickly yellow and even brown. The culprit appears to be the fire retardant chemicals used in the plastics. Amiga enthusiasts have spent the last year perfecting a technique that restores the plastic of these machines to its original splendor. Dubbed ‘Retr0brite‘ it’s a gel made from hydrogen peroxide, xanthan gum, glycerine, and ‘Oxy’ style laundry booster. The results are really impressive. If you do start restoring your own machines, caution should be used since it requires strong concentrations of hydrogen peroxide typically employed in bleaching hair.

[via Waxy]

Tweet-a-Watt Wins Greener Gadgets Design Competition

tweetawatt

The team behind the the Tweet-a-Watt/Wattcher just won first prize at the Greener Gadgets design competition. The device is a hacked Kill A Watt that transmits power consumption using an XBee. After checking out DVICE’s preview of the competitors yesterday, we’re happy to see a prototype win instead of just a concept sketch.