this post was submitted on 18 Sep 2023
541 points (92.1% liked)

linuxmemes

20899 readers
537 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 27 points 1 year ago (3 children)

A lot of the time, the alternative would be a website running in the browser.

[–] [email protected] 10 points 1 year ago* (last edited 1 year ago) (1 children)

I'd prefer that. One firefox instance can easily run 10 big fat websites while using like 6GB of RAM. 10 electron apps on the other hand? 32GB RAM won't be enough.

[–] [email protected] 2 points 1 year ago

Have fun updating those Electron

[–] MyFairJulia 6 points 1 year ago (1 children)

Electron IS a browser. It's a Chromium browser to be exact with all the Chromium UI elements except the very bare minimum removed.

So the only difference that remains is running a website in a tab or in a fancy window.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

I know that Electron is a browser. But the issue is that it's a different browser, and AFAIK Electron applications don't share libraries etc. like Chrome/Firefox tabs would, which makes Electron apps even more inefficient than web apps.

[–] [email protected] 1 points 1 year ago

Yeah, I’d rather a website