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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Filter the web by Hacker News

146 点作者 huan9huan超过 8 年前

12 条评论

huan9huan超过 8 年前
Why? I want to check the url is submitted or not by HN in chrome extension, but don&#x27;t want to call HN Search API (<a href="https:&#x2F;&#x2F;hn.algolia.com" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com</a>) every time for security issue.<p>Result? 10 year links in HN count is about 2143436, total bloom filter size 2143436 * 2B, file size ~ 5M. Find building status in <a href="https:&#x2F;&#x2F;hackernewsfilter.com&#x2F;status&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hackernewsfilter.com&#x2F;status&#x2F;</a> . The bloom filter factors can be found in <a href="https:&#x2F;&#x2F;hackernewsfilter.com&#x2F;faq&#x2F;#check" rel="nofollow">https:&#x2F;&#x2F;hackernewsfilter.com&#x2F;faq&#x2F;#check</a> .<p>Product? The chrome extension based on these data can be find in <a href="https:&#x2F;&#x2F;hackernewsfilter.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hackernewsfilter.com&#x2F;</a> , after install, you can check if an url is submitted or not when every time you open a link.<p>Enjoy!
评论 #13110912 未加载
评论 #13113989 未加载
评论 #13112282 未加载
Yen超过 8 年前
This seems like a great idea!<p>I usually try to avoid commenting on grammar or spelling too much, but it seems like you&#x27;re a non-native speaker of English, and it&#x27;s a bit tricky to understand some of what you&#x27;re intending.<p>Here&#x27;s some suggestions that might make the site&#x27;s purpose a bit clearer (just suggestions!)<p>On the main page:<p>&quot;Easily find out if the web page you&#x27;re reading has been discussed on Hacker News, with no API calls&quot;<p>On &#x2F;check:<p>&quot;Automatically find HN discussions when web-browsing, securely&quot;<p>and<p>&quot;Borrow HN community intelligence on every page&quot;.<p>On &#x2F;status:<p>&quot;For details about how to use the bloom filter file, check here&quot;<p>On &#x2F;feedback:<p>&quot;I found an issue&quot;<p>I&#x27;m not sure what you mean by &quot;I want to format the url&quot;, so I&#x27;m not sure what to suggest there.<p>If you like, I can follow up or file an issue, with suggested rewrites for &#x2F;faq. There&#x27;s a lot more there than can fit in a single post.
评论 #13111216 未加载
folz超过 8 年前
huan9huan - in case you&#x27;re interested, you can usually make a Firefox extension and a Chrome extension from the same codebase. Check out <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;Add-ons&#x2F;WebExtensions&#x2F;Porting_a_Google_Chrome_extension" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;Add-ons&#x2F;WebExtensions&#x2F;Po...</a><p>Let me know how it goes - I&#x27;m happy to (try to) answer any questions you have about the process!
评论 #13111533 未加载
sytelus超过 8 年前
This is cool. I like that websites I visit won&#x27;t get recorded by someone else however this needs to be open source. I no longer install Chrome plugins that are not open source or coming from very well known public companies.
评论 #13113975 未加载
welanes超过 8 年前
Awesome work!<p>From your FAQ:<p><i>Q: Cost and make money?</i><p><i>Not very sure how to make money</i><p>Not sure you&#x27;ll make money from this service but with this talent it seems you can easily segue into other services.<p>For example, HN doesn&#x27;t have any usable way to save and retrieve threads that you find most interesting&#x2F;informative&#x2F;funny. You&#x27;ve solved half of that already.<p>Solve the other half and you&#x27;ve basically built a bookmarking service. Some good UI&#x2F;UX and clever marketing positioning and there&#x27;s a product probably worth paying for.<p>Best of luck.
wineisfine超过 8 年前
On the pinboard.in&#x2F;popular page, it would be useful to have an icon linking to the HN discussion. In fact, lets also have one to the Reddit discussion.<p>If someone has some time, this could be a useful extension.
archlight超过 8 年前
Although HN becomes front page of internet for me nowadays, it is still good idea! for submission part, it saves round trip to NH if article has been submitted
评论 #13114786 未加载
huan9huan超过 8 年前
I will post the hacker news filter changes in medium <a href="https:&#x2F;&#x2F;medium.com&#x2F;@datalet&#x2F;" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@datalet&#x2F;</a> you can follow this accounts. thanks.
0x54MUR41超过 8 年前
Congrats, OP!<p>Thank you for making this. I can&#x27;t wait this coming on Firefox.
clydethefrog超过 8 年前
For DDG users !hn has a similar functionality, but it does redirect you the HN Search API.
colin3dmax超过 8 年前
A very useful HN plugin!
thenormal超过 8 年前
Probably will give a try