I wasn't aware of this relatively recent client side scanning. Reading an EFF article on it[1], it seems to locally hash images and compare hashes against a database, no images are actually sent to Apple's servers unless matches occur. The concern is mostly about the door that it opens / the potential it has for abuse. So as the OP says, not perfect, and as EFF says worst than before, but still very good considering the alternatives for the general public.
>The victim taken is to be society itself. [...] a violation of society's norms and mores that it becomes elevated to a legal matter
Sounds a lot like what an authoritarian society, driven e.g. by a conservative religion would look like. Something closer to the alternative you dismiss as naive sounds a lot more just to me.
Yes but also as always a people problem. People put the cameras and monitoring systems in place and operate them, to govern other people who ultimately yield to be governed, as the alternative is made too costly / dangerous by the governors.
I use a separate user for all development tasks, its home folder contains all repositories I work on, and nothing else, and that is all the IDE and the AI assistants have access to. Create the user once, start the IDE from a shell using that user, and that's it. In Linux it's a pretty seamless experience.
It's simple sandboxing based solely on unix file permissions. Albeit weak, I find the isolation sufficient. Until I'm shown otherwise it seems like a good compromise given how easy it is.
You can also create iptables rules matching on the user, so this technique is useful for applications where you want to restrict network traffic as well, and don't need stronger or more fine-grained isolation mechanisms.
Even if all applications look at the OS trust store, in my experience there's always a gap distributing the CA to every consumer, leading to time spent on debugging from time to time... Maybe that's not the case in perfectly homogeneous or sufficiently small environments where every team uses the same infra / stack.
Driving a rental car in Germany almost makes me cheer for the ongoing bankruptcy of their auto industry. It really needs a full reset at this point. Sad thing is EU law mandates for a modem in the car as well as intrusive driving aids that actually make driving less safe by constantly driving your attention away from the road[1]. So there is no hope to get a minimally decent car in Europe in the near future, unless a wider reset also happens at the political and social level.
I've had the "problem" of forgetting syntax before any AI, with IDE autocomplete. It was only ever a problem when switching jobs and being expected to write syntactically correct code on platforms without syntax checks or autocomplete. So I did some exercises on such platforms in preparation for interviews.
In the real world, reliance on syntax autocomplete and checks was never an issue. The important thing has always been understanding the core concepts of the language and the runtime, e.g. how the event loop works with Node.js and how to write asynchronous and event driven programs.
Biometrics is just something else to get leaked, terrible idea because it's even more sensitive (can be used to track you through cameras for example, like used in the Iran war).
This problem has long been solved with federated IdPs and MFA - something you own like OTP device/physical token besides something you know like SSN/tax id/password.
Most governments prefer biometrics of course because citizen privacy is the opposite of what they want.
In Brazil you already can't access some government services without a smartphone, such as paying for municipal parking in various cities. So if you own a car but not a smartphone, you get a fine. Sadly the least of the country's problems.
Ah, so the minutes long wait hearing answering machine bs is a universal experience. I thought it was a local thing and limited to ISPs, utilities, and financials... When I can choose between competing companies, having a direct line to a human for customer support is at the top of my list. I'm happy with either chat or phone, I just don't want to go through a bot first.
I've used it for several years now, it's a great app. Not perfect, there is noticeable lag to capture high resolution images, and lacks shutter speed control. Still, beats other FOSS alternatives in my experience.
>every country that has imposed a considerable sugar tax has seen benefits across the board
Is there strong evidence for that? The first study that pops up if I search this suggests otherwise, that it could increase consumption of sugar-substitutes and overall caloric intake. https://doi.org/10.1016/j.tjnut.2025.05.019
>we need guardrails to defend against
There is no "we". You say that I and others need it, and you want to impose your opinion by taxing us.
A comment with an article citing published medical literature on risks associated with this type of vaccine was flagged and hidden. Why? I don't know the author nor am I a medical doctor to understand the topic at depth, so it's a genuine question. Was it misleading? If so, how? That's what the comment was asking, actually, if there were counter-points to the text, which was favorable to live vaccines (e.g. shingles) but critical of those developed with other methods. Is there no merit to that? I genuinely don't know, and since it seems impossible to discuss the topic, it's hard to say.
FYI: NetGuard is an open source rootless firewall for vanilla Android which also allows per-app network access control, for those unable or unwilling to go with other OSs. Works by leveraging Android VPN to block instead of tunneling packets.
[1] https://www.eff.org/deeplinks/2021/08/apples-plan-think-diff...