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> Why not just set $TERM to dumb or xterm without color support? Or change all color definitions in the terminal to print the same color? > The terminal is capable of color and should be able to print color when instructed. NO_COLOR is a hint to the software running in the terminal to suppress addition of color, not to the terminal to prevent any color from being shown. I have to admit I don't really get this. I personally…
> If your software outputs color by default, please consider not doing so. Quite opinionated for not giving additional 𝘃𝗮𝗹𝗶𝗱 arguments. Also the arguments regarding colorblind crowd being unable to distinguish colors are weak, as accessibility best practices suggest to convey semantically relevant markup and content in multiple sensory means, so that everybody has their chance to understand it (e.g. setting links in a distinguished color and underlined). Using colors (e.g. rkhunter malware report with its hundreds…
Hmm, why not. Though most of the software do the right thing by checking if the standard output is an actual tty (isatty) to avoid colors when redirecting to something else (e.g. socket, fifo, etc). The name NO_COLOR suggests a really binary choice which may be okay. Though GNU coreutils usually have a more selective option like --color=always|auto|never. I'd prefer supporting a more general COLORS=on|off|compatible|... Meaning: - on: always on even when redirecting - off: fully off - compatible: maybe…
In the meantime, I have a janky (s)trip (c)olor function in my .bashrc to help with this: function sc { sed "s,$(printf '\033')\\[[0-9;]*[a-zA-Z],,g" }
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
- 829
- Total comments
- 429
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 |
|---|---|---|---|---|
| 2019-10-06 | No_color: Disabling ANSI color output in various Unix commands | pmarin | 16 | 9 |
| 2021-07-07 | No_color | signa11 | 2 | 0 |
| 2022-02-26 | No_colorFirst breakout · Best thread | ducaale | 466 | 200 |
| 2023-05-27 | No_color | ingve | 289 | 204 |
| 2024-11-21 | NO_COLOR | pabs3 | 3 | 1 |
| 2025-10-03 | No_color: Disabling ANSI color output by defaultLatest 20+ point return | agvxov | 53 | 15 |