this post was submitted on 16 Jun 2025
838 points (96.7% liked)

Technology

71532 readers
4490 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] squaresinger@lemmy.world 8 points 11 hours ago (2 children)

It's not all quite as rosy.

Yes, Linux is much more capable now than it was 10 years ago and it's much more capable of being used as a main system. I myself have been using Linux as my main system for a few years now.

But it's also a fact that a lot of stuff might not work (even if it works for someone else) and that some things are still more difficult than they should be.

For example, on my laptop cannot wake from sleep since kernel 6.11. I have manually sourced a 6.10 from an older version of my distro and keep holding it back, so that I can use my laptop as a laptop. For someone without technical skill, this would mean that their laptop just can't sleep any more. Hibernate also doesn't work.

Another example is that LibreOffice still makes a lot of formatting mistakes when it has to open word documents. And sure, everyone could just switch to odf, but it's not quite as easy to make everyone else switch to odf. It makes it really hard to use LibreOffice in any kind of professional environment. Wouldn't want to make a powerpoint presentation that then looks like shit when it's played on a different PC.

Lastly, Nvidia sucks, but it's also close to the only option for laptops with dGPUs. When I look for laptops with dGPUs available in my area on a price comparison platform, I find 760 laptops with Nvidia GPUs and only 3 with AMD, all of which are priced at least €500 more than comparable Nvidia devices. So if you want to go for a gaming laptop, Nvidia is pretty much the only option, and under Linux it really sucks. Steam games generally work ok for me, but trying to use Heroic Launcher to play anything from my gigantic library of free Epic/Amazon/GoG games, about 10% of the games I tried actually work. And even with those that work, my laptop sometimes just decides that a slide show with 3 FPS is good enough. That stays even after reboots and resets, and after a few days it returns to normal. Only to go back to slideshow mode a few days later.

If you just use your laptop to run a browser, I can recommend Linux 100%.

If you want to do anything else and don't have any technical skills and/or don't want to spend hours fixing things that should just work, I can't fully recommend it.

[–] bestboyfriendintheworld@sh.itjust.works 2 points 3 hours ago (1 children)

I read posts just like yours ten years ago.

[–] squaresinger@lemmy.world 1 points 1 hour ago

I guess you aren't wrong. There are a lot of advances but stability and small but really annoying bugs remain a huge pain point.

[–] BingoBongoBang@lemmy.world 7 points 11 hours ago (1 children)

I am a developer and Linux is my native environment in production systems. I wanted to use Linux on my laptop but sleeping / waking up never worked well enough. It could not switch from integrated video card to a discrete one ending up always using the discrete one which drained the battery in 30 minutes. All in all, it was usable but the details didn't work so I gave up. That was years ago and eversince no customer really allows Linux...

[–] Eyedust@lemmy.dbzer0.com 2 points 6 hours ago* (last edited 6 hours ago)

Sleep/hibernate has been a pretty big problem for a while. As for the gpu, have you checked out NixOS? There's ways to enforce your integrated card to handle everything and change states for certain apps to the discreet card.

It takes a bit to learn, but nixlang is pretty simple. I've heard it referred to as "JSON with functions". It also has the largest package repository of any OS and is atomic, so its hard as hell to break. You can even make separate, containerized dev environments with flakes.