Category Archives: Coding

Various rants about projects I work on and coding in general

Digi Connect ME Discovery

I have a Digi Connect ME powered device that I’ve been trying to interface with from Mac OS X, the only platform Digi does not provide their RealPort drivers for. The Digi Connect ME is a serial to ethernet bridge … Continue reading

Posted in Coding, Hacking | 5 Comments

FUSE for Windows

Many times in the past I’ve had want for the most excellent FUSE to have a Windows equivalent. There are many internet posts on the issue and why it is roughly a million times more complex to do on Windows … Continue reading

Posted in Coding, General | 2 Comments

64-bit Filezilla for Vista x64

So I just managed to get a 64-bit version of Filezilla to compile for Vista x64 – FTP and SFTP seem to be working fine although I haven’t had a chance to check proxy or FTP+TLS yet. I’m off to … Continue reading

Posted in Coding | 6 Comments

PuTTY 0.59 x64 build

I just uploaded a 64bit x64 build of PuTTY 0.59 made with Visual Studio 2005 and it can be found at http://www.kelley.ca/amd64

Posted in Coding | 7 Comments

vhdTools v0.3.1 Released

This release is a bugfix release and fixes bugs caused by using 32-bit integers (size_t is not 64-bit!) which caused problems with images > 2GB. Grab it here Note: the 0.3.0 release link is symlinked to the 0.3.1 release.

Posted in Coding | 5 Comments