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 orderInteresting examples, especially in light of the recent debates about Unix shells and PowerShell. In PowerShell, the `ls` command is a simple command that produces output without flags to control output format, ordering or filtering. Like with higher order functional programming, those tasks are delegated to cmdlets like Format-List, Format-Table, Select-Object, Where-Object. Some PowerShell examples: To list the files and directories (children) of a directory: ls To get just the names or the full path: ls |…
Unix permits programs to communicate with one another, and with the user, exclusively through character streams. You can’t write a function that returns a list of files because the shell doesn’t know what a “list” is, doesn’t know what “files” are, and couldn’t tell you the difference between a “function” and a “program” if its life depended on it. Programs don’t “take arguments” and “return values”, they read characters from stdin and print characters to stdout! And this is why…
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
- 289
- Total comments
- 313
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 |
|---|---|---|---|---|
| 2015-06-07 | Unix is not an acceptable UnixFirst breakout · Best thread | lfpa2 | 162 | 174 |
| 2017-04-06 | Unix Is Not an Acceptable Unix (2015)Latest 20+ point return | l1n | 123 | 139 |
| 2020-04-29 | Unix is not an acceptable Unix (2015) | nromiun | 2 | 0 |
| 2021-02-16 | Unix is not an acceptable Unix (2015) | maple3142 | 2 | 0 |
