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 orderYou can use `ln` atomicity for a simple, portable(ish) locking system: https://gist.github.com/pwillis-els/b01b22f1b967a228c31db3cf...
In a few simple words, can someone explain what does "atomically" mean? I personally used this term when talking about some Redis operations, but never knew the real gist of the word and concepts behind it. I have a very brief understanding of the term and if I'd have to explain it to a person, I'd say it's "the operation that does not have any side effects when performing its unit of work". Is my understanding even close to what…
The rename system call is not quite atomic. From https://linux.die.net/man/2/rename: > However, when overwriting there will probably be a window in which both oldpath and newpath refer to the file being renamed. A better way to think about rename is that it's given by two atomic operations in sequence: (1) An atomic link call to make the file available under the new name, and then (2) an atomic remove operation to delete the old name. Thus, it's possible to observe…
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
- 634
- Total comments
- 205
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-30 | Things Unix can do atomically (2010)First breakout | turrini | 207 | 62 |
| 2023-08-14 | Things UNIX can do atomically (2010) | pabs3 | 170 | 49 |
| 2026-02-06 | Things Unix can do atomicallyBest thread · Latest 20+ point return | onurkanbkrc | 257 | 94 |
