Things I build, break, fix, and write about

7 July 2026
Tracing acme.sh certificate handling in TLS interception

I spent too long chasing the neat version of TLS wiretapping reconstruction, then found the mess: shell parsing, token limits, and renewal timing. The interesting bit is not the packet capture, it is the point where certificate handling quietly hands trust to something you did not mean to trust.

7 July 2026
Reverse engineering game binaries with static analysis

Game binaries give up more than they should, if you know where to look. I start with binary analysis, not the folklore around the game, then use...

6 July 2026
Agentic AI still needs domain judgement

Agentic AI can write the thing, but it still cannot tell you whether the thing is right. That is where domain expertise matters, because a clean...

6 July 2026
Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's...

Latest blog posts you might like

5 December 2025
kopia | v0.22.3

Kopia v0.22.3 brings defect fixes, new snapshots feature with localfs options, and CI/CD improvements by removing ineffective omitempty tags.

4 December 2025
Restoring your Nest Thermostat with NoLongerEvil firmware

Restoring your Nest Thermostat with NoLongerEvil firmware I had a Nest that stopped talking to Google. I flashed NoLongerEvil and got local control back. This is the process I used, along with the...

3 December 2025
Navigating n8n configuration pitfalls

Avoid common n8n configuration pitfalls with this guide. Discover symptoms, diagnostics, and step-by-step fixes for setup issues and troubleshooting.

3 December 2025
Configuring n8n for better security

Secure your n8n automation workflows with essential practices to mitigate risks. Explore practical steps for robust security in this comprehensive guide.

2 December 2025
Implementing a secure backup strategy for your NAS

Initial considerations for a secure backup strategy I run a UGREEN DH2300 as my primary NAS in my home lab. I treat it like a live system, not a toy, so the backup routine has to work properly when...

1 December 2025
Troubleshooting server issues during family movie nights

Server Issues can spoil family movie nights. This guide tells you what to note, how to test and how to fix common faults. Record exact error lines, run quick server and network checks, change one...

1 December 2025
Oral-B iO 9 Electric Toothbrush + 2 more Amazon tech bargains

Discover the Oral-B iO 9 Electric Toothbrush and two more Amazon tech deals this week.

30 November 2025
Weekly Tech Digest | 05 Dec 2025

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

29 November 2025
Configuring a Raspberry Pi 4B for SyncThing and vsFTP

Setting Up a Mini Rack: Essential Software Configurations for Your Homelab I use a Raspberry Pi 4B in a compact rack to run local file services. This guide walks through the software setup I use for...

29 November 2025
Cleaning duplicate data to make backups lighter

Cleaning duplicate data to make backups lighter Storage is the bit that quietly eats a homelab. Drives wear out, power adds up, and messy layouts make restores slower than they should be. I wanted...