Hacks

Wiimote-controlled airsoft gun

Wiimote-controlled airsoft gun

Jay from thecapacity created this airsoft robot that you can control with a Wiimote. He’s using Construx for the mounting hardware, a webcam for remote sighting, and an IOBridge to control the servos. I’m pretty sure I’d never want this thing in my office, but something similar with a motor operated squirt gun might be […]

Edit Gmail filters with XML

Gmail added a filter import/export feature recently that allows you to save and load filter data from XML. The cool thing about this is that it allows you to create and manage a whole heap of filters in text format and then import them all at once. Matt Thommes explains the procedure: Here is the […]

Generating sound in Flash 10

Generating sound in Flash 10

One of the new features to make it into Flash 10 is the ability to generate software-based audio. There’s essentially an event callback that will trigger during audio playback that lets you fill an input buffer full of wavelength samples. I’m looking forward to seeing what types of generative music folks will be able to […]