this post was submitted on 02 Jul 2023
520 points (96.8% liked)

Technology

57472 readers
3757 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Interesting take on comparability vs performance. I gotta imaging capturing user data and sending to a cloud collector is also a big culprit.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 28 points 1 year ago* (last edited 1 year ago) (3 children)

It's shocking how much faster Linux runs compared to a modern windows installation. I do worry however that as more and more programmers focus on web apps that we will eventually see the same problem on Linux as well. Developing desktop applications for Linux is already a pain and the ease of making modern web apps will amplify the problem. At least Linux won't have all of the awful bloat that Microsoft runs in the background on windows these days, but I don't think we will be able to escape from web app hell on Linux.

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

I do worry however that as more and more programmers focus on web apps that we will eventually see the same problem on Linux as well.

I wouldn't worry about it. If it becomes a problem in Linux, there would have already been an implosion in Windows land and I am pretty sure people will start to notice and come up with better solutions. I honestly don't understand why web apps have to bundle their own Electron builds instead of just sharing a common installation of specific versions of Electron.

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

Yup, had a 12 year old laptop that ran my work stuff just fine. i3 window manager uses like no resources. I only just replaced it this month because it did not run dwarf fortress well...

[–] [email protected] 3 points 1 year ago (1 children)

I have a love/hate relationship with desktop web apps on Linux. They are a great blessing in some ways because I get to run apps that just wouldn't be available to me otherwise because Linux typically isn't a priority for consumer-focused services. Often support exists as a convenient bonus because it came with the web app platform choice.

On the other hand, you get a web app, which looks nice (hopefully) but gobbles down your resources.

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

There should be a way to limit cpu usage and nem usage for a pwa on Linux. Definitely something I should look into.

How are you running pwas on Linux?