Monthly Archives: June 2008

Chicago (U-505)

About a month ago Karen and I spent the weekend in Chicago. If you haven’t been to Chicago I would recommend it. We had a great time. One of the highlights and quite possibly the coolest museum exhibit I’ve seen … Continue reading

Posted in General | 1 Comment

IPv6

For the first time in almost month I had a bit of free time for experimentation today so I decided it was time I set up my home network to use IPv6. I’ve tried to keep up on the development … Continue reading

Tagged | 2 Comments

A short comparison of App Engine and AWS

Where Google App Engine Spanks Amazon’s Web Services: S3, EC2, Simple DB, SQS A short summary of the differences between Google’s App Engine and Amazon AWS. Pricing for App Engine has also been announced.

Posted in General | Leave a comment

Python memory leak debugging

Hunting memory leaks in Python Interesting post showing how to use the Python garbage collector’s introspection features and Graphviz to track down object reference problems.

Posted in General | Leave a comment