Hacker News new | ask | show | jobs
by _the_inflator 673 days ago
It hurts in so many ways.

I re-read How Google Works, Engineering at Google, etc. Kind of ironically, YT delivered these fantastic talks from 2011:

Google I/O 2011: HTML5 versus Android: Apps or Web for Mobile Development? https://youtu.be/4f2Zky_YyyQ?si=rbKgYi7Rck-6y3qE

Or HTML5, CSS3, and DOM Performance, Breaking News at 1000ms with Patrick Hamann

This was and still is fantastic stuff.

The next step would be to drop the unofficial requirement that every manager be able to code. MBAs at Google: regression to the mean.

Old Google was inspirational; new Google seems to evolve into yet another drawing board MBA construct.

1 comments

I’m surprised HTML5 never took off. Browsers ended up regressing on some features like offline apps. Honestly with things like web components, you can bypass a lot of the needed steps to make halfway decent multiplatform applications by relying on a browser engine.

Sure you could use a react based app with some of the compilers but it’s like opening another bag of worms.

I don’t think HTML5 had anything to do with the fall of offline apps.

We have much better features for building offline apps than we did before html5 anyway (local and session storage and web workers)

Offline apps aren’t as common because they don’t make money and if someone is using a web browser 9 out of 10 times, they have an internet connection.