Things I build, break, fix, and write about

16 September 2026
Monitoring radio, transport and core faults

Private 5G resilience does not come from a cheerful dashboard or a nice radio map. I want to see where the attach failed, which path dropped, and whether the core is quietly spoiling the whole thing; otherwise you are guessing, and guessing is a poor plan when the network is already sulking.

16 September 2026
Pre-boot authentication for BitLocker

TPM-only BitLocker is convenient, but convenience is not the same as a proper boundary. BitLocker PINs push that line back to pre-boot, which is where...

15 September 2026
Single-sided BPool joins drain mOCEAN via SideStaking

Ocean Protocol BPool single-sided join exit math is where this one falls apart, and I have a soft spot for bugs that look tidy until another contract...

15 September 2026
ecrecover checks for Lixir Vault permit signatures

Lixir Vault permit signatures looked ordinary until the final check was missing. If `ecrecover` only needs to return a nonzero address, you have not...

Latest blog posts you might like

12 December 2025
Negotiate Microsoft 365 renewals to mitigate costs

Microsoft 365 price increases will raise per user bills. This guide shows you how to check SKU counts, measure feature use and negotiate renewals. Use scripts to export exact licence data, reduce...

12 December 2025
Navigating licensing for AI-generated music

Manage licensing for AI-generated music on your homelab. Follow legal checks, tagging, streaming controls, automation hooks, and backup patterns that work. Label generated files, store licences with...

11 December 2025
Addressing shadow IT in Department of Defense communications

Non-Approved Messaging Apps create backchannels that bypass controls, audit trails and record retention. You should deploy an approved messaging tool, enforce mobile device management and use data...

11 December 2025
Choosing ZFS for Proxmox on your NUC

Proxmox Storage Strategies matter on a NUC. I run Proxmox on small hardware all the time, so I will walk you through the choices, trade offs and a practical ZFS setup that fits a two‑slot NUC. I keep...

10 December 2025
kopia | v0.22.3

kopia v0.22.3 updates include defect fixes for compression, new snapshots feature for local filesystem options, and CI/CD improvements by removing ineffective tags.

10 December 2025
Comparing Home Assistant deployment methods in Proxmox

I moved Home Assistant onto Proxmox and ended up weighing two choices: LXC or a full VM. Both run the same smarthome stack, but they behave differently once you start adding hardware and updates into...

10 December 2025
restic | v0.18.1

Restic v0.18.1 brings key bug fixes and improvements, enhancing backup command reliability, error management, and file permission handling for users.

10 December 2025
Using Proxmox Datacenter Manager for homelab setups

Proxmox Datacenter Manager gives you a single interface to monitor and manage multiple Proxmox nodes and clusters in your homelab. You will find steps to deploy PDM on a VM or LXC, create API tokens,...

9 December 2025
Using HTML comments to hide sensitive notes in Proxmox

Use Proxmox Notes HTML Comments to hide short-term secrets from the rendered Notes panel. You will still see them in the editor and configuration. Treat comments as a convenience; rotate or move your...

8 December 2025
Troubleshooting Let’s Encrypt certificates on a Sophos firewall

Troubleshoot Lets Encrypt certificate failures on a Sophos firewall. You confirm DNS A records, port 80 reachability and that the ACME HTTP-01 token URL returns HTTP 200. Use dig and curl to test the...