The good and bad of Asus EEE

Like many other nerds, my wife got an Asus EEE for Christmas. (ok she isn't a nerd but her husband is). (Ok, maybe she is a nerd since I've been forcing her to using Linux for so long that she doesn't mind too much anymore).

The machine is solidly constructed …

more ...


MonetDB and SQLAlchemy

I've spent the past days starting a MonetDB backend for SQLAlchemy. My code is currently attached to ticket 874.

Here are my thoughts after spending a bit hacking out the backend (which is really slightly usable if you have nightly of Monetdb):

  • I was thinking writing the backend would require …
more ...

Intro to python testing talk (unittest, doctest, coverage)

I'm giving an introductory talk on testing tomorrow for Utah Python. I'm planning to cover unittest, doctest, coverage and interpreting coverage results. At the end will be a hands on session for applying what we've learned. We'll write a simple program and then try and achieve good test coverage using …

more ...


Reinteract - nifty (editable) python shell

Just watched the screencast here about Owen Taylor's improved shell. Nothing revolutionary per se, but it just looks more beginner friendly (ie you can go and edit existing expressions, rather than using shell history). Kinda reminds me of the only time I used mathlab.... some 13 years ago. Now if …

more ...

Laser guns, webcams, marshmellows, python and Halloween!

My brother is the archetype of a hacker. We wasted many hours learning basic on the c64 back in the day. He used to hook up old monochrome apple monitors to stereo output and achieve some really cool visualizations. (Ben Harper's Opression is probably the best). He wrote tetris for …

more ...

Gnome devs too lazy for python?

Some interesting thoughts about testing and python found among gnome developers. Joe Shaw was explaining how most new gnome apps these days are written in either python or C#. They choose C# for their app (Beagle) because "[they] wanted a strongly typed language" (I think he meant static typing but …

more ...

of OpenOffice, Symphony, KOffice, rst and python

Just a few (rambling) thoughts on OpenOffice I've been having as of late. My daughter just started Kindergarten and my wife is now caught up in the PTA. So unlike the tech world, which tends to revolve around excel spreadsheets, the PTA revolves around word documents. My wife is relegated …

more ...