OMFG I have just wasted the last 20 minutes looking through the latest twitter meme #songsincode. Epically awesome. Don't think of it as wasting time, think of it as increasing your coding skills by learning to parse other people's code.
Also I hear that the new facebook 3.0 iPhone app is available, but it's not showing up for me yet.
Some of the #songsincode are incredible, while others just look ugly. Here's one of my favourites by royvanrijn:
for(Leaf leaf:leafs)
{ leaf.setColor(new Color(139,69,19)); }
sky.setColor(Color.GRAY);