frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: An interactive demo of QR codes' error correction

https://qris.cool
109•Xiione•1y ago
Hi HN! This is a hobby project of mine that recently landed me my first interview and helped me get my first internship offers.

Draw on a QR code, and the health bars will accurately display how close the QR code is to being unscannable. How few errors does it take to break a QR code? How many errors can a QR code handle? Counters at the bottom track your record minimum and maximum damage. (Can you figure out how to break a QR code with 0.0% damage to the actual data region?)

Also, click on the magnifying glass button to toggle between "draw mode" and "inspect mode". I encourage you to use your phone's camera to scan the code as you draw and undo/redo to verify that the code really does break when the app says it does.

I wrote the underlying decoder in C++, and it's compiled to WebAssembly for the website.

I hope you find it interesting.

Comments

flysand7•1y ago
It's surprising how much data you need to corrupt while still being able to read the QR code, that's what I'd take out from this. The demo is interesting in that respect, but I do think it's somewhat incomplete.

It seems to be missing some explanations regarding how the code is structured and how it performs error correction. I feel like there's little point in interacting with a system you don't understand or not trying to understand. And I also think there are cool ways to make those things interactive as well. Pick an image, then explain what the little squares in the corners are for and provide little interactivity to see how they affect the decoding. Then move on to the error correction. This step-by-step style of interactivity may be better, I'd think about that.

As for what is there, the first thing I don't like here is icons. The four icons in the lower-right corner (result data, format info, ..) are hard to distinguish, and are hard to correlate with the "history" tab. I'd probably either make them slightly different color, or actually simplifying these icons further might be a better option, just because they're so small.

But yeah it is pretty hard to tell what I'm interacting with, unfortunately. I don't know pretty much nothing about QR codes, and I don't know what the different kinds of errors are, what "EC" stands for etc.

UI should probably be rethought as well, because before I was writing the comment I had no idea I could switch a brush. Hell, I had no idea I was changing colors (the cursor covered half the space of the pixels, so I couldn't tell)

The idea's cool though, good work

Xiione•1y ago
Thank you so much for the honest feedback. One of the reasons I tried to not get into the math details is because the preliminaries would be somewhat lengthy, some people would not be familiar with what a finite field is so explaining even that succinctly would be its own challenge for me. But for those that the concepts are within reach for (like the folks here on HN), you are right that I ought to make some effort to explain what is going on, at least intuitively. As for the UI considerations, great feedback, I'll definitely take it all into account when re-designing. I'm open to additional suggestions from everybody.

Ultimately I'm glad that I was able to get the main point across. That is, that QR codes can take a lot more abuse than one might assume. Thanks for checking my work out!

boomskats•1y ago
How can you say that you 'don't know pretty much nothing about QR codes' and that you 'feel like there's little point in interacting with a system you don't understand or not trying to understand', while feeling qualified enough to write a critique claiming a demo of said thing you know pretty much nothing about is incomplete?

You don't know what EC stands for but you have an opinion on when the error correction should be demoed? And the first thing you don't like are the icons?

OP, if I were you I would ignore this critique entirely. This is a fantastic demo. The usability was spot on (I learned a lot in a very short amount of time) and your /repos readme is _exactly_ what I wanted to read. It is perfectly executed.

I'm gonna dig into your code a bit more tomorrow, but you should be very proud of this. You have a bright future ahead of you.

Xiione•1y ago
Thanks so much for your kind words! As a principle I try to at least listen to what everyone has to say, I wish I could make everybody happy but in the end I incorporate the feedback I'm convinced of/already agree with. Let me know if you have any thoughts on my code, and thank you for the github follow :)
gen3•1y ago
Very cool work! I really like being able to see the blocks and directly interact with them. It's nice to feel out how the ECC works. I can see myself using this to draw custom QR codes in the future!
myself248•1y ago
Oh, this is cool. My favorite part is being able to mouse over the health bars at the right, and see exactly which bits they draw from in the code itself.
teuobk•1y ago
Awesome! I love seeing how the blocks are affected by twiddling bits.
pveierland•1y ago
Super cool interface to explore. It took a bit of playing around with the UI to understand all the features. My only feedback would be to try to make the "Continue" part of the flow to get to the sandbox easier to discover.
Xiione•1y ago
Thanks! The "continue" was one of those things that started off as a placeholder and didn't change much, I'll definitely be adjusting it.
solardev•1y ago
This is really cool! Thanks for sharing!

Is there a way to get it to compute and visualize the MAXIMUM possible error rate for any given QR code? Like what is the greatest number and arrangement of pixels that could be altered before the QR code is no longer readable?

(Bonus: Is this a setting that can be controlled during QR code generation, based on version number or error correction level, etc.? Can you make some sort of huge and very complex QR code with a lot more redundancy than a smaller one?)

Xiione•1y ago
Thanks for checking it out! Essentially, for any given QR code the maximum error rate is reached when you deplete every block's health bar to 1 remaining slice, making sure to invert every pixel in each codeword you've touched (the individual tetris-piece shaped chunks), and then introduce one more single pixel error in any block. This is actually independent of the arrangement of corrupted codewords within each block.

The amount of redundancy is determined solely by the specific version-ecLevel pair a code has. So, the code with the largest amount of redundancy (in bytes) is one that has version 40 and EC level H - a staggering 2.43kB of redundancy vs. 1.28kB of data! See this particular sample: https://qris.cool/decode?sample=135

The 3-degree limit could be exceeded as early as 2050

https://www.dpg-physik.de/veroeffentlichungen/publikationen/stellungnahmen-der-dpg/klima-energie/...
1•simmerup•3m ago•0 comments

Juicy Canvas UI Framework in TypeScript

https://github.com/ara3d/gratify
1•d166e8•6m ago•1 comments

"Piss Christ" Became a Culture-War Bomb

https://www.newyorker.com/magazine/2026/07/20/the-perfect-moment-isaac-butler-book-review
1•tintinnabula•8m ago•0 comments

Online vs. Offline AI Evals: When to Use Each

https://www.inngest.com/blog/online-vs-offline-ai-evals-when-to-use-each
5•aldersondev•9m ago•1 comments

US Census Population by County 1790 – 2020

https://app.honeycombmaps.com/shared/8VERAg0CP2LFMy4dMcG_jV_bgKC7mPQ8
1•gmays•11m ago•0 comments

Show HN: Pupul, portable and revocable memory you carry into any AI

https://pupulcorp.com/revoke-demo
1•coleaalkire•14m ago•0 comments

Wtdev – deterministic dev-server ports for parallel Git worktrees

https://github.com/Dave-56/wtdev
1•pemakenemi56•14m ago•0 comments

Performing Live Migrations of VMs

https://www.sailresearch.com/blog/performing-live-migrations-of-massive-vms-at-scale
2•blintz•15m ago•0 comments

Change-Stack.com – Database and newsletter for opportunities to change the world

https://www.change-stack.com/
1•mikeymikemik•16m ago•1 comments

House passes bill to make Daylight Saving Time permanent

https://www.cnn.com/2026/07/14/politics/house-vote-daylight-savings-time
5•pseudolus•19m ago•0 comments

"You don't need a storefront's permission to play what you bought."

https://xcancel.com/GOGcom/status/2077037131751432515
2•HelloUsername•20m ago•0 comments

Microsoft Deletes User's 25-Year-Old Account with Thousands Spent on Games

https://xcancel.com/JoshuaKhane/status/2076918699248803977
4•HelloUsername•21m ago•2 comments

Open Source AI Rebel Alliance

https://time.com/article/2026/07/13/open-source-ai-mozilla-rebel-alliance/
1•Flere-Imsaho•21m ago•0 comments

Design Systems as Knowledge Graphs

https://chsmc.org/2021/08/systems-as-knowledge-graphs/
2•thunderbong•22m ago•0 comments

Unsung's Cursed Knowledge

https://unsung.aresluna.org/cursed-knowledge/
1•frizlab•23m ago•0 comments

Microsoft Patches a Record 570 Security Flaws

https://krebsonsecurity.com/2026/07/microsoft-patches-a-record-570-security-flaws/
3•robin_reala•25m ago•0 comments

Vaultwarden Personal Vault $10

1•swaggermann•26m ago•0 comments

Show HN: Voidfall – Space looter shooter in the browser

https://github.com/nickyvanurk/voidfall
2•nickyvanurk•27m ago•0 comments

AppleUnsold

https://appleunsold.com
1•gregsadetsky•27m ago•1 comments

Cyberstalkers Are Exploiting Chrome Sync to Spy on Victims

https://www.certosoftware.com/insights/cyberstalkers-exploiting-chrome-sync-to-spy/
1•hn_acker•28m ago•0 comments

Making a Mechanical Light Bulb [video]

https://www.youtube.com/watch?v=0Y-9GbsS9Fg
1•kadohg•31m ago•0 comments

CNN duped by parody account on Twitter posing as California politician

https://www.sfgate.com/politics/article/mcconnell-viral-parody-cnn-22343474.php
2•ilamont•35m ago•0 comments

'This looks rubbish': Palantir and the NHS

https://www.lrb.co.uk/the-paper/v48/n13/peter-geoghegan-and-lucas-amin/this-looks-absolutely-rubbish
3•specproc•36m ago•0 comments

Privacy-First PDF Tools

https://cleanvault.github.io/
1•audit-mate•40m ago•1 comments

Book Corners

https://www.bookcorners.org/
2•bookofjoe•41m ago•0 comments

Dependabot version updates introduce default package cooldown

https://github.blog/changelog/2026-07-14-dependabot-version-updates-introduce-default-package-coo...
6•woodruffw•41m ago•0 comments

Tkrzw: Tokyo/Kyoto Cabinet Successor

https://dbmx.net/tkrzw/
1•godisdad•42m ago•1 comments

Rad: The relational database, redesigned. OLTP backed by durable object storage

https://www.radengine.dev
2•jerlendds•48m ago•1 comments

Castle building for beginners: marketing yourself

https://bitfieldconsulting.com/posts/castle-building
1•dxs•48m ago•0 comments

After wearing the Pebble Time 2 for two weeks, I'll never buy another smartwatch

https://www.androidauthority.com/pebble-time-2-smartwatch-hands-on-3680077/
7•jethronethro•50m ago•0 comments