This is where you can read bits of my writing. Most recent posts are at the top.

  1. Sneaking a string past the typechecker

    A curious bit of Typescript code that passes typechecking, but creates unexpected data.

  2. Building a rainbow

    How to generate an image of the visible color spectrum from human color vision data.

  3. A better typing accuracy format

    Usually (typing) accuracy is given as a percentage, but the inverse is more useful.

  4. Some programming language ideas

    A braindump of concepts for programming languages.

  5. An animated, CSS-only day/night toggle

    Showing off a pretty, animated toggle (ab)using CSS box shadows.