TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Top PDFs and Papers Submitted to Hacker News

250 pointsby cloudkjabout 6 years ago

10 comments

minimaxirabout 6 years ago
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 未加载
sytelusabout 6 years ago
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 未加载
burtonatorabout 6 years ago
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>
Yetanfouabout 6 years ago
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 未加载
danielecookabout 6 years ago
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 未加载
ZoomStopabout 6 years ago
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 未加载
epicwhaleburgerabout 6 years ago
Related: <a href="https:&#x2F;&#x2F;fermatslibrary.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fermatslibrary.com&#x2F;</a>
itdogabout 6 years ago
It will be convenient if there&#x27;s a search box on the page
babyabout 6 years ago
Now if we could categorize this so that I can get the top crypto :)
karmakazeabout 6 years ago
It would be great if these could be tagged into a few categories.
评论 #19632113 未加载