A leyden jar is basically just a simple home made capacitor. We’ve shown you how to make them before. This, however, is how you make a ridiculously large one. [Nickademuss] used a five gallon bucket to make his leyden jar. That’s five whole gallons of lightning. The video, which you can see after the break, shows it light up the entire room when it lets out a fairly formidable spark. This is dangerous folks, be careful.
Month: January 2009
MegaUpload Captcha Cracking In JavaScript
This was certainly the last thing we expected to see today. [ShaunF] has created a Greasemonkey script to bypass the captcha on filehosting site Megaupload. It uses a neural network in JavaScript to do all of the OCR work. It will auto submit and start downloading too. It’s quite a clever hack and is certainly helped by the simple 3 character captcha the site employs. Attempting to do the same thing with ReCAPTCHA has proven much more difficult.
UPDATE: [John Resig] explained of how it works.
[via Waxy]
WiFi Theremin
The fine folks at Midnight Research Labs have put together a new toy for you to play with. It’s a Python script that makes your WiFi hardware behave more like a theremin. Based on the pyaudio library it monitors the signal strength of the AP you’re connected to and changes the tone accordingly. There’s a sample embedded above (direct link). If you have a second interface, you can use it to modulate the volume. It’s an interesting trick, but they say that there’s enough latency that it would be hard to play actual music with it.
Choreographed Christmas Lights
[youtube=http://www.youtube.com/watch?v=2Cj-morKHPQ]
We’ve covered a couple of different ways of doing choreographed Christmas lights. The most basic being sound activated ones made from speakers, then the parallax controlled ones. This one uses the parallax microcontroller as well, but [prabbit22m] seems to have put some more effort into the construction and enclosure. The lights are all LED this time around and there are 18 outlets that can be individually controlled in a nice, safe enclosure. The choreography was done well too. The capabilities video is pretty impressive, it looks like he has managed to do some fading in and out. You can see it after the break.
Adding Right Click To A Macbook Pro
Surprisingly, one of the most common complaints we hear from people trying out macs are the fact that there isn’t a right click. The latest version, the unibody, has an option that remedies this, but older versions are stuck without. While you could always plug a USB mouse in, that is hardly a hacker’s solution. [spiritplumber] sent us this mod he did, adding right click functionality to his Macbook Pro. It is worth noting that this is meant for the 2006 to 2008 version of the Macbook Pro. You’re on your own for different ones.
[spiritplumber] points out that there are test points on the back of the track pad that emulate certain events. One of wich, just happens to be a right click. He shows us how to wire this, to a home made contact button under the right corner of the track pad. This can be potentially hazardous to your macbook, so be careful and follow his tips for soldering. If you want, you can do the same to the opposite side for your left click, or just leave it the way it is. You can see a video of it in action after the break.
How-to: Bus Pirate V1, Improved Universal Serial Interface
We use the Bus Pirate to interface a new chip without writing code or designing a PCB. Based on your feedback, and our experience using the original Bus Pirate to demonstrate various parts, we updated the design with new features and cheaper components.
There’s also a firmware update for both Bus Pirate hardware versions, with bug fixes, and a PC AT keyboard decoder. Check out the new Hack a Day Bus Pirate page, and browse the Bus Pirate source code in our Google code SVN repository.
We cover the design updates and interface a digital to analog converter below.
Continue reading “How-to: Bus Pirate V1, Improved Universal Serial Interface”
Neuros Set Top Box With Wiimote
[youtube=http://www.youtube.com/watch?v=NUT0yb04q_A]
The Neuros set top box, called Link, is a disc-less computer running Ubuntu. Neuros encourages hacking and finding new ways to use the unit, as can be seen in their latest article explaining how to get a Wiimote to work with it. The results are pretty slick, as you can see in the video above. We can’t imagine trying to use the on screen keyboard with it, but it seems to work nice for basic navigation.