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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Don't Let Architecture Astronauts Scare You (2001)

46 点作者 rkwz10 个月前

6 条评论

Calamitous10 个月前
The article is from 2001, but it’s an evergreen reminder to _stop building solutions in search of a problem._
hirvi7410 个月前
I struggle with this a lot.<p>I have a hard time knowing if I am going to need something in the future or if something is &quot;YAGNI.&quot;<p>I&#x27;m not sure if the issue is more common in web applications than in other types of applications, but every choice I make feels like a catch-22. If something is not modular enough, then I may regret one day. If something is too complex, I may also regret it one day.
评论 #41075891 未加载
hu310 个月前
One way I&#x27;ve seen architectures get really complex really quickly, is when engineers try to foresee and plan to multiple rare non-critical scenarios.<p>The famous &quot;what if&quot; driven architecture:<p>- What if we get 10k concurrent users tomorrow? Everything needs to be CQRS event-driven, HA queue backed, produced and consumed by a fleet of microservices or it wont work perfectly!<p>- What if the user loses their internet connectivity while submitting this mundane form? We need localstorage backup for all CRUD operations and implement custom conflict resolution logic for each POST&#x2F;PUT&#x2F;DELETE.<p>I mean, yes we can try to tackle all possible issues and outcomes in our timeline but the sun would have cooled down by the time we are done.<p>Sometimes, well most of the times, you just gotta keep the project focused and 80&#x2F;20 it.
评论 #41072297 未加载
评论 #41071147 未加载
评论 #41072706 未加载
peter_d_sherman10 个月前
&gt;&quot;The Architecture Astronauts will say things like: “Can you imagine a program like Napster where you can download anything, not just songs?”&quot;<p>Yes, and that is how things like VPNs, Tor, BitTorrent (but more broadly, P2P file sharing&#x2F;downloading), Bitcoin (but more broadly, cryptocurrency&#x2F;blockchain) and (more recently) Decentralized (aka &quot;anti Big Tech censorship&quot;) Video&#x2F;Content Sharing -- were all invented...
评论 #41070952 未加载
sillywalk10 个月前
Jini. I remember reading an article (in print) in Wired about that. With Bill Joy with I guess &quot;genie shoes&quot; on the cover.
hprotagonist10 个月前
2001.<p>it’s always heartening to see things like this:<p><i>All they’ll talk about is peer-to-peer this, that, and the other thing. Suddenly you have peer-to-peer conferences, peer-to-peer venture capital funds, and even peer-to-peer backlash with the imbecile business journalists dripping with glee as they copy each other’s stories: “Peer To Peer: Dead!”</i><p>for the simple fact that it’s a reminder that if we have indeed strayed from the light, we did so long ago.
评论 #41071947 未加载