Category Archives: Coding

Python code to convert UTF-8 to Latin-1

After dealing with UTF-8 to latin1 encoding issues repeatedly over the years I finally put the time into crafting a somewhat complete conversion script in Python that handles things like “smart” quotes and other commonly-used symbols. This probably isn’t the … Continue reading

Posted in Coding, Python | Leave a comment

Vimdiff for three-way merges in Mercurial

I’ve been using vim as my sole code editor for a couple of years now at work. I find that the more I use it and the more I learn (there will always be more to learn about vim) the … Continue reading

Posted in Coding, Tips | Leave a comment

JetS3t 0.8.0, now with extra Google

I have released the newest version of JetS3t, version 0.8.0. Real Google Storage support Amongst many other things, this release is the first to include native support for Google Storage for Developers (GS). This means that you can now interact … Continue reading

Posted in Cloud Computing, Coding, JetS3t | 4 Comments

XMLBuilder Version 0.3: XPath, Parsing and Maven Goodies

I have updated my small java-xmlbuilder project with some nice new features. First, here’s a reminder of what this project does: XML Builder is a utility that creates simple XML documents using relatively sparse Java code. It is intended to … Continue reading

Posted in Coding, Java | Leave a comment

XCode 3.1 and SVN 1.5

I am reading the book Xcode 3 Unleashed to get to grips with Apple’s Xcode IDE. While configuring a local Subversion code repository I came across a couple of problems that had non-obvious solutions. After creating an SVN repository in … Continue reading

Posted in Coding, Tips | 3 Comments

JetS3t Version 0.7.0 Released

The latest version of JetS3t (jet-set), my Java library for Amazon’s Simple Storage Service, is now publicly available. Visit the JetS3t web site to download version 0.7.0, to run the latest online applications, or to read the updated documentation. Version … Continue reading

Posted in AWS, Coding, Java, JetS3t | 1 Comment