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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: TL;DR for every comment on HN

1 点作者 jnnnthnn9 个月前
Hi HN!<p>I love reading the comments under HN submissions but I often get overwhelmed when I&#x27;m skimming threads to find interesting ones. To make my life easier, I built a Chrome extension that generates small summaries for each comment in a thread.<p>When you load an HN submission page, the extension reads comments (with their context), pushes them to gpt-4o-mini for summarization, and inserts the resulting summaries into the page as a heading for each comment. It makes it easy to quickly see where a thread is headed and focus on the ones that interest you most. The result looks something like this: <a href="https:&#x2F;&#x2F;github.com&#x2F;jnnnthnn&#x2F;hn-comment-summaries&#x2F;raw&#x2F;v1.0&#x2F;screenshot.png">https:&#x2F;&#x2F;github.com&#x2F;jnnnthnn&#x2F;hn-comment-summaries&#x2F;raw&#x2F;v1.0&#x2F;sc...</a><p>The extension requires you to provide an OpenAI API key, which is then used to make requests directly from your browser. I&#x27;ve been using the extension for a few days now and it&#x27;s only cost me a couple cents&#x2F;day, making it well worth it.<p>I hope you&#x27;ll find it useful! Feedback and questions welcome!<p>Jonathan<p>PS: You can install it directly from the Chrome Web Store at <a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;hacker-news-comment-threa&#x2F;lojogmipgnlkialinmaojdddkaddkiop" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;hacker-news-comment...</a>

1 comment

breck9 个月前
Sorry, I don&#x27;t like chrome extensions. Anyway you could make a web app version?<p>My user test: <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;168e27a57d0d4199b3a4605951150a21" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;168e27a57d0d4199b3a4605951150a21</a>