Things I build, break, fix, and write about

8 July 2026
Local DNS proxy now preserves DNSSEC records

Cloudflare One Client for Windows now leaves DNSSEC records alone, which is exactly the sort of change I like, because it stops the client quietly meddling with answers. I have seen enough broken name resolution to know that a neat tunnel can still hide a messy DNS state.

8 July 2026
Cloudflare One Client for macOS DNS search suffixes

Cloudflare One Client for macOS can make a short hostname behave very differently, and most of the pain sits in the suffix list rather than DNS itself...

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...

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...

Latest blog posts you might like

14 September 2025
Installing Sophos Firewall on a mini PC

Configuring Sophos Firewall on a Mini PC: A Practical Guide Sophos Firewall Overview of Sophos Firewall features Sophos Firewall is a full-featured network

14 September 2025
Weekly Tech Digest | 14 Sep 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.

14 September 2025
Essential steps for Sophos Firewall RADIUS integration

Configuring Sophos Firewall as a RADIUS Client on Windows Sophos Firewall configuration Overview of Sophos Firewall Sophos Firewall is a capable perimeter

13 September 2025
Installing your first Linux system

Setting Up First Linux Distro: Best Practices I’ll assume you want a clean, reliable start. This guide is a practical primer for setting up Linux. I keep it

12 September 2025
Customising your Arch Linux desktop environment

Customising Arch Linux: A Beginner's Guide to customising Arch Linux I’ll be blunt. Arch is a toolkit, not a finished desktop. That makes it ideal if you want

12 September 2025
Installing Windows 11 alongside Linux

Setting Up Dual Boot: A Step - by - Step Approach for Linux and dual boot Dual boot means running two operating systems on one machine and choosing which to

11 September 2025
Setting up a dual boot with Windows and Linux

Choosing the Right Linux Distribution for Daily Use: A Linux distribution Picking a Linux distribution for daily use is about trade offs. I focus on stability,

11 September 2025
Keeping Linux package managers under control

Optimising Linux Environment: Integrating Various Package I manage a handful of Linux machines with different package managers. Some run apt, others use dnf,

10 September 2025
Automate MACD analysis using n8n workflows

Creating a Custom Candlestick and MACD Analysis Tool in n8n I built a compact workflow that turns raw stock charts into actionable candlestick MACD analysis

9 September 2025
Automating candlestick analysis with n8n

Automating candlestick analysis with n8n stock chart automation n8n stock chart automation Overview of n8n n8n is a node-based workflow engine you can