Things I build, break, fix, and write about

22 April 2026
Configuration management prevents home lab drift

Cheap kit only stays cheap if the software side stays disciplined. A home lab software stack turns into a mess the moment settings live in web forms and half the logic sits in your head, which is a rubbish place for infrastructure to live.

22 April 2026
Security Advisory – 20 Apr 2026

Daily security advisory summary for 20 Apr 2026

21 April 2026
Privacy-first car telemetry: monitoring EV charging over

I took a glossy EV launch page and turned the useful bits into a Home Assistant MQTT car charging dashboard, then spent most of the time fighting the...

21 April 2026
Security Advisory – 19 Apr 2026

Daily security advisory summary for 19 Apr 2026

Latest blog posts you might like

29 December 2025
Configuring privacy settings in Linux Mint for lawyers

I’ve used Linux Mint on client laptops and for sensitive files. Linux Mint security works fine if you configure it correctly. Treat the OS as a tool, not a guarantee. That means planning the disk...

28 December 2025
Setting up a Linux lab with CachyOS

Linux Lab Configuration: Start with hardware that fits your needs. Create install media and enable virtualization in firmware. Assign static IPs and separate traffic with VLANs. Apply strict firewall...

28 December 2025
Weekly Tech Digest | 28 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.

28 December 2025
Setting up WhatsApp automation for AI receptionists

Set up WhatsApp automation for your AI Receptionist with n8n and a WhatsApp Business API provider. You route messages, keep short session state, and escalate low-confidence or sensitive cases to a...

27 December 2025
Track SEO performance after automating content

Use a single Google Sheet to control your SEO Automation and monitor results. Automate research, drafts, images and metrics with n8n, then apply human checks before you publish. Track impressions,...

27 December 2025
Creating effective workflows with n8n: A practical approach

Build reliable n8n workflows you can run locally or in a cheap cloud. Follow setup, a minimal workflow, API integration tips and reusable webhook patterns. Keep your nodes small, use credentials, test...

26 December 2025
Integrating GitHub workflows with n8n

I build n8n automation workflows to tie GitHub events into real work. This guide shows the practical bits I use every day. No fluff, just the commands and config that make a workflow reliable. I cover...

26 December 2025
Optimising automation scenes in n8n for efficiency

Learn to build reliable n8n automation scenes by breaking tasks into small, testable nodes. You will set up n8n locally, secure webhooks, use SplitInBatches, and test nodes in isolation. Follow naming...

25 December 2025
Using HandBrake Web to automate video transcoding

HandBrake Web setup on a headless server. You map config, input and output folders, run the container and enable directory watchers to automate jobs. Add worker instances for distributed encoding,...

25 December 2025
Implementing automated updates for Next.js security

Next.js security starts with automated updates. Automate OS patches and dependency PRs for your next and Node modules. Run npm audit in CI and block merges for high-severity alerts. Monitor CPU and...