Posts
- AWS data center latencies, visualizedPublished:- An interactive tool to visualize the latencies between AWS data centers around the world. 
- MySQL on a Raspberry PiPublished:- Walking through the process of getting Ubuntu set up on my raspberry pi, installing MySQL, and configuring it to allow connections from other local machines! 
- Displaying images in MySQLPublished:- Using MySQL in absurd ways to use it as an image viewer. 
- Memory access patterns and performancePublished:- How does a programs memory access pattern and the underlying virtual memory system affect performance? 
- Turn images into contour mapsPublished:- Take a look at how I turn images into a contour map in the browser with the <canvas> element.