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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

In Software: Simplify, Simplify

26 点作者 eVizitei超过 16 年前

4 条评论

RiderOfGiraffes超过 16 年前
Beware the "Analysis Paralysis" tarpit ...<p>Ever notice how every simple (simplistic) piece of advice that's obviously true has an equally simple (simplistic) piece of advice that's obviously true, and exactly opposite.<p>"He who hesitates is lost" vs "Look before you leap"<p>Yes, code should be simple, but sometimes it can only get that way <i>after</i> you've written the wrong version. Sometimes it's only then that you really understand the problem.
baddox超过 16 年前
While reading all the lengths he was considering going to to make the thing blink, I just assumed an animated .gif was not an option. Seems pretty darn obvious.
评论 #437609 未加载
rivo超过 16 年前
I just spent five days researching how to generate PDFs dynamically or alternatively how to fill PDF forms dynamically from a server-side script. Just so anyone who purchased a ticket to our concert can print it out themselves (the ticket will include a barcode which can be scanned using a mobile phone with Java and a camera).<p>Then it dawned on me that I could simply point them to a (HTML) page which they can print out. Believe me, I felt stupid.<p>(But at least I learned about PDF forms, (X)FDF, and JavaScript in PDFs. Oh well...)
markessien超过 16 年前
It's easier to find the simpler solution after you implement the complex solution.