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'm the author of #6 on the same list. It's definitely interesting to see it has been used thousands of times on GitHub, and who knows how many more in proprietary code. I don't think it's buggy, but I now think it could definitely be improved. I think this shows an example of a big problem with StackOverflow compared to its initial vision. I remember listening to Jeff and Joel's podcast, and hearing the vision of applying the Wikipedia model…
I find it interesting that all the answers using hardcoded values / if statements (or while) are all doing up to five comparisons. It goes B, KiB, MiB, GiB, TiB, EiB and no more than that (in all the answers) so that can be solved with three if statements at most, no five. I mean: if it's greater or equal to GiB, you know it won't be B, KiB or MiB. Dichotomy search for the win! Not a single of…
Suppose we had an index of snippets, meaning you've parsed them and are able to search isomorphically. So, e.g. variable names are not significant. Some techniques discussed[1]. Then we run that against source repos, we could get update notifications for copypasta'd code. "In file F at line L, it looks like you used some code from SO at revision R. In revision R', it's been corrected." [1]: https://wiki.haskell.org/Hoogle#Theoretical_Foundations
Anyone else want to feed StackOverflow into AWS’ new ML code review tool?
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
- 1318
- Total comments
- 658
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-12-03 | The most copied StackOverflow snippet of all time is flawed | kalado | 28 | 3 |
| 2019-12-04 | The most copied StackOverflow snippet of all time is flawedFirst breakout | chris_wot | 216 | 88 |
| 2021-06-16 | The most copied StackOverflow snippet of all time is flawed (2019)Best thread | vinnyglennon | 706 | 334 |
| 2023-09-27 | The most copied StackOverflow snippet of all time is flawedLatest 20+ point return | Decabytes | 368 | 233 |
