Blog

  1. Super Simple Downtime Checker
    A ridiculously simple downtime checker in only 6 lines of Bash (with optional NixOS and Systemd integration). It runs on your desktop, so no self-hosting needed.
    • Published on 2025-08-31
    • Reading time: 4 minutes
  2. Image Resizing Oddness
    How reducing an image's resolution can sometimes increase its file size + how to fix it using ImageMagick.
    • Published on 2025-08-22
    • Reading time: 4 minutes
  3. Accidentally Reinventing The Static Site Generator
    Creating a makeshift static site generator using server side includes (SSI) and Python's str.replace method. I also talk about how to use SSI, why it is useful, and why Zola is great.
    • Published on 2025-08-09
    • Reading time: 7 minutes