Look, EU, it is difficult to take you seriously when you forced all this cookie notification bullshit on us. That feature a) should not exist and b) if it did, should be a BROWSER feature not "every website in the entire world now has to bother everyone forever about this stupid thing" blog.codinghorror.com/breaking…
This entry was edited (5 days ago)
in reply to Jeff Atwood

I'm sorry I usually really like your takes but this one is just not true: the only thing the EU Cookie Law requires is consent for cookies that are not technically necessary, so mostly tracking features in our current internet, which are extremely privacy-intrusive. Useful features such as login, shopping cart, settings etc. -- none of that requires any cookie banner. So websites making use of cookie banners only do that because they don't want to respect their users' privacy
in reply to Jeff Atwood

That's a myth perpetrated by adtech industry. There is no EU obligation to spam cookie notices. There's an obligation not to track without explicit consent, and everyone illegally uses the cookie nag popups as a basis for claiming consent (which it's not). A legitimate, non malicious site has no need for cookie nags. Ever.

reshared this

in reply to Cassandrich

@dalias However, even official EU websites spam you with cookie consent notices - see european-union.europa.eu/cooki…. It seems this is because they embed other services (YouTube, Facebook, Google Maps, see link for list).
It's a pity that it's now apparently so hard to make a big website without using privacy-invading 3rd-party services. It would be great if the EU dropped/replaced these, but I imagine that would involve work to keep the same functionality.
in reply to Cassandrich

@dalias Yup. Those cookie banners also are not necessary btw for using a cookie to eg store a JWT. As soon as a cookie banner shows up you know that that website does stuff that is *not* in your interest and has nothing to do with the website's service. They want to track you around the internet and send that data to brokers. DHH (self-proclaimed coding jesus) famously trashed EU on Lex Fraudmans podcast for cookie banners. That's how little he knows. Just saying.
This entry was edited (5 days ago)
in reply to Jeff Atwood

The EU didn't force cookie notifications. The tech industry found cookie banners as a (bad) way to uphold GDPR, and that became the norm, but the GDPR text only talks about cookies once, saying "Natural persons may be associated with online identifiers provided by their devices, applications, tools and protocols, such as IP addresses, cookie identifiers or other identifiers such as RFID tags."
There is a very simple way to respect GDPR without a cookie banner: don't use cookies for your 256 "partners" that syphon all user interactions by default, and make functional but optional cookies opt-in on the elements they require (for instance, a Google Maps element can be unloaded by default and have a small text with a button on it, explaining that it requires consent to send data to Google).
So really, the only thing that shouldn't be taken seriously regarding cookie notifications is the good will of web developers.
in reply to Jeff Atwood

If it only it was possible for websites to exist without tracking the shit out of every user.

But no, these evil popups which the EU definitely said every site must have stand in the way of the newsletter sign-up popup, the three overlaid autoplaying videos, the half screen ads, and the push notifications popup that we're all just dying to see.

Wait no you can just not treat visitors like a commodity to be shopped around. Because that's gross.

in reply to Jeff Atwood

Yes it should be a browser feature. But no, this blame is not with the EU. They just require consent if you do overt user tracking. Even if you would want advertising, this form is toxic as fuck and enough sites do the invasive tracking without advertising.

There is a related browser feature that helps here: the do not track header. If you honor that, you do not need to show a cookie banner when set.

in reply to Jeff Atwood

It‘s not the EU that is forcing „cookie notification bullshit“, it‘s the companies misusing personal identifiable Information for other purposes than providing the website to the user. If they wouldn’t there would not be a cookie information. Don‘t blame the institution caring for human rights and transparency of users; blame the companies misusing personal data.
in reply to Jeff Atwood

See mastodon.ar.al/@aral/115122589… Aral is correct, gdpr does not mandate cookie notices.


Look, Jeff Atwood, it is difficult to take you seriously when you write authoritatively on a subject you clearly don’t understand.

GDPR doesn’t mandate cookie notices.

Cookie notices are *malicious compliance* by the surveillance-driven adtech industry.

If you’re not tracking people, you do not need a cookie notice, period.

If you’re only using first-party cookies for functional reasons, you do not need a cookie notice, period.

If you’re using third-party cookies to track people – i.e., if you’re sharing their data with others – then *you must have their consent to do so*. Because, otherwise, you are violating their privacy. Even then, the law doesn’t mandate a cookie notice.

How would you conform to EU law without a cookie notice if your aim wasn’t malicious compliance?

You would not track people by default and you would make it so they have to go your site’s settings to turn on third-party tracking if, for some inexplicable reason, they wanted that “feature”.

Boom!

No cookie notice necessary.

What’s that?

But that would destroy your business because your business is founded on the fundamental mechanic of violating people’s privacy?

Good.

Your business doesn’t deserve to exist.

Because the real bullshit here isn’t EU legislation that protects the human right to privacy, it’s the toxic Silicon Valley/Big Tech business model of farming people for data that violates everyone’s privacy and opens the door to technofascism.

infosec.exchange/@codinghorror…


in reply to Jeff Atwood

GDPR never mandated cookie banners. GDPR mandated user consent. There was a browser feature for that: the DNT HTTP header. That header was deprecated because nobody respected it. It was just easier to enforce user consent through cookie banners and dark patterns.

Nothing here is EU's fault. You want a better option? Campaign for a legislation to enforce the website to respect DNT.

Or… Just don't track?

This entry was edited (5 days ago)
in reply to Jeff Atwood

The EU didn't "force anything".

"If you want to track (or share information), you must seek consent"
Websites had various alternatives.

1. Don't do it. No consent needed.
2. Need? Then Ask.

Nowhere in the docs is mentioned that it should be borderline impossible to say no (or to use a banner)

This is on companies, not the EU. The alternative is they do it behind the scenes without your consent.

Of course bureaucracy made it possible to abuse loopholes. And here we are.