Python

The Python Tourist

Over at boodebr.org, there's a new series called "The Python Tourist". It's meant to be a series that highlights programming pitfalls in Python and from the first installment, "Passing Mutable Objects as Default Args", it looks...
General

Zeni Ethiopian cuisine

Zeni Ethiopian cuisine, originally uploaded by msabramo. A few years ago I had Ethiopian cuisine for the first time at a restaurant in San Francisco and I loved it. I then lamented the fact that while there seem to be a few...
Programming

Intro to SCTP

A nice IBM developerWorks article that introduces the basic features of SCTP, such as multi-homing and multi-streaming, and shows you sample C code for a simple SCTP daytime client and server, using the Linux Kernel SCTP Project...