Difference between revisions of "Hacker News"

From Archiveteam
Jump to navigation Jump to search
m (Reverted edits by Megalanya1 (talk) to last revision by JesseW)
m (nowiki the example thread/comment URL.)
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
** Older API at {{url|https://hn.algolia.com/api}}
** Older API at {{url|https://hn.algolia.com/api}}
* "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.
* "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: {{url|https://news.ycombinator.com/threads?id=TempleOS}}
** Example hellbanned user: {{url|1=https://news.ycombinator.com/threads?id=TempleOS}}
** Dead comments can also be accessed through the official API. For example, {{url|https://hacker-news.firebaseio.com/v0/item/7865614.json}}
** Dead comments can also be accessed through the official API. For example, {{url|https://hacker-news.firebaseio.com/v0/item/7865614.json}}
* Threads and comments are accessible via the same URL: https://news.ycombinator.com/item?id=ID
* Threads and comments are accessible via the same URL: <nowiki>https://news.ycombinator.com/item?id=</nowiki>''ID''
** Each ID seems to be incremental. For example, {{url|https://news.ycombinator.com/item?id=1}} is the very first thread.  
** Each ID seems to be incremental. For example, {{url|1=https://news.ycombinator.com/item?id=1}} is the very first thread.  
** The very first comment seems to be {{url|https://news.ycombinator.com/item?id=15}}
** The very first comment seems to be {{url|1=https://news.ycombinator.com/item?id=15}}


== External Links ==
== External Links ==

Latest revision as of 16:27, 10 September 2017

Hacker News
Hacker News mainpage on 2014-10-23
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

Site structure

External Links