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.

Ask HN: Is Twitter really as poorly engineered as Elon say it is?

17 pointsby chenxi9649over 2 years ago
https:&#x2F;&#x2F;twitter.com&#x2F;elonmusk&#x2F;status&#x2F;1592177471654604800<p>Elon states - Twitter is doing 1000+ RPCs for a single timeline - Only 20% of Twitter&#x27;s microservices are needed, and he&#x27;s turning off a lot of them<p>Can someone with expertise in Networking and large-scale infrastructure help me understand if Twitter is actually poorly architected? Or is Elon missing certain critical information here?

9 comments

legitsterover 2 years ago
I mean, even the guy who was fired for publicly calling out Musk admits as much: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;EricFrohnhoefer&#x2F;status&#x2F;1591970785610321921" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;EricFrohnhoefer&#x2F;status&#x2F;15919707856103219...</a>
评论 #33614128 未加载
seba_dos1over 2 years ago
I think by now it&#x27;s pretty clear that nothing Musk states about Twitter is credible.
评论 #33614199 未加载
proc0over 2 years ago
I couldn&#x27;t say unless I looked at source code, but my thinking is that it&#x27;s probably suffers from &quot;enterprise coding&quot;. This is typical for large organizations and it&#x27;s basically over-engineering for the purposes of process and organization, instead of purely technical or product reasons. In this environment readability and unnecessary conventions take priority over reusability... this means you will recreate a button, dropdown, or API logic over and over again because it&#x27;s too risky to share code across teams (because of how the org works). This is hard to really summarize but it&#x27;s very clear to me when I&#x27;m working in enterprisy codebases. The development experience is painful, the processes are needless, and appearance of progress is more important than actual technical progress.
lerosover 2 years ago
Large companies don&#x27;t make engineering decisions based on the most elegant systems or best performance. They prioritize business needs to maximize revenue and growth. Having 1000 RPC calls that take several seconds might be horrible design, but if there are other things to work on that will increase revenue or growth, then it&#x27;s totally fine to leave it.
ss108over 2 years ago
The only people with credible opinions on the ultimate question here are current and former Twitter employees, both of which are, I&#x27;m guessing, subject to legsl obligations not to discuss stuff like this.
评论 #33617835 未加载
评论 #33614843 未加载
eigenformover 2 years ago
Consider reading tweets from the engineers that he was very eager to fire.
评论 #33620083 未加载
mbrodersenover 2 years ago
I wouldn’t be surprised if it is true. The larger the organisation, the harder it is to deploy well designed software architectures. Too many cooks!
bovermyerover 2 years ago
My impression is that Elon Musk is not particularly competent when it comes to software architecture decisions.
评论 #33614274 未加载
ddbbyyover 2 years ago
Is there an answer here?<p>Who knows or whom is competent and maybe it doesn&#x27;t matter.<p>Is each device pulling 1000+ requests to load a twitter page?