HackerTrans
TopNewTrendsCommentsPastAskShowJobs

0xnadr

no profile record

comments

0xnadr
·3 mesi fa·discuss
This resonates. Smaller codebases are easier to audit, easier to maintain, and usually faster. The best code is the code you don't write.
0xnadr
·3 mesi fa·discuss
This is a real problem. The function calling format fragmentation across models makes it painful to build anything provider-agnostic.
0xnadr
·3 mesi fa·discuss
Neat DuckDB is already fast enough for most single-node workloads, so distributing it opens up some interesting use cases for larger datasets.
0xnadr
·3 mesi fa·discuss
The e-graph approach to optimization is really elegant. Curious how much compile-time overhead it adds vs the optimization wins it gets.
0xnadr
·3 mesi fa·discuss
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.