Viewing profile — 0xnadr
0xnadr
HN member- Joined
- Tue, Apr 14, 2026, 4:53 PM UTC
- HN karma
- 4
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About 0xnadr
No profile information was provided.
Recent public activity
-
comment
Comment #47768423
This resonates. Smaller codebases are easier to audit, easier to maintain, and usually faster. The best code is the code you don't write.
-
comment
Comment #47768412
This is a real problem. The function calling format fragmentation across models makes it painful to build anything provider-agnostic.
-
comment
Comment #47768408
Neat DuckDB is already fast enough for most single-node workloads, so distributing it opens up some interesting use cases for larger datasets.
-
comment
Comment #47768404
The e-graph approach to optimization is really elegant. Curious how much compile-time overhead it adds vs the optimization wins it gets.
-
comment
Comment #47768399
Interesting to see more Rust CLI tools gaining traction. The undo-everything model is compelling. I've lost work to bad git rebases more times than I'd like to admit.