Difference between revisions of "Hacker News"

From Archiveteam
Jump to navigation Jump to search
(Protect links with `=` from the url template (they were turning into "Google"). (https://www.mediawiki.org/wiki/Help:Templates#Anonymous_parameters: "If an equal sign appears..."))
m (nowiki the example thread/comment URL.)
 
Line 28: Line 28:
** Example hellbanned user: {{url|1=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|1=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|1=https://news.ycombinator.com/item?id=15}}
** The very first comment seems to be {{url|1=https://news.ycombinator.com/item?id=15}}

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