Recent Posts

The Slow Decline of Software Efficiency

2 minute read

Over the past few decades, software has grown in size and complexity, while efficiency and responsiveness have declined. This troubling trend has far-reachin...

Reddit’s Bot Problem

1 minute read

Reddit, once known as the “front page of the internet,” is clearly facing a growing bot problem that threatens the very nature of the site as a place for aut...

Hashing passwords on Cloudflare Workers

1 minute read

I’ve recently needed to hash passwords as part of authentication endpoints for an API I’m building using Cloudflare Workers. My complete code is below as I f...