🦞🌯 Lobster Roll

Stories by gbram

Show HN: StreamHouse – S3-native Kafka alternative written in Rust (github.com)
Hey HN,<p>I built StreamHouse, an open-source streaming platform that replaces Kafka&#x27;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...
Show HN: StreamHouse – Open-source Kafka alternative (github.com)
Hey HN,<p>I built StreamHouse, an open-source streaming platform that replaces Kafka&#x27;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...
Show HN: Hivemind – A shared coordination layer for AI agents (hivemindai.dev)
I&#x27;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 building a feature that depends on it. Agent C re-investigates a decision tha...