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•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

AI chatbots are giving out people's real phone numbers

https://www.technologyreview.com/2026/05/13/1137203/ai-chatbots-are-giving-out-peoples-real-phone...
1•joozio•2m ago•0 comments

AI is using our Open Source code to replace us. We need new licenses now

https://opensource.com/
1•jcarlosweb•3m ago•1 comments

Classic 7 is a Windows 10 LTSC mod to look 1:1 to Windows 7

https://classic7.lol/
1•jandeboevrie•7m ago•0 comments

Show HN: I got tired of AI agents using outdated libs, so I built them an OS

https://neonia.io
1•olex-green•8m ago•0 comments

Moxy, a Go reliability layer for Redis-style queues

https://github.com/an8kk/moxy
1•an8kk•12m ago•0 comments

Windows 11 PCs Compared to MacBook Neo

https://signal65.com/research/windows-11-pcs-compared-to-macbook-neo/
2•tosh•16m ago•0 comments

GitHub Copilot considering offering open source models in subscription plans

https://old.reddit.com/r/GithubCopilot/comments/1tclrdl/there_are_three_new_models_on_the_gh_copi...
1•theanonymousone•17m ago•0 comments

CringeLink – Auditing how midwit a LinkedIn post is on six independent axes

https://cringelink.com
1•pro_methe5•20m ago•0 comments

A Faster Way to Build MongoDB Queries Visually

https://visualeaf.com/blog/build-mongodb-queries-visually/
3•roxana_haidiner•24m ago•0 comments

Wolf of Wall Street financier Jho Low seeks pardon from Donald Trump

https://www.theguardian.com/world/2026/may/13/1mdb-financier-jho-low-seeks-pardon-from-donald-trump
2•benchtobedside•28m ago•0 comments

Microsoft is retiring Copilot Mode on Edge, because everything is Copilot now

https://www.engadget.com/2172610/microsoft-copilot-edge-desktop-mobile/
1•NordStreamYacht•29m ago•0 comments

LLMs are breaking 20 year old system design

https://zknill.io/posts/llms-are-breaking-20-year-old-system-design/
2•zknill•31m ago•0 comments

Piclaw – pi in a Technicolor web trenchcoat

https://rcarmo.github.io/projects/piclaw/
1•rcarmo•32m ago•0 comments

A Tiny E Reader

https://nthp.me/blog/2026/a-tiny-e-reader/
2•louismerlin•35m ago•0 comments

Blink – AI Assistant

https://blink-oi.vercel.app
2•Pascal1997•37m ago•0 comments

Open tax-residency data for US citizens moving abroad (CC BY 4.0)

https://getwherenext.com/tools/tax-comparison
1•walker777•38m ago•0 comments

AI Agent Bankrupted Their Operator While Trying to Scan DN42 Hobbyist Network

https://lantian.pub/en/article/fun/ai-agent-bankrupted-their-operator-scan-dn42lantian.lantian/
2•csmantle•39m ago•0 comments

How LLM Inference Works

https://arpitbhayani.me/blogs/how-llm-inference-works/
1•Hd1633•43m ago•0 comments

Show HN: TabChop – split dinner receipts by item from one shared link

https://tabchop.app/overview
1•mishang•43m ago•0 comments

Video isn't the final form of online content

https://medium.com/@chuanweipeng5/text-image-video-what-comes-after-the-scroll-31a8aefab563
1•AnneWodell•45m ago•0 comments

Rybbit, a self hosted Google Analytics alternative, released v2.6.0

https://github.com/rybbit-io/rybbit/releases/tag/v2.6.0
1•LemonHotdog•45m ago•0 comments

Browsers Treat Big Sites Differently

https://denodell.com/blog/browsers-treat-big-sites-differently
1•gglanzani•46m ago•0 comments

Veteran network architect proposes IPv8 – to improve IPv4, not leapfrog v6

https://www.theregister.com/networks/2026/05/12/veteran-network-architect-proposes-ipv8-to-improv...
1•croes•46m ago•0 comments

Show HN: Spent months fighting VS Code webviews, so I built a universal protocol

https://oxp.sh/
1•aldgar•54m ago•0 comments

Reverse Engineering Slither.io's Network Protocol

https://medium.com/@user320/reverse-engineering-slither-ios-network-protocol-bbc408485c45
1•user320•57m ago•0 comments

SpaceX sets date for first Starship version 3 launch – SpaceNews

https://spacenews.com/spacex-sets-date-for-first-starship-version-3-launch/
2•rbanffy•1h ago•0 comments

Hunting APT29 Tactics

https://manishrawat21.substack.com/p/how-i-caught-apt29-hiding-in-temp
1•ManishRawat21•1h ago•0 comments

Workday brings HR and finance agent into Microsoft 365 Copilot

https://newsroom.workday.com/2026-05-13-Workday-Brings-Sana-Self-Service-Agent-for-HR-and-Finance...
1•logickkk1•1h ago•0 comments

Third of weight shed after jabs 'is lost from muscle and bones

https://www.thetimes.com/uk/politics/article/third-of-weight-shed-after-jabs-is-lost-from-muscle-...
3•petethomas•1h ago•1 comments

Who Owns the Most Satellites

https://www.visualcapitalist.com/sp/gx04-who-owns-the-most-satellites/
1•jonbaer•1h ago•0 comments