I don’t think that’s necessarily a bad thing. The unfortunate reality is that any sufficiently large software project with a lot of engineers touching the code is going to have bugs. At least someone at Apple is trying to fix these as opposed to ignoring/pretending they don’t exist
Millions of people use beautifulsoup4, but most probably don’t realize that a core library that powers it, soupsieve, is effectively maintained by one person. In the spirit of the xkcd you linked, Isaac Muse could probably use some funding
Mostly yes. And if it does require server-side processing, the data gets deleted after. This stance is totally different from other AI providers who make no such promises about data retention and/or using your inputs to train future models
It would appear that this is indeed the same ghostery that sold its users out to the highest bidder.
I recommend using AdGuard which is free and doesn’t have such serious privacy issues:
also there’s no need to pay, the free tier is more than sufficient
Based. I use gluetun with qbt and ProtonVPN (with port forwarding). Despite this being a tricky config, it was still pretty easy to setup. Can share bash scripts if anyone is interested.
Allegedly Tim Cook does the same thing. Can't imagine what he'd be doing 16h a day, but I've heard he's almost always at Apple Park
It's in the app. Tap on any item and then scroll all the way down until you see the box that says Looking for specific info
?
Honestly glad I went with the 15" M2 MacBook Air when it came out. This is a very modest spec bump over the M2 Airs.
100% this. OP is describing a great plot for an B-tier Hollywood movie, but reality tends to be much less thrilling. Obligatory xkcd.
The truly horrifying part about all of this is that the large corporations who are mostly responsible for greenhouse gas emissions are continuing to conduct business as usual. I'm doubtful anyone has the (political) will or ability to force them to stop...
you can also delete them recursively with
find . -name '*.DS_Store' -type f -print -delete
(adapted from this script)