Developer Tools Speed Up Your Database Dump and Restore Using EC2 On-Demand A database dump can be tedious, and I asked myself, "Where can I get better hardware for cheap?" Enter: AWS EC2 On-Demand.
Embedded Systems Lightweight Indexing for Small Strings Investigating string indexing algorithms to speed up data compression on embedded systems, and a method with especially low overhead.
UX/Design Tools Novel Image Compression Using Bit Plane Slicing An implementation of a novel image compression algorithm using bit plane slicing with python's SimpleCV library.
Embedded Systems heatshrink: An Embedded Data Compression Library I couldn't find an embedded data compression library that would work in my resource-constrained environment, so I created my own: heatshrink.