So in the real world a relatively small number of providers, WhatsApp, Signal etc, are in a position where all your friends are going to be on them. And those are the ones likely to be named and told they need to implement image scanning/review.
Why do we even need providers? Locally store the convos on each device and there's not a need for the server.
Exactly. That time is mostly over.
> As part of changing laws in Europe, Meta now offers the option for you to chat with others using third-party messaging apps that have integrated with WhatsApp and that you choose to turn on. - Whatsapp Help Center
Currently support is a bit shit, given it's relatively new. Give it 3-5 years and I'm sure this will look very different.
It's just that all the Google, Microsoft, and Meta platforms had shiny new features and we all switched. There is no real reason we can't go back, sure the network effect is hard to overcome but the technological problem is moderately simple to solve (we did it in the past!)
In practice it is. Almost all messaging happens on a few apps.
> also the most widely available apps already comply to the single police request to access conversations from suspects
That is not true: Signal is widely available and doesn't do that. WhatsApp probably doesn't do it either.
Don't get me wrong: I am against ChatControl as well. I believe that security comes at the cost of freedom, and it is a choice to be made on a case-per-case basis. Removing E2EE for everybody is not worth it, because criminals will always be able to use encryption one way or another. The problem is that politicians don't seem to understand it.
https://stateofsurveillance.org/news/ben-werdmuller-signal-z...
https://www.whitehouse.gov/presidential-actions/2025/09/coun...
> Common threads animating this violent conduct include anti-Americanism, anti-capitalism, and anti-Christianity; support for the overthrow of the United States Government; extremism on migration, race, and gender; and hostility towards those who hold traditional American views on family, religion, and morality.
Like, you can get 30 years in prison now for moving some boxes with zines in them, just because you are anti-fascist.
Yes, this is American politics; but don't think that the benevolent overloads of the EU don't plan for this same outcome: Already in many European countries, I can go to prison for just saying, "Free Palestine". They want it so that people cannot even say that in private.
The solution is keeping fascists of the levers of power which America has done an incredibly bad job at for the last 10 years.
If you really want to have free speech, you need to be in your own domain and that is going to be increasingly dangerous as you have noted too. So you know I see antifa tor services run out of servers in Europe in your future.
It's an interesting thing what you're saying. I've been thinking about this happening (I think it's inevitable) and also about using an LLM to sanitise my semantic footprint.
If you're interested in building an open source persona management suite to distribute as freedom software and level the playing field against State agents who are already building and improving such tools, I would love to find a partner to help with such a project. Even if you don't code, there are other duties besides coding involved with successfully promoting such a project and developing a community around it.
But semantic analysis adds a whole new level with so much entropy that it's bound to be unique. And LLMs are just ideal for pattern recognition. There's not much we can do about that as a human, trying to fool it won't work. It really needs an artificial sanitiser. One that really builds a persona and aligns to it deeply (like little colloquialisms from the purported origin of the persona).
And also things like comment posting hours. I have identified several accounts from people who said they were chatting with me and I could prove they were doing something completely different at that same time. Us humans aren't consistent enough for that. Especially if you have multiple sockpuppets.
I don't think I could help much with that though. I'm neither a developer nor a promotor, I'm too much of an introvert for that. But it sounds really interesting.
But yeah I'm sure that within 5 years, if you are still writing comments yourself, it won't matter whether they know your phone number or email address, you will be uniquely identified by just what you write. I wouldn't be surprised if the darker forces in society have this capability already.
They later pulled the dataset, but antirez recreated it.
https://news.ycombinator.com/item?id=33755016
You can try the demo here: https://antirez.com/hnstyle
but your account is too young to be in the dataset. You could ask an LLM to recrunch the numbers with a newer dataset, though.
This is on purpose yes. I've taken to rotating my accounts everywhere on a semi-regular basis as a feeble low-effort mitigation that I'm sure will not hold once this gets into full blown deployment.
I know the HN community frowns on that but it's not like I rotate every day. Probably should for it to be effective though.
Thanks for the link I will try that out! I missed that happening.
When they want to read encrypted messages they seize the phone and use Cellebrite or similar 3rd Party tooling to gain physical user-level access. No need for cert-pinning or esoteric MITM attacks.
N.B. China does not allow WeChat to have e2e encryption.
That is very, very different from mass surveillance.
That makes me question how much you know about end-to-end encrypted messengers, because Signal is the gold standard.
> I am almost certain WhatsApp can just lie about your contacts keys and man in the middle the connection.
The problem there is that WhatsApp is not open source, so you can't check. So obviously you have to trust. But there are many, many employees who have access to the WhatsApp sources, so if it was not implementing what it says it is, chances are that someone would have said it. Also thanks to the EU DMA we have some protocol published by WhatsApp.
No one in Microsoft, Yahoo, Google, Facebook, AOL, Skype, or Apple said anything about PRISM. We had to wait for the NSA whistleblower. So the argument someone would say something does not really stand up to historical precedent.
I looked a bit into it and yeah they have a key transparency mechanism where they store a blockchain on s3.
So supposedly they can't just add a key for a user in secret. But still what if they do it in public does the client refuse to send messages to new keys?
It's not like we are all spending all our time going over a random s3 bucket to say `Aha, I am sure Bob didn't add this new key because he logged in from his desktop. It has to be a man in the middle`
Can they just siphon keys of your device? Can they just deploy a special version to just your device without the vast majority of engineers in meta even knowing about the compromised version? No one knows. Well no one in public.
The gold standard would be personally managed keys, exchanged and signed by your contacts in person, open source software that is not auto-updating, distributed over a channel that does not know your identity.
That's not how key transparency works. The whole point of key transparency is that you don't have to do that.
If you are into manually checking that you have the right key, you can do it by scanning a QR code (or exchanging the key manually through some trusted channel), both on Signal and WhatsApp.
> Can they just siphon keys of your device?
Whoever hacks your device can read the messages, end-to-end encryption protects the data in transit, not at rest.
> Can they just deploy a special version to just your device
If you get WhatsApp through the Play Store, they would need to collude with Google to do that. But it is technically possible. If you get WhatsApp on the web it's a lot easier though: they can just serve you a different codebase this one time. BTW ProtonMail can do that too, or any webapp. Which I assume is why Signal doesn't have a web version.
> The gold standard would be personally managed keys, exchanged and signed by your contacts in person, open source software that is not auto-updating, distributed over a channel that does not know your identity.
You can get the sources of Signal, audit them yourself, compile them yourself, and verify the key with your contacts through a trusted channel (in person if you like). That is already possible.
> No one in Microsoft, Yahoo, Google, Facebook, AOL, Skype, or Apple said anything about PRISM
I think it is pretty different. Was PRISM available in the code source in the mono repo of all those companies? WhatsApp is.
The problem is that politicians were corrupted by power.
It feels like people who are against the EU vote for far-right politicians (the ones that are against the EU).
EU politicians are elected by the people and they represent what the people from the 27 member countries voted. Which is different from e.g. the US president, where the people don't really have much choice. Same in France, where people voted against the far-right and not at all for Macron.
Files?
The complicating factor being that a given law may or may not require unanimity at the final EU Council stage.
In general, the governments have the final word.
One issue is that there are so many such laws that they are hardly ever reported in local media, so people just don't know about them and governments themselves don't try to inform anyone either. Then governments blame the EU once a law is already passed and tell citizens that it's now impossible to change because the EU Commission would refuse to propose a repeal or amendment.
It's often hypothesized that governments love this process because it lets them pass laws they know voters will hate without taking direct blame for it.
Obviously I agree with all your other points.
Chat control though will definitely not make it to a summit meeting, and almost definitely does not warrant unanimity, it's probably a simple majority issue, i.e not foreign relations, defense, etc.
Otherwise agreed.
And once it’s done it’s done. The relentlessness does not continue into, “are you sure?”, it’ll be over.
For the record, I’m in the EU and do not want this to pass.
And that's the issue with all bad laws. They have to approve it once. We have to fight against indefinitely…
The EU is not a democratic system. It's specifically designed to undermine and eventually end the post-WW2 democracies through a mix of deception and bureaucratic manipulation. The never ending Chat Control story is a totally standard example. That's not a conspiracy theory either, there are lots of quotes from senior EU figures where they say all this stuff directly:
> If it's a 'Yes,' we will say "On we go!" and if it's a 'No' we will say "We continue!" (Junker, talking about the votes on the Lisbon Treaty)
> We decide on something, leave it lying around and wait and see what happens. If no one kicks up a fuss, because most people don't understand what has been decided we continue step by step until there is no turning back. (Junker again, on the general EU methodology)
> When people ask politicians today “What will become of Europe?” or “Where is European integration heading?”, we usually give an evasive answer. “We don’t want a super state” that is generally the first thing we say. I must admit that I have in the past often resorted to this kind of thing myself. (Viviane Reading, former vice president)
> We know that nine out of 10 people will not have read the Constitution and will vote on the basis of what politicians and journalists say. More than that, if the answer is No, the vote will probably have to be done again, because it absolutely has to be Yes. (Jean-Luc Dehaene, Former Belgian Prime Minister and Vice-President of the EU Convention)
> I have never understood why public opinion about European ideas should be taken into account. (Raymond Barre, former French Prime Minister)
There are endless quotes like these. You get a sense of the ideology found in the EU institutions by reading them. It's an ideology that never takes no for an answer, believes in its own manifest destiny and views the act of centralizing power as the central moral mission of their generation. So of course Chat Control is an unkillable zombie.
- Nigel Farage (16 May 2016)
The chat control thing has nothing to do with all of the above, it's just a bit of legislation. The whole "we will vote on it again and again until we can finally push it through on the 12th of August at 03:00 o'clock with a total of 20 votes" is a typical strategy seen in many democracies pushed by vested interests on unpopular legislation.
It's not the "EU" that wants this to pass, there are specific people and groups pushing for this surveillance state apparatchiks, all sort of compliance industry vultures, and all the censorship technology industry that is dying to enter the chat market.
I really doubt von der Leyen or anyone in a position of actual power actually cares about this, I am certain they really think this is small time inconsequential bullshit. They have much larger problems to deal with, like the looming jet and diesel shortage, the upcoming crop shortfall we are going to see come harvest season, getting Mercosur through, planning for when Trump inevitably invades Cuba or puts Greenland back on the menu.
And yet it just keeps showing up over and over and over again, no matter how many times it's voted down. Someone with no actual power must really not care about this at all.
Are you saying "the ends justify the means" of this "closer integration"? With that logic, Hitler's end goal was also closer integration of Europe's countries once he conquered them all.
>If you don't like it leave
Impossible to leave now when you joined 20+ years ago, when the EU was something completely different, which now grew beyond what you signed up for, without fucking your economy. It's called a rug pull with a dead man's switch. Try to leave and we make sure we all blow up.
>They have much larger problems to deal with, like [...] planning for when Trump inevitably invades Cuba
Why is Cuba a bigger issue for Ursula than what's happening in the EU? LAst time I checked Cuba is on a different continent and an insignificant trading partner of the EU.
I am saying a closer union was what was agreed upon.
> Impossible to leave now when you joined 20+ years ago, when the EU was something completely different, which now grew beyond what you signed up for, without fucking your economy. It's called a rug pull with a dead man's switch. Try to leave and we make sure we all blow up.
The UK left 47 years after joining, it would be better off if they stayed in, but it has not been the end of the world. Also if your countrymen are pro further EU integration and you are against it, you can just leave.
> Why is Cuba a bigger issue for Ursula than what's happening in the EU? LAst time I checked Cuba is on a different continent and an insignificant trading partner of the EU.
Because god knows what is going to happen to American liquefied gas exports to the EU if they are fighting a war in the Caribbean.
Again, that vague argument does not disprove my argument.
Does the end justify the means? Yes, or no? If yes, then what's the point of democracy and free will, if no, what's the point of the EU forcing its will on everyone?
>Also if your countrymen are pro further EU integration
What does "further EU integration" even mean? Being an even bigger bitch to clueless out of touch unelected bureaucrats in Brussels to deiced things in countries they can't find on the map, whose language they don't speak, whose economy and culture they don't understand?
Translation: the benefits of being in the EU outweigh the drawbacks.
This is the crux of it. From your local parish council to the largest supranational organisation, nobody's going to be in favour of every decision made. They're still better than the alternative.
Well, yes. But that WAS NOT what was voted upon. What was voted upon were specific proposals to change the EU and have closer integration.
The votes (there was more than one) had clear outcomes: "NO".
But in a democratic system that should be then of it! And it wasn't. But the truth is the EU has a very long history of overriding democratic votes, "for good reasons". Frankly, I even agree with the basic assessment there: that what the EU proposed was the best outcome and voters rejected it for bad reasons. But in a democracy that voters reject it is the final say.
And the problem with it is that if "rational" things can be forced through against the will of the voters ... it always ends the same way.
"Ireland rejected, the treaty was modified, and the Irish government said 'despite your changes, we refuse to allow our electorate to revisit this'" doesn't sound like a better approach.
But then there was the second farce, the "EU constitution":
https://en.wikipedia.org/wiki/Treaty_establishing_a_Constitu...
Note how many referenda and votes were planned ... but suddenly canceled after voters started rejecting the treaty. And note how the page does not say how the replacement, the "Treay of Lisbon" was adopted. Sure they would vote on it, right? Otherwise, what credibility would they have left?
Well: https://en.wikipedia.org/wiki/Treaty_of_Lisbon
Obviously there were no more votes on any EU future plans, with one exception.
I've worked for the EU Commission. Let me tell you: the bureaucrats there are angry about this. You see, the whole constitution was an attempt for the EU to become more democratic, gain credibility, by "sacrificing" power to voters. By the time the Treaty of Lisbon was created, the EU had lost power (much less than the constitution, but still some. Oh and they lost power to member states, NOT to voters), had "been forced" to push through the reforms anyway AND they had lost all credibility.
The only exception, the only vote on the EU's future? The Brexit vote ...
That's also because of unwarranted American sanctions.
Which for once isn't only Trump's fault, every American president has been happy to let the Cubans suffer for no reason.
The EU was always designed to be an "ever closer union". It's literally in the Treaty of Rome from 1957 (!). This is explicitly what was signed up for. It's going a bit slow, unfortunately, but it is the core point. There's no rug being pulled. This was always the goal. It is specifically what everyone signed on to.
Wow, isn't it convenient that such a vague all-encompassing paper from the past that you never voted for, can be used a justification for anything being done to you today?
What are the boundaries for that "ever closer union"? At which point it it just close enough? Or is it open ended? Would you sign an open ended contract with the bank? That wouldn't be legal.
>It's literally in the Treaty of Rome from 1957 (!)
How many Europeans alive today voted for that in 1957? Were they aware when they signed it of what it would lead to or were they duped into signing something so vague and all-encompassing that will be used to do anything against them in the future?
>This is explicitly what was signed up for.
That's the problem, it's vague and not explicit at all.
> This was always the goal.
Really? In 1957 people back then already knew that in the future they would cede their national sovereignty to a unelected bureaucrat in Brussels who would make decisions against their nation's best interest?
>It is specifically what everyone signed on to.
Who exactly is that "everyone"? I never voted for this. Neither did my parents.
Nobody was duped into anything, countries exercised their sovereignty to come to an agreement.
The rest of your concerns is just how literally any legislation and treaty ever works. When did you sign on to your country's constitution? What about the treaty of Bern establishing the Universal Postal Union in 1874?
Key concept here is legal succession.
Ok, but you haven't told me what exactly the end goal of that "ever closer union" is. Aren't we already fully unified?
Nor have you disputed the vagueness of the "ever closer union" which is used to undemocratically bully countries in the union to do what unelected corrupt Brussels bureaucrats want them to do.
>Key concept here is legal succession.
Which is not set in stone.
Clearly we are not fully unified. We still have 27 different budgets for example. We are still mostly borrowing as 27 different independent sovereigns for example.
> Ok, but you haven't told me what exactly the end goal of that "ever closer union" is.
That's what the legislative process of proposals, rejections and counter-proposals is all about figuring out what the end goal looks like, that's why we don't have an EU constitution and instead have the Treaty of Lisbon. The constitution was rejected in popular processes in France and the Netherlands withdrawn and an alternative proposal was made that actually made it into agreement.
You can frame that as they went around our back to do evil things. Or you know as a negotiation where both sides of an argument compromise. The key clue that this is a compromise between two sides is that no one is actually happy with the result.
Related.
>European Commission's Metsola Overrides MEPs to Force Through Chat Control
https://news.ycombinator.com/item?id=48657675 (45 comments)
Five days ago:
https://euobserver.com/223533/the-european-unions-culture-of...
The EU is increasingly hiding things from journalists, researchers and members of civil society.
Secrecy has a long tradition in the EU, but the European Commission has clearly limited the publicity of its activities during Ursula von der Leyen’s second presidency.
The commission’s new Rules of Procedure significantly limit what counts as an official document. They authorise withholding and destroying information even after a request for access has been made. The commission has, on flimsy grounds, concealed legal documents and files related to the regulation of technology giants, among other things.
It is now almost impossible to monitor how the EU uses its power, for example, in relation to large platform companies.
The EU never improves. A decade ago the same complaints were being made:
https://euobserver.com/61985/secret-eu-law-making-takes-over...
Secret EU law making reached a high in 2016 that has only been matched once before, according to figures obtained by EUobserver.
The normal process starts with a bill from the European Commission. The bill is then channelled through the European Parliament and the Council of the EU, representing member states.
If no agreement is reached at first reading, a second reading is launched. But according to figures provided by the parliament, not a single bill ended up in a second reading agreement in 2016, only the second time this has happened since EU parliament record keeping began in 2004.
“That is quite astonishing, but it is just a continuation of a trend that we have been seeing for quite a while now,” said Vicky Marissen of Pact European Affairs, a Brussels-based consultancy specialising in EU decision-making procedures.
Second readings are important because they open up the debate to the public at large. Removing this phase means the details are being agreed behind closed doors and people have to rely on insider information to understand what is happening.
- First you get the idea, framework and influence from academic "centers", foundations and Think Tanks in the US.
- Then you have the lobbying from Big Tech and specialized firms (content scan, censorship, moderation and everything "compliance") from the US, France, Israel, etc.
- Last most of your politicians are largely interested in the system to be kept in place at any cost. So mass surveillance might be the difference between a comfy life and the pitchfork in medium or long term.
Overcoming the complex challenges outlined above requires multifaceted policy considerations that focus on both societal resilience and enabling effective law enforcement within the EU’s robust legal framework. Key actions should include:
Establishing lawful access by design to E2EE communication channels in cooperation with service providers and regulators.
https://www.europol.europa.eu/media-press/newsroom/news/stea...
MEPs can pass the resulting deal or try to amend it. But amendments often mean the bill is pulled back into another trilogue rather than properly debated and rewritten in public.
The bill never gets debated, and the bill never gets rejected, so the commission can keep trying until it gets passed
Feels like I grew up in a golden age and subsequent generations won't care because they never knew a different world
It's not that I hide it like a secret agent, I just don't shove my face and name next to every opinion I have.
But the younger generations... They grew up with Snapchat which means Snap Streaks, which again means posting your face with every message. Next was Facebook, real names everywhere. Then came "personal branding", again face and name plastered everywhere.
And now governments want to lock in the real name + face + identity combo for everyone with laws. Fuck that.
Incorrect, you are probably in the background of random photos on the internet, and by virtue of not having any profiles and social media sites can tag you and form a shadow profile around you.
This can be done to you whether you have a profile or not. Having an actual profile likely means that you've signed onto some tos that allows them to add a lot more to your "shadow profile" and use it in more ways, and that any complaints about the treatment will go to forced arbitration.
I remember how that what seemed absurdly risky, meant absolutely nothing to the average person, and the astronomic value Facebook began to accumulate.
I wonder if it wasn't social media that set up the death spiral of the internet. The walled gardens on content and then the ad revenue created incentives to increase engagement, while capturing the value which would have gone to the open internet.
In that light, it seems AI firms are going to complete what Social Media started. Sequestering the remaining value of information and content, and then earning rents on it.
Classmates.com was charging money for reunion information and Facebook was free.
It was the IPO that really tipped the scales.
In that one day Zuck became a Billionaire with everybody else's information.
We were bamboozled. Subscription versus free but not really.
However, I do remember the conversations from that time.
I still don't have any social media other than LinkedIn that connects to my identity, and warned family against it for as long as I could.
Saying people on HN were bamboozled is ludicrous. HN is an old bastions for people who argue for privacy and anonymity. I sincerely doubt (hope) that many people would say they were fooled. That would indicate a degree of intellectual immaturity and avoidance of concequence which makes any other position held suspect.
It was clear that there was no other way this was going to go. Saying the IPO tipped the scales is also being wildly generous to firms.
Perhaps its the other side of the coin of the HN zeitgeist? faith in firms matching the distrust in government.
We can't even enforce basic protections of human rights in the United States, privacy does not matter when there are rampant black operations being conducted which violates human dignity in every sense of the term.
The illusion of digital privacy was always, propaganda. There's a pretty good chance your organism is literally compromised.
You have this completely backwards. The threat and existence of such operations is one of the fundamental reasons privacy does matter so much. Privacy is to be protected heavily not just for the now but for what could happen in the future, and it's self-reinforcing. A more privacy preserving society is a harder one to oppress.
Lets say military intelligence has multiple NATO hospitals compromised, and have assets in these hospitals which are being used for various black operations (including non-medical neurosurgery on literal children). In this scenario, maybe total societal surveillance, including radical transparency, would have been a nice thing to have in regards to bolstering national security?
Instead, we got HIPAA, and other medical privacy laws/standards, which are aiding literal mass atrocity to continue to proliferate.
>Lets say military intelligence has multiple NATO hospitals compromised, and have assets in these hospitals which are being used for various black operations (including non-medical neurosurgery on literal children). In this scenario, maybe total societal surveillance, including radical transparency, would have been a nice thing to have in regards to bolstering national security?
Why the heck would you think that the first job of a hostile military intelligence wouldn't be TO COMPROMISE THE TOTAL SOCIETAL SURVEILLANCE NETWORK!?!? There is a sort of really fundamental common failure to this kind of conspiracy thinking, wherein simultaneously your opponent is this incredibly powerful and skilled entity, one that in this case can compromise lots of secured aspects of society and insert actual agents into a hospital for illegal child surgery and escape notice. Yet simultaneously they're complete idiots who don't do the obvious, obvious job #1, job #2, and job #3 of an intelligence agency which is seek to compromise your enemy's intelligence agencies! Duh. It always has been. Counter intelligence and trying to get inside the other agency's decision loops has rich history probably for as long as spying has been done.
Why do you think you can secure this incredibly invasive theoretical network, all evidence from our entire history to the contrary, yet not medical service providers? You've literally built something here that your enemy would desperately love to have! You've done their entire job for them, better than they could! Rather then having to try to compromise endless distributed independently secured private and public organizations, now they just have to compromise a single one and they get the keys to the kingdom.
>Instead, we got HIPAA, and other medical privacy laws/standards, which are aiding literal mass atrocity to continue to proliferate.
This is such schizobabble that makes no sense (HIPAA has nothing to with law enforcement or medical ethics boards or a million other checks on the health system, just for starters) that I don't know what else to do beyond urging you to seek some alternatives to wherever you got this from.
Where do you get your information from, exactly? In criminal and intelligence circles, this is not exactly uncommon knowledge. I hope you never experience the horror of finding out that even in federal protective custody, that military intelligence is already there waiting for you.
>ways it cannot exist with nothing to with privacy,
In the Soviet Union, for example, all medical records were accessible by the state security services, and this served legitimate national security purposes. You have no idea what it's like to be targeted by an entity like the CIA.
>Why the heck would you think that the first job of a hostile military intelligence wouldn't be TO COMPROMISE THE TOTAL SOCIETAL SURVEILLANCE NETWORK!?!?
It would be a legitimate target, tbh there might not even be much of a point in terms of practical affect. Do you have any idea how many "crimes" have been reported to the international community, only to be ignored completely by all relevant propaganda outlets?
> insert actual agents into a hospital for illegal child surgery and escape notice.
Our propaganda outlets have literally reported on, swathes of, evidence of the CIA doing exactly this. Your country was not immune to this spookery.
I have some bad news for you. This is a real scenario, likely happening within a 1000km radius of you. Military usage of brain-computer interfaces go back over a century, the experience of being an intelligence asset is nothing like you assume. Many of the assets aren't even perceptual of their human experience in a manner expected naturally. The individuals who are aware of their status, at this point, learn to be silent very quickly.
Surgery based neurological compromise is only one example of the various operations currently running rampant in NATO countries.
>Counter intelligence and trying to get inside the other agency's decision loops has rich history probably for as long as spying has been done.
And your intelligence agencies won't tell you shit, they will slap a "CLASSIFIED" label on it, and continue to enjoy their cushy positions while their people continue to be exploited.
>Why do you think you can secure this incredibly invasive theoretical network
I'm just one individual who has had the great misfortune of having to deal with this spookery first-hand. You can propose the design of this system if you wish.
> all evidence from our entire history to the contrary
I'm genuinely not trying to be rude, but this line is absolutely hilarious. Depending on the country you reside in, your intelligence agencies likely are well aware of the state of neurological (again, this is just one category) compromise in your country, and aren't telling you shit.
> This is such schizobabble that makes no sense
There's a reason HIPPA has exemptions for national security purposes, to the extent in which law matters when dealing with spookery (it does not, nobody follows the fucking "law" in these operations).
Just wait until you learn about how deeply compromised the CDC is.
It would be nice to at least have the illusion of transparency in regards to, very relevant data, such as what is happening to your citizens in public hospitals. Instead the US went the opposite direction, this is not a coincidence.
> that I don't know what else to do beyond urging you to seek some alternatives to wherever you got this from.
I have been imprisoned extra-judicially, threatened with torture (I complied quickly), and served rotten food on US soil. You don't have to believe me, and I sincerely hope you never experience the horror of realizing your jailers are already compromised, nor the experience of realizing that reporting any of this is literally fucking pointless because the entire national security reporting apparatus for civilians and much of the military is deeply compromised and utterly pointless.
The US is so deeply compromised that it's a joke. Your media is failing you spectacularly in this regard.
> I have been imprisoned extra-judicially, threatened with torture (I complied quickly), and served rotten food on US soil.
Would you prefer these people to have access to all of your communications? Or would you like to be able to legally encrypt your messages?
>Would you prefer these people to have access to all of your communications? Or would you like to be able to legally encrypt your messages?
I'm saying the entire security model regarding electronics is completely irrelevant. The same entities who have compromised the US deeply have been operating since long before the personal computer, and even telecommunications broadly. I do not care about what is on my computer, when they can easily kidnap, poison, or bless me with any of the other fun systems military intelligence has to offer.
Your national security apparatus has __good reason__ to be gathering any intelligence it can. I'd gladly hand over any piece of data to any agency which requests it, or anybody else really. These computers are toys.
You made my day brighter by repeating this propaganda, thank you for that.
Anybody reading this who might be a little less indoctrinated, ask your favorite language model about the history of CIA black sites and specifically the CIA's involvement in deep-brain stimulation and similar technologies. This has been publicized for __decades__.
And then realize this propaganda is a tiny, tiny, tiny portion of the spookery that has been running amok in the United States for a little under a century at this point.
You have absolutely no clue just how badly the national security complex has failed it's citizens in the US, and NATO more broadly.
Only sad? Like, we already lost and we might as well give up?
I’m not sad. I’m scared, and I’m angry. And I’m beginning to think maybe everyone should be too. I mean, in normal circumstances, you don’t want an angry and scared population, that’s generally a recipe for disaster. At this point though, given the various decisions at the top that so clearly disfavour the bottom 99%, angry and scared is probably exactly what we need. Well, angry, mostly. Furious. Mad.
The hard part is determining who the enemy actually is. Hint: the more wealth and power, the more likely this is one of them. Strip them of their ungodly wealth and influence, you may get a human being back.
We are quite far away from that. On the contrary knowledge is preserved better than ever.
Anna's Archive estimates they have preserved 16% of the world's books, all available to download with an internet connection.
On the other hand, I can see the side of Fahrenheit 451 where the people don't value books which is what allowed the book burning in the first place.
You cannot "upload" directly to Anna's Archive for example. It must appear on other sites like Libgen or Z-Library.
Downloads are served by different "partner" servers, almost no downloads come directly from Anna's Archive, they are all distributed around to other servers.
Almost the entire Anna's Archive datasets are available as torrents, which are intentionally to avoid a "single point of failure". [1]
If Anna's Archive shut down tomorrow, almost every single file would still be accessible, albeit in a slightly less convenient manner. The whole system is not flawless, the sheer size of the content is hard to handle, but its one of the best efforts in the space and calling Anna's Archive a single point of failure seems disingenuous to me. I recommend reading Anna's Archive FAQ's and Blogs for more information.
[0] https://annas-archive.gd/faq [1] https://annas-archive.gd/torrents
This was already the case for all of human history until the information age. If you wanted to say something, you had to physically say/print/shout it. And your reputation would be affected as a consequence. This more aligned with how humans are wired - that social actions have social consequences.
If every potential mate and employer was able to review everything you've ever posted online, we'd all be much more careful with what we say, much better able to screen out bad actors, and the wold would be a better place for it.
In the modern world, we have governments (and politically aligned lackey-citizens) increasingly actively hunting down anything vaguely dissent-shaped and making those who spoke it suffer in some form, whether than be mass harassment and jawboning or outright muzzling or prosecution.
There’s a chilling effect with growing intensity that pressures people to either obediently nod along or shut up, which makes anonymity (even if only the plausibly deniable sort) important.
To me "people will be on their best behaviour if they can't be anonymous" sounds eerily similar to Larry Ellison's "people will be on their best behaviour if they're constantly surveilled".
And get Charlie Kirk'ed? No thanks. There are a lot of deranged and demented people out there, and publishing on the internet is rolling that dice billions of times, compared to shouting in the town square.
This is stalking and is illegal. Are there any other crimes you want to claim as righteous?
Presuming you want stalking to be repealed and permissible, you have quite a few bars to pass through.
And in that society, are you willing to have me as your enemy who is very willing to push society to its utter limits? I know I'd be good at it, and I know thousands if not millions of people who share this interest. Because, as you say, its any potential mate/employer.
What is legal and what is right very rarely went together, so rather poor argument.
Lets say the primary force we need to prevent is russian influence campaigns that back and push far right nationalists who will destabilize democracy. Is that a sufficient reason for controls?
It's always curious what people think about the actual content that's typically pushing these things.
No. Because if you solve underlying tensions in society the so called russian propaganda has nothing to take hold on.
Also who and under what rules will decide which propaganda is allowed? is American propaganda fine? Chinese? Japanese? UAE?
Not only this creates dissident, and suppresses voices critical of current government. but also gives extraordinary power on level of soviet union to current government.
You might trust current EU to not abuse it, but it might take a single elections, or single term for un-elected(!) officials in EC for attidute to change.
Just like in US - a lot of powers were granted but suddenly there's a person willing to abuse them.
For that to be even considered in EU we would need a lot more check and balances - especially for European Comission and Council.
Another issue is - is EU a trade union or federation? if former - this is outside of EU's responsiblities and powers. if later - look at point above.
If you really wanted to solve this problem you would go after advertisers and data collection companies, and regulate them.
To point: I don't accept the premise that the governments gets to decide which information I should be allowed to consume.
>russian influence campaigns
Just FYI, your rhetoric precisely mirrors Russian internal rhetoric used to boil the frog 10-15 years ago. If this doesn't make you pause and think, nothing will. In Russia people who fall for it are called "unteachable". Which makes sense, you don't seem to learn anything from their mistakes even though you have a live example of your future that you will reach with 99% certainty, without any help from your boogeymen, because your politicians mirror each step.
Let's just ban those politicians, ban and censor "bad" media and platforms, and surveil all citizens to protect us from those pesky authoritarians!
no.
Start with dismantling the means by which the information cancer spreads. No more targeted ads, no more data harvesting. Increase privacy.
Everybody knows about the influence of Russian bots on the net and yet precisely fuck all is being done about it.
Taking Xitter as an example, there are many tells that are visible even to readers with limited info that should be as plain as day to the platform owner. Many are barely even masked. The problem is that for ad supported social media, all incentives align with proliferation of bots, especially if they’re paying you to boost their reach. They’re doing all the hard work of genetically engineering perfectly engaging content for you; who cares about the deleterious effects they’re having on society?
This is why surveillance style adtech must be made into a massive political liability.
You could still mitigate this by blocking accounts that use VPN IPs or requiring invasive IDV for accounts, but isn't this sort of thing exactly the type of authoritarian user monitoring that we would like to avoid?
I don't really get you point about removing surveillance style ad tech. Wouldn't that just make it even harder to detect foreign influence accounts?
That means their content and profile quirks follow clear patterns that are not that difficult to distinguish. Xitter just has no financial or legal incentive to do so.
> I don't really get you point about removing surveillance style ad tech. Wouldn't that just make it even harder to detect foreign influence accounts?
The difference is the invasiveness of the data gathered and who it's given to. For bot/troll/propaganda mitigation, invasiveness is comparably minimal (survelliance advertising isolates marketable qualities such as race, orientation, religion, marital status, purchasing habits, etc; none of these are necessary for mitigation) and gathered data never needs to leave the possession of the social network.
Fracture point propaganda campaigns only work because we let those issues fester.
And while I don't have any doubt in my mind that there are foreign entities working to exploit these fracture points, I am very skeptical that they are the main cause of problems here. We have seen such fracture points arise and cause political strife up to the point of civil wars many times throughout history without such foreign instigation.
Foreign entities (a particular one really) is a tool used by corrupt politicians in each country. Eventually your political field becomes "who is the biggest traitor" and then you're finished, fascism is the only direction this is headed towards. This is your real destination, very closely modeled after that one foreign entity you have in mind. It already went through all these phases.
There is a high chance that corrupt money spreads, which explains 100% of why such laws get in, but I fail to see why Russia should the only or primary actor be here. There is no real benefit for Russia here, but there is a LOT of benefit for those who want to reduce privacy and force transparency onto everyone at all times. Several US companies come to mind and there is cross-state kick back going on here even aside from the USA too.
Look up e. g. Hüseyin Doğru.
Case in point: my new Mac purchased in Switzerland and activated in Poland on my US Apple account required me to provide my age in the setup assistant. Neither Poland nor Switzerland or the US have this stupid law. Yet Apple is already doing it's part to eliminate my privacy.
I was trying to setup this Mac with NO iCloud account thus it could not deduct my age from the account.
It seems to be mostly bad individuals, or just individuals with some bad ideas they refuse to give up.
The Commission are their appointed civil service and work on whatever agenda is set by the Council (the member states).
Almost everything people complain about coming out of "the EU" originates in the national elected governments.
About the only ones actually protecting the people of the MEPs (the elected EU MPs). They keep shutting this sort of stuff down, and then some member state (mostly Denmark it seems) finds a way to resurrect it again, and again, and again. They only need to succeed once.
The main problem is that people still do not understand how the EU works. They don't understand that almost everything comes from the direction the member states push from the Council.
And in fact, I think the member states like it that way, or why else wouldn't they educate people more?
To the people.
There are many ways to restrain the Council that'd make the EU more democratic: enforce more/full transparency into the Council's decision-making, expand the powers of the Parliament (making the Council into the upper house basically), enforce the Spitzenkandidat method for appointing the EC President, allow referenda on major issues to bypass the Council.
None of these is perfect, but they would streamline the democratic processes within the EU by lessening the role of the Council as intermediary.
I agree that the Council themselves would never allow that however.
Or, if you think that issue's too niche, look at all the talk of "sovereign clouds". It's almost all "how can we build our own giant polluting AI datacenters" and not "how do we take our data back from the Americans". Because, ultimately, the European Commission is built out of an urge to submit to capital interests. The Epstein class are puppeting the EC in exactly the same way they puppet Donald Trump.
If there is any future in the EU, it will start with abolishing the European Commission to take away the capital class's accountability sink.
[0] For legal reasons, unrelated to Stop Killing Games, but they work together
1. use "giant polluting AI data centers" in the US or China
2. build "giant polluting AI data centers" in the EU
3. do without modern technology
Option 1 fails at "how do we take our data back from the Americans" and option 3 is insanity and will fail at the ballot box. So get ready for option 2.
> 2. build "giant polluting AI data centers" in the EU
> 3. do without modern technology
I think we need to start brainstorming on options 4 and 5.
Option 2 doesn't make any sense. Europe do not have any strategic advantage here, not the cheap energy, it actually doesn't have the money and it doesn't really have any strong enough capabilities in the hardware or software (yes I know about somes like ASML and open source software). Plus the price of RAM is out of control now.
Usually when you are at a strategic disadvantage you need to start thinking out of the box, or bet on the next thing. AI and "The Cloud" are not gonna be the last technology frontiers, in many ways it might be yesterday bet. It is like buying a stock close to the peak of a bubble.
The Taiwanese did not try to compete with Toyota in the 80s, they created TSMC.
Of course do not expect the EU bureaucrats to do be able to do any out of the box thinking.
That seems to always be "forgotten" about how the internet is acting as a accelerationist far right platform.
Without the EU, this would have been introduced in some member countries much earlier (see also UK).
We should start digging into the lives of those pushing for mandated age verification, chat control, and other privacy killing measures to show the world their true face. The public deserves to know who exactly is pushing for the "privacy law for kids" agenda.
To be honest, I'm beginning to suspect most people don't care all that much about privacy if you promise them safety.
And without the EU there'd be some states in which it would never be introduced. Decentralization is what made Europe so successful historically compared to large centralized empires like China and the Ottomans, and the EU is destroying that.
If Chat Control passes, I think lobbying for the exit of your country is going to become a very justifiable position.
Corbyn was famously a Leaver, for the reasons we're observing right now, before aligning his position with his base: a Labour Left UK without the antidemocratic corruption of the EU would arguably have been a better country to live in.
The problem begins and ends with the fact that there is just no realistic way to hold these people accountable. I don't know what it would take for people, across the EU, to consider punishing EU politicians to be more important than selecting their national government. A genocide, maybe? Something of that severity, no doubt. Certainly not something as pesky as instating a digital Stasi.
Rightfully so.
Except for no-roaming-charges within EU, most people can't name one good regulation that came from EU and couldn't be handled individually by their own country in the last few decades. The latest example is 3eur customs tax per every item bought from china, even if it's a 1eur phone case (1eur + 3eur customs + 22% vat on both.... what's the added value of custom tax? who knows, but you pay it anyway). Add all the money wasting, horrible behaviour of politicians in charge, overpaid MEPs for what they do... it's no wonder people hate everything EU related.
All sticks, no carrots.
And of course the lack of borders. Being able to go on vacation with no trouble is massive. Do we really want those border checks back?
> we really want those border checks back
Why? You don’t need to be in the EU to belong to Shengen.
Norway is not EU, it's EEA, which is more like what you describe (the population rejected joining twice in referendums, but the politicians still wanted some treaties).
You are unironically using 'vacation destinations' as argument for modifying your legal system to fit foreign lobbying needs. All is lost.
I'm just pointing out that "an organisation something does something bad, therefore it shouldn't exist at all" is a bad argument that ignores the good it does.
1. Stop producing locally. Allow the market to take care of it.
2. Deregulate minimum wages to allow local businesses to price locally produced goods competitively.
3. Impose a tariff on incoming goods to protect local producers.
Which is your preference?
On top of that, local retailers have to comply with EU regulations etc. while Chinese imports are notorious for not following safety/recycling standards etc., which unbalances the playing field away from local retailers anyway.
Ideally there is enough competition between retailers, but obviously that is not true if the consumers are buying from china in the first place.
Instead of adding a fee, you should make the bulk imported item cheaper. If you can't compete then something is wrong, maybe something in single import being subsidized like air mail? If it's not then it's a more efficient system.
And I'm strictly talking about exact same products produced in china, not equivalent products of worse quality.
The first level is the intended rentseeking: we make imported socks from China more expensive so you buy domestically made socks instead. There are various excusable reasons why you would want to do this, but at the end of the day, we are still assigning the class of people who make socks domestically the ability to charge a supra-competitive price, which is a rent.
The second level is unintended rentseeking. Maybe it turns out the economy really, really doesn't want to fund a domestic sock industry. Maybe our sockmakers are just really, really bad at making socks. Or maybe people really, really want foreign socks. In any of these cases, the people just pay the tariff no matter the cost.
For example, Brazil has had extraordinarily high import tariffs on all sorts of consumer electronics. The intent is to create a domestic electronics industry. The reality is, however, Brazil was never going to be able to support that. Electronics are a highly exportable industry and the global market can only support a few countries being involved in it. So the result is that game consoles and smartphones are just really expensive purely for the benefit of people involved in the tax scheme.
From an economic perspective the local producer then needs to become more efficient and/or produce a better product to remain competitive. Alternatively they can do something else that is a more productive use of their time and skills. Again this is just a free market at work. The economic principle is no different if another local producer opened down the road from the existing local producer and they were the ones making the same product cheaper or a better product for the same price.
Protectionism arguably has a place. For vital interests like national defence there is an argument for making certain things locally so you have complete control because of the security implications and because the normal rules of international trade and diplomacy might not be working properly at the time when you need those products. But even in fields like defence and strategic infrastructure and perhaps the most obvious example of simply putting enough food on everyone's plate to survive there are few if any Western nations that don't rely significantly on international trade.
There is an example I always remember from the Brexit debates here in the UK. The Remain campaigners talked a lot about the advantages of being in the EU's Single Market and Customs Union. (These are the two big economic arrangements in the EU that allow member states to trade freely among themselves without tariffs or non-tariff barriers.) And certainly for intra-EU trade they do offer many economic advantages.
However the cost of being under the protectionist umbrella was much less discussed - surprisingly even by Leave campaigners. All member states are required to apply the common EU-based tariffs to anything coming into their country from outside the union. So when the EU introduced extremely high tariffs to protect the fruit growers in its Mediterranean member states that was good for those growers. But we don't exactly grow a lot of citrus fruit in the UK with our milder northern European climate. We also already had some established trade routes with north African nations that could supply similar products at potentially lower cost and would have liked to increase that trade with us - a mutual benefit for both their suppliers and our consumers that would have cost neither of us anything directly. The EU tariffs made that financially unviable and therefore benefitted some of the southern member states but at the expense of both consumers in the UK (also an EU member state at the time!) and the more efficient suppliers from Africa.
Protectionism is inherently inefficient economically. Sometimes it might be appropriate for other reasons but in purely financial terms it's almost always a negative effect.
For example, i want to buy a phone case... i can order one on aliexpress for ~1eur (free shipping) + 3eur tax + 88cents of vat and pay 4.88for it.
Or I can go to my local mall, and buy the identical case, made by the same chinese manufacturer for 12-15eur. The middleman can order 100 of those cases and since they're the same TARIC code, he'll still just pay 3eur (total) in customs for all of them (3% customs, instead of 300% if you order 1 piece only) and still be much more expensive than if I order directly from china.
So instead of paying 1eur + having 4 eur left over to go for a beer, i now pay almost 5eur, no local beer and 75% of that tax doesn't even go to my country but directly into EU budget. I can afford less and won't get anything out of that money. Yes, there's an employee in that cell phone store, but so is there an employee in my local bar where I can't afford beer anymore because EU took my money.
That's the fucking point for fuck's sake! Pardon my language, but the entire point of the tariff is to stop people from buying masses of trivial things from the other side of the world, with all the externalities that it entails. This tariff tries to cover at least some fraction of said externalities.
People on HN should not be this clueless about basic economy. This tariff is one of the good things that the EU has done lately, but unfortunately it won't be popular among the common folk who just want their cheap unsustainable stuff without having to think about the consequences.
Boy, when you put it that way it makes me wonder why people didn't appreciate the genius of Trump's tarrifs.
Many politicians have used the EU as a convenient scapegoat for inconvenient decisions, and people like you continue to spread completely uninformed FUD.
Let's even put aside all the benefits you have but apparently either don't know or don't care about. How well do you think your home country would fare against the USA or China or Russia on its own? The only weapon all of us have against the big power blocks of the world is being a power block on our own.
The EU isn't perfect, and I'm absolutely opposed to the Chat Control bullshit in its entirety, but don't throw out the baby with the bathwater.
I don't mean this personally, but it appears as though many commenters here have absolutely no clue of how the EU works, what its governing bodies do, and how member states profit off of that.
That's not regulation, that's a reduction in regulation.
1. It seems that most of the evil here is concentrated among the liberal right and liberal left. Both far right AfD types and the left are against this.
2. A lot of positions, when clarified, just want to keep the (bad) status quo of CC1.0, while opposing 2.0, which was the much more totalitarian one. This also includes the crucial shadow rapporteurs.
This is still not good, but unless I've understood something very wrongly here, this isn't the same as just pushing the worst version of chat control 2.0 through.
I have nothing to hide
Also those people I couldn't call you mom because the Facebook was down. What? What is a phone number?The effect is already seen how the ability of rioters far exceeds that of the authorities during recent incidents in UK and other places. Something need to be done for this.
If it was possible to outlaw crime we would have no crime already. We had riots in 70s, 80s and 90s too after all.
Meanwhile politicians get to strip the innocent of their privacy, which is very handy for them.
> Something need to be done for this.
Its called a better and responsive police force.
> radicalize the youth into wrong paths overnight using social channels
Imaging, that those people who radicalize youth are, ... not using social channel to do so. Wait, ... how did most of the people who ended up going to Syria get radicalized? Most was not via social media, it was with direct contact. Do we ban social contact?
This is just the typical quick fix type of answer. Problem, must be X. No, lets not invest money into police, social councils, case workers, etc...
Thing is, we have seen police getting lazy because, hey, why do investigation work if we can just get free evidence from criminals phones. O, those criminals now encrypted / try to hide data. Ok, so we now need to make it illegal because screw society, we want easier jobs.
No, everybody needs to give up their privacy "for the greater good". You must have something to hide, if you do not let the government read what you wrote, today, yesterday, 10 years ago ...
Have you ever been to China or other countries where saying the wrong thing, can be unpleasant to life changing? Where people learn to not talk what they rally think outside their little family corner. Where corruption is rampant because nobody can protest. Remember, today its your criminal protesters, tomorrow if a government changed into one you do not like, you become the criminal protester.
The right answer is a better funded and accountable police / social structure / help systems. And accountability, to ensure proper policing.
Not step by step removal of privacy.
You can bargain (via voting) about how much of the stuff you need to forgo. But you can't have 100% privacy, if the nation has to function.
You don't need to give up any privacy at all, if you don't expect anything from government. But the concept of a nation is hinged upon it's citizens foregoing a bit of privacy, a bit of their income, a bit of their freedom. The nation imposes rules that you need to follow (loss of freedom), asks you to pay up taxes and makes your identity linked to the citizen services.
The nation comes into existences precisely from the things that you forego.
Two cases in point:
- UK's Farage recently causing riots, destruction of property, arson and bringing harm to non-whites, intentionally, previously being openly supported and amplified by Musk.
- USA's lame duck president Trump causing January 6, 2021 riots ending up in destruction of property and killings of five people (including Capitol police officer)
The perpetrators causing the shit are very well known, their followers do not try to hide themselves, and no amount of mandatory ID when accessing the Internet would stop it.
Oh, and if you think being anonymous makes people nasty, you should stop by some Facebook or Nextdoor forum :)
- If you can't provide any sources, it's safe to assume you don't actually know what you're talking about. - If you can, but choose not to, why? This simply weakens your argument. - When you say "you need to read about XYZ", you probably WANT people to read about this, right? So why not point them at least to Wikipedia?
You must agree with OP, you must not mention... Certain facts as you will be removed. Chat control is amazing.
Thanks for controlling my chat!
Looking across the Atlantic…
They are perfectly capable of doing idiotic stuff like this entirely on their own.
Also worth noting is that this was voted down earlier this year and if im not mistaken also a couple of years ago. But the legislators then just started a new slightly different bill and started nodging their population even harder, and tried again. And again.
The people said no to this.. But apparently that does not matter?! Is this still a democracy?
And are we criticizing totalitarian regimes for surveiling their people and not allowing free speech... And doing this to our own population? It seems so Bizar to me.
Personally I don't know what to do. I have come to the conclusion that fighting again this is impossible because, in my opinion, no one listens even after a democratic vote as I said already... I'm disgusted by what we have become...
Second, what's up with Denmmark pushing for it here? They're usually very reasonable.
The American view of the EU is very much a grass is greener one. They see the things that are better than in the US but not the things that are worse.
The green deal stuff seems to be pretty bad. Manufacturing seems to have a hard time. The next tier economy, e.g. AI, is not seen on the horizon. Over-the-top regulations for agriculture and then opening up the market from goods where such regulations don't exist does not seem smart either.
And there're lots and lots of small things like those.
For example, solar. Shit ton of euromoneys is poured into subsidies. But those subsidies are not geofenced. Thus vast majority of people go for chinese stuff. It could have been much better to subsidise locally produced components only. Then price would be +/- the same.
Now chinese components are dirt cheap with all the subsidies. I myself went for chinese components, because break-even period was like 5 vs 10 years. I'll just pihole the inverter from calling home once I figure out how to get some statistics without the manufacturer's app.
I guess some people decided it's better to get 2-3x more solar installed power ASAP rather than prop up the local solar industry.
And no, it's certainly not that bullshit astroturfed story that has been going around, of Meta behind this concerted effort across the Western world because they're too lazy to validate one's age.
https://europeanpirates.eu/chatcontrol-eu-ministers-want-to-...
I think several EU governments want chat control paving the way for domestic surveillance. Though I don't consider that conspiracy theory really. Last years, there have been big scandal cases with use of pegasus, predator and similar spy software from several EU governments for domestic surveillance (eg Greece, Hungary, Italy, Poland, Spain). The issue is that legal surveillance, the regular phone tapping kind, is inefficient due to people using E2EE chat apps rather than regular phone calls and SMS. There is no legal basis for the more advanced spyware afaik, so these surveillance cases were illegal and kinda "off the books", even though rather widespread. A legal way to surveil the people would be welcome to those who did that and those who want to do the same.
https://www.eff.org/deeplinks/2026/06/kids-act-would-require...
> The KIDS Act Regulates Private Messages, Too
I'm to afraid of the f'ing EU to mention specific names here... But maybe some braver souls will
Would you still believe this if Chat Control got though? What good did the EU bring that's good enough to make up for the badness of everyone in Europe having all their private digital communications constantly scanned?
Which is why the whole idea of political parties is the main travesty of the fake democracy they promote to enforce their own goals over population.
Chat Control is being pushed by member states. The people who keep saving you are the MEPs (elected EU MPs).
You would most likely already have chat control if you were not in the EU. All governments around the world are pushing for this.
Europe without EU isn’t democracy, it’s a bunch of fiefdoms.
The EU is pushing the member countries e.g. regarding climate change. Not that it is enough, but it is something.
Also the EU tries to do some privacy stuff, antitrust (when it doesn't get bullied by the US), etc.
I feel like ChatControl is really about some lobbyists making a lot of noise and politicians not competent to understand how cryptography works. People say "that's because the ruling class wants surveillance over the citizens", but I believe it's incompetence. Just like the "ruling class" doesn't want to screw humanity by not addressing climate change and the current mass extinction: they are just not competent enough to understand the problem.
And that's the reflection of the people who elect them. Go in the street and ask random people what they understand about E2EE. In good approximation, they have no idea how it works. Worse: they don't give a damn. How would they elect people who are competent about it?
Is it enough to turn me anti-EU? I don't know yet. But I certainly would be on the fence instead of a proponent as I am now.
The current age verification laws are already pushing me in that direction and also the weakening of GDPR and DMA/DSA under American pressure.
Peace in Europe. You have to remember that the EU is fundamentally the world's most successful peace project, founded after the horrors of WW2 to make war in Europe not just unthinkable, but materially impossible.
Before the EU, we had centuries of constantly being at each others throats. There hasn't been armed conflict between EU members and there won't be for as long as it exists. It worked. It broke the cycle of generation after generation of horrible slaughter.
Chat Control is obviously bad. But fundamentally, the good of peace outweighs even that.
However, one should also note that Chat Control is pushed by the member states and their representatives - the EU is actually the institution that's kept it at bay so far.
You're confusing the EU with NATO. Germany is already planning on re-arming[^1] because NATO is dead. The EU is by all means an unfinished project and if I had to bet, I would bet that it won't survive the next two decades. There's no pro-EU majority in any European country right now. Not one. It's a great idea, very poorly implement that gets (some times unfairly, some times fairly) all the blame for everything wrong with Europe right now. Migration, energy, housing, etc.
[1^]: https://www.defensenews.com/global/europe/2026/04/22/germany...
I am not. See the Schuman Declaration [0] for context on why the EU came to be.
> It proposes that Franco-German production of coal and steel as a whole be placed under a common High Authority, within the framework of an organization open to the participation of the other countries of Europe. The pooling of coal and steel production should immediately provide for the setting up of common foundations for economic development as a first step in the federation of Europe, and will change the destinies of those regions which have long been devoted to the manufacture of munitions of war, of which they have been the most constant victims.
> The solidarity in production thus established will make it plain that any war between France and Germany becomes not merely unthinkable, but materially impossible. The setting up of this powerful productive unit, open to all countries willing to take part and bound ultimately to provide all the member countries with the basic elements of industrial production on the same terms, will lay a true foundation for their economic unification.
> There's no pro-EU majority in any European country right now. Not one.
That couldn't be further from the truth.
* Pew Research, May 2026: Majorities in eight of the 10 countries (surveyed) currently have a positive opinion of the EU. [1]
* Gallup, March 2025: No country approves of their own leadership, or that of U.S., over the EU [2]
[0] https://european-union.europa.eu/principles-countries-histor...
[1] https://www.pewresearch.org/short-reads/2026/05/28/in-severa...
[2] https://news.gallup.com/poll/657860/member-states-show-stron...
That peace in Europe didn't start because of the EU, it started because western Europe was conquered by the US and eastern Europe by USSR so they were a bit too incapacitated to fight each other under those conditions and given the much bigger issues they had at the time.
You give the EU too much credit for peace. In fact, there's way more tensions between EU countries now as EU members than in the past. Poland even went to buy weapons from Korea and build them on-shore because they don't trust buying weapons from France and Germany. Just because EU countries aren't slaughtering each other, doesn't mean they like or trust each other.
Yes, THanks to the US military occupation
Internally chat control and migration are never talked about together. Chat control has no leverage on migration in Denmark. Its not a factor that would change anything. It's all about international treaties making it impossible to send people out of the country forcefully. That's the policy the migrant crisis really ignited.
We know how trustable ai outputs are, and now govts' are ready to let the AI's control their people?
https://www.amnesty.org/en/latest/news/2024/11/denmark-ai-po...
Edit: this in no way should be read to condone Denmark’s position here.
Hungary is often called out as a black sheep but Denmark is a wolf in sheep's clothes.
Whatever we call centre-left today we would have placed much further to right a couple decades ago. At this point even the US Democrats are more progressive than our EU "liberal" parties.
Axis 1 - civil & political rights: In favour of broad social & political rights (down) -> In favour of few social and political rights a.k.a. authoritarianism (up) Axis 2 - economy: In favour of social responsibility / society ensuring people's needs are met (in the sense of 'from each according to ability, and to each according to need') (left) -> In favour of individual responsibility and a laissez faire economic freedoms (right).
On this 2d view, Social Democrats are nominally lower left, while Chat Control is an authoritarian policy (i.e. appealing to anyone on the top half of the coordinate system), so it would run counter to their nominal values.
Note that there is a significant number of the economic left who are nominally authoritarian (see for example Stalinist / Maoists), and likewise for the right so it doesn't make sense to project that as a left/right thing.
A multifactor values-based approach better maps niche positions and explains why there are often irreconcilable disagreements among large blocs that are otherwise compatible. For instance, there will always be recurring tensions between progressives and leftcoms despite their neighboring positions on the 4-quadrant political compass. And right-wing secular monarchists don’t really get along with theocrats either.
Also, the least consequential even ignoring often stated fact that cookie banners are malicious compliance. I care much less about cookie banners than about the ads, and for both of I have uBlock origin filters. So, what to be angry about exactly?
I have a different hypothesis for why the GDPR exists: it is to create a market for EU based compliance companies.
Because the USA tends to privilege corporations over people whereas in the EU it's more balanced (still pretty biased towards corps, though), and I am a people, not a corporations.
Take, for example, the 'cookie law': I much prefer being annoyed by the cookie pop-up over websites shoving a ton of unnecessary and unwanted cookies onto my computer without permission.
...speaking of which:
> and their failures in regulating the Internet
Which political entity would you say has done the best job in regulating the Internet? Where are citizens most protected from being inundated with advertising, unwanted cookies, unnecessary JavaScript, false news, scams, and all the other garbage one is normally subjected to when not putting in some amount of effort in combating that shit?
> would you say has done the best job in regulating the Internet
So again.. how do these basic/superficial (or even if they are extremely effective and useful, that doesn’t really change anything) regulations justify mass surveillance?
> false news
For what its worth in no way has the EU been effective in doing anything about this (I’m not sure they even tried doing anything that directly addressed it?)
No. Where do you even come up with this stuff?
> So again.. how do these basic/superficial (or even if they are extremely effective and useful, that doesn’t really change anything) regulations justify mass surveillance?
Answering a question with a question only works if the question used as answer is a simpler way of getting the answer to the original question.
> For what its worth in no way has the EU been effective in doing anything about [fake news]
Okay, so which country/state/union/whatever has been effective in doing anything about it? Because according to the post I responded to there is someone way better at regulating the Internet than the EU is, so I'm wondering who it is.
inundated with advertising, unwanted cookies, unnecessary JavaScript, false news, scams,
I’d rather have that instead of govt monitoring of all communications. Your govt can hurt you more than any of those things. Especially in the EU given what happened just a few decades ago.Also:
> I’d rather have that instead of govt monitoring of all communications.
False dilemma, you can have neither. But sure, EU bad because you're not allowed to deny the Holocaust or call for the extermination of Jews/Muslims/the gays/...
Your argument is that voting with your wallet doesn't change things even if it reduces the profits of the company by an amount proportional to the number of people who do it, but voting in an election does where not only is your vote is still diluted by millions of other people, the result is all-or-nothing and the party/candidate doing the thing you didn't like can still retain full control of the government even after losing a couple percent of the vote?
It's the same problem in both cases. What you need is enough viable alternatives that you can pick the one doing the right thing instead of being given a fake choice between two or three "alternatives" that are all doing the wrong thing. And markets with hundreds of competitors are a lot more common than elections with hundreds of candidates/parties on the ballot.
One big thing you need a government to actually do is break up consolidated markets, and the current ones are evidently ineffective at it.
The biggest problem with 'voting with my wallet' is that it means we get the bad old democracy back: the poor don't get to vote, the rich get to vote more. That may have been good enough a few centuries ago, but nowadays we have universal suffrage and I think we can all agree that's better. I know in the USA there's been some back and forth about it regarding voter ID laws (getting an ID costs money so it penalizes the poor) and the fact that people who can only vote by going to the poll office may get penalized by their employers (who can dock wages for the time the employee spent not working); but technically there is universal suffrage and it's better than what came before.
The thing about "vote with your wallet" is that it's not actually a tabulation. Poor people wouldn't get a "vote" as to which yacht companies succeed or fail because they don't buy yachts, but for the same reason, why should they then care anything about yacht companies?
Conversely, the ordinary person still buys necessities, and at scale buys them in larger numbers than rich people do, because the majority of people aren't rich. So the companies making the things ordinary people actually buy do have to be responsive to them.
> I know in the USA there's been some back and forth about it regarding voter ID laws (getting an ID costs money so it penalizes the poor) and the fact that people who can only vote by going to the poll office may get penalized by their employers (who can dock wages for the time the employee spent not working)
The whole thing is so dumb. Just require ID to vote and then don't charge any fees to get an ID. Just open the polls at 8PM the eve of election day and keep them open a full contiguous 24 hours so that nobody has to come during work hours regardless of what shift they work.
> but technically there is universal suffrage and it's better than what came before.
"Technically" seems to be doing a lot of work there, because the actual problems have nothing to do with people not being able to get off work to vote.
The main one is that you have a ballot with a small, finite number of viable candidates and none of them represent your interests. In many cases they all have the same position on a particular issue and that position is different from yours. Even when their positions differ, the ones you agree with don't align.
Candidate A supports zoning reform and opposes alternative energy, Candidate B opposes zoning reform and supports alternative energy, you want both zoning reform and alternative energy, therefore you're screwed into flipping a coin. And so is everyone else, which means the politicians don't actually have to do what anybody wants because most of the votes are people who didn't like any of the candidates holding their nose to choose the one they think is the lesser evil, only to have their vote canceled out by someone who 90% agrees with them on everything but came out the other way on the coin flip.
The EU economy has been slowing down since 2007, the peak production of conventional oil. The US is still producing oil, which is why the US economy is better.
People love to think that they are richer or more successful because they are smarter. The fact is that the economy goes up when there is an abundance of energy, period.
So there is nothing to learn from falling behind the US economically, other than "the EU needs to adapt to the reality of its economy measurably slowing down". And following the US and their lack of regulations and tendency towards a fascist economy (with BigTech working together with the ruling class) is not the right direction, IMO.
> I see a lot of pro-EU content on this site when they're terrible on both tech and entrepreneurship.
Tech and entrepreneurs usually want to become rich by producing more. The best places to do that are where the is money, which is where the economy grows, which is where there is an abundance of cheap fossil fuels.
Entrepreneurs usually say "remove the regulations and our economy will grow again", but what they mean, really, is "remove the regulations and I will get rich, because I am on the side of those who would benefit from it".
>> I see a lot of pro-EU content on this site when they're terrible on both tech and entrepreneurship.
Life is bigger than tech or entrepreneurship. In the 00's I dreamed of moving to the US. That's changed, especially over the last decade. If I was offered a huge salary tomorrow to work in the US I would turn it down.
Opting out of cookies does not mean no tracking. Tracking companies moved away from cookies a decade ago and now fingerprint the browser through JS in very subtle ways.
You should just assume that anything that your browser exposed may be used to track you. The real problem is that most browsers and browser configurations are far too permissive for the sake of avoiding breakage. The real technical solution to online tracking is standardization of browser attributes so that users look identical, and only allowing for very limited and coarse measurement of client-side user interaction.
As long as the web is an applications platform rather a hypertext document platform there will always be enough small differences to fingerprint. There is never going to be a technical solution, the solution is going to have to be social (legal, e.g. the GDPR).
They found out that they can offload blame on the EU instead and so have chosen to make the web as annoying as possible.
You could probably argue self-hosted, privacy-preserving analytics is a "legitimate business purpose" so doesn't need consent. AFAIK it's because you're sending user data to Google that you normally need consent for GA.
This could be solved on the client side, by requiring all devices with browsers sold in EU to have separate cookie jars per domain and by default those cookies would be deleted on window/tab close. If you wanted to stay logged in to a site, you'd click a button next to the url bar that says "keep cookies for this domain", and be done.
> This could be solved on the client side
GDPR legally prohibits tracking in general, not cookies specifically. Advertisers use fingerprinting more than cookies these days already, even if browsers removed cookie support altogether it wouldn't change anything.
I assume you're pretty well read up on matters of privacy, right? So you have a better awareness and understanding. But do you believe the average person does? Or would you assume that the average person has either been trained to ignore the banner, automatically consent to more invasive tracking, or is generally more confused about why the banner exists, or what it does?
The cookie consent law is the dumbest application of an attempt to improve privacy. It's made the internet worse, and is being used to train people into consenting to giving away their privacy without thinking... because: "clicking accept is what you have to do to use the page" -- every normal person casually browsing any site.
No implementation for cookie based consent can be done correctly.
Personally, I'd love to see a law that makes any/all dark patterns a crime, and empowers state prosecutors via grand jury to bring charges for them against both the company, and individual authors of the specific commits as jointly responsible. I don't want statutory laws, I want a trial jury to look at it, and decide if any technological measure, pattern, tactic, procedure, design, or measurement was used to encourage one decision over the other instead of a fair choice.
I don't want a set of rules that given enough funding any company is able to win as a negative sum game. I want a jury, not a trailing clause, to decide if the company is clearly acting in good faith or worthy of apocalyptic fines.
(Not the person you replied to)
I'm not sure where all of this is coming from, the law is actually extremely obvious and useful: you want to track people, they have to be informed, and have to consent. The law says nothing about how, and the way it was implemented was entirely up to the corporations discretion, which of course opted for the most malicious terrible way to do it, but they did it.
The purpose of the law was that people should be informed about cookies being installed and consent to that happening.
Do you feel like people are now aware that cookies are being installed, more so than before the banner? Do people understand that they are consenting to this?
That is the law at work.
Everything above and beyond that is nice to have, and I'm sure the world would be better for it, but without the EU, people probably wouldn't even know what cookies were, let alone understand (or have control over) how they are being tracked.
If that's not a net positive in a world where net-negatives happen every week, I don't know.
> That is the law at work.
The problem is that's not what anybody, including the users, want. Nobody cares that browsers have cookies as an implementation detail. It's a ridiculous thing to use as the basis of a privacy rule. Does the user care that the site uses cookies to implement a shopping cart feature? Does the user not care that the site is tracking them without cookies using device fingerprinting? Cookies were never the problem.
On top of that, they were the thing the users already had control over. Browsers allow you to delete or reject cookies, provide private browsing modes that don't submit them, etc.
Meanwhile the things that would actually be useful, like prohibiting services from requiring the user to provide a phone number (a de facto cross-service cross-device tracking ID) in order use the service, or requiring device attestation (which uniquely identifies the device), are left unaddressed.
You pass a law prohibiting any entity from conditioning the use of their service on the user providing them with a phone number. Even services that actually use SMS or voice calls are required to provide an alternative like email or the web with no reduction in functionality and for no additional cost.
You pass a law stating that any device which is sold or leased to anyone who takes physical possession of it cannot contain a private key the customer is unable to both read and extricate at no cost.
What does malicious compliance look like there? Anyone can give them an email instead of a phone number and if that doesn't work they're in violation. Remote attestation is the only reason for devices to come from the factory containing an inaccessible private key, which is thereby prohibited and unable to be used as a tracking ID.
You want the winner to be the side with more expensive lawyers who use psychological manipulation techniques against a jury?
In general juries are the finders of fact. They decide what happened, e.g. who is lying. Judges decide the law, i.e. whether the thing the jury says they did is a violation of the law.
What you're asking for is to have the jury decide what the law is. There are a lot of problems with that, but one of the big ones is that jury determinations don't have to follow precedent and, unless you want judges ultimately deciding it anyway, can't really be appealed. Which would result in zillions of spurious lawsuits against innocent people because a small percentage of them would win big at random.
Why is that the yard stick?
I certainly don't spend all day dreaming of F150s, McMansions, the psychopaths leading silicon valley, 9 lane highways, US style PE, and world-class fascist politicians such as Trump
Dear lord
Similarly top European companies used to rival American companies in profitability, power and valuation. There’s not really an equivalent of FAANG/ NVIDIA in Europe, just ASML and LVMH.
Not claiming that everything's sunshine and rainbows over here, but at least we aren't ruled by a proto fascist pedo actively ridding the country of its democratic institutions and destroying public service after public service to give more wealth to his pedo friends.
Are you even human? Do you really believe what you say? Doesn't it come across as absurd, from everything that happened to the US since the Snowden revelations, the Patriot Act, spiraling into fascism, a first time attacking science and democracy, a second time to install oligarchs, traitors, corrupt and incompetents to run the state, with the result of tanking your real economy (on every metric that's not related to AI), burning down your soft power, burning bridges with every ally, losing the war against Iran, and causing a generational talent exodus out of the US?
Oh yeah, by no means am I blindly defending "the EU leadership", but some reality check is much needed.
There is just nothing you can do really in that system other than pursue career in politics which is a no-go for most people for obvious reasons.
This is how democracy works pretty much everywhere. You vote for parties or people based on their policies.
This becomes immediately obvious when you vote for a party who fails to fulfill, or even go against their policies. Then for the EU there’s an additional level of abstraction for the commission. At this level, the voter is far removed from their initial vote and are completely powerless.
In "standard" party democracy there is just nothing that can be done. Calling it democracy as in rule of the people is a disgrace.
I realised this when people thought mandating the USB-C connections was a good idea because "it is the best standard". I didn't think the mandated connector was a huge deal per se, but it made it clear to me that there is a flawed thought process behind EU regulations. And this is a big deal.
Many things are not really understood in the EU. The majority don't seem to understand free speech. The EU has an article about free speech that clearly states there is no free speech, but people point to it when they claim there is.
All my devices supported USB-C before the EU regulation. But if I wanted to buy a device with a new type of connector, I should have been able to. This is how the USB-C came to be and how any new standard in hardware happens. New technologies are made and just sold, and if they are proven to be superior to others in the market, they often become standards.
The USB-C standard is not the best standard that can exist from now to the end of the universe, but if this discovery process is blocked, we will be stuck with it forever, which, of course, will also constrain the design and engineering of devices in other ways.
It's the same fundamental flawed thought process that has made the EU reliant on the US for a lot of services.
I don't have this particular problem so it doesn't exist!
It did exist for huge amounts of people. At the time, many manufacturers had proprietary plugs and would still have them if it weren't for this decision.
> The USB-C standard is not the best standard that can exist from now to the end of the universe
Which is why the law can be simply amended as soon as such a standard emerges. If the industry figures out something better than USB-C, pressure will build on the council to do so. This is nothing but a straw man.
No, what I said is that you could find devices with USB-C in all the categories that are now regulated. This means it was pretty easy to find devices like that if you really valued USB-C. Of course, if you wanted an iPhone but you liked USB-C, you would have had a problem. A problem that is much less worse than blocking progress.
> Which is why the law can be simply amended as soon as such a standard emerges. If the industry figures out something better than USB-C, pressure will build on the council to do so. This is nothing but a straw man.
You totally ignored what I wrote, or you didn't understand it. No standard can emerge if you can't test it on the market. You can have a bureaucrat choose the next one from some proposal. It's not the same.
https://ec.europa.eu/commission/presscorner/detail/en/memo_1...
It failed to become a regulation (fortunately), but I have no reason to believe USB-C is different, and no better standards would have been tried by companies if they were allowed to do so.
I don't want a state-dictated standard like this. What you're saying is that because some people want iPhones and they want them with USB-C, everyone else must forgo the possibility of having a better type of connetor until "we" (Is it the majority? I don't even think the majority uses iPhones in Europe) feel like having a new one (at which point the progress has been delayed anyway and you'll also get the initial problem again). I find the premise quite capricious.
Given you must have a USB-C port, the design would still be limited by the USB-C form factor and adding another port would even further increase the complexity, costs and weight of the design. This will still strongly limit the spread of new designs, and I'm pretty sure it's effectively equivalent to mandating just USB-C for smaller devices.
That statement just makes no sense. How can a new standard emerge when legally there is no option to validate its actually superior in the market?
> figures out something better
That’s not how it works. Most innovation does not occur in committees but through trial and error.
There were many competing standards and it took quite a while for the market to converge on usb-c and only then when it was already the most popular connector by far did EU determine it was the “best” standard.
Firewire, Thunderbolt 1, all kinds of different usb type ports where designed by various groups of companies it was not self evident that they will fail in the market at that point.
No industry group let alone an EU committee can know what will fail or succeed in advance its just an absurd assumption that it could ever be otherwise.
So there seems to be some confusion over premises in this thread.
The people pointing out the USB-C law as a failure are reasoning from the Golden Rule: what would happen if everyone did this? Nobody would design new connectors because of the catch-22 the law creates. You can't know what the next new connector should be without a competitive market, but governments have ended such a market. Also, to invest in a new technology requires a belief that you can actually launch it and gain profit by outcompeting other technologies, but government mandated monopolies prevent that, so there's just no incentive to do the work anymore.
The people arguing the USB-C law is fine are reasoning from a different and totally local perspective: why shouldn't we implement a command economy in Europe when we'll get the benefits of a free market economy by importing US goods anyway? They assume new tech will be developed for the US market and then all the EU has to do is have a committee that approves it.
The problem with this idea, beyond it being just pathetic, is there's no reason the US has to sell to Europe and the more annoying the EU makes trade the fewer technologies will be available for import. It's already common that new US tech products either don't launch in Europe or launch much later. Now frontier models are being restricted and not made available to European companies, that will make them fall even further behind. And we can assume that when a new connector is designed that's better than USB-C products designed around it will launch everywhere except Europe for a while, as only some products will have enough sales to justify an EU specific variant. So Europeans will eventually get used to not being able to acquire many products at home because import is blocked by the EU.
They were relying on the West for high-tech tractors and even to build factories (I know Ford helped them build some factories for a part of the factory output). I also know they used to look at the allocation of goods in the US as a starting point to decide what to produce, as they were basically running blind to what people needed or wanted.
You are. Nothing prevents the manufacturers to support other better charging solutions than USB-C. In fact many notebooks has their proprietary connectors and some smartphones use custom signaling over custom USB cable to provide better experience while complying with the regulation and support USB-C charging, too.
If I wanted to buy a device with a different type of connector, including a different form factor or a totally different charging mechanism, I should be able to do so without additional costs or additional holes drilled in the case of the device.
In the European case we have neither the technology advancement of the US, or the supply chain control of China.
This means that a centralized approach is only going to create a larger vulnerability surface for an external attacker.
A decentralized, privacy and security first approach isn’t only right for moral/ethical reasons. It’s the only way we have to defend ourselves, even if we had a fascist government.
In some sense Chat Control is a geopolitical necessity for the EU, there is no choice to not do it.
In reality this should have been rejected wholesale and people proposing this barred from any public sector jobs, or even arrested for terrorist attack attempt (Chat Control fulfils definition of terrorism).
Amazing how the EU commission does so unashamedly. It's basically the copy/paste system of the USA here. Big money wants laws. They have no shame in buying these laws.
European Commission's Metsola Overrides MEPs to Force Through Chat Control
Guardrails must be put at the constitution level, or any tech bypass can be just declared illegal.
Is it democracy if they keep pushing agendas even if they are voted down?
They setup a fake parliament which is indeed elected through universal suffrage but is only here to adopt legislations proposed by the Commission. Since citizen do not elect the Comission this has nothing to do with a democracy.
Here on HN, people fully understand how bad and unfit Chat Control is. But keep in mind the EU has been passing legislations like this for decades and in every domains.
For every good one (like mandating USB-C) you get 9 bad ones.
Read the article. It is the national governments pushing this shit. They try to launder if through the EU because passing those legislations locally would likely be very unpopular.
People just tend to pay a lot less attention to how their national governments act on the EU.
The solution is not to throw the EU away, it is a massive good for all countries involved, it is to fucking hold your national governments accountable, and to demand more direct participation in the EU.
"The purpose of a system is what it does".
By observation, the purpose governments is to run scams. After all, it makes no sense to attribute their purpose to things they consistently fail to do.
Relevant music vide featuring Stafford Beer, https://www.youtube.com/watch?v=nqBBNjkAlXM
My point being that the opposition to the EU comes from EU citizens of the EU... Because the EU make stuff like chat control...
Or it could be we have fully crossed over into stasi territory already and they are having a great cozy party while they make life more and more unbearable for the population?!