One Million Checkboxes
21–30 of 320 posts
Are you gonna setup Adsense? lol
Re: One Million Checkboxes
#22I 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
#23It only works in Chrome, not Firefox or Safari. Sad.
Re: One Million Checkboxes
#24It 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
#25You have checked -100 boxes Pick your side folks.
-120, I just want to make neat patterns :(
Re: One Million Checkboxes
#26It would be fun to attempt this with crdt's and libp2p (...or similar, I don't actually know those tools well I just like the idea of getting the server out of the loop).
Re: One Million Checkboxes
#27tried doing:
```
$$('input[type=checkbox]').forEach(elt => elt.click());
```
and got an alert that said "CHILL LOL". fun site
Re: One Million Checkboxes
#28Earlier 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
#29[deleted]
Re: One Million Checkboxes
#30tried 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.