Earlier quoted context omitted.
> How can Plausible Analytics count unique visitors without cookies? > So if you don’t use cookies how do you count the number of website visitors and report on metrics such as the number of unique users? > Instead of tagging users with cookies, we count the number of unique IP addresses that accessed your website. Counting IP addresses is an old-school method that was used before the modern age of JavaScript snippet…
This would be woefully inaccurate for websites with a large amount of mobile traffic (because of CGNAT), or university traffic, or etc.
No Cookie for You
371–380 of 634 posts
Re: No Cookie for You
#372Earlier quoted context omitted.
Another solution is to do all the tracking in the backend. I'm not saying it's a good solution.
To my understanding of the GDPR, as soon as you track any identifier that makes those data non-anonymous you still need consent for that. It is not about the cookies per se.
Re: No Cookie for You
#373A lot of people have the misconception that the EU cookie law applies to all cookies, but as the blog post correctly points out, that just isn't the case.
Yes! If you use cookies for essential functionality (like keeping track of logged in status), you don't have to do anything. No banners, no annoyance for your users. I dropped all third-party crap from my site way back and haven't ever needed a cookie banner.
Re: No Cookie for You
#374Earlier quoted context omitted.
No EU lawmaker has ever said GDPR will be enforced worldwide. It's Github's and other sites' own choice to enforce it worldwide. They could also build two seperate websites. The fact that this laws' reach is almost global is something called the Brussels Effect: https://en.wikipedia.org/wiki/Brussels_effect But there is also the other way: simply not show a website in Europe at all. I see this sometimes when I click…
> No EU lawmaker has ever said GDPR will be enforced worldwide It literally takes 3 seconds to analyze the game theoretical effect of such a law to recognize its reach is well beyond Europe and therefore also clearly understood it to be such when passed.
Re: No Cookie for You
#375Earlier quoted context omitted.
Also, it only applies in the EU. You don't need to display any banners outside the EU. Not that I am pro-privacy invasion, I'm not, but I'm definitely anti-annoying-popups.
Except that if the sites don't do annoying things there is no need for annoying popups. The EU law: - doesn't require opt-in permission for essential cookies and similar. So basic non-personalized website usage statistics (analytics) do not need a opt-in only if it's tracking people in any way are such opt-ins needed - if you login you are known to have accepted the terms of service and as such after login no opt-in…
Re: No Cookie for You
#376Re: No Cookie for You
#377Re: No Cookie for You
#378Earlier quoted context omitted.
True. Also even if you do track your visitors you can use privacy friendly (and ideally selfhostable) Analytics like Plausible https://plausible.io/ so you won't need the banners either. Just don't include facebook like buttons or any of these widgets
Does anyone happen to know of a service like this that is free (not self hosted) for non-commercial, low-traffic sites? Or which costs less than ~$10 per year. I have a basic Github Pages site, and I currently don't know whether anyone is looking at it, beyond the very few who take the time to email me. I don't need (or want) to know anything about my visitors, but it would be nice to know that I'm not simply tossing…
Re: No Cookie for You
#379Earlier quoted context omitted.
> No EU lawmaker has ever said GDPR will be enforced worldwide It literally takes 3 seconds to analyze the game theoretical effect of such a law to recognize its reach is well beyond Europe and therefore also clearly understood it to be such when passed.
Curiously, the EU cares more about the privacy of EU residents than it does annoying people who live elsewhere. Additionally, it "literally takes 3 seconds" to realize that the solution is to remove tracking cookies or block people from the EU if you don't want their business.
Re: No Cookie for You
#380Especially given that they have shown that they are capable of delivering a good experience based on the Electron platform with VSCode.
My only explanation would be that it was cobbled together by interns, never meant for public release, then some project manager discovered it and said "Ship it!".