惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
Google Developers Blog
S
SegmentFault 最新的问题
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
P
Proofpoint News Feed
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
F
Fortinet All Blogs
C
Check Point Blog
博客园_首页
I
InfoQ
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
Engineering at Meta
Engineering at Meta
美团技术团队
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research

ashishb.net

A day in Luxembourg - the richest country in the world I was asked to install malware during a fake interview Book summary: Breakneck - China's quest to engineer the future by Dan Wang Book summary: How to Teach Your Baby to Read Book Summary: The Discontented Little Baby Book by Pamela Douglas Introducing Amazing Sandbox - run third-party tools and AI agents securely on your machine Why software outsourcing gets a bad reputation? Book summary: The Natural Baby Sleep Solution by Polly Moore A day in Antwerp, Belgium Journey of online influencers Two days in Brussels, Belgium Shortcuts - when we love them and when we don't A visit to Rakhigarhi Three days in overhyped Paris Empty Japan, crowded Tokyo The real lock-in in GitHub is not the code, but the stars 11-day Norwegian Breakaway East Caribbean cruise Sanskrit and Sri Lankan Air Force Use REST with Open API The Achilles heel of American capitalism Costa Rica in 4 days At a juice stall in Sri Lanka A short stay at Warsaw, Poland Best practices for using Python & uv inside Docker Two days in Vilnius, Lithuania How IntelliJ IDEs waste disk space Pregnancy Why there aren't many digital nomads from India Two days in Riga, Latvia To keep your machine secure, run third-party tools inside Docker
Intel will lose server market even faster than consumer
Ashish Bhatia · 2014-01-28 · via ashishb.net

One of the biggest challenges to Intel’s x86 hegemony in the consumer market has been the emergence of smartphones where ARM-based processors have 90% market share. The PC market where Intel has a stronghold is declining at (estimated) 10% annual rate.

While a lot of coverage has been to given to Intel’s decline in the consumer market, I believe Intel has a tough road ahead in server market too. One major advantage Intel has is the amount of (legacy) code which has been written for x86 (the same thing which keeps Cobol on life support), this advantage is diminishing rapidly due to following trends.

  1. The demise of gcc and rise of LLVM For years Gcc was used, and since x86 was dominant ISA (instruction set architecture), several optimizations were done for optimized x86 code generation. Now, gcc is being replaced with LLVM and clang by Google and Apple. Given that both companies are heavily focused on their ARM-based devices, it should not come as a surprise that LLVM will have better support for ARM code generation in the long run. Rumors of Google (Intel’s 5th largest customer) working on ARM-based servers are already out.
  2. VM (virtual machine) based languages A lot of server-side software development (web or otherwise) has moved to VM based languages (Java, PHP being the old leaders and Ruby, Python, Node.js the new ones). VMs makes these platform-agnostic and hence making a move from x86 to ARM even simpler (since only the VM has to support underlying platform).
  3. PaaS (platform as a service) As more and more services are being moved into cloud whose underlying infrastructure is being dominated by only a few players (Amazon, Google, etc.), it makes it, even more, easier and economical for these players to design their custom ARM processors and offer it to their customers.