gbram

↗ HN profile [ 30.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey HN, I'm building StreamHouse — an event streaming platform where you get Kafka-style streaming, a schema registry, SQL queries, and pipeline sinks without managing five separate services. Storage is S3 instead of…

  2. Hey HN, 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. How it works: Producers batch and…

  3. Hey HN, 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. How it works: Producers batch and…

  4. I've been running multiple AI agents (Claude Code, Cursor, Codex) on the same codebase and kept hitting the same problem: they have no idea what each other are doing. Agent A refactors the auth module while Agent B is…