Viewing profile — leo_e
leo_e
HN member- Joined
- Mon, Nov 24, 2025, 5:27 PM UTC
- HN karma
- 283
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About leo_e
Recent public activity
- story
-
story
Show HN: Magpie – I built a CLI where AIs argue about my code
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 approa…
-
comment
Comment #46286422
I think they are for different scales and scenario complexities.
-
comment
Comment #46106237
This will inevitably be used as ammunition against sideloading, but it’s really a lesson in supply chain trust. When we move away from walled gardens (which I support), the burden …
-
comment
Comment #46106226
The value here isn't just indexing; it's narrative. Reading the Linux kernel linearly is impossible because it’s not just code anymore—it’s 30 years of hardware quirks, scheduling …
- comment
-
comment
Comment #46080560
That’s the truth
-
comment
Comment #46080221
The "SQLite doesn't scale" argument is usually just premature optimization masquerading as architectural wisdom. Unless you are actively hitting WAL contention limits (which is sur…
-
comment
Comment #46080203
The choice of MIT for a kernel feels like setting up the project to be cannibalized rather than contributed to. We've seen this movie before with the BSDs. Hardware vendors love pe…
-
comment
Comment #46080179
Forget the interaction layer. The moat isn't UI, it's Reliability Engineering. Right now, Manus and others are great at the 'Happy Path'. But when a 3-hour multi-step task hits a 5…
-
comment
Comment #46075522
Impressive numbers on paper, but looking at their site, this feels dangerously close to vaporware. The bottleneck for inference right now isn't just raw FLOPS or even memory bandwi…
-
story
Tell HN: Gemini 3 found a stack smash in a hex dump that I missed
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…
- story
-
comment
Comment #46069831
I'm willing to pay the "performance tax" of the web stack/self-hosting if it means my design files aren't held hostage in a proprietary cloud silo. Figma is fantastic software, but…
-
comment
Comment #46069798
It really puts our current definition of "latency" into a painful perspective. We have a machine running on 1970s hardware, a light-day away, that arguably maintains a more reliabl…
- story
-
comment
Comment #46065348
To see this just as a hosting switch misses the bigger picture. This is the logical infrastructure conclusion of Zig's 'Zero Dependency' philosophy. Zig spent years removing depend…
-
comment
Comment #46065215
This trend is the absolute bane of early-stage startups. When you are bootstrapping and flying a team to a conference, sharing twin rooms is standard procedure to stretch the runwa…
-
comment
Comment #46054227
I honestly struggled to tell if the top comment on that thread was generated or real. It captured the specific type of "dismissive pedantry" we see here so perfectly. It makes you …
-
comment
Comment #46054225
The most concerning part isn't the vulnerability itself, but Google classifying it as a "Known Issue" ineligible for rewards. It implies this is an architectural choice, not a bug.…
-
comment
Comment #46048385
As someone fighting the C++ toolchain daily, there is a painful irony in seeing APT—the tool supposed to solve dependency hell—creating its own dependency crisis. I sympathize with…
-
comment
Comment #46045520
We learned this the hard way with "cold" backups stored in a literal safe. We treated NVMe drives like digital stone tablets. A year later, we tried to restore a critical snapshot …
-
comment
Comment #46045495
Papers like this are fascinating engineering, but dangerous marketing. They convince every Series A startup that they need a multi-region federated control plane for their 50 micro…
- story
-
comment
Comment #46045448
Hardware is faster, but the "abstraction tax" is higher than ever. As someone currently fighting to shave megabytes off a C++ engine, it hurts my soul to see a simple chat app (Ele…