Earlier quoted context omitted.
(╯°□°)╯︵ ┻━┻
┳━┳ ノ( ゜-゜ノ)
One Million Checkboxes
271–280 of 320 posts
Re: One Million Checkboxes
#272Earlier quoted context omitted.
This problem is traditionally solved by attempting to teach the aliens how to decode the pattern inside the pattern itself. For example a rendering might look like x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ x x x x x x x x x…
How long did you spend crafting this comment? Be honest. I could imagine doing that with Vim, but I don’t think I could do it in less than ten minutes. And then I’d get sidetracked about whether to represent empty checkboxes with _ or - or a Unicode box.
Re: One Million Checkboxes
#273Re: One Million Checkboxes
#274Re: One Million Checkboxes
#275(developer here) this is....more popular than i expected. the server's gonna be having some problems for a while
i spun up 5 more servers and pushed some optimizations and i think it's gonna be ok for a bit.
Re: One Million Checkboxes
#276Re: One Million Checkboxes
#277Can't tell if someone is unchecking/checking my boxes or if it's lag and my own previous (mistake) checks coming back from the server lol
Re: One Million Checkboxes
#278Earlier quoted context omitted.
Virtually all monitors are rectangular grids
You could sorta kinda claim that most OLED displays are not rectangular [1], since only green is at full resolution, with blue and red being at a partial resolution, by sharing those sub pixels between "logical" pixels. [1] https://www.oled-info.com/gs5-diamond-pixel-architecture-not...
W-OLED and QD-OLED have unconventional layouts compared to LCDs but every pixel has the complete set of sub pixels (RGB for QD-OLED, RGBW for W-OLED) so it looks more like this:
https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2F...
Just mentioning as while AMOLED phones being the majority of OLED displays seems plausible to me, it's likely not what people in this thread are picturing when they see OLED.
Re: One Million Checkboxes
#279Re: One Million Checkboxes
#280 Array.from(document.getElementsByTagName("input")).forEach(e => {e.checked = true})