When Your ChromaDB Mutates and You’re Out of Luck
Migrating ChromaDB is painful, breaking, and full of edge cases. Here’s how we survived: dummy embeddings, JSON exports, private APIs, and a fully automated Python migration.
Migrating ChromaDB is painful, breaking, and full of edge cases. Here’s how we survived: dummy embeddings, JSON exports, private APIs, and a fully automated Python migration.
An exploration of the toxic mindset that “we don’t get paid for this” and how it reflects on individual responsibility and corporate culture.
When you're too tired to stop working, a brutal set of scripts can save you from yourself. MacOS, Python, and some shell magic.
A weather station with a Raspberry Pi, webserver and Arduino, LoRa SX1278 modules.
Adding automated tests to your Vercel project can be quick and efficient. Here's a two-path guide to integrating tests using GitHub Actions or Vercel's Checks.