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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

HackerNews is super slow from AWS

10 点作者 orenbarzilai大约 12 年前
In the last couple of days HackerNews became super slow to access from AWS (~5 min average to load a page). Any idea what's going on? is it intentional?<p>*checked @Virgina region

2 条评论

leknarf大约 12 年前
I don't know anything about that, but I'm guessing you're trying to scrape HN. I use the "unofficial API" instead: <a href="http://api.ihackernews.com/" rel="nofollow">http://api.ihackernews.com/</a><p>It works, but has its own problems, specifically intermittent 500 failures. So I wrap all my requests in something that can retry them: <a href="https://github.com/leknarf/hn-notify/blob/master/hn.py" rel="nofollow">https://github.com/leknarf/hn-notify/blob/master/hn.py</a>
评论 #5435889 未加载
ctrager大约 12 年前
Sigh...My "Hacker News Reader" Android app, with 7,000 active installs, depended on a piece of Sinatra/Heroku code to do the screen-scraping. My app is dead for now. I'm going to port the code to Java and get rid of the idea of having an intermediary. I thought it was safer if the screen scraping was centralized so that I could fix it once and for all when things changed, but it worked out that it was a single point of failure.
评论 #5439252 未加载