Skip Navigation code drift

JavaScript

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.

JavaScript Threading

(5 min read) Filed under "completely useless trivia", but not alert() seems to run in its own little world.