Mechanical keyboard

I recently purchased a new mechanical keyboard.  My usual functions are gaming (maybe 15% of my time on a computer) and programming.  While I’m certainly not a hard core gamer, I do enjoy the competition and want the correct gear in order to ensure that I can compete at an average (or above) level.  But since my […]

Steam running in Docker (lxc)

I had a bout of insomnia last night and decided to play with Docker.  For the uninitiated, Docker is a like chroot on steroids.  It allows for applications to be force to run within a specific context, disallowing them to break out of that context (where context can be CPU allocation, hardware allocation, filesystem scoping, etc.). […]