• 0 Posts
  • 1.11K Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle
  • Lot’s of circlejerking online. I have no doubt that some people have issues while having an nvidia card, and I also have no doubt that in some cases the driver might be to blame.

    But unless you fiddle things, go out of your way to “optimize things” by following some random posts or something like that, most common distros handles nvidia drivers properly. The same usual disclaimers applies though; being “bleeding edge” means you’ll cut yourself, and all that.

    For people that just install a system (and I mean something well known to work, not “the latest craze you absolutely have to replace everything with”, it’s fine. They (nvidia) even ironed out most of wayland issues for a while now. There are still some minor lingering issues, but nothing most average users will notice.












  • I had an appendicitis go undiagnosed for a few days (partly because of bad emergency care, partly because I keep waiting forever before seeing a doctor). Turned into peritonitis, as it does. Decision to operate was instantaneous; I didn’t even go back to the emergency “landing area” after the radiography, but straight to showering before the operating room. Then, had to spent a week in the hospital, including four days of full-blown crazyness-inducing fever, three different kinds of painkillers (btw I’m allergic to three derivatives of morphine… found out the fun way).

    It all cost me something around 8€ in the end. That would have been around… $8 at the time. Not to mention, I had no issue at my job back then because we have sick leave too.

    At no point in any of this have I considered “but can I avoid going to the doctor” or “I should leave the hospital as soon as possible”, or “I have to work during this week of madness”. I just got better, and got back on track.

    That was France, btw.







  • Nah. I mean, there might be some stuff like that, but nowadays, I’d be surprised if feature parity wasn’t 1:1 (or even better, with some open source drivers having features that are removed from official windows drivers…).

    The underlying OS is pure garbage, that’s mostly it. Windows will start chugging everywhere with even moderate FS activity: running a background, single-threaded backup process will sometimes make it impossible to click in another window or open a new application. Driver API is not great, you have to jump through hoops to do basic stuff. There are many ways to do the exact same thing, each being more or less efficient than the other. Audio API is so bad, an audio device failing will sometime cause ohter, unrelated, non-audio application to spontaneously combust.

    And so on and so on.

    On the other hand, the Linux compatibility layer that proton provides do add some overhead in places, but surprisingly, it’s not that much overhead. And it’s not that common (basically, the code runs natively until specific instructions that requires special handling).

    Obviously, when you have a better operating base, and very little extra overhead, software tends to run smoother.

    And all that is not taking into account optimisation to Linux system themselves; there’s been a lot of improvement in technical stuff for graphic drivers (especially on AMD side, but not exclusively), the kernel itself can get improvement in its handling of IO and memory, the whole thing is more flexible, etc.