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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Review my Twitter recommendation engine

3 点作者 jqueryin将近 15 年前
Mofollow<p>http://www.mofollow.com<p>This is my official public launch, just for you guys on HN. I have been developing this bad boy long before Twitter announced their user recommendation service but I've been hesitant to go public. There's a couple reasons behind my wariness:<p>1. It's currently only running on two linodes.<p>2. I wanted to ensure I had my MongoDB session handler working properly for scale out. If you notice any problems regarding sessions, please comment to let me know. I just enabled round-robin DNS and I had to fix a few hiccups along the way.<p>3. The number of API calls made to Twitter to generate a request is quite high, it's along the lines of ~105 requests if you have over 100 friends. Due to the sheer amount of data and handshakes being transferred, I was wary of both my bandwidth and the server load.<p>Oh well, here we go. It is quite likely you guys could get my servers to a crawl. If anybody is going to stress test my server, I would prefer if it's my fellow hackers to give appropriate feedback (and snarky comments) before I go entirely public with this thing.<p>I do plan on some form of integration with the new twitter recommendation API calls as well in the near future, but for now this is my completely custom version.<p>As a side note: I would appreciate it if you didn't tweet or blog about this as the site hasn't been stress tested and I'm just looking for some preliminary feedback.<p><i></i>I enjoy any and all comments and criticism.<i></i>

1 comment

jqueryin将近 15 年前
I just noticed from my access logs that some of you are viewing from a mobile phone. Let me know how that goes, I haven't gotten to the point of creating my mobile subdomain yet.