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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Open-source RSS reader with LLM-based tags and scoring to filter noise

4 点作者 tiendil3 个月前

1 comment

tiendil3 个月前
Hi HN!<p>For a long time, I&#x27;d been looking for a news reader that could filter out noise and surface only stories that really interest me. I couldn’t find one, so I built it myself. That&#x27;s the way, right? :-D<p>In my case (over 1000 news&#x2F;day), it filters out over 80% of news (those that are irrelevant for me), saving me a corresponding amount of time.<p>Here’s how it works:<p>- For each news entry, the reader automatically assigns multiple tags.<p>- You can create scoring rules like `books + sci-fi -&gt; +5 score`, `politics + new-york -&gt; -10 score`.<p>- News entries are sorted by score, putting the most relevant content on top.<p>The reader is open-source, self-hosted, and can work without proprietary LLM APIs. You can replace the APIs entry points with your self-hosted OpenAI-compatible API, or fully disable them, or implement custom non-LLM tag processors.<p>I&#x27;d love your feedback, questions, or suggestions!<p>Follow development here:<p>- GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;Tiendil&#x2F;feeds.fun">https:&#x2F;&#x2F;github.com&#x2F;Tiendil&#x2F;feeds.fun</a><p>- Reddit: <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;feedsfun&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;feedsfun&#x2F;</a><p>- Discord: <a href="https:&#x2F;&#x2F;discord.gg&#x2F;C5RVusHQXy" rel="nofollow">https:&#x2F;&#x2F;discord.gg&#x2F;C5RVusHQXy</a><p>- Blog: <a href="https:&#x2F;&#x2F;blog.feeds.fun&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.feeds.fun&#x2F;</a>
评论 #43279469 未加载