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 (Add language to infobox)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
| project_status = {{online}}
| project_status = {{online}}
| archiving_status = {{notsavedyet}}
| archiving_status = {{notsavedyet}}
| language = English
}}
}}


Line 28: Line 29:
** 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 11:41, 4 April 2025

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