←back to thread

752 points dceddia | 1 comments | | HN request time: 0.269s | source
Show context
qsantos ◴[] No.36449864[source]
I am always frustrated with the usual answer to these kinds of demonstrations: “Yes, but these new apps are doing so much more. Also, security.”

Except, that they are not, not at the time they are launched at least. And even if they were, we have a hundred-fold more compute power, with a hundredth of the latency for memory and storage.

Regarding security, it should have negligible effect in most cases. At least, effects should not be perceptible to the human mind.

It really is just a consequence of the way we develop software nowadays. We do not need to optimize programs to make them work at all, so we just do not. We work on new features, and we hire people who can churn new features.

And we decided to optimize for developer time, instead of user time. So, instead of painstakingly developing a Web site, a native application, an Android app, and an iOS app, we just push Web apps everywhere.

replies(5): >>36449990 #>>36450164 #>>36453158 #>>36454592 #>>36456822 #
PragmaticPulp ◴[] No.36454592[source]
> Except, that they are not,

What a weird claim. If the new apps aren’t doing anything more, then just use the old apps.

Except you’ll quickly find that the old apps are quite simple and limited relative to what we have today.

replies(1): >>36454830 #
1. hn92726819 ◴[] No.36454830[source]
I think the point is that they are not doing much more relative to the hardware improvements. How much less functional was windows 3.1 notepad compared to win10 notepad? 50% (utf8, maybe multiple windows)? RAM and CPU have increased 25000%. That should be way more than enough to handle the extra features in notepad.