frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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•12mo 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•12mo 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•12mo 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•12mo 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•12mo ago
Awesome! I love seeing how the blocks are affected by twiddling bits.
pveierland•12mo 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•12mo 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•12mo 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•12mo 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

OpenAI Reportedly Working on an AI Smartphone to Rival iPhone

https://www.macrumors.com/2026/04/27/openai-working-on-an-ai-smartphone/
1•newusertoday•58s ago•0 comments

Sergey Brin Moves to the Right, with a 'MAGA Girlfriend' by His Side

https://www.nytimes.com/2026/04/27/us/politics/sergey-brin-gg-soto-trump-california-billionaire-t...
1•carabiner•1m ago•0 comments

'Existential Risk': Western Car Companies Are Blowing the Software Race

https://insideevs.com/features/794029/how-western-companies-are-losing-the-software-race/
1•01-_-•2m ago•0 comments

Eliminating AI Failure Modes Using DSLs – The Drafter Pattern

https://georgianailab.substack.com/p/the-drafter-pattern-a-design-pattern
1•nahimn•2m ago•0 comments

Trump admin fires independent board overseeing the National Science Foundation

https://apnews.com/article/national-science-board-nsf-trump-6a23f3ab1b4c6eb131b4e79d95b3536f
1•Bondi_Blue•3m ago•0 comments

OpenAI breaks off Microsoft exclusivity to free up path for Amazon, Google deals

https://www.reuters.com/legal/litigation/microsoft-end-exclusive-license-openais-technology-2026-...
1•01-_-•3m ago•0 comments

Show HN: Erdös Problem Solver Agent

https://github.com/demirbey05/erdos-problem-solver-cli
1•demirbey05•3m ago•0 comments

GitHub Alternatives?

1•krthr•3m ago•0 comments

Critical Perspectives on Provable Security: 15 Years of "Another Look" Papers [pdf]

https://www.math.uwaterloo.ca/~ajmeneze/anotherlook/papers/critper.pdf
1•ogogmad•5m ago•0 comments

Being a Manager: Hiring AI

https://thorprojects.com/2026/04/21/being-a-manager-hiring-ai/
1•speckx•5m ago•0 comments

We Were Unique

https://www.likeus.blog/p/we-were-unique
2•nathan-wall•6m ago•0 comments

BezelBase – Vintage Rolex Reference Database

https://bezelbase.org/wiki/Main_Page
2•pawelb0•6m ago•0 comments

CIA Reportedly Used Secret Quantum Tool to Find Downed Airman in Iran

https://tech.slashdot.org/story/26/04/08/0152253/cia-reportedly-used-secret-quantum-tool-to-find-...
2•us321•8m ago•0 comments

Ask HN: Why is Rust still hard to use as a scripting language?

1•harleyverse•9m ago•0 comments

Use your spare web hosting space as your own cloud drive, with local sync

https://freecloud.wiki
2•Hilliard_Ohiooo•10m ago•0 comments

Progress Engineering: Innovation as Social Design

https://goodscience.substack.com/p/progress-engineering-innovation-as
1•paulpauper•12m ago•0 comments

Madison Square Garden's Surveillance Machine

https://www.wired.com/story/madison-square-garden-jim-dolan-surveillance-machine/
2•cdrnsf•13m ago•0 comments

Ancient South Americans arrived in three waves–and had some surprising ancestry

https://www.science.org/content/article/people-settled-south-america-three-distinct-waves-surpris...
3•paulpauper•13m ago•0 comments

What will the next plan for spam be?

https://broodnet.com/blog/post/what-will-the-next-plan-for-spam-be/
1•jtav_singular•13m ago•0 comments

The China-shocked towns are coming back?

https://www.nytimes.com/2026/04/20/opinion/america-manufacturing-recovery-china.html
1•paulpauper•13m ago•0 comments

An open-source spec for Codex orchestration: Symphony

https://openai.com/index/open-source-codex-orchestration-symphony/
1•xngbuilds•17m ago•0 comments

You can beat the binary search

https://lemire.me/blog/2026/04/27/you-can-beat-the-binary-search/
3•vok•17m ago•0 comments

Super ZSNES – GPU Powered SNES Emulator

https://zsnes.com/
2•haunter•19m ago•0 comments

SharkMCP: A Swiss-knife MCP server for analysing PCAP files

https://github.com/weirdmachine64/SharkMCP
1•zerodaysbroker•21m ago•0 comments

Microsoft, OpenAI end exclusivity agreement, opening up potential partnerships

https://www.tomshardware.com/tech-industry/microsoft-and-openai-end-exclusivity-agreement-opening...
1•thunderbong•23m ago•0 comments

Show HN: Open-source tool to explore malware clusters and shared infrastructure

https://malwaresiblings.up.railway.app/
1•hi2poc•23m ago•0 comments

Taylor Swift files to trademark voice and image after AI concerns

https://www.bbc.com/news/articles/crm1mygrmv2o
1•dryadin•23m ago•0 comments

Steam Controller Review

https://www.rockpapershotgun.com/steam-controller-review-2026
3•Tomte•24m ago•0 comments

John Ternus says Apple has 'so much' opportunity to expand services

https://9to5mac.com/2026/04/27/john-ternus-says-apple-has-so-much-opportunity-to-expand-services/
2•cdrnsf•24m ago•0 comments

Open-Source KiCad PCBs for Common Arduino, ESP32, RP2040 Boards

https://github.com/Hanqaqa/Easyduino
14•Hanqaqa•24m ago•0 comments