by boznz on 4/10/25, 10:11 PM with 56 comments
by avemg on 4/11/25, 2:45 AM
by ghusto on 4/11/25, 8:13 AM
by bradleyy on 4/11/25, 12:30 AM
It's got some really interesting parts though: serving those banners, geolocated (show the right thing for the legal regime you're in) at actual "web scale lol". And while folks hate them, we respect the GPC signal, and then won't show you the banner, just opt you out of everything.
by cosmotic on 4/11/25, 2:36 AM
Using a cookie to store user session for login is the use of an essential cookie and doesnt necessitate the popup on its own.
by johnea on 4/11/25, 2:27 AM
But I do completely agree that it's annoying, when I surf to a website with cookies disabled, and am forced to click "Yes I accept cookies", even though my browser isn't going to accept them. and that after I click OK, the site displays anyway.
I did read an article that came through the HN feed about how many person/hours of productivity were lost each year to this process in general. It wasn't a small amount.
by o11c on 4/11/25, 12:04 AM
* any strictly necessary cookies do not require consent
* any preference/functionality cookies require consent, but the user has to go looking for them anyway
Thus, preemptive cookie banners are only needed for the "this is an evil website" case.
by boznz on 4/10/25, 10:11 PM
by zelon88 on 4/11/25, 1:31 AM
* https://github.com/zelon88/HRCloud3/blob/master/core.php#L54...