At the end it says I can play again, because it'll generate more data. But for what?
It'd be cool to see some stats, or learn a bit more about what I just did...
I wonder how much of this would come down to screen calibration / color accuracy? If everything's consistently off in 1 direction I guess not much, but I would imagine certain shades might appear effectively the same on some cheaper screens?
“As part of the next video, which will be out in a few weeks, l'd like to invite you to take part in an experiment about color perception. If you don't experience color blindness, l'd greatly appreciate it if you could take this test. Feel free to try it as many times as you like, think about it as a game!”
One should only take such tests seriously if one's using a properly calibrated monitor and it's viewed under ideal viewing conditions.
And related, I once had an 'eye migrane'. During that half an hour, the figures of a clock disappeared the moment i looked at them.
I've also had eye floaters which cause things to distort and can be hard to see through. For about 6 months I had a large one in the center of my left eye vision, which was a bit scary when I discovered I might not see a car reflected in my wing mirror.
Got 14/20
The first time I kept my eyes fixed in the same place roughly in the middle which clearly wasn't a good idea. On the second attempt I glanced between each circle in turn, trying to discern the difference over two points in time rather than two points in space.
Wonder how big an influence the type and quality of screen has. Do OLEDS give an advantage for instance?
For those reporting scores: please also report device type, like LCD/OLED, or which phone model if applicable. Tweakers.net has a large database of screen color measurements. As mentioned in e.g. https://news.ycombinator.com/item?id=43746400, it can make quite a difference
My 18 score was on an Oppo Reno8, the 16 score on the not-known-bad screen is some ~2008 display. On the former, Tweakers reports an average color error of 3.42 ΔE2000, 9.58 ΔEITP, or 2.60 ΔE2000 if white is excluded
> Click the disk that's a different color. Use your eyes only!
Inspecting the color is cheating.
Need some interesting optical illusion type of posts on HN!
function generateColors(difficulty, blacklist) {
...
let sample = Math.floor(Math.min(Math.max(0, 1-Math.pow(1-difficulty, 1.5)), .99)*5);
let distance = (5 - sample)/5;
...
}
function setupRound(blacklist) {
...
const data = generateColors(currentRound/totalRounds, blacklist);
...
}
Plotting that first magic: https://lucb1e.com/randomprojects/js/testformula.htm#%24%28%... round# difference
0-- 2 5
3-- 5 4
6-- 9 3
10--13 2
14--20 1
The "blacklist" parameter prevents that you get the same challenge twice. Note also that it submits every answer to the server (fine imo, but I think it would be even nicer if this was mentioned on the page)
OisinMoran•4h ago
Freak_NL•4h ago