<X />C{}JS();

MySQL Performance Tuning on a VPS

September 18, 2014

MySQL Command Line Client Image courtesy of Hermann Kaser via the CC license.

Signs of Trouble

While we as software developers prepare for production releases as much as possible, the right sequence of events can still translate into something very wrong. This past week, visitors to this blog were greeted with the standard WordPress database error connection message, and I was unaware until I decided to share this site with a contact.

Read the full article »

Tracking Canvas State Using Objects

Despite being a fairly simple animation to watch, the instructions for a fading grid of colors is actually very complex. By creating objects to track the state of the animation a lot of duplicate code can be avoided, and the concepts exposed by gridfader.js can be encapsulated for easier canvas manipulation.

Read the full article »

Sublime Text 2 has become one of my favorite text editors, despite being only beta release software. The interface is very attractive and polished, configuration is very flexible through the use of various JSON files, and it is cross-platform so that my text editing environment is largely identical no matter which platform I am on.

Read the full article »