New name suggestion:
"The Distro Formerly Known As openSUSE"
New name suggestion:
"The Distro Formerly Known As openSUSE"
I'm pretty sure targeting a shot so splash shrapnel goes somewhere beneficial to you is not an "exploit" so much as "good tactics" in the same way that aiming for a weak spot to do extra damage is...
Feels like they should, I'm not exactly thrilled by the idea of my tax dollars going into Musk's pocket just for the hell of it
Nice, anti homeless and anti disabled all at once (lack of streetside seating makes getting around challenging for mobility limited people)
While this is true, the flip side of that is that being a publicly traded company all but guarantees they'll be forced to make bad decisions. So, the original point still stands: more companies should do this. They may be shitty anyway, but at least they'll be shitty on their own terms and have the best chance of not being shitty.
"Foolish mortals" is my go-to gender neutral form of address
How can we expect a predictive language model trained on our violent history to come up with non-violent solutions in any consistent fashion?
Just looks like a bunch of stars to me
Not to be a jerk, but is this actually new? I've heard of this being done at least ten years ago...
On another note, one way to beat this (to a degree) would be to use an alternate keyboard like Dvorak (though you could probably code it to be able to detect that based on what's being typed)
I still don't get why a toolchain that can be replaced but never was able to make a stable kernel of its own after twenty years should get top billing in the name of the OS. A lot of that stuff was left in the dust, its relevance to the system grows smaller each year while the Linux kernel is the only reason they were ever able to make a complete OS in the first place.
Hardly anyone uses GNU without Linux; way more people use Linux without GNU than with it.
Plus, the community at large has decided long ago that the name is just Linux... Does it matter that that's the name of the kernel? No. Windows and MacOS aren't named after their kernels, or their toolchains, or any other component.
Anyway, there wasn't an OS until there was Linux to bring it all together.
That's only really true if you're going to be storing the password in a secure vault after randomly generating it; otherwise, it's terrible because 1) nobody will be able to remember it so they'll be writing it down, and 2) it'll be such a pain to type that people will find ways to circumvent it at every possible turn
Pass phrases, even when taken with the idea that it's a limited character set that follows a semi predictable flow, if you look at it in terms of the number of words possible it actually is decently secure, especially if the words used are random and not meaningful to the user. Even limiting yourself to the 1000 most common words in the English language and using 4 words, that's one trillion possible combinations without even accounting for modifying capitalisation, adding a symbol or three, including a short number at the end...
And even with that base set, even if a computer could theoretically try all trillion possibilities quickly, it'll make a ton of noise, get throttled, and likely lock the account out long before it has a chance to try even the tiniest fraction of them
Your way is theoretically more secure, but practically only works for machines or with secure password storage. If it's something a human needs to remember and type themselves, phrases of random words is much more viable and much more likely to be used in a secure fashion.