Without having read the article, lemme guess… Electron.
Maybe now that no-one can afford RAM these companies might get motivated to do something about that. Hell, I’d accept them just feeling shamed into not being the worst memory hog on your system at this point, over any altruistic reason.
See also: Discord and Slack, two other colossal wastes of space that use an order of magnitude more RAM than a native app would while running slower and providing absolutely zero other benefits.
The worst part about electron is that there is no way for it to share resources like a browser. You have to oacjage the whole version together, when really should should have been more like a pwa. Instead you have 10 electron instances, running with 10x the respurce needs.
Interestingly, in Microsoft’s Build Conference this year, they were pushing for “Native applications” again. This is probably two fold, one because RAM is getting so expensive we’ll probably start seeing 8GB laptops again, and two because AI will make something in whatever framework you tell it to, and has no problem maintaining separate code bases for each supported OS. Of course, that just means more tokens used as far as Microsoft is concerned, which is a win for them.
Without having read the article, lemme guess… Electron.
Maybe now that no-one can afford RAM these companies might get motivated to do something about that. Hell, I’d accept them just feeling shamed into not being the worst memory hog on your system at this point, over any altruistic reason.
See also: Discord and Slack, two other colossal wastes of space that use an order of magnitude more RAM than a native app would while running slower and providing absolutely zero other benefits.
The worst part about electron is that there is no way for it to share resources like a browser. You have to oacjage the whole version together, when really should should have been more like a pwa. Instead you have 10 electron instances, running with 10x the respurce needs.
that’s why you just skip the middleman and run it in your browser instead.
They don’t care if you can’t afford it. Data centers are buying them by the truckload.
OP was talking about the software companies, not the ram companies
Interestingly, in Microsoft’s Build Conference this year, they were pushing for “Native applications” again. This is probably two fold, one because RAM is getting so expensive we’ll probably start seeing 8GB laptops again, and two because AI will make something in whatever framework you tell it to, and has no problem maintaining separate code bases for each supported OS. Of course, that just means more tokens used as far as Microsoft is concerned, which is a win for them.