Live data from Hacker News

Show HN: No Cookie – Show your website visitors you don’t use cookies

no-cookie.kemp.app

11–20 of 21 posts

Re: Show HN: No Cookie – Show your website visitors you don’t use cookies

#12

Hey HN, creator here. I made this satirical project for me to learn how to make NPM modules and my goal was to release it in one day. It’s not for serious use. The code isn’t great. Like I said, I’m still learning. Here’s the GitHub: https://github.com/rockhopper72/no-cookie Pull requests welcome. Thanks!

Glad this is satirical, I was afraid this was a seriously misguided attempt to _enhance_ user experience...

Re: Show HN: No Cookie – Show your website visitors you don’t use cookies

#13

Hey HN, creator here. I made this satirical project for me to learn how to make NPM modules and my goal was to release it in one day. It’s not for serious use. The code isn’t great. Like I said, I’m still learning. Here’s the GitHub: https://github.com/rockhopper72/no-cookie Pull requests welcome. Thanks!

Funny stuff!

You spelled consent wrong in the pop up though ;-)

Re: Show HN: No Cookie – Show your website visitors you don’t use cookies

#14
post #9
post #7

Kind of annoying that I have to hit the “X” every time I refresh the page or visit the site. Could you make it so the page stores some kind of state in my browser so I don’t have to do it manually every time?

Well, that would be ironically if a website announces not to store cookies (as a user I also expect nothing else on my computer) but then makes use of some pesistent storage. Let's be honest: These badges which consume screen spaces are annoying and nobody ever reads them. I did not realize what it says (I automatically clicked the close box) before I read the main text of that No-Cookie website!

Could use LocalStorage as that's not technically cookies.

Re: Show HN: No Cookie – Show your website visitors you don’t use cookies

#15

Add localStorage or sessionStorage to make the accept button usable

An exceptions of the law probably applies when it comes to storing that particular information. If no exception apply, then you'd need to warn the users that some information are being recorded. https://law.stackexchange.com/q/30739/3980

Re: Show HN: No Cookie – Show your website visitors you don’t use cookies

#20
why, in the would, would i need JavaScript to tell people I don't use cookies?!

Why not just a note at the bottom of the page with no banner that needs to be closed. It's frustrating enough that I have to do it on the cookie sites, why in the world would you make me do it on a non-cookie site.

Post reply on HN