Howto create a pygments backend

Pygments is a source code highlighter. I believe the main purpose is to format code/markup for webpages (forums, blogs, wikis, trac, etc). (I used it on my previous post). But it also has renderers for latex, rtf and bbcode. I happened to desire an SVG backend yesterday, so I'll …

more ...


Does Oracle really love Rails?

If one searched for Oracle and Rails they're bound to turn up a bunch of results that appear to indicate that Oracle is on the Rails bandwagon. How Web2.0 of them. (I'm trying to think of some funny snide remark about a rails acquisition, but can't really....)

more ...

OSCON 2007 (July 25)

I arrived in Portland last night for OSCON. From a conference standpoint, it feels very similar to when I attended in 2005. The attendance doesn't appear to have grown much and the exhibition hall is about the same size. Though there appear to be a few more "community" exhibitors than …

more ...

All your comments are belong to reddit

I guess this has been around since the dawn of site aggregation (ala slashdot). I'm just sort of frustrated that my previous post's most valuable and relevant comments weren't posted on my blog but on an aggregator of programming links (reddit). I'm not implying that reddit isn't useful for finding …

more ...

Silly Python is_nan implementation

So [apparently equality for NaN doesn't make sense](http://mail.python.org/pipermail/python-list/2005-July/330042.html_. (NaN or Not a Number is division by zero, and other other operations that return non numbers, which is different than infinity or negative infinity). That makes sense, but sometimes you want to …

more ...

Visualizing harddrive space under Linux

Today, my laptop disk became full. So, I wanted to get the most bang for my buck and not waste my time erasing small files that weren't taking up a bunch of disk space. How does one do that? One way is the command line utility du, but I knew …

more ...

May Utah Python Meeting

Last night I attended the Utah Python User Group meeting. The meeting location was changed to a library in Salt Lake instead of the Mozy headquarters in American Fork. It appears that the more central location was quite a draw since there were some 20 people in attendance.

Jonathon Ellis …

more ...

Goodbye Beryl, Hello 24 Incher

I got a nice 24 inch Dell flat panel monitor for work. Here's the good: * Bright colors (my laptop monitor looks dull now) * Wide (can comfortably browse two websites side by side) * Gentoo made installing drivers painless * xrandr 1.2 is nice * X developers rock

And now the bad: * I …

more ...

Exciting Times Ahead

The last couple of weeks have been stressful, bittersweet, and exciting. An exciting opportunity fell upon me and the end result is that I resigned from SpikeSource and am now starting up a company.

SpikeSource has been wonderful to me, and I've very much enjoyed my time there. I've worked …

more ...