TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

10,000x Faster, 10,000x Simpler: Solutions Don't Need Internet-Scale Complexity

3 pointsby crcastleabout 15 hours ago

1 comment

anovikovabout 13 hours ago
Can&#x27;t upvote this enough! Most people habitually build those overcomplicated things, and THEN base them on clouds where they will be 40x-200x more expensive to run than on dedicated machines, as a result, getting things that are fragile, expensive to build, and extremely expensive to run.<p>Do a serious calculation of a load you can hope to have, what it will take to process all of it, and build a simple solution and deploy it on a single dedicated machine of appropriate specs in a good datacenter, or if it requires low latency, several of them with simple DNS-based load balancing, and you will get your thing much sooner, and much cheaper, and a good dedicated server or one per region, will be enough for vast majority of startups.<p>I recently had a laughable story. A client of mine wanted to build an AI setup to analyse videos that come from security cameras. A security camera is 24x7 by definition. There is no justification whatsoever to use clouds for that: you won&#x27;t suddenly have 100x the load in minutes if your load comes from fixed security cameras that operate 24x7. So 90%+ of what you pay for a cloud is a direct waste. It took days of painful discussions to explain that.