Menu

Latest articles

The never-ending task of skill-set touch ups
Keeping on top of new software development platforms is a full-time job… but I’ve already got one! One of my own personal frustrations about my [...]
Finding All the Data (Doom “WAD” File Format)
Occasionally, I like to fire up gzDoom and play through some of the old Doom and Doom II Games and megawads. I use a Random Level generator, Obhack, which [...]
Host Upgrade
Just a quick post! I’ve been considering upgrading my hosting plan. Right now I’m “grandfathered” into a lesser rate for hosting [...]
Cue Banners In Windows Forms
Textboxes have been around since the invention of the GUI with the Xerox Star Workstation, and even before that in the form of text-based applications such [...]
Adding “Product Key” Validation
Many types of software use Product Keys in order to prevent casual piracy. This is a fairly straightforward method of at least curbing it. It doesn’t [...]
Perceived obsolescence
For quite some time now the idea of planned obsolescence has been somewhat commonplace. Computers in particular are often quickly considered out of date or [...]
A Gotcha with IDisposable and Enumerator methods
I recently stumbled upon an interesting quirk related to handling classes implementing IDisposable within Enumerator methods. In my particular case, I had [...]
Python – Get Total Length of Video Files
Previously, I wrote about Counting Lines of Code in a given directory. Recently, I had a similar curiousity- “how long are all the video files in [...]
GDI+ DrawImage Performance
Just thought I would make a quick post on this. I’ve been tweaking BASeBlock a bit to try to get it to allow for a larger window size, since [...]
Technical Debt
When designing and implementing software, one can always imagine more complete abstractions, supported features, and the like. Technical debt is [...]