TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Top PDFs and Papers Submitted to Hacker News

250 点作者 cloudkj大约 6 年前

10 条评论

minimaxir大约 6 年前
Hmm. Reverse-engineering this page with BigQuery is surfacing a lot more results than the page itself (for 2019 atleast).<p><a href="https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;1he6ca0BBYbj2ZEOEpu8L7Rqab8XLJoqBhkXYdSDVreE&#x2F;edit?usp=sharing" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;1he6ca0BBYbj2ZEOEpu8L...</a><p><pre><code> #standardSQL SELECT id, title, url, score FROM `bigquery-public-data.hacker_news.full` WHERE timestamp &gt; &#x27;2019-01-01&#x27; AND REGEXP_CONTAINS(url, &#x27;.pdf|arxiv.org&#x27;) ORDER BY score desc</code></pre>
评论 #19632307 未加载
sytelus大约 6 年前
One of the huge issue on HN is lack of good algorithms for ranking. Currently all posts suffer from insufficient initial exposure to receive enough votes and thus false negatives are extremely high on HN. Just go to new page right now, take a look at most recent posting and you will find that <i>majority</i> of good genuine posts would never make it beyond their initial single upvote. Very small subset gets re-posted few times and only randomly some will get attention. Unfortunately papers are probably the biggest victim so you could have as well have collected all the links, did kind-of-random sort and you might still get fairly decent results. The bottom line is that never rely on HN&#x27;s flawed ranking. Use that as weak signal, combine with Reddit, citations, tweet counts etc if you want to work around vast sea of false negatives that HN currently is.
评论 #19636909 未加载
评论 #19632275 未加载
burtonator大约 6 年前
We did one for Polar at the end of 2018:<p><a href="https:&#x2F;&#x2F;getpolarized.io&#x2F;2019&#x2F;01&#x2F;08&#x2F;top-pdfs-of-2018-hackernews.html" rel="nofollow">https:&#x2F;&#x2F;getpolarized.io&#x2F;2019&#x2F;01&#x2F;08&#x2F;top-pdfs-of-2018-hackerne...</a><p>If you want an awesome PDF reader to read these you should check out Polar :)<p>Yes. There&#x27;s a Linux version! ;)<p><a href="https:&#x2F;&#x2F;getpolarized.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getpolarized.io&#x2F;</a>
Yetanfou大约 6 年前
Could you add links to the relevant threads on HN to this listing e.g. by linking the HN score there? This would give access to both the PDF for those who just want to read the thing as well as to the discussion for those who wonder what made it reach such dazzling heights on HN.
评论 #19629409 未加载
评论 #19629160 未加载
danielecook大约 6 年前
I put together something similar but for articles people are linking to on Arxiv here:<p><a href="https:&#x2F;&#x2F;hntrending.com&#x2F;links&#x2F;all&#x2F;arxiv&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;hntrending.com&#x2F;links&#x2F;all&#x2F;arxiv&#x2F;index.html</a>
评论 #19638997 未加载
ZoomStop大约 6 年前
A link at the top for 2019 would be helpful, maybe change text color for year being displayed? When navigating years returning to 2019 isn&#x27;t intuitive.
评论 #19632093 未加载
epicwhaleburger大约 6 年前
Related: <a href="https:&#x2F;&#x2F;fermatslibrary.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fermatslibrary.com&#x2F;</a>
itdog大约 6 年前
It will be convenient if there&#x27;s a search box on the page
baby大约 6 年前
Now if we could categorize this so that I can get the top crypto :)
karmakaze大约 6 年前
It would be great if these could be tagged into a few categories.
评论 #19632113 未加载