Applying the actor model to billing for a scalable and fault-tolerant Stripe integration
How to configure Raspberry Pi 4 servers such that an HDMI monitor can be hot-plugged
Discusses disk issues encountered while upgrading a Pi 3 to a Pi 4
Built a lightweight blog server in Rust over the past few weekends. The page templates are specified in a custom DSL inspired by styled-components which is parsed with nom:
component Favicon { style { all: unset; } {if page == "main"} <FaviconImage /> {else} <a style="cursor: pointer" href="/"> <FaviconImage /> </a> {end} }
All code changes are published with Woodpecker CI to a local Docker Registry instance. The templates, articles and posts are stored on Hetzner S3 as tar.gz
archives, and loaded into memory on startup. Internal endpoints reload the archives and make new content or style changes available without downtime.