Jul 15 2026
Webdev
General
A Guestbook, a Flask API, and Three OpenBSD rc.d Bugs
Building a guestbook meant real security decisions and three genuinely obscure OpenBSD rc.d bugs along the way. Here's the full stack, start to finish.
Jul 11 2026
Cryptography
Guide
Encrypt Sensitive Files Using LUKS Containers
A single encrypted file, portable enough to copy anywhere, for the handful of things too sensitive to leave sitting around as plaintext.
Jul 06 2026
Security
Writeup
I Ran a Security Assessment Against My Printer
I ran a full security assessment against my printer to see if the hardening actually held up. Turns out it's relatively secure, for a printer.
Jul 04 2026
Privacy
Guide
DNS Over WireGuard: Keeping Queries Off Your ISP's Radar
Route DNS queries through an existing WireGuard tunnel to keep them off your ISP's radar, no new protocols required.
Jun 27 2026
Network Security
Privacy
Obfuscating WireGuard with wstunnel
How I wrapped a WireGuard tunnel inside a TLS WebSocket connection to make it (almost) indistinguishable from DNS over TLS traffic.
Jun 26 2026
Network Security
Guide
Securing Internal Traffic with Mutual TLS
How I encrypted and authenticated traffic between my VPS and home server using mutual TLS and self-signed certificates from a private certificate authority.
Jun 22 2026
Infrastructure
Guide
Proxmox Best Practices
A collection of hard-learned lessons for running Proxmox in my homelab.
Jun 20 2026
OpenBSD
Guide
Installing OpenBSD: A Practical Guide
A walkthrough of the OpenBSD installation process; from downloading the image to a working system.
Jun 15 2026
Infrastructure
Security
Enhancing Network Security with VLANs in My Homelab
Discover how granular network segmentation can transform a standard homelab into a hardened, high-performance infrastructure.
May 24 2026
Architecture
Security
Security Architecture of sandover.ca
A deep dive into the architecture behind sandover.ca; from OpenBSD firewall rules to mutual TLS (mTLS) between a VPS and my home server.
May 18 2026
OpenBSD
General
Why I Prefer OpenBSD
Security through simplicity. A novel methodology that I explore, and defend in this blog post.
Apr 13 2026
WireGuard
Privacy
Network Security
Self-Hosted WireGuard VPN
Route your traffic through a battle-tested, open-source, and more importantly secure VPN soluton.