Friday, 7th May 2004
Don’t make me lie to you
So what’s the deal with this? [... 194 words]
What makes a geek?
Meri has a great post up entitled Because We Are Geeks, which highlights the differences between geeks and the rest of the world and asks if geeks are really suited to designing and marketing products for non-geeks. [... 148 words]
Switch statements in Python
Python doesn’t support a native switch statement. I’ve found myself using the following coding idiom instead recently which seems to work pretty well: [... 114 words]