2013
Aug
1

I recently came across a StackOverFlow question asking “How to convert an integer to the shortest url-safe string in Python?” The answer is still hexahexacontadecimal but I realised I never actually posted the decoding snippet. So today I’m putting...

2013
Jan
2

Here’s a little snippet that might save a few minutes for someone writing a Bootstrap pagination control for a Middleman based blog’s index page.

Middleman is one of many tools to generate a static website. You write your site in your choice of technologies...

2012
Nov
22

IOKit is an important framework in Mac OS X, providing almost all kernel and driver specific functions and structures. Since all of this stuff is very low level, IOKit is mostly implemented using plain C and therefore cannot be be used in PyObjC and...

2012
Nov
7

Today I had to get Windows 8 for some software testing. The upgrade app didn’t allow me to select a country for my billing address. Here’s how to work around the problem using an SSH proxy.

2012
Oct
27

Because Cappuccino is a reimplementation of Cocoa for the web, most Mac apps apps can be converted to Cappuccino with very few architectural changes. In this tutorial we will convert the handy RoundedBox widget by accomplished Cocoa dev Matt Gemmel to Cappuccino.

2012
Sep
7

The second release candidate of Cappuccino 0.9.6 has been announced. The full list of new features and fixes is long but here are some highlights.

2012
May
15

Installing PyObjC in a new Python virtualenv on Mac OS X 10.7 can be a little tricky.

2010
Sep
1

To install the argparse module into Jython 2.5.1 you have to download and install it by hand rather than using one of the package managers.

2010
Jul
15

Just as Babylonians wisely counted in sexagesimal, the wise web developer is naturally drawn to hexahexacontadecimal.