HN Hall of Fame Weekly email

Unix is not an acceptable Unix

mkremins.github.io Essays & writing Essays & articles Software engineering Candidate
Screenshot of mkremins.github.io captured 2026-07-20
Page preview · captured 2026-07-20

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

submissions
4
submitters
4
observed span
2015–2021
peak thread · 174 comments
162 pts
latest 20+ return · 2017-04-06
123 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

Interesting 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 |…

useerup·162-point thread·

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

100+ points or 50+ comments

Total points
289

reference only — not used in Hall rules or ranking

Total comments
313

reference only — not used in Hall rules or ranking

Every submission

DateTitle as submittedByPointsComments
2015-06-07Unix is not an acceptable UnixFirst breakout · Best threadlfpa2162174
2017-04-06Unix Is Not an Acceptable Unix (2015)Latest 20+ point returnl1n123139
2020-04-29Unix is not an acceptable Unix (2015)nromiun20
2021-02-16Unix is not an acceptable Unix (2015)maple314220