So that very important day is almost upon us.

October 14th is the day set for when Windows 10 stops security updates (no consumer is going to pay for extended) and begins to really push people to Windows 11. Windows 11 has strict hardware requirements that a lot of “older” devices that most people have do not meet.

And so, I am sure many individuals and companies may be getting rid of their old laptops and even desktops to recoup the vost of new devices.

What is the plan, when should we move in? What kind of deals should we be looking out for?

I want to find a great deal on a great laptop just for the fun of it. Some of my friends (converted to Linux) are waiting to get new laptops and score a deal. I have been waiting years for this day and I hope it can feel like a special day.

Any good places to look for these kinds of deals?

  • ReversalHatchery@beehaw.org
    link
    fedilink
    arrow-up
    1
    ·
    21 hours ago

    Because Windows updates take long and cause downtime. Also forcing reboots is not great (though I dont know if they just do that if there was a real vulnerability, that would be fine)

    and also the fear that whatever will break. I often hear that people are afraid of temporarily broken drivers, but also windows updates often reset (unknown!) settings, things like audio device IDs that matter for pro audio software and systemwide audio effects (think device specific EQ and filters).

    but on linux the system updates your software too, which is then again, if you are doing something professionally on the system, you are almost guaranteed from time to time to come across bugs that are in the way

    But I guess Windows updates are more stable than typical Linux updates, more tests etc.

    It’s weird because it’s true even though the filesystem and updates are much better organised on Linux. I mean the weird part being that windows is that stable even with the chaos it does in its system files.

    • boredsquirrel@slrpnk.net
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      windows updates often reset (unknown!) settings

      Which is an effect of trying to manage a chaotic system. NixOS solves this by having strict checks but giving users the ability to configure their system.

      The system is very mutable but centrally controlled.

      Windows has an idea how it wants to look like, but at the same time grants software all sorts of crazy permissions. Adobe software doesnt run when “storage protection mode against ransomware” is enabled for example.

      The Windows store apps are better isolated, with permissions etc. But same as on Linux with Flatpak, Software vendors dont want to change their software to be less invasive.

      I mean Windows pretty much thrives off the fact that you rely on random 3rd party software like drivers to be able to be installable externally and run with very high privileges. So they dont need to do the work.

      the weird part being that windows is that stable even with the chaos it does in its system files

      Microsoft is 1000 times the size if RedHat, Canonical or SUSE, if not more. They just throw lots of money at it.

      Also it is mission critical, so you can kinda expect vendors to test their software better, a bit.

      Not always (crowdstrike lol)