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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Brutalist Report Knock-Off

2 点作者 felipesabino2 个月前

1 comment

felipesabino2 个月前
I really like the idea behind the brutalist report [1], mostly related to their claim of &quot;headlines delivered without bullshit&quot;.<p>But I wanted even less interaction with most websites, as most of the headlines are related to something I am just mildly interested on, to the point of wanting to know more, but not interested enough to the point I feel like committing to reading the whole thing before knowing a bit more what it is about.<p>Anyway, I build this thing that parses the RSS feeds and do all summaries locally through ollama or whatever other OpenAI API compatible llm platform you have (e.g. LM Studio), and auto updates automatically twice a day through GitHub action scheduler<p>And it is open sourced at <a href="https:&#x2F;&#x2F;github.com&#x2F;felipesabino&#x2F;rss">https:&#x2F;&#x2F;github.com&#x2F;felipesabino&#x2F;rss</a><p>[1] <a href="https:&#x2F;&#x2F;brutalist.report&#x2F;" rel="nofollow">https:&#x2F;&#x2F;brutalist.report&#x2F;</a>