I am not really a programmer, or at least I have never really thought of myself as such. I am more of a ’systems & network engineer’ in the typical benevolent BOFH jack of all trades, master of the electric stapler kind of guy, but lately I’ve been flexing the software muscles a little bit more than usual.
I have been meaning to start learning python AND to start playing with the Gnome libnotify stuff a little bit here for a while now. Using Ubuntu 7.10 has sort of re-ignited those desires due the the large amount of python on the backend (as well as plenty of notifications from the various little applets). There seems to have been a push at work to start using python more, and the big application that I have been working on is purely python except for the web UI layer (which I will rewrite at some point) which I prototyped in PHP because it was fast and I needed access to visualize the datasets so I could continue work on the backend.
Anyway, all of the current event crap aside, I tossed together a little python guy that works on both OSX and Linux because I wanted some excuses to work with OSX a little bit. It trolls your last.fm profile and pops a bubble when one of your friends listens to a track. It’s kind of neat in that it lets you see what deranged music your friends listen to. It currently will even fetch the artist picture from the last.fm site for the popup bubble.
It’s not done, but it’s usable, and you can get it from my cvs web. Enjoy, and drop me a line if you like it!