Things I build, break, fix, and write about

16 September 2026
Monitoring radio, transport and core faults

Private 5G resilience does not come from a cheerful dashboard or a nice radio map. I want to see where the attach failed, which path dropped, and whether the core is quietly spoiling the whole thing; otherwise you are guessing, and guessing is a poor plan when the network is already sulking.

16 September 2026
Pre-boot authentication for BitLocker

TPM-only BitLocker is convenient, but convenience is not the same as a proper boundary. BitLocker PINs push that line back to pre-boot, which is where...

15 September 2026
Single-sided BPool joins drain mOCEAN via SideStaking

Ocean Protocol BPool single-sided join exit math is where this one falls apart, and I have a soft spot for bugs that look tidy until another contract...

15 September 2026
ecrecover checks for Lixir Vault permit signatures

Lixir Vault permit signatures looked ordinary until the final check was missing. If `ecrecover` only needs to return a nonzero address, you have not...

Latest blog posts you might like

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

4 November 2025
Using ChatGPT to automate macOS workflows

AI automation Mac helps you remove repetitive tasks on macOS. Use ChatGPT with Shortcuts and shell scripts to automate screenshots, email triage and web scraping. You get clear setup steps, permission...

3 November 2025
Managing AI privacy settings in Microsoft Edge

Manage AI privacy settings in Microsoft Edge: lock permissions, use separate profiles, and enable strict tracking prevention. Clear your browsing data on exit, disable voice input, and log Copilot...

3 November 2025
Exploring alternatives to ad tracking in iOS

App Tracking Transparency may change in Europe. This guide gives practical alternatives for iOS. You can harden your iPhone. Block trackers on your network. Choose apps that request minimal data....

2 November 2025
Securing your LastPass account against phishing threats

Phishing emails aimed at LastPass users are trying to steal your master password. The fix is boring, but it works: check the message properly, harden the account, and do not trust anything that asks...

2 November 2025
Weekly Tech Digest | 02 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.

2 November 2025
Navigating data privacy with OpenAI’s company knowledge

Key considerations for data privacy Assessing data access levels Start by mapping what Company Knowledge can reach. List every connector you plan to enable. Typical sources include Slack, SharePoint,...