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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Slow HN – the best of HN, on your schedule

10 点作者 emagdnim2100超过 7 年前

1 comment

emagdnim2100超过 7 年前
Slow HN is a Hacker News aggregator that allows for easy user-defined throttling of post updates.<p>I love HN, but frequently find myself mindlessly refreshing the page throughout the day. This feels unproductive and sometimes unhealthy. Tools like browser extensions that time-limit domains haven&#x27;t been effective for me, so I decided to try to build something that would trick my brain a little more cleverly.<p>On the backend, Slow HN is a Go server that frequently pulls the best posts from the HN API. It persists data about those posts, as well as their position on the page, to a sqlite3 database. When a user selects their desired update frequency, they receive a list of the weighted-average best posts from the relevant interval. The whole thing is running on a $5 VPS.<p>I&#x27;m also picking up great historical data about HN posts and looking forward to publishing periodic summaries of the best posts!<p>(Another purpose for the project was to learn more about React, so apologies to the &lt;noscript&gt; crowd.)