Comment Re:Crap like this (Score 1) 122
I'm sticking with stone knives and bear skins.
I'm sticking with stone knives and bear skins.
We can bust on Microsoft all day and all night, and they deserve it, but the fact that their ability to find and fix these problems has greatly increased is a good thing. Software is incredibly complex, and no software more complicated than "10 GOTO 10" is free from the potential of security problems. Microsoft's QA has gone downhill in recent years, but now it's getting better apparently (even if it's after the fact). They are not going away, so this makes all our lives better.
I wrote a file searching utility in C++ about 30 years ago. About 15 years ago I ported it to Python and found it to be faster than using the Windows directory enumeration APIs, and I've been using that ever since. It just searches filenames, but that's all I need.
"NOTE: Experiences vary by region." says to me that Microsoft doesn't even know what their changes will do.
Can they factor a number larger than 21 with QC yet?
I'm not going to run it but people have said the kernel handles realtime needs much better than 10.
That's the thing, there are a bunch of legitimate improvements to Windows 11. They're just all very obscure, hard to explain things hidden away in the kernel that most users will either never encounter or never even notice.
The things they will notice are the far worse task bar, the randomly missing features that were removed for no apparent reason, the higher hardware requirements, the constant nagging to use new Windows features, the existing features that have been randomly changed for no readily apparent reason, and the new features that are too buggy to use, like HDR support or dynamic refresh rates.
Perhaps they could take a clue from software from 40+ years ago and make top-posting a configurable option.
But Microsoft has pretty much completely given up on making their software configurable for user preferences.
Hey, I resemble that remark.
"Dr. Sam Becket never returned home."
You forgot to misspell his name.
Not if they keep spending 10 figures a year trying to make VR happen.
How long can Meta survive without shipping a product people actually want?
"Please protect us from child-harm lawsuits since child harm is pretty much our business model."
This is very important. There's a light-year of difference among a typical scholarly article, a physics paper, a math paper, or some kind of incomprehensible humanities bafflegab that no sane person could comprehend. The former, if it's not too technical, should be readable to the average undergrad. The second and third might not be because there are so many specialized concepts and so much specialized language. The latter (and I'm not indicting everything coming out of the humanities, but a lot of it) is incomprehensible because it literally doesn't make sense.
Did they take into account that most countries drive on the right? If you're walking the perimeter of a room counterclockwise, it might be because you are staying on the right.
At least on my systems you need to be root do to anything with nf_tables. Is this some distro specific permission stupidity?
Maybe. There's a feature called user namespaces in Linux that effectively allows an unprivileged user to act as if they were a privileged user within a specific environment. (Basically, containerization.) Within such a namespace, a non-privileged user could conceptually access nf_tables as if they were a privileged user. In theory this would only allow them to add additional filters within the namespace, but the vulnerability here can provide direct access to kernel memory.
Some distros add additional layers of security to prevent flaws like that, blocking access to nf_tables even within a namespace, but the vulnerability links to ways around those. (Link to the Wayback Machine from the source vulnerability disclosure.)
It's possible your distro may be secure - or it may not be. It depends on what features are enabled.
So... did you ever wonder, do garbagemen take showers before they go to work?