HN Hall of Fame Weekly email

Miller: Like Awk, sed, cut, join, and sort for CSV, TSV, and tabular JSON

github.com Software & code Software projects Software engineering Candidate
Screenshot of github.com captured 2026-07-20
Page preview · captured 2026-07-20

Resurfaced independently across 5 calendar years, with breakout response in 2 of them.

submissions
5
submitters
5
observed span
2015–2023
peak thread · 104 comments
318 pts
latest 20+ return · 2023-03-16
318 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

I recommend using clickhouse-local[1] for these tasks. It does SQL; it supports all imaginable data formats, streaming processing, and connecting to external data sources. It also outperforms every other tool[2]. [1] https://clickhouse.com/blog/extracting-converting-querying-l... [2] https://colab.research.google.com/github/dcmoura/spyql/blob/...

I always use sqlite3 for working with large CSV files: $ sqlite3 $ .mode csv $ .import my.csv foo $ SELECT * FROM foo WHERE name = 'bar'; It reads the header in automatically for the field names and then stores all the values as strings.

Previous discussion: https://news.ycombinator.com/item?id=10066742 (209 points, 1 day ago, 68 comments)

I need to remember to try it out next time my user name needs some whipping.

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
2

100+ points or 50+ comments

Total points
606

reference only — not used in Hall rules or ranking

Total comments
173

reference only — not used in Hall rules or ranking

Every submission