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

20 November 2025
Windows 11 24H2: keeping Insider builds usable

Configure Windows 11 Insider Previews for steady test results and fast recovery. Back up your data, choose an appropriate Insider channel, limit background apps, and monitor performance. Follow clear...

20 November 2025
Deploying secure AI services on Apple Private Cloud Compute

Secure AI on Apple Private Cloud Compute Private Cloud Compute only works if the controls are boring and tight. Keep the model nodes off the public internet, put a gateway in front of them, and treat...

19 November 2025
Use Microsoft Privacy Dashboard for data oversight

Use the Microsoft Privacy Dashboard to control account data. Adjust Windows 11 privacy settings, clear activity, and limit personalised ads. Verify changes in Settings. Sign out of Copilot or unlink...

19 November 2025
Managing AI workload costs on a budget

Managing AI workload costs on a budget I run experiments and keep hardware bills tight. The useful bit is simple: measure what the workload is doing, then cut spend where it actually sits. Financial...

18 November 2025
Enhancing AI introspection in homelab setups

I run AI systems at home. I treat model introspection like a debugger, not magic. If a model claims to inspect its own steps, it still needs monitoring, logs and tests. The notes below show what to...

18 November 2025
Addressing AI browser vulnerabilities for safer use

AI web browsers security is an urgent concern for your data. This article explains risks such as prompt injection, data exposure and agent autonomy. You get concrete examples and immediate steps to...

17 November 2025
Configuring a lightweight NAS for Proxmox failover

Proxmox Cluster: Build a two-node cluster with a qdevice to secure quorum and enable basic failover. Host VM disks on a NAS or use ZFS replication. You must test node, qdevice and network failures....

17 November 2025
Beats Studio Pro + 2 more Amazon tech bargains

Discover the Beats Studio Pro and two more Amazon tech bargains this week.

17 November 2025
Testing CPU types to improve Windows VM performance

Test CPU models to improve Windows VM performance. Run repeatable tests in Proxmox. Change CPU type only and measure disk I/O with CrystalDiskMark and DiskSpd. Reboot, warm up, run three passes, and...

16 November 2025
Managing GPU passthrough for virtual machines

Proxmox VE GPU Passthrough lets you assign a GPU to a VM for full acceleration. This guide shows the checks, commands and config edits you need. Test on one machine, confirm GRUB, vfio binding and...