Gmail Without The Cloud: Tips For Next Time

gmail_outage_tips

Yesterday’s Gmail service outage is a hot topic on just about every news site right now. For so many of us that have always taken the reliability of Gmail for granted it was a real shock to lose all of the functionality of the web based system. Now that we’ve learned our lesson, here’s a couple of tips to help you out the next time there’s an outage.

Continue reading “Gmail Without The Cloud: Tips For Next Time”

Simple Automatic LED Lamps

simple_led_lamps

[woody1189] put together some automatic lighting for his closet. Nine LEDs are grouped into three lamps and controlled by a hall effect sensor. He prototyped this on an Arduino and then migrated over to an ATtiny85. Although the current implementation could be accomplished without a microcontroller, we’d love to see some firmware improvements such as an auto shutoff for when you forget to close the closet door. The hall effect sensor seems to pop up in a lot of projects so make sure you get a few of them with your next parts order. Video of this in action after the break.

Continue reading “Simple Automatic LED Lamps”

Fire Horn

firehorn

Artist [Ariel Schlesinger] has managed to replace an air horn‘s compressed air tank with butane fuel. This hack manages to change the pitch of the horn slightly, as well as making one very noisy flamethrower. While not as impressive as other flamethrowers, this would probably take the cake for most achievable. Currently the site containing the how-to is down, but we would have to recommend not doing this at home anyway. Video after the jump.

Continue reading “Fire Horn”

Twitter Remote Control

twitter_remote

We’ve already brought you a homemade Twitter-enabled washing machine, and toilet, but now a new innovation is being brought to the table by a bigger player. IBM is working on a tweeting television remote, which would allow the user to inform the world what they are watching. Although unfiltered reporting could create awkward situations, the combination of America’s love for television and Twitter is sure to yield interesting results. They also mentioned that it could be configured to report to other sites, such as Facebook or joost. Any ideas why IBM would have in such a patent are welcome in the comments. More info can be found here and here.

Real Time Searching

reallivesearch (Custom)

With the fresh competition of Bing, we are reminded that search engines haven’t changed much since Google came along. Bing has made some nice advancements, like video previews, but still has a way to go to be truly different than Google. [Long]put together this prototype of a real time search system based off of Bings API. He was inspired by Google Wave which we hope to see soon. Wave is primarily for communication, redefining how email and messaging would work. We can’t help but think that Google probably has some cool stuff in the secret vaults for searching too.  [Long]’s project seems like a decent start, but like the goodtimes.searchengine, we think it needs some work. What happened to the cool video previews? More importantly, why can’t we turn off the parental filter?

Happy Birthday Internet: 5 History Videos

Leonard-Kleinrock-and-IMP1

National Geographic has pegged September 2, 2009 as the 40th anniversary of the Internet. They do not cite their source and our source doesn’t make the same claim. But, August 30, 1969 is the date the first Interface Message Processor was delivered to the Arpanet. The IMP is what allowed different computer networks to talk to each other and so it follows that September 2 is probably an acceptable date to celebrate.

To commemorate this glorious day we’re sharing some of our favorite History of the Internet videos. Start with the National Geographic video and then take in the geeky, the new, the old, and the simple. Continue reading “Happy Birthday Internet: 5 History Videos”

BrewTroller Brewing Control System

BrewTroller_2.4__4a70af85574f3

BrewTroller is an open source brewing control system based on the Sanguino. Targeting home beer brewers, this project gathers some of the best features from other DIY brewing controllers and packages them into a hardware and software setup so it’s accessible to those without the skills to design their own. It can interface with 4 heat controllers, 32 pumps/valves, 6 temperature sensors, 3 volume sensors, and 1 steam pressure sensor. The system displays information through a 4 line LCD. It can be used to monitor and maintain temperature during mashing, boiling, and chilling. If you have a more advanced setup that involves automatic valves, it can control those for you with almost limitless reconfigurability through every step of the brewing process.

We thought it was pretty hard core that at least some of the kits shipped with hand made PCBs. At the very least, it shows that it is possible to make this board yourself with the provided PCB layout.

[Thanks Julius]