Hacker News
Jump to navigation
Jump to search
Hacker News | |
![]() Hacker News mainpage on 2014-10-23 | |
URL | https://news.ycombinator.com |
Status | Online! |
Archiving status | Not saved yet |
Archiving type | Unknown |
IRC channel | #archiveteam-bs (on hackint) |
Hacker News is a social news website for programmers and entrepreneurs. It is run by the startup incubator Y Combinator.
Vital Signs
Originally started as a demonstration of the Arc programming language by Y Combinator's co-founder Paul Graham, it has increasingly been getting more and more attention over the years. Probably won't disappear anytime soon without significant notice.
Archives
- Dump of Hacker News stories and comments up to 2014-05-29 (compressed JSON files), made through one of HN's official API. Total: ~10.7GB uncompressed. More info from the maker of the dump[IA•Wcite•.today•MemWeb].
- A more recent dump is described here: https://github.com/fhoffa/notebooks/blob/master/analyzing%20hacker%20news.ipynb[IA•Wcite•.today•MemWeb]
- Some comments and threads are also available on archive.is, including some that were lost during a system crash[IA•Wcite•.today•MemWeb].
Site structure
- Official API docs available at https://github.com/HackerNews/API[IA•Wcite•.today•MemWeb]
- Older API at https://hn.algolia.com/api[IA•Wcite•.today•MemWeb]
- "The site has a proactive attitude in moderating content, including automated flame and spam detectors." Comments made by hellbanned users are not viewable by other users, unless they have checked the "showdead" option in their profile.
- Example hellbanned user: https://news.ycombinator.com/threads?id=TempleOS[IA•Wcite•.today•MemWeb]
- Dead comments can also be accessed through the official API. For example, https://hacker-news.firebaseio.com/v0/item/7865614.json[IA•Wcite•.today•MemWeb]
- Threads and comments are accessible via the same URL: https://news.ycombinator.com/item?id=ID
- Each ID seems to be incremental. For example, https://news.ycombinator.com/item?id=1[IA•Wcite•.today•MemWeb] is the very first thread.
- The very first comment seems to be https://news.ycombinator.com/item?id=15[IA•Wcite•.today•MemWeb]
External Links
- https://news.ycombinator.com[IA•Wcite•.today•MemWeb]
- The Evolution Of Hacker News[IA•Wcite•.today•MemWeb]
- Arc Source Code[IA•Wcite•.today•MemWeb] (includes basic Hacker News setup)