Hacker News new | ask | show | jobs
by Yoric 2521 days ago
> - Google, FB, Amazon basically wrote the book on distributed systems (Read Designing Data Intensive Applications), both from a research perspective and a very well architected, open source solution

Most of the science behind these things is actually older. They industrialized it, removed the kinks, built upon actual experience, all of which is extremely precious, but I don't think it's as groundbreaking as people believe.

> - Google, FB have profoundly impacted front end development with cutting edge Javascript runtimes and open source front end frameworks

If you're talking about JITs, that's gradual improvements on prior work on JITs (started during the 60s, ignored by industry until Sun picked it during the 90s... for an academic project). Again, very useful, but not necessarily groundbreaking.

> - Amazon, Google, Microsoft have basically invented/popularized a way to do computing(Cloud), server management that has enabled tiny tech companies to become giants by outsourcing IT infrastructure

Again, industrialization on prior academic work (e.g. virtualization, distributed component-based architectures, etc.)

> - Apple/Google have created devices, OSs, and software that is nearly impossible to live without these days, additionally creating platforms for millions of developers to make a living on(App Store)

> - Amazon has set the bar pretty high for automation in operations and made 2 day shipping a thing we expect from everyone

Mmmmh... I was talking of "scientific progress", you seem to be talking of something different :)

If you recall, my point was that it's very hard to measure "scientific progress" by looking at industry, because industrialization typically happens decades after the actual discoveries/inventions. I think your point is that "industrial progress" may be good, which I'm not debating :)