6 ms·
It's kind of cute watching the web optimize itself. In contrast, the stuff they pulled off in the 80s on an NES is like powerful, ancient magic.
by tfigueroa 11y ago
It's kind of cute watching the web optimize itself. In contrast, the stuff they pulled off in the 80s on an NES is like powerful, ancient magic.
- Touche 11y agoWhat's the point of sarcastic comments like this? If this is so obvious why didn't you suggest it years ago?
- jerrysievert 11y agoi think that part of the issue is that these problems are so far down the optimization stack at this point, that they are seen as late optimizations. development should start simple, and problems should be solved as they become apparent. to do otherwise would be counter-productive. imagine how complex development of a text editor would be if we assumed that we had such major constraints? at this point, it is good to revisit some of those optimization, as we strive for small improvements, but to entertain going all the way to bare metal is just ludicrous. while i am grateful for the knowledge from such resource-driven development (i did that too, writing video games for 286/386 and 68040 we were quite restraint-driven), i am happy that we can think of these sorts of optimizations as further down the pipeline optimizations, and don't need to consider them day to day.
- hawsome 11y agoAs the saying goes, "Kill the closest snake". Do as Instagram does: http://www.fastcompany.com/3047642/tech-forecast/do-the-simple-thing-first-the-engineering-behind-instagram http://www.fastcompany.com/3047642/tech-forecast/do-the-simp...
- GuiA 11y agoBecause so many others have been doing this so for years? ¯\_(ツ)_/¯ see 'pcwalton's comment.