this post was submitted on 17 Jun 2026
103 points (95.6% liked)

PC Master Race

21432 readers
702 users here now

A community for PC Master Race.

Rules:

  1. No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
  2. Be respectful. Everyone should feel welcome here.
  3. No NSFW content.
  4. No Ads / Spamming.
  5. Be thoughtful and helpful: especially when new beginners have questions.

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] 30p87@feddit.org 9 points 2 days ago (1 children)

I need exactly zero. Windows is just so bad.

[–] plutopos@lemmy.zip 1 points 2 days ago (1 children)

That's not feasible. Many Linux distros reboot to upgrade, too, because replacing essential software while it is running can cause instability.

[–] 30p87@feddit.org 4 points 2 days ago (1 children)

I've played an entire day (>12 hours) without a reboot after updating the kernel, systemd and drivers. It's certainly possible, just not recommended.

On windows, it's not possible at all, no matter if you know what you do or you don't.

[–] Undaunted@feddit.org 3 points 2 days ago (1 children)

If I'm not completely mistaken, the kernel (and maybe other packages too) are not "hot-swapped" during runtime. You're not using the new kernel until you performed a reboot.

[–] 30p87@feddit.org 3 points 2 days ago* (last edited 2 days ago)

Yeah. Live patching is someting distros/service providers charge a lot of money for to get right, and requires at least some knowedge about every patch you apply.

And it's something no one operating a PC that regularly reboots needs. Idc if my running kernel is one version older than the one I installed, it doesn't impact games at all. The only exception is loading modules, which is something you rarely do in normal operation. And for the only module I stumbled upon that I regularly loaded after boot, v4l2loopback (or similar), which I needed for streaming my phone's camera to OBS, I added it to /etc/modules-load.d/v4l2loopback.conf.

Even my server's kernel is sometimes out of sync. I only reboot programs I actually want to be up-to-date at that moment. All others can wait for some weekend or another.