Company Shutdown Causes 2/3rds Drop In All Spam

The Washington Post is reporting that the shutdown of one hosting company has caused the total volume of spam to drop by 2/3rds. The company in question is McColo Corp. Both Hurricane Electric and Global Crossing pulled the plug today after a damning report revealed a number of illegal activities happening on McColo’s servers. McColo already had a reputation with the security community. When contacted about abuse, the company would often shift servers to new IP ranges instead of shutting them down. Although not the main source of spam, the company was host to many botnet control servers and phishing sites.

[photo: mattdork]

[via Waxy]

Meggy Jr RGB Portable Game Platform

meggy

Evil Mad Scientist Laboratories have just announced the release of the Meggy Jr RGB, a fully programmable handheld console with an 8×8 RGB LED matrix display. Like its big sisters Peggy and Peggy 2.0, the Meggy Jr is driven by an ATmega168 microcontroller and is made up of a bank of fully addressable LEDs. Unlike its siblings, the device boasts six buttons and the ability to be mounted inside of a custom case (or “handle set”) constructed from plastic or wood, drastically altering the look of the console. Using the popular open-souce Arduino environment, users are able to write custom software for the device. While it works great as a game console, of the many possible configurations and suggested uses, we think “disco floor for your Lego minifigurines” is the most amusing.

HDDJ: Hard Drive As Rotary Input

dj_hdd

[nvillar] wanted a relatively cheap way to make a rotary input device for audio mixing. After looking at several options including turn tables and professional audio scrubbers, they decided on the hard drive due to its size, price, and the feel of the disk. The geek factor of using a hard drive as an input device probably didn’t hurt either. They provide schematics and details on how to make it all work. There’s a video after the break of the unit sending signals to a computer. No performances though, sorry.

Continue reading “HDDJ: Hard Drive As Rotary Input”

Wiimote Trackball Mod

wiimote

Hot on the heels of their recent rapid-fire mod, the creative minds at AcidMods have turned out yet another useful hack for for the Wii controller. This time around, they’ve replaced the peripheral’s “A” button with a clickable trackball, allowing the player to quickly navigate menus without readjusting their hold on the Wiimote. With a flair akin to that displayed in their earlier projects, the team even took the time to add LEDs to the track ball internals. Check out the videos of the mod in action after the break.

[thanks mark]

Continue reading “Wiimote Trackball Mod”

Pringles Can Macro Photography

macro_pringles1

Reader [Harald] sent us this sweet Pringles can macro photography hack from way back in 2005. Using a Pringles can and a standard Cannon 50mm MKII lens, they have produced some amazing results. The image above is the tip of a ballpoint pen. Not only does he go through the steps to make it, but then goes in depth on how to best set your camera and other good practices for macro photography. Pringles cans aren’t just for holding chips and making wireless antenna.

We’ve covered several macro photography rigs before, like how to do macro photography with your iPhone, or with a flip camera, and even how to build a massive laser controlled macro photography setup.

Scratch Built RFID Tags

rfid

[nmarquardt] has put up an interesting instructable that covers building RFID tags. Most of them are constructed using adhesive copper tape on cardstock. The first version just has a cap and a low power LED to prove that the antenna is receiving power. The next iteration uses tilt switches so the tag is only active in certain orientations. The conclusion shows several different variations: different antenna lengths, conductive paint, light activated and more.

Running Debian And Android On The G1

tmobileg1

[Jay Freeman] has a rather exhaustive tutorial on how to set up a Debian environment on your T-Mobile G1. The first major issue with this is that getting root level access through telnetd is being patched. It certainly is a security issue that needs to be fixed, but a user shouldn’t have to root their own phone to begin with. While the G1 comes with some Linux tools, they’re limited. [Jay]’s goal was to create a familiar Debian environment on the phone. It takes a few tricks, but if you’re familiar with the command line, you shouldn’t have any problems. Debian already has ARM EABI support, so creating a working image isn’t a problem. The image file is stored on the SD card and mounted using the loopback device. The G1’s kernel has module support turned on, so [Jay] created an ext2 and unionfs kernel modules. [Benno Leslie]’s Android version of busybox is used to perform the actual mounting. Once mounted, you just need to chroot into the environment to start playing with native Linux apps. [Jay] takes this a step further by using unionfs to make the Android and Debian environments share the same root. This is really a great how-to and it’s nice to know that modules can be added to the kernel.

[photo: tnkgrl]

[via Hackszine]