I've noticed that the arduino (http://arduino.cc/) has gotten quite a bit of traction, and that people are building really cool stuff with it.
Do you have a great, funny, interesting or noteworthy arduino project you're working on? Just-for-fun projects count too :-)
I just completed a first flight which limited the scope of the test to a glider that kept the wings level and the nose on the horizon (using the pitch and roll data from a Kalman filter running on the IMU data updated at about 54Hz). Here's what that system looks like: http://www.flickr.com/photos/ttrueman/3770700718/
It's a lot of fun and I highly recommend Arduino hacking to anyone that wants to give hardware a try.
Here's a good starter kit: http://www.sparkfun.com/commerce/product_info.php?products_i...
One simple project that seemed cool to me was this LED one: http://blog.bsoares.com.br/processing/controlling-rgb-led-wi...
If you're ambitious you could try building your own UAV based on Arduino using Ardupilot: http://diydrones.com/profiles/blogs/ardupilot-main-page
(I know this comment goes on and on but if you work with i2c, SPI or serial often check out Saleae's Logic: http://www.saleae.com/logic/ which is a cheap logic analyzer that is incredibly useful and well done.)