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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Build and Customize Your Own Hacker News, Reddit, or Product Hunt

51 点作者 mkaroumi大约 10 年前

4 条评论

justaaron大约 10 年前
not sure if telescope is a good boilerplate for meteor. I think it tends towards unnecessary abstraction complication and ends up rather brittle in the end. Try changing the post frequency from "daily", for example. The code complexity, in this case, making a previously non-existing abstraction (post frequency) difficult to alter... better to start with the basic meteor 3-file default app (or something similarly simple) and build one's app (and knowledge) from there... I'm a pretty experienced Meteor dev and I find telescope to be confusing...
评论 #9205661 未加载
评论 #9209901 未加载
daliwali大约 10 年前
As a front-end developer, I cringed when I saw how much Telescope (or is it Meteor?) relies on global scope. To see what I mean, inspect the window object in their first example site <a href="http://crater.io/" rel="nofollow">http:&#x2F;&#x2F;crater.io&#x2F;</a><p><pre><code> Object.keys(window).filter(x =&gt; window[x] instanceof Function &amp;&amp; !&#x2F;native code&#x2F;.test(window[x].toString())) </code></pre> 120 user-defined global functions, and that is not counting all global variables... yikes!<p>(edit: if you&#x27;re using Chrome, `Object.keys(window).length` gives you 260)
评论 #9209894 未加载
mdotk大约 10 年前
Does anyone have any alternatives for this type of product (ie create your own reddit, hacker news, etc...)?
评论 #9207774 未加载
评论 #9209904 未加载
curiously大约 10 年前
great but I did not like the UI at all. it feels sluggish and too glamourized. Part of reason what makes HN discuss so great is the lack of any UI. no flat or glossy designs. Everythign is texty, so you focus on the text not the buttons or peoples avatars.<p>Another minus is that its written in Meteor.
评论 #9216543 未加载