this post was submitted on 02 Jun 2024
488 points (97.7% liked)

Technology

58033 readers
3409 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
 

You can play it in your browser here.

you are viewing a single comment's thread
view the rest of the comments
[–] abbotsbury@lemmy.world 6 points 3 months ago (2 children)

You present a false dichotomy. Yes, things like uncompressed audio and HD video take up more storage space, but that does not negate that modern commercial software is very inefficient with how it uses resources. You could improve the efficiency of the system while keeping HD video, it is not a mutually exclusive choice.

For example, booting up Windows and doing nothing takes up 4gb of RAM, while doing the same with a lean Linux installation would take up a quarter of that, despite both operating systems having identical functionality (run web browser, open applications, edit documents, play games, etc).

[–] frezik@midwest.social 3 points 3 months ago (1 children)

Does Windows booting take up that much space because of code, or because of data that code is loading?

[–] abbotsbury@lemmy.world 3 points 3 months ago (1 children)

4GB is what Windows idles at for me, after everything has loaded.

[–] stardreamer@lemmy.blahaj.zone 2 points 3 months ago

How much of that is cached state based on the percentage of ram available?

[–] Amir@lemmy.ml 2 points 3 months ago (1 children)

Windows takes a percentage of your available RAM, you can boot it on 4GB RAM and it will use 1GB of so

[–] abbotsbury@lemmy.world 2 points 3 months ago

Sure, and there are some performance gains to be made from it I'm sure, but when my OS is doing that and my web browser is doing that and my browser based chat client and my browser based text editor are all doing that, it gets pretty sluggish.

This is why Linux is a godsend for older machines, even running the exact same applications (Firefox, Discord, and vscode) on the exact same hardware, it still feels more responsive on Linux because there is less overhead from the OS itself.