Live data from Hacker News

One Million Checkboxes

onemillioncheckboxes.com

21–30 of 320 posts

Re: One Million Checkboxes

#22
post #2

I feel like the checkbox grid should have been locked to a certain width. I can see people attempting to draw things, but they're skewed on my screen.

I think having to "scan" to identify images is kind of fun! And it means the artist gets to choose the width of their own art. A lot of folks have a common screen width so there are fewer combinations than you think.

Re: One Million Checkboxes

#24
post #23

It only works in Chrome, not Firefox or Safari. Sad.

huh! I tested in firefox and safari and it worked for me on both. maybe you're just running into the fact that the website is kinda dying right now?

Re: One Million Checkboxes

#28
post #15

Earlier quoted context omitted.

What are you running that can handle that many websocket connections/messages?

just a bunch of little flask servers lmao i thought I'd get like 50 people on this thing tops

I've been having it out with someone clicking my green box. The rage grows playing this.

Re: One Million Checkboxes

#30
post #27

tried doing: ``` $$('input[type=checkbox]').forEach(elt => elt.click()); ``` and got an alert that said "CHILL LOL". fun site

You need to directly send 42["toggle.... via WebSocket. Of course you need to check which are checked before if you want to clear instead of reverse.
Post reply on HN