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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: HN Theater – The Best Talks and Videos of Hacker News

6 点作者 yaj54超过 5 年前

1 comment

yaj54超过 5 年前
Hi all,<p>This is a project I’ve been working on that extracts references to talks and videos in the stories and comments of Hacker News. I’ve extracted about 207,000 references to 95,000 unique(ish) videos. The videos are then scored using aggregations on story points and comment popularity and sentiment. Rankings are produced for the last week, month, year, and all time. This is all being updated fairly continuously using the Hacker News Firebase API.<p>All 95,000 videos are full-text indexed on their titles and descriptions. Matching search results are ranked by their all-time score.<p>Some fun searches:<p><a href="https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=Rich+Hickey" rel="nofollow">https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=Rich+Hickey</a><p><a href="https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=Bret+Victor" rel="nofollow">https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=Bret+Victor</a><p><a href="https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=SpaceX" rel="nofollow">https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=SpaceX</a><p><a href="https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=Python" rel="nofollow">https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=Python</a><p><a href="https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=Javascript" rel="nofollow">https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=Javascript</a><p><a href="https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=Clojure" rel="nofollow">https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;search&#x2F;?q=Clojure</a><p>Also, email digests are available to subscribe to the regularly updated rankings.<p><a href="https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;digests&#x2F;subscribe&#x2F;" rel="nofollow">https:&#x2F;&#x2F;yahnd.com&#x2F;theater&#x2F;digests&#x2F;subscribe&#x2F;</a><p>Enjoy — feedback welcomed.