Undeleting photos on (gentoo) linux/windows/mac

This post is preceded by a public service announcement to back up all important data, often. (So far it seems the best way to back up photos is to get them printed/developed).

Had a scare with a half gig compact flash card acting up on me, that contained photo …

more ...

[Pycon 2008] Linky linky

Here's my notes on Pycon this year. I'm going to throw out a collection of links that may or may not be useful to you. If you weren't able to make the conference, hopefully this list contains a link or two that are new or interesting to you.

more ...

[Pycon 2008] Thoughts and Observations

Here's my thoughts regarding Pycon 2008.

Benefits of conference attending

  • Face time with virtual friends - Some people/IT shops invest in established technology provided by big vendors. I've been somewhat disenchanted by the products (and underlying lockin/intentions) of many vendors. Yet open source (for the most part) has provided …
more ...


Fun with YUI, IE and JavaScript

I still develop JS in basically the same way I did back in 2001. Back then IE had more of a stranglehold on the browser market, but it was a horrible JS development environment. So one would use Mozilla with the Venkman debugger to make things a little easier, then …

more ...

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 ...