Back to MySQL tuning

Running MySQL Tuner we get: [!!] Temporary tables created on disk: 65% (640 on disk / 973 total) Variables to adjust: tmp_table_size (> 32M) max_heap_table_size (> 16M) And [OK] InnoDB buffer pool / data size: 128.0M/1.8M [OK] InnoDB buffer pool instances: 1 [!!] InnoDB Used buffer: 6.45% (528 used/ 8192 total) I’ll continue tweaking the… Continue reading Back to MySQL tuning

Bug Fix to Minecraft Warden

After deploying the Minecraft Warden to my friend’s server we found some issues with placing it into production. I think I missed a commit->push because the same use-case was working fine on my system. Having said that, there was an issue with how the software would handle the case where the server wasn’t running and… Continue reading Bug Fix to Minecraft Warden

Tire Weather Website

For some time now, I’ve been thinking about building a quick website to help my fellow enthusiasts in Canada to decide on whether or not they should install their high-specification summer tires. So far, this is what I’ll use to represent the idea/basic logic/basic design spec. I think that I’ll be doing this in C#… Continue reading Tire Weather Website