Data / Databases / Infrastructure
RSSI built pancakemaker for myself as a dead-simple personal expense tracker that works fully offline and syncs when you're back online.<p>The core idea: SQLite runs in the browser via WASM as the local store, and Cloudflare D1 handles cloud sync — no traditional backend needed.<p>The whole stack ...
Hey HN,<p>I guess this is just another SQLITE editor powered by WASM, I created this to help me write queries faster with AI like we have autocomplete in VS Code. I also added few features which are important to me as data scientist:<p>Copy results to clipboard, I dont want to always export to excel...
Hey HN,<p>I built StreamHouse, an open-source streaming platform that replaces Kafka's broker-managed storage with direct S3 writes. The goal: same semantics, fraction of the cost.<p>How it works: Producers batch and compress records, a stateless server manages partition routing and metadata (S...
This is a simple docker cluster for containing AI agents in Zero Trust fashion. Why? For the past few months I have has couple hours in a day to use for studying AI related technologies and for my motivation it is pretty crucial to post something about it online.