Submission timeline
2007–2026One 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[lnav](https://www.lnav.org) is a terrific little tool, a "mini-ETL" of sorts with an embedded SQLite client and a clean, powerful interface. Its sweet spot is logfiles, but given regex-based custom formats, works great with any semi-structured input. Lnav easily handles a few million rows at a time. IME it pairs really really well with eg mitmproxy/mitmdump for client request logs, as well as webserver logs.
Also csvkit. in2csv data.xls > data.csv in2csv data.json > data.csv csvcut -c column_a,column_c data.csv > new.csv csvcut -c column_c,column_a data.csv > new.csv csvgrep -c phone_number -r 555-555-\d{4}" data.csv > matching.csv csvjson data.csv > data.json csvsql --query "select name from data where age > 30" data.csv > old_folks.csv csvsql --db postgresql:///database --insert data.csv sql2csv --db postgresql:///database --query "select * from data" > extract.csv https://github.com/wireservice/csvkit (Submitted a…
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
- Total points
- 573
- Total comments
- 96
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2016-05-07 | A list of command line tools for manipulating structured text dataFirst breakout | networked | 177 | 55 |
| 2018-04-08 | List of command line tools for manipulating CSV, XML, HTML, JSON, INI, etc.Best thread · Latest 20+ point return | networked | 389 | 41 |
| 2020-01-24 | Structured Text Tools | smartmic | 2 | 0 |
| 2022-06-24 | A list of command line tools for manipulating structured text data | goplayoutside | 2 | 0 |
| 2023-03-16 | Command line tools for manipulating structured text data | tosh | 1 | 0 |
| 2024-08-22 | Structured Text Tools: A command-line tools to manipulate structured text data | gaws | 2 | 0 |
