You might be sick of hearing about Wordle at this point, but here’s how I found the best starting word with a simple python script and “HTML view source”. We’ll also dive into dive into game design decisions and some gray area analysis.
read full post…
Here’s a useful question to keep in mind when seeking to write maintainable code: “is it greppable?”
read full post…
The command-line search utility grep is so ubiquitous and has been around for so long that “to grep” for something means using any tool for searching through code. It’s a synecdoche.
read full post…
An overview of blog post images from the past year.
read full post…
A React hook for running an Intersection Observer in a Function Component.
read full post…