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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

It is less expensive to do it inefficiently

38 点作者 rayvega超过 15 年前

5 条评论

boredguy8超过 15 年前
I want to echo the "linear inefficiency, lol" meme.<p>But more importantly, the costs of inefficiency aren't clock cycles, it's the opportunity cost.<p>It depends on the situation, obviously, but inefficiencies can have a very real cost in terms of lost sales or customer dissatisfaction. The ROI will vary on a multitude of variables, but that's my point: these graphs simply don't reveal the complexity of costing models that really come in to play.
michael_dorfman超过 15 年前
Isn't this just a corollary of the "premature optimization is the root of all evil" quote?
Mz超过 15 年前
<i>It takes over 800 days for the more efficient solution to gain over the less efficient one. Think about this, 800 days in which the less efficient solution is less expensive. That is two years and two months.<p>Let us plug in more realistic numbers for the cost of labor, shall we? Let us say that the labor cost is 80$ per hour (which is still cheap). At that point, it would take close to 5 years.</i><p>This piece makes some excellent points that any start up needs to stop and take a minute to ponder.
评论 #1096825 未加载
InclinedPlane超过 15 年前
Growth in the modern age is rarely linear. The real risk in creating an "inefficient" solution is when you've done so at the cost of extensive technical debt not just mere inefficiencies, and this technical debt blocks your ability not only to switch to an efficient solution but to stretch your inefficient solution just enough to keep your business running during periods of growth. Failing to take advantage of an order of magnitude (or more) growth opportunity can leave your company at a competitive disadvantage or even kill it outright.<p>So build an inefficient system if you think it's a better solution in the short-term. But be careful that you know the difference between mere inefficiency and a horrible, grotty, dailywtf level hack-job that may seriously limit your company's future.
评论 #1097307 未加载
评论 #1097102 未加载
wendroid超过 15 年前
"n is usually small"<p><a href="http://en.wikipedia.org/wiki/Unix_philosophy" rel="nofollow">http://en.wikipedia.org/wiki/Unix_philosophy</a>