Archive

Archive for June, 2009

Moiré Curves

June 25th, 2009 jsmith No comments

Moiré Circle
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.
Read more…

Categories: Uncategorized Tags:

Processing Maze Generator/Solver

June 25th, 2009 jsmith No comments

Maze
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.
Read more…

Categories: Uncategorized Tags:

Apache Trailing Slash Problem

June 10th, 2009 jsmith 3 comments

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
Read more…

Categories: Uncategorized Tags: ,

Visualizing Changes With Levelplot Heatmap

June 8th, 2009 jsmith No comments


heatmap_diff.png

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 the pages across threads and actions.
Read more…

Categories: Uncategorized Tags: