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

Vaadin 25.2: Build UIs in plain language, and call the browser from Java

https://vaadin.com/blog/vaadin-25-2-release
1•spicyroman•2m ago•0 comments

VW Eyes Cutting 100k Jobs and Closing Plants

https://www.bloomberg.com/news/articles/2026-06-26/vw-eyes-cutting-100-000-jobs-and-closing-plant...
1•mgh2•2m ago•0 comments

Thing that has ever happened for multiplayer games

https://mas-bandwidth.com/the-best-thing-that-has-ever-happened-for-multiplayer-games/
1•pbootly•4m ago•0 comments

What happened to China's property collapse? [video]

https://www.youtube.com/watch?v=1N2C72OdOxo
1•Imustaskforhelp•9m ago•0 comments

Siag Office – A Free Office Package for Unix (2007)

https://siag.nu/index.shtml
1•turtleyacht•10m ago•0 comments

Show HN: Pybench, Pytest but to check non regression of noisy benchmarks

https://github.com/AnthonyBeeblebrox/pybench
1•ururu01010•10m ago•0 comments

The UN demands AI accountability while running Google ad-tech on its own website

https://www.thatprivacyguy.com/blog/un-tracking-without-consent/
1•ilreb•11m ago•0 comments

Train the draft model for your workload

https://nebius.com/blog/posts/train-the-draft-model-for-your-workload
1•Sami_Lehtinen•13m ago•0 comments

I Am Not an AI – The Tlbic Policy Proposal

https://drive.google.com/file/d/1NJA8clb_wkotSnUkBPGZMw8Dywa5caiF/view?usp=drive_link
2•michikawa59•14m ago•2 comments

Claude ends the chat – refuses conversation

https://medium.com/@thesuperrepemail/claude-got-sentimental-couldnt-take-the-insults-anymore-56de...
2•rajsuper123•14m ago•0 comments

Show HN: Hikaru Labs – An offline, client-side alternative to CloudConvert

https://hikarulabs.xyz
3•CFBL•15m ago•1 comments

Ask HN: How is GPU power draw measured at scale?

3•anax32•17m ago•0 comments

The fight against data centers has nothing to do with data centers

https://twitter.com/mcuban/status/2070211760196587534
3•tosh•18m ago•0 comments

Apple hints at more price increases coming later

https://9to5mac.com/2026/06/25/apple-hints-at-more-price-increases-coming-later/
2•virgildotcodes•18m ago•1 comments

ChoiceBeat: The Visual Novel and Interactive Fiction Zine

https://willyelektrix.itch.io/choicebeat-issue-17
2•Schiphol•21m ago•0 comments

Stop generating what you already have

https://aazar.me/posts/stop-generating-what-you-already-have
2•44za12•23m ago•0 comments

A Niche Technology Became a Choke Point for A.I

https://www.nytimes.com/2026/06/26/technology/ai-advanced-chip-packaging-tsmc.html
2•thinkcontext•23m ago•0 comments

Analysed 3k+ AI thought leaders posts for Q2

https://aiweekly.co/recap/q2-2026
2•adu_onemore•24m ago•1 comments

Why AI in the classroom is a catastrophe – Sophie Winkleman [ARC 2026] [video]

https://www.youtube.com/watch?v=yFp5-i5fzyQ
4•yesbut•27m ago•1 comments

OpenAI Codex bombards SSDs with needless write operations, costing millions

https://www.theregister.com/ai-and-ml/2026/06/23/openai-codex-bombards-ssds-with-needless-write-o...
3•YeGoblynQueenne•28m ago•0 comments

Trump administration asks OpenAI to limit next model release

https://www.axios.com/2026/06/25/trump-administration-openai-gpt-model-release
2•FergusArgyll•28m ago•1 comments

$1.4T investment helps China restore freshwater ecosystem's oxygen

https://www.courthousenews.com/1-4-trillion-investment-helps-china-restore-freshwater-ecosystems-...
4•ilreb•31m ago•0 comments

The AI LinkedIn Post Generator That Grows Your Professional Brand

https://elevenwritt.com/blog/ai-linkedin-post-generator
2•piusk•32m ago•2 comments

Domino Tiling: From Dynamic Programming to Finite Fields

https://www.omegasyntax.com/domino/
4•birdculture•37m ago•0 comments

AMD Readies Full Open-Source HDMI 2.1 Support for Linux

https://www.techpowerup.com/348723/amd-readies-full-open-source-hdmi-2-1-support-for-linux
4•tosh•44m ago•1 comments

Windows-Copilot-API; Access GPT-4 and GPT-5 models without API keys or billing

https://github.com/sums001/Windows-Copilot-API
6•vantareed•46m ago•0 comments

Ask HN: Which free video downloader do you trust in 2026?

3•vanshsoni0027•49m ago•3 comments

Strange Knowledgeability

https://contraptions.venkateshrao.com/p/strange-knowledgeability
2•jger15•49m ago•0 comments

The Vim Learning Curve Is a Myth

https://thoughtbot.com/blog/the-vim-learning-curve-is-a-myth
4•tzury•51m ago•1 comments

The AI Productivity Trap Is More Output

https://www.vincentschmalbach.com/the-ai-productivity-trap-is-more-output/
2•vincent_s•53m ago•0 comments