LLBBL Blog

LLBBL Blog

About Archive Links
Categories Photos Subscribe RSS
  • 30 Days of Time

    I’m a big audiobook guy. Ear reading instead of sight reading, as I like to call it. Lately I’ve been ear reading The Order of Time by Carlo Rovelli, and it has wrecked me in the best possible way. Rovelli’s argument, roughly, is that a …

    May 24, 2026 Books Philosophy Time 30-days-of-time Physics Read post →
  • Running Terraform in Your Existing CI Pipeline

    The previous post made the case that HCP Terraform’s per-resource pricing model has gotten structurally hostile to modern infrastructure patterns. (The earlier posts in this series argued that OpenTofu is the no-regrets default for new …

    May 23, 2026 DevOps Github Infrastructure Opentofu Terraform Cicd Gitlab Read post →
  • HCP Terraform's Per-Resource Pricing Is a Trap

    The first post in this series argued OpenTofu is the no-regrets default for new infrastructure. The previous post mapped out when to skip cloud-agnostic IaC entirely. This one is about what happens to organizations that picked Terraform …

    May 22, 2026 DevOps Infrastructure Terraform Pricing Hashicorp Read post →
  • When You Should Skip Terraform Entirely

    The last post in this series made the case that OpenTofu is the no-regrets default for new infrastructure projects. That’s true for the broad case of cloud-agnostic or multi-cloud setups where HCL parity, provider breadth, and a Linux …

    May 21, 2026 DevOps Infrastructure Terraform Aws Azure Gcp Read post →
  • OpenTofu Is the No-Regrets Default for 2026 Infrastructure

    Hashicorp’s adoption of the Business Source License in late 2023 was a defensive business decision. Companies like Spacelift, env0, and Scalr were building paid commercial platforms on top of MPL-licensed Terraform, capturing significant …

    May 20, 2026 DevOps Infrastructure Opentofu Terraform Read post →
  • A Dotfiles Manager That Snapshots Every Change

    Managing dotfiles in 2026 is a solved problem in the same way that managing your own backups is a solved problem: there are five tools for it, all of them work, all of them require you to set up some plumbing first, and once you’re set up …

    May 19, 2026 DevOps AI Programming Go Dotfiles Read post →
  • Your AI Coding Agent Can Read Every Secret on Your Machine

    Every developer running an AI coding agent has handed that agent the keys to their machine. Not metaphorically. Literally. The agent runs as your user. It can read every file you can read, execute every command you can execute, and hit …

    May 18, 2026 DevOps AI Programming security Read post →
  • Buying Supply Chain Security in 2026: A Vendor Map

    The last post was for solo developers and people without a security budget. This one is for everyone else: the platform engineers, the security leads, and the directors who are getting pitched by four different supply chain security vendors …

    May 17, 2026 DevOps security Tooling Supply-chain Read post →
  • Sandboxing AI Agents Without Buying Anything

    The previous post (and the one before it) covered the threat model and the per-ecosystem mitigations: lockfiles, --ignore-scripts, cargo-audit, Trusted Publishing. All of that helps. None of it answers the question that keeps me up at …

    May 16, 2026 DevOps AI security Supply-chain Containers Read post →
  • Python and Rust Have the Same Supply Chain Problem as NPM

    Last post I walked through the threat model for supply chain attacks and dug into the NPM ecosystem specifically: postinstall scripts, npm ci, pnpm’s release-age cooldown. The same structural problems exist in Python and Rust, but the …

    May 15, 2026 DevOps Python security Rust Supply-chain Read post →
← Newer Older →