frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: What's my JND? – a colour guessing game

https://www.keithcirkel.co.uk/whats-my-jnd/?r=ARUjKP__-ve-
28•Keithamus•14h ago
https://www.keithcirkel.co.uk/too-much-color/

Comments

jaffathecake•14h ago
The associated deep-dive article is great https://www.keithcirkel.co.uk/too-much-color/
alexanderameye•13h ago
Fun game! I could never quite clear the 0.0030 threshold. I wonder how much screen quality/calibration impacts it.
jaffathecake•12h ago
A lot. My scores:

- 0.0028 on my MacBook pro screen

- 0.0045 on my Dell monitor

- 0.0033 on my Pixel 10 pro

And those scores are pretty consistent.

dreday•11h ago
This takes something as nerdy as decimal places in CSS colors and turns it into a fun, practical read. It feels like you’re being walked through the rabbit hole by a friend who’s done way too much homework, then hands you a few simple rules you can actually remember and use.
dreday•11h ago
I thought I was good at this but I can’t get under 0.0050. I blame my screen!

Very addictive, kudos to the dev

pestatije•10h ago
JND - Just Noticeable Difference - the smallest colour change that can actually be seen
filmgirlcw•9h ago
Super fun game! My best is 0.0018 but am usually in the ~0.0030 range
filmgirlcw•9h ago
This is such a cool deep dive into CSS colors and color theory and finding the right way to mess with color values.
erikig•8h ago
On a good monitor, I got to 0.0032 and then it all fell apart.

Here's the related article on how much accuracy is really needed in CSS values. https://www.keithcirkel.co.uk/too-much-color/

patrakov•2h ago
It's worse.

The code contains a function that, given the target ΔE, generates two colors in floating-point Oklab representation, separated by that distance. But there is no check whether the two generated colors end up rounding to exactly the same one on 8-bit displays. So, I was asked to find a boundary (while the claim was that there were two distinct colors 0.0013 ΔE apart) between RGB(80, 83, 152) and RGB(80, 83, 152). Obviously unfair.

Keithamus•1h ago
I will get around to fixing this. An oversight. Apologies.
refulgentis•37m ago
Are you using Oklab channels to measure delta-E / difference? If so, Oklab is a hacky way to approximate a real colorspace with just one matrix multiplication, the channels have no meaning and are not related to delta-E. Use real Lab*, it'll take 10 minutes with an LLM.

EDIT: Just read the blog post. I thought HSL was bad for design, Oklab is much worse. It just goes right ahead and reuses color science terms so it sounds it got it all right. (dEOK existing and its "JND" being 0.02 absolutely made my head spin. None of this is recognizable to a color scientist)

rahimnathwani•8h ago
This is interesting but the result must depend on the screen and the brightness, no?

I tried it on a recent Pixel with brightness set to two-thirds, and this is my result:

https://www.keithcirkel.co.uk/whats-my-jnd/?r=ArggKP__c4_b

nickdothutton•7h ago
Eizo EV3285 and MkI eyeball probably ruined by years of screen time: 0.0052 https://www.keithcirkel.co.uk/whats-my-jnd/?r=AgcgKP__PX8P
dominikh•3h ago
If 0.02 is the JND of deltaEOK, how come everybody is getting results an order of magnitude smaller? Even the author himself (at https://www.keithcirkel.co.uk/too-much-color/) says they get 0.0028, but never elaborate on the significance of that result.
Keithamus•1h ago
JND is an average. A lot of people will do a lot worse. The measure, as I understand it, is also under different test conditions, while this is a game where people are on their own and able to - for example - tilt their head trying to find the exact angle to see the difference.
john_strinlai•1h ago
surprisingly fun.

not knowing anything about color, i will admit i am a bit confused. i scored 0.0034 and was told "if you're not already calibrating displays for a living, you're leaving money on the table". which, to me, implied i did quite well!

but, reading the scores posted here, most people are doing a lot better than me. i doubt all of us are crazy good...

so, i assume the front page is a typo: "most people land around 0.02" (should be 0.002, not 0.02)? if yes, then i am back to not understanding the message i got about calibrating displays, because i did quite a bit worse than 0.002.

edit: nerd-sniping myself a little bit. but it appears (stressing: i know nothing) the "0.02" is accurate, but calculated by showing someone two colors and asking "are these different" until the person answers the question correctly 50% of the time. which is a different question than "where, precisely, is the line between these two colors". with the different question, it ends up compressing the result down by about an order of magnitude.

Keithamus•1h ago
Right. The average score is under different test conditions. Obviously this game is a little silly version with very little accuracy to the lab testing, but hopefully it gets people thinking about this stuff a bit more! Which given your investigations into this, I would say it has succeeded.
john_strinlai•1h ago
>[...] but hopefully it gets people thinking about this stuff a bit more! Which given your investigations into this, I would say it has succeeded.

absolutely! thanks for posting it and the associated article.

itishappy•26m ago
I'm colorblind, but I ended up getting a 0.0028 "much better than average" score. Hmm... Fun site!

To promote some further reading:

OKLab isn't actually a perceptually uniform colorspace. It's better than others, but it was specifically chosen as a tradeoff between accuracy and speed (hence the name OK). When you start digging this deep, you quickly learn that we have yet to invent any perceptually uniform colorspaces; even the most precise models we have end up using fits and approximations. Color has some really inconvenient properties like depending strongly on brightness and background. Frankly, given the differences in human biology (having orders of magnitude differences in relative numbers of each cone, for instance), it's surprising we agree as much as we do! Human color perception is an endless pit of complexity.

(Note, I don't say any of this to detract from what you've built here, merely expand. Your site is awesome and I love it!)

Biganon•1h ago
0.0023, but now my eyes are tired
stonedge•1h ago
Is higher or lower "better"?
john_strinlai•1h ago
lower is better.

it is measuring the smallest color distance you can still detect. so a lower number means you can spot the difference between two more-alike colors.

zakki•48m ago
is 0.0052 good or bad?
vunderba•40m ago
Nice job. Kind of reminds me of this one which increases the number of squares with the odd-one out becoming more subtle as you progress further in the game, but I prefer your sliding mechanic better for this kind of game.

https://vectorization.eu/color-perception-test

Show HN: What's my JND? – a colour guessing game

https://www.keithcirkel.co.uk/whats-my-jnd/?r=ARUjKP__-ve-
28•Keithamus•14h ago•25 comments

Show HN: How I Topped the HuggingFace Open LLM Leaderboard on Two Gaming GPUs

https://dnhkng.github.io/posts/rys/
260•dnhkng•10h ago•80 comments

Show HN: Modulus – Cross-repository knowledge orchestration for coding agents

https://modulus.so
5•dasubhajit•5h ago•0 comments

Show HN: Joha – a free browser-based drawing playground with preset shape tools

https://joha-app.pages.dev/
7•smlee•2d ago•0 comments

Show HN: Claude Code Token Elo

https://www.clauderank.com
5•ymaws•19h ago•2 comments

Show HN: Ash, an Agent Sandbox for Mac

https://ashell.dev
4•amsha•8h ago•3 comments

Show HN: 2D RPG base game client recreated in modern HTML5 game engine with AI

https://github.com/ErkoKnoll/helbreath-base-game
5•erkok•3h ago•2 comments

Show HN: DD Photos – open-source photo album site generator (Go and SvelteKit)

https://github.com/dougdonohoe/ddphotos
56•dougdonohoe•10h ago•17 comments

Show HN: Draxl, agent-native source code with stable AST node IDs

https://github.com/draxl-org/draxl
3•rndhouse•2h ago•0 comments

Show HN: I Was Here – Draw on street view, others can find your drawings

https://washere.live
59•mrktsm__•19h ago•44 comments

Show HN: A modern React onboarding tour library

https://github.com/btahir/react-tourlight
8•bilater•7h ago•1 comments

Show HN: A playable version of the Claude Code Terraform destroy incident

https://www.youbrokeprod.com
19•cdnsteve•9h ago•7 comments

Show HN: A retention mechanic for learning that isn't Duolingo manipulation?

https://www.dailylabs.co/
6•aidanadd•23h ago•4 comments

Show HN: Satellite imagery object detection using text prompts

https://www.useful-ai-tools.com/tools/satellite-analysis-demo/
7•eyasu6464•1d ago•1 comments

Show HN: KaraMagic – automatic karaoke video maker

https://karamagic.com/
2•godot•4h ago•0 comments

Show HN: The Mog Programming Language

https://moglang.org
161•belisarius222•1d ago•75 comments

Show HN: Don't share code. Share the prompt

https://openprompthub.com/#
2•jacomoRodriguez•5h ago•1 comments

Show HN: Remotely use my guitar tuner

https://realtuner.online/
247•smith-kyle•4d ago•59 comments

Show HN: DenchClaw – Local CRM on Top of OpenClaw

https://github.com/DenchHQ/DenchClaw
137•kumar_abhirup•1d ago•125 comments

Show HN: Rampart – Open-source firewall for AI agents (v0.8)

https://rampart.sh/
2•trevxr•2h ago•1 comments

Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer

https://www.appsoftware.com/blog/introducing-vs-code-agent-kanban-task-management-for-the-ai-assi...
93•gbro3n•1d ago•50 comments

Show HN: Agentic Data Analysis with Claude Code

https://rubenflamshepherd.com/articles/2026-03-09-agentic-data-analysis-with-claude-code
5•rubenflamshep•7h ago•0 comments

SHOW HN: A usage circuit breaker for Cloudflare Workers

17•ethan_zhao•10h ago•7 comments

Show HN: Hopalong Attractor. An old classic with a new perspective in 3D

https://github.com/ratwolfzero/hopalong_python
23•ratwolf•4d ago•2 comments

Show HN: Find Engineering Manager Jobs Efficiently

https://rolebeaver.com/
2•oah•9h ago•0 comments

Show HN: Skir – like Protocol Buffer but better

https://skir.build/
111•gepheum•2d ago•65 comments

Show HN: Get AI to write code that it can read

https://github.com/ELI7VH/wavelang
2•elijahlucian•9h ago•0 comments

Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

https://github.com/BigBodyCobain/Shadowbroker
304•vancecookcobxin•2d ago•120 comments

Show HN: An on-device Mac app for real-time posture reminders

https://apps.apple.com/us/app/ai-posture-reminder-app/id1574005886?mt=12
3•data-leon•3h ago•0 comments

Show HN: Smux – Terminal Multiplexer built for AI agents

https://github.com/gergomiklos/smux
5•garymiklos•10h ago•0 comments