Skip Navigation code drift

Code

The beeps that boop. Posts about coding, the process, and the results.

Enhancing for Bugs

(1 min read) In the days of Internet Explorer 6, it was common to lament the problems of the browser nobody wanted to support. Some of the bugs that developers have uncovered are well documented, some of them not. This falls more into the later camp.

Sslac: A Runtime Patchable Class Library

(3 min read) The world of JavaScript is rich with ways to bring typical OOP constructs to a highly prototyped language. The world probably doesn't need another library either.

Fake Germanizer

(1 min read) 🆕2020-02-23: This was rescued from the archives of the old felocity.org. As a result, many links in this piece were left pointing to archive.org destinations. I ran into a problem where I needed to guess how something would look in German, without knowing a single drop of German.

Just In Time JavaScript

(6 min read) Web apps are heavy, and wait times suck. For every interaction you build, there's that much more code being added to the project.