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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

I want to be constantly interrupted by HN

2 点作者 protocontrol9 个月前
Is there a HN streaming application? CLI or not, I don't care.

3 条评论

sargstuff9 个月前
Walk though of one approach to creating&#x2F;customizing an annoying&#x2F;streaming application for newsfeeds[0] using python.<p>Each article&#x2F;groups of articles can be placed in it&#x27;s own pop-up window[1] (perhaps with maximum number of open windows, window lifefime timer[2], and&#x2F;or article time&#x2F;date range to avoid opening up 30,000 HN news article windows).<p>Near endless interruptions can be created by converting text to audio with audio output directly to speaker headphones[3].<p>Bundle it all together as stand alone application [4] &amp; remove python in order to have more resources for open HN article windows. :-)<p>---------<p>[0] : <a href="http:&#x2F;&#x2F;github.com&#x2F;pubnub&#x2F;easy-hacker-news-stream">http:&#x2F;&#x2F;github.com&#x2F;pubnub&#x2F;easy-hacker-news-stream</a><p>[1] : python pop-up windows : <a href="http:&#x2F;&#x2F;popupsmart.com&#x2F;blog&#x2F;python-popup" rel="nofollow">http:&#x2F;&#x2F;popupsmart.com&#x2F;blog&#x2F;python-popup</a><p>[2] : python window timer : <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;19247268&#x2F;pop-up-a-window-with-text-in-it-and-automatically-close-it-after-certain-time" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;19247268&#x2F;pop-up-a-window...</a><p>[3] : python text to speech : <a href="http:&#x2F;&#x2F;www.geeksforgeeks.org&#x2F;convert-text-speech-python&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.geeksforgeeks.org&#x2F;convert-text-speech-python&#x2F;</a><p>[4] : create stand alone python application : <a href="http:&#x2F;&#x2F;www.squash.io&#x2F;how-to-create-a-standalone-python-executable&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.squash.io&#x2F;how-to-create-a-standalone-python-execu...</a>
krapp9 个月前
Build one yourself.<p>Hacker News has an API (linked in the site footer.) Write something to poll it regularly.<p>But you know this forum and its culture are engineered to prevent the sort of post velocity that would make a streaming HN application feasible. This place is slow by design and intent - engagement is often inversely proportional to quality.
Jugurtha9 个月前
HN has an RSS feed. You can add it to your email client.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;rss">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;rss</a>