![]() |
|
![]() |
|
|
![]() |
| Note for anyone confused, this is about AMOLED displays commonly used in phones and some OLED laptops from a few years ago.
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. |
![]() |
| There's a link in the bottom-left corner, haven't checked, but reads like an accompanying reddit tool (since there's no real plugin system, guess it's a web app requiring credentials) |
![]() |
| Love seeing things go viral off the fediverse, it's not designed to push the end of the spectrum out and more organic examples like this might help bring another layer of user adoption. |
![]() |
| Ironically, I was looking to see whether Hacker News and anyone else had picked it up, from the FediVerse post. Bing found the Reddit thread from "One Million Checkboxes" as the search query. It's the second search result as I type this.
Other interesting Bing search results are Arnold Trakhtenberg's re-creation of the WWW site code using Convex, at https://github.com/atrakh/one-million-checkboxes . |
![]() |
| You could sell T-shirts to cover your costs:
A T-shirt with a checked box on the front an unchecked box on the back. A T-shirt with an unchecked box on the front and a checked box on the back. |
![]() |
| > "One million checkboxes that anyone can check"
> Why > I don’t really know. The idea came up in a conversation last Friday and I felt compelled to make it. The best kind of reason :) |
![]() |
| stay out of my boxes.
the more you check, the less freedom you have, so i am in favor of leaving some boxes unchecked. especially the boxes that contain my private stuff. |
![]() |
| // ==UserScript==
// @name Check All Unchecked Checkboxes
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Check all unchecked checkboxes on the page
// @author MechanicalFish
// @match https://onemillioncheckboxes.com/*
// @grant none
// ==/UserScript==
(function() { 'use strict';
})(); |
![]() |
| 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. |
![]() |
| As someone who wanted to see the first page entirely checkmarked, I'd just like to say how profoundly disappointed I am, in you people. |
![]() |
| When I was a kid I thought he was talking about the apes.
Also, I have not yet had a good, clever opportunity to say "Take your stinking paws offa me you damn dirty ape" but it is awaiting its moment. |
![]() |
| It’s considered bad UX to have a million checkboxes (or a million of any UI element) on a single page.
Consider breaking this up into 3-deep nested pages, each with 100 options. |
![]() |
| I'm sorry, I think I made the server crash with the following js code:
|
![]() |
| Keyboard shortcuts to scroll up/down don't work unless you click into the array of checkboxes. I think this could be fixed by adding `tabindex="0"` to the div holding the grid. |
![]() |
| It 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). |
I think there's a severe problem with this implementation. By using wrapping, I can't write "boobs" and have everyone else read my graffiti without them having having the same zoom wrapping point.