Blog
-
Super Simple Downtime CheckerA 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
-
Image Resizing OddnessHow 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
-
Accidentally Reinventing The Static Site GeneratorCreating 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