Entries written in January 2009

Written January 30, 2009 in mysql, python

Version 0.5 of LÖVE – a 2d game engine for Lua – has dropped. Lua is a lightweight open-source scripting language that’s embeddable in other products and devices. I first encountered Lua using the MySQL Proxy.

LÖVE looks interesting, kind of like a relatively polished PyGame without …

Continue Reading »

Written January 24, 2009 in webdev

This is really cool, but also kinda scary. Beating a Captcha with Javascript, OCR, and a Neural Network. Before you “tl;dr”, there’s some very interesting coding techniques in there like the shortcut points that feed the neural network and the rudimentary edge detection.

Continue Reading »

Written January 23, 2009 in howto

Let’s say you want to keep your logwatch configuration, which has a lot of files deep in directory trees, in subversion to track changes you make over time and ease rollouts between machines.

When you want to check in /etc/logwatch/conf/logwatch.conf. Your working directory is /etc, but /logwatch and /logwatch.conf are …

Continue Reading »

Written January 19, 2009 in punditry

The guys who sell kitchen gadgets on street corners in New York and the boardwalks of New Jersey are the ultimate salespeople. I’ve run across several excellent profiles that study exactly how they sell and why they’re so successful.

Continue Reading »

Written January 17, 2009 in webdev

I’ll go one step further than John Gruber and say that the Kottke.org redesign is like seeing an old friend with a new haircut — and hoping that it isn’t permanent and doesn’t signal a new trend.

Continue Reading »

Written January 13, 2009 in reading list, webdev

The first reading list of 2009. Can you tell I’m working on a design or two?

  • A few posts from Jason Santa Maria – A New Day, and the five month later Progress Report. Jason just broke things off after four and a half years with Happy Cog,

Continue Reading »

Written January 4, 2009 in punditry

Looks like someone has licensed FASA’s old catalog of intellectual property from Microsoft… should be interesting to see what comes out of this.

Continue Reading »

Written January 2, 2009 in apple

One of the things I genuinely love about Apple OSX is that there’s some hidden gems in the Applications/Utilities folder. One of those hidden gems is console.app, which acts like a GUI window that follows (aka `tail -f`) a particular log file. It’s great because you can insert markers and …

Continue Reading »

Written January 1, 2009 in goals

I don’t believe in resolutions, but I do believe in setting goals for myself and revisiting them every once in a while.

My techie goals in 2009 are:

  1. Learn Python and Postgres. I’ve been a one-trick pony with PHP/MySQL for too long. I plan to accomplish this by writing a google

Continue Reading »