Archives
Tags
Monthly Archives: June 2009
Moiré Curves
I wrote this during lunch to kill some time before a conference call. I liked the effect on the Moiré Pattern page and thought I would replicate a variation of it.
Processing Maze Generator/Solver
This is one of the first Processing projects I wrote a few months ago while I was waiting on a large database download and import. Requires a working Java plugin in your browser.
Apache Trailing Slash Problem
I was helping our IT guys out this past weekend configuring a reverse proxy load balancing environment for JBoss/Tomcat behind Apache. I kept running into problems where requests coming from Apache looked like: GET /foo//bar instead of GET /foo/bar
Visualizing Changes With Levelplot Heatmap
I recently worked on configuring and enabling Ehcache with our Hibernate objects for common domain objects we query on almost every page request. I was interested in whether this would improve performance, and how best to illustrate the effect of … Continue reading