Ask HN: Why hasn't x86 caught up with Apple M series?
431 points by stephenheron 3d ago 614 comments
Ask HN: Best codebases to study to learn software design?
103 points by pixelworm 4d ago 90 comments
Show HN: Csvqsh – SQL-like query language for CSV in Awk
3 secwang 0 8/28/2025, 1:57:31 PM github.com ↗
I really like csvq, but its implemented features feel a bit heavy for me. I don't really need to perform statistics directly on CSV files, but simple modifications are what I need. Plus, I don't have a Go environment, so I created a simple awk version. All test cases are included in the except script.
No comments yet