leo_e

↗ HN profile [ 73.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, I built Magpie because I was tired of AI code reviewers being too "nice." Most AI tools just say "LGTM" or nitpick formatting. To fix this, Magpie uses an adversarial approach: it spawns two different AI agents…

  2. I spent the morning chasing a crash in our distributed engine. The stack trace pointed to a segfault deep inside folly::FiberManager. gdb showed that a critical pointer was garbage: 0x676974736e6f5373. Usually, I’d…

  3. We are a small startup building a specialized search engine. When we started, the logic was simple: "Performance is our main feature, so we need C++." Six months in, the runtime performance is amazing, but our iteration…

  4. We’re hitting a classic distributed systems wall and I’m looking for war stories or "least worst" practices. The Context: We maintain a distributed stateful engine (think search/analytics). The architecture is standard:…