this post was submitted on 13 Jun 2026
575 points (97.7% liked)

Technology

85463 readers
3927 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] qupada@fedia.io 70 points 2 days ago (4 children)

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.

[–] scrubbles@poptalk.scrubbles.tech 25 points 2 days ago (1 children)

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.

[–] Crit@lemmy.wtf 12 points 2 days ago

that's why you just skip the middleman and run it in your browser instead.

[–] carotte@lemmy.blahaj.zone 12 points 2 days ago (1 children)

my friend has 16gb of ram and he keeps hitting out-of-memory errors when he has like 5 apps open, because they’re all electron and they all take like 2gb each, it’s ridiculous

[–] CanIFishHere@lemmy.ca 7 points 2 days ago (1 children)

Your friend has disabled the swap file. Never a good idea.

[–] dgriffith@aussie.zone 5 points 2 days ago (1 children)

To be honest I'd rather get OOM errors in my consumer OS than endless disk thrashing. At least mechanical drives were more resilient and you could hear the thrashing, as opposed to silent massive wear on your SSDs.

[–] CanIFishHere@lemmy.ca 6 points 2 days ago (1 children)

I run 32GB and I still run a swapfile. My ssd is still going after 3 years, but everything dies.

[–] wltr@discuss.tchncs.de 6 points 2 days ago

My SSDs are like ten to 15 years old, none are dead at this point. The cargo cult of swap files trashing everything.

[–] gemakey@lemmy.world 10 points 2 days ago (1 children)

They don't care if you can't afford it. Data centers are buying them by the truckload.

[–] Beacon@fedia.io 8 points 2 days ago

OP was talking about the software companies, not the ram companies

[–] greybeard@feddit.online 3 points 2 days ago

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.