code
- bitbucket repositories
- Wavelet Library 3 Newer version of the lossy and lossless, completely embedded image compression library (under zlib-License)
- WowPlot Graphical analysis tool for World of Warcraft combat logs for Mac OS X Leopard (10.5). Its main focus lies in evaluating time-dependant combat performance in a very free-form fashion.
Categories
Archives
- August 2010
- July 2010
- June 2010
- November 2009
- July 2009
- May 2009
- January 2009
- October 2008
- September 2008
- July 2008
- May 2008
- March 2008
- January 2008
- October 2007
- September 2007
- July 2007
- April 2007
- March 2007
- January 2007
- December 2006
- October 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
- February 2003
- January 2003
- December 2002
- November 2002
- October 2002
- September 2002
- August 2002
- July 2002
- June 2002
- May 2002
- April 2002
- March 2002
- February 2002
- January 2002
- December 2001
- November 2001
- October 2001
- September 2001
- August 2001
- July 2001
- June 2001
- May 2001
- April 2001
- March 2001
- February 2001
Category Archives: tech
Rate-Distortion Graph
I’ve invested a bit of time in getting some nice rate-distortion graphs out of my wavelet image compression library. Now that it’s embedded, the process is fairly easy: Compress once into a single file and then decompress only enough bits … Continue reading
Posted in wavelet
Leave a comment
Patenting CPU instruction sets and $150 PCs
Via a blurb on ArsTechnica about a Chinese $150 PC, I’ve stumbled upon the Story of Lexra, a now out-of-business semiconductor IP provider. A few things in that article struck me as interesting, namely You cannot patent an instruction set. … Continue reading
Posted in tech
Leave a comment
Size-optimising Code
I try to keep my image compression code fairly simple; it doesn’t do the best lossy compression, it doesn’t to the best lossless compression, but it does both fairly well, fairly fast, and without introducing much code bloat. As a … Continue reading
Posted in tech
Leave a comment
Wavelet 3.2
As I’ve taken a two-day vacation pre-easter, I’ve gotten some more work done on my Wavelet Image Compression Library (and not played games as some of my colleagues were led to believe ). Before this version all the subbands of … Continue reading
Posted in wavelet
Leave a comment
Cocoa and Objective C
I am currently writing a graphical user interface (GUI) for my Wavelet Image Compression Library that will allow for selecting and inspecting compression settings. As my “main computer” for the past year has pretty much been an Apple Mac mini … Continue reading
Posted in tech
4 Comments
Wavelet 3.1
Another week, another release of my Wavelet image compression. I figured out how to do complete embedding, which justifies another release. This means you can compress an image once, and then get different rates by simply truncating that file! The … Continue reading
Posted in wavelet
Leave a comment
Wavelet 3.0
I’ve been steadily working on my wavelet image compression for the past few weeks, and in the process have improved it in many ways. These are largely not technical improvements, but rather a huge code refactoring, the creation of decent … Continue reading
Posted in wavelet
Leave a comment
Hilbert Curve
I’ve been reading a bit about the spacefilling curves for my wavelet image compression (take a look here and here). There is a very nice way to convert from the Hilbert derived key to (multi-dimensional coordinates) described by John J. … Continue reading
Posted in wavelet
Leave a comment
Revision Control Systems
I’ve been looking for something (other than regular backups) to keep a history of my personal development projects. Once upon a time, I used Perforce (the free 2 client license), but I’ve never really gotten on with it that well; … Continue reading
Posted in tech
Leave a comment
Automated Downloading
On Patrick‘s insistent encouragement, I’ve finished my “downloading system”. I use it to easily and quickly queue files on a remote machine for downloading (or starting (Bit-)torrent downloads). It consists of two scripts, one written in PHP and running on … Continue reading
Posted in tech
2 Comments
Compute your own PS3 Cell Yield!
Here is a little Python script, that I wrote to compute yields for the PS3′s Cell chip on a 300mm wafer with different defect rates, depending on the number of SPEs required to be intact…
Posted in tech
Leave a comment
Apple’s “Mighty Mouse”
There is a lot of confusion about Apple’s new Mighty Mouse (which IMO is a crap name). As I’ve got mine today, I thought I’d dispel some of it: It still has a physical micro-switch that is activated when applying … Continue reading