Things I build, break, fix, and write about

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 strings, imports, and control flow to separate real structure from guesswork, and that usually exposes the first lie fast.

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

6 July 2026
wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto...

Latest blog posts you might like

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

16 November 2025
Weekly Tech Digest | 16 Nov 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.

16 November 2025
Repurpose SwitchBot button pushers for non-smart devices

Use a SwitchBot button pusher to control your non-smart devices. This guide shows safe mounts, how to measure button travel, scheduling and hub integration. Test alignment, choose non-critical buttons...

15 November 2025
Configuring smart lighting without a neutral wire

Configuring smart lighting without a neutral wire Getting smart lighting working without a neutral at the switch is straightforward enough if you stop trying to make the wall switch do a job it cannot...