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 orderI did this after seeing this before on HN. There were a few processes that were manual that benefitted from the technique in the article. Learn from my folly: I even called them “do nothing scripts,” referencing this article. However; I was judged by peers for not writing the full automation versions as they didn’t appreciate the idea of gradual automation (programmer hubris?). Saying “do nothing scripts” in meetings did catch the awkward attention of leadership. As a description, “do…
We use this at my place, though in bash, and we call it executable documentation. Stuff like: NAME="$1" # Create directory for the code mkdir "$NAME" # Checkout the source cd $NAME && git something # and so on Sometimes with an echo "You need to read and understand this before just using it"; exit 1 thrown in somewhere for good measure. These files will have no logic, and make very little use of variables. They will also have a…
I'm a big fan of this approach. In general it's another way of defining interfaces around processes. Those processes may be manually done or automated. But the interface can remain the same - this is quite powerful when it comes to automating steps. It's the same as you'd do with another system really. I've used this before with Google sheets being manually filled in -> automated with a script. And with Jira tickets being raised and then automatically picked up…
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
- 3
- Total points
- 2035
- Total comments
- 511
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-07-22 | Do-nothing scripting: the key to gradual automationFirst breakout | thameera | 645 | 124 |
| 2021-11-02 | Do-nothing scripting: the key to gradual automation (2019)Best thread | jabo | 804 | 230 |
| 2023-08-11 | Do-nothing scripting: the key to gradual automation – Dan Slimmon | rbanffy | 2 | 0 |
| 2023-08-22 | Do-nothing scripting: the key to gradual automation | serverlessmom | 2 | 0 |
| 2025-02-07 | Do-nothing scripting: the key to gradual automation (2019)Hall induction · Latest 20+ point return | tehnub | 582 | 157 |
