LLBBL Blog

LLBBL Blog

About Archive Links
Categories Photos Subscribe RSS
  • The Real Cost of Your Data Lake (It's Not the Storage)

    If you’re sketching out a data platform on a whiteboard right now, I want you to do something. Stop calculating storage costs. They’re not the bill. I pulled the public pricing for AWS, Azure, GCP, Databricks, and Snowflake and stacked them …

    May 4, 2026 DevOps Cloud Data Snowflake Databricks Read post →
  • Happy Star Wars day. Here is your reminder to finish Andor and/or Mandalorian. 😄

    May 4, 2026 Read post →
  • The Data Lakehouse Won. Now Pick a Table Format.

    If you’ve been ignoring the data infrastructure conversation for the last few years, here’s where we landed in 2026: the data lakehouse won. The data warehouse vendors will fight about it for another decade, but the architectural argument …

    May 3, 2026 Data Infrastructure Lakehouse Iceberg Read post →
  • AI Code Reviewers Won't Save You

    Dropping an AI reviewer into your pull request pipeline is just a band-aid. Tools like CodeRabbit or Greptile are great for catching syntax errors or basic anti-patterns, but they can’t assess architectural intent or domain-specific …

    May 2, 2026 DevOps AI Software-development Code-review Read post →
  • Leading Teams When AI Does the Typing

    AI is changing how teams build things. That part is obvious. What’s less obvious is that it doesn’t change what makes people want to follow you. If anything, as the technical execution gets more automated, the human stuff becomes more …

    May 1, 2026 AI Leadership Management Read post →
  • What Is a Runbook and Why Should You Care?

    If you’ve ever been woken up at 3 AM by a pager and stared at your screen trying to remember how the database failover works, you already know why runbooks matter. You just might not have had one yet. A runbook is a step-by-step guide for …

    Apr 30, 2026 DevOps Sre Runbooks Incident-response Read post →
  • How to Pick an Embedding Model (Without Overthinking It)

    It’s easy to get deep into vector database comparisons, HNSW vs. IVF, pgvector vs. Pinecone, Qdrant vs. Chroma, and completely skip over the thing that actually matters most: the embedding model. The way I think about it, the embedding …

    Apr 29, 2026 AI Rag Embeddings Vector-databases Read post →
  • Pandoc vs MarkItDown: Two Tools, Two Eras

    Pandoc has been the gold standard for document conversion for nearly two decades. But there’s a newer tool from Microsoft called MarkItDown, and while the names sound like they do similar things, they were built for completely different …

    Apr 28, 2026 AI Tools Development Read post →
  • What Temporal Actually Does (And Why You'd Want It)

    Building a multi-step process across microservices usually goes something like this. You wire up a message queue, add retry logic, build a state machine backed by a Postgres status column, throw in some cron jobs, and pray. It sounds …

    Apr 27, 2026 DevOps Temporal Microservices Distributed-systems Read post →
  • pgvector vs sqlite-vec: You Probably Don't Need Postgres

    Whenever I start looking into vector search, I always end up finding information on pgvector. It’s totally worth considering, especially if you already have Postgres. But there are situations where it might be overkill. And in those …

    Apr 26, 2026 Sqlite Development Postgres Vector-search Pgvector Read post →
← Newer Older →