LLBBL Blog

LLBBL Blog

About Archive Links
Categories Photos Subscribe RSS
  • From SUnit to Vitest: A Brief History of JavaScript Testing

    I care a lot about testing. I don’t know if that’s obvious yet, but hopefully it’s obvious. I wanted to trace the lineage of the testing tools we use today, because I think understanding where they came from helps you appreciate why things …

    Mar 20, 2026 Programming Testing javascript Read post →
  • Garbage Collection: How Python, JavaScript, and Go Clean Up After Themselves

    It’s Garbage day for me IRL and I wanted to learn more about garbage collection in programming. So guess what? Now you get to learn more about it too. We’re going to focus on three languages I work with mostly, Python, JavaScript, and Go. …

    Mar 19, 2026 Programming Golang Python javascript Garbage-collection Read post →
  • I'm Just Going to Use Zed

    I’ve been thinking about my editor setup and I wanted to work through the costs out loud. This post is mainly for me, but maybe it helps you too. Here’s where I landed: I’m canceling(ed) JetBrains and Cursor, and just using Zed. I know that …

    Mar 18, 2026 Tools Development Zed Read post →
  • Voice-to-Text in 2026: The Tools and Models Worth Knowing About

    As natural language becomes a bigger part of how we build software, it’s worth looking at the state of transcription models. What’s the best way to get voice to text right now? For a lot of people, talking to your computer is faster than …

    Mar 17, 2026 Productivity AI Tools Voice Read post →
  • Everything Is Eventually a Database Problem

    I think there’s a saying that goes something like “code is ephemeral, but data is forever.” That’s never been more true than right now. Code is easier than ever to create, anyone can spin up a working app with an AI agent and minimal …

    Mar 16, 2026 Programming Databases Architecture Read post →
  • Your Context Window Is a Budget — Here's How to Stop Blowing It

    If you’re using agentic coding tools like Claude Code, there’s one thing you should know by now: your context window is a budget, and everything you do spends it. I’ve been thinking about how to manage the budget. As we are learning how to …

    Mar 15, 2026 AI Programming Developer-tools Claude Read post →
  • I got tired of plaintext .env files, so I built LSM. lsm exec will inject secrets at runtime so they never touch the filesystem. Doppler’s idea, minus the monthly bill. How are you managing local secrets?

    Mar 14, 2026 Programming Tools security Read post →
  • I switched to mise for version management a month ago. No regrets. No more brew upgrade breaking Python. Built-in task runner replaced some of projects that were using Makefiles. Still juggling nvm + pyenv + rbenv?

    Mar 14, 2026 DevOps Programming Tools Read post →
  • I wrote about why you should stop using pip. Poetry or uv. Pick one. pip has no lockfile, no dependency resolution worth trusting, and no isolation by default. Have you moved to uv yet? Still happy with poetry? How’s it going?

    Mar 13, 2026 Programming Tools Python Read post →
  • I wrote about when to reach for Python over Bash. Most veterans put the cutoff at 50 lines. If you’re writing nested if statements in Bash, you’ve already gone too far. Where does Go fit in though? Overkill for scripts?

    Mar 13, 2026 Programming Python Bash Read post →
← Newer Older →