November 2008
4 posts
Codebits 2008
After the awesomeness that was codebits 07 I actually expeect 08 to be a lot better. It wasn’t imo. It still ranks as Legendary on the my personal scale. Food was a major let down tough ;)
The talks I went too were a disappointment. Even Jack Motif’s XMPP talk was way too introductory for the audience (at least for me). More code less talk? Seriously looking at XML I could read in...
Twitter - What Would It Take To Migrate
It amazes me that a service that has this much downtime and is so incredibly limited compared to its competition manages to be number 1. I honestly wonder what the competition would have to do to get users to move.
That’s social network lock-in for you.
Sapo Codebits 2008: First Project - irnotify
The first project I’ve made (well technically second since it’s a support lib for another project) is now available (via SVN) at google code - irnotify.
A python library for making notifications. Currently implements notifications via XMPP (Jabber), SMTP (Mail) and Twitter direct messages.
Here’s the example code:
Twitter DM
from twitternotify import TwitterNotify
n =...