Things I build, break, fix, and write about

29 July 2026
Headlamp in-cluster deployment and RBAC boundaries

Headlamp in-cluster deployment only makes sense when the UI belongs inside the cluster, and even then the service account should be painfully narrow. I trust the boundary, not the person using it on a quiet afternoon.

28 July 2026
Marketplace takedown pressure on vendor operations

Marketplace takedowns do more than pull a site offline, they cut through the vendor routines that keep sales moving. In dark web marketplaces, that...

28 July 2026
Brickstorm persistence in Microsoft 365

Brickstorm showed how Microsoft 365 persistence can survive a tidy password reset and a few blocked logins. I keep coming back to the same point, if...

27 July 2026
Restricting Serv-U access before patching

The SolarWinds Serv-U flaw is the sort of bug that turns a routine patch into an ugly afternoon, so I would block the obvious request pattern first...

Latest blog posts you might like

9 November 2025
Troubleshooting common Windows Group Policy issues

Windows Group Policy controls settings across your network. Learn to find and fix common issues. You will check scope, permissions, replication, gpupdate and gpresult. You will use step by step checks...

8 November 2025
Identifying common Wi‑Fi configuration mistakes

Fixing Common Wi-Fi Configuration Mistakes in Your Home Network I fix home networks for a living. I prefer quick, verifiable fixes over guesswork. The same mistakes keep turning up, and the error text...

8 November 2025
Booting from recovery media for repairs

You can fix Windows Startup failures by booting from recovery media. Start with the exact error message. Run Startup Repair, then use Command Prompt tools like bootrec and bcdboot. Check firmware mode...

7 November 2025
Measuring quantum advantage with the OTOC method

Use Quantum Computing Algorithms in your homelab to measure quantum advantage with the OTOC method. You will get step-by-step OTOC circuit instructions for simulators and cloud hardware. Learn noise...

7 November 2025
OpenAI Atlas and the privacy settings worth checking

OpenAI Atlas and the privacy settings worth checking OpenAI Atlas brings ChatGPT into the browser. That gives you convenience, but it also adds new places where browsing data can end up. The browser...

6 November 2025
Using IP blocking to slow AI scraping attempts

AI scraping prevention starts with layered defences you can apply to your site now. Use IP blocking, strict firewall rules, rate limits and tighter privacy settings to stop mass harvesting. Log...

6 November 2025
Mitigating risks from malicious AI sidebar extensions

Threat landscape Overview of AI sidebar extensions AI sidebar extensions run code inside the browser and call external AI APIs. They often ask for broad permissions, such as host access to all sites,...

5 November 2025
Configuring Atlas browser settings for security

I tried Atlas so I could see the security trade-offs first hand. The browser agent that automates browsing is useful, and it also widens the attack surface. That makes Atlas browser security a...

5 November 2025
Using OpenAI Codex in a homelab workflow

Use OpenAI Codex to speed routine coding in your homelab. Set up an API key. Run small prompts in an IDE and test generated code in isolated VMs. Version control generated files, review outputs, and...

4 November 2025
Avoiding common pitfalls in Windows 11 updates

Avoiding Common Pitfalls in Windows 11 Updates I run Insider builds on test machines, not production kit. They are useful for checking scripts, deployment steps, and Windows changes before they hit...