8 Posts
Tag: Devops

BY eric
Sep 03, 2026
How We Cut Our Google Cloud Bill in Half
A real 600-dollar-a-month cloud bill, audited line by line, and the Cloud Run settings, database choices and machine sizes that quietly drove the cost.

BY eric
Aug 19, 2026
Debugging a Fake 410: yt-dlp, curl_cffi, and a Proxy That Lied
A yt-dlp download kept failing with 'HTTP Error 410: Gone' even on the latest version. The real cause was three layered problems stacked on top of each other: missing TLS impersonation, a narrow curl_cffi version-compatibility window, and an unrelated proxy gateway fault that looked exactly like a library bug.

BY eric
Aug 11, 2026
When Your Antivirus Fights Your AI Agent: A Bitdefender GravityZone War Story
Our AI ops agent could reach a Windows box over the network but couldn't install itself, start its own service, or even keep its own binary on disk. The culprit: Bitdefender GravityZone silently eating it, one enforcement layer at a time.

BY eric
Jul 26, 2026
Measurable Beats Powerful: Grounding AI in Tangible Checks
Frontier models keep getting more powerful, and they still forget, drift, and run past their context. The fix is not a bigger model; it is giving AI a tangible, quantitative ground truth to measure against. Here is how our deployment guard does exactly that.

BY eric
Jun 08, 2026
Giving AI Agents Access to Network Drives via an HTTP File Server
Claude Cowork (and similar browser-based AI agents) can browse web pages but cannot reach SMB/CIFS network shares. Here is how we wrapped our office NAS in an HTTP API so the agent can list, read, search, and write files from anywhere — with proper security controls.

BY eric
May 12, 2026
Cloud Run Domain Mappings with Cloudflare: Why Your SSL is Stuck
Cloud Run domain mapping can stay stuck on certificate provisioning when Cloudflare proxying blocks Google's SSL validation.

BY eric
Apr 14, 2026
Managing Windows Made Easy with Cygwin and Claude
Stop fighting with Windows GUIs. With Cygwin, an SSH daemon, and Claude Code, you can manage any Windows machine from the command line — uninstalling software, cleaning the registry, killing startup entries — just by asking.

BY eric
Oct 04, 2025
Empowering Open Source Development with AI: My Experience Fixing cloudflare-cli
How Claude Code helped me debug and fix critical bugs in cloudflare-cli, transforming a broken tool into a reliable DNS management solution in minutes.
