The other day it labelled the internet archive as biased towards centre-left. The internet archive - it's like saying a stack of blank printer paper is biased. Beyond useless.
With 30% ownership it could have been at the forefront of generative AI, which OpenAI released to the world in 2022.
Do they think openai invented the concept of generative ai, because that's what their statement implies?
Aur and pacman are 90% of why I use arch.
Also fyi to OP: never install software system-wide without your package manager. No sudo make install
, no curl .. | sudo bash
or whatever the readme calls for. Not because it's unsafe, but because eventually you're likely to end up with a broken system, and then you'll blame your distro for it, or just Linux in general.
My desktop install is about a decade old now, and never broke because I only ever use the package manager.
Of course in your home folder anything goes.
At least it's symmetrical so it won't rock, unlike every other phone out there now, including the one I'm typing on.
When Algeria is too woke for you, you should really reconsider things.
Shame he didn't have a scandal on that stage. They would have stopped taking about it within the day.
If this was done by multiple people, I'm sure the person that designed this delivery mechanism is really annoyed with the person that made the sloppy payload, since that made it all get detected right away.
Because Bedrock runs on phones, tablets, consoles, and a host of other random crap
And it also removes Linux support. Typical Microsoft.
Then they'll just identify you by the sound of the printer being audible from down the street.
set -euo pipefail
at the top of every script makes stuff a lot safer. Explanation here.
Seems it's exploiting vulnerabilities in some software called "Ivanti Connect Secure VPN", so unless you're running that, you're safe I guess. Says in the past they used vulnerabilities in "Qlik Sense" and Adobe "Magento". Never heard of any of those, but I guess maybe some businesses use them?
The issue isn't just a simple oversight. Git includes the file name as part of the tree and commit hash. The hash has security implications. There's really no way to make the hash support case insensitivity without opening up a multitude of holes there. So there will always be a mismatch, and you can't just fix it without changing how git works from the ground up.