Comment on Firefox is fine. The people running it are not
mholiv@lemmy.world 1 week agoHot take. Under semantic versioning everything after vista has been in essence a new version of vista.
Going from NT 5.x to 6.x was a major jump.
The reason why Vista had no/terrible drivers was because they went from an insecure one driver bug crashed the whole system model to more secure isolated drivers that don’t crash the whole system. Developers had to learn how to write new drivers and none of the cap drivers worked.
They went from a single user OS with a multi user skin on top, to a full role based access control user system.
They went from global admin/non-admin permissions to scoped UAC permissions for apps.
Remember on Vista when apps constantly had that “asking for permissions” popup? That was then not using the 6.x UAC APIs.
Given the underlying architectural situation everything since Vista has been vista with polish added (or removed depending on how you look at it)
Things will go beyond vista when a new major release with new mandatory APIs shows up. Probably under NT 7.x.
pupbiru@aussie.zone 1 week ago
okay but using that logic everything running linux kernel v5 is the same… fedora, ubuntu, rhel are in essence just a reskin of slackware
an OS is not semantically versioned as a whole because an OS is more than just the kernel
mholiv@lemmy.world 1 week ago
I mean they are all literally the same operating system yah! They all use the same kernel APIs.
The main difference is package management.
pupbiru@aussie.zone 1 week ago
an operating system is far more than just the kernel
mholiv@lemmy.world 1 week ago
But it literally is the same. The only difference is the user space. Debian GNU/kFreeBSD shows this. Different operating system same user space.