frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

'Every dollar is mobile': California's rich snap up New Zealand 'golden visas'

https://www.ft.com/content/1cf8821e-7ffa-4620-89f9-f56c11a6298e
1•petethomas•4m ago•0 comments

What Is Work Like for a Low-Income Worker in China – Inside a Factory [video]

https://www.youtube.com/watch?v=nDqg33fOv98
1•gmays•7m ago•0 comments

Breachquery.com – Continuous Breach Monitoring and Response Intelligence

https://www.breachquery.com/
1•azonez•13m ago•0 comments

Evading Chain-of-Thought Monitoring Through Model Poisoning

https://arxiv.org/abs/2608.02820
1•sbulaev•19m ago•0 comments

I've spent 4 years building an offline first FOSS novel writing app: Hammer

https://hammer.ink/
1•Wavesonics•23m ago•1 comments

Ship Safe, an open source security scanner for coding agents

https://github.com/asamassekou10/ship-safe
2•asamassekou•24m ago•0 comments

Show HN: Sift – MCP aggregator that exposes 2 tools instead of hundreds

https://github.com/Narasimha1997/sift
1•Narasimha1997•26m ago•0 comments

Pinal County Sheriff Announces Plan to End Flock, Citing Fourth Amendment

https://www.jens2cents.com/p/too-intrusive-pinal-county-flock
2•sssilver•31m ago•0 comments

Show HN: Wallfacer – A terminal session manager for Claude Code, and more

https://github.com/pradipta/wallfacer
3•pradiptasarma•33m ago•1 comments

Qdoba Pulls Jalapenos as US Officials Probe Salmonella Outbreak

https://www.bloomberg.com/news/articles/2026-08-05/qdoba-pulls-jalapenos-as-us-officials-probe-sa...
1•petethomas•44m ago•0 comments

Nikita Bier steps down as X's head of product

https://techcrunch.com/2026/08/05/nikita-bier-steps-down-as-xs-head-of-product/
1•firasd•45m ago•0 comments

Governments are making a dangerous bet on the AI boom

https://www.economist.com/leaders/2026/08/05/governments-are-making-a-dangerous-bet-on-the-ai-boom
33•andsoitis•45m ago•8 comments

DeepSeek Plans 'Significant' Price Increase for Its AI Services

https://www.bloomberg.com/news/articles/2026-08-06/deepseek-plans-significant-price-increase-for-...
3•petethomas•45m ago•0 comments

Device that harvests water from thin air wins the James Dyson Award (2016)

https://www.cawater-info.net/all_about_water/en/?p=4978
1•peter_d_sherman•46m ago•0 comments

Open source tools for Quantum resistance security Post Quantum Protection

https://github.com/SCDcomputing/PostQuantumProtection
1•CyberSpin•48m ago•0 comments

Compliant Mechanisms Lecture Series [video]

https://www.youtube.com/watch?v=j1lT1RtKnms&list=PLWeErkRyxkhKL_pjYBCR2jYcvAh5PaXoP
1•o4c•51m ago•0 comments

FDA approves first mRNA flu shot, from Moderna

https://www.nbcnews.com/health/health-news/fda-approves-1st-mrna-flu-shot-moderna-rcna590599
2•OutOfHere•54m ago•2 comments

Google's Top AI Brains Are Leaving–and Launching Their Own AI Startup

https://www.wired.com/story/jeff-dean-google-discovery-loop-startup/
1•dnikitan97•56m ago•0 comments

SpaceX First Report Card

https://askmelon.com/beta/articles/2026-08-05T0100-eighteen-billion-in-ninety-days
1•alvations•56m ago•0 comments

Accelerating biomass loss from forest disturbances across Europe

https://www.nature.com/articles/s41561-026-02032-y
1•littlexsparkee•58m ago•0 comments

'Only one conclusion': study suggests life on Earth arose twice

https://www.sciencealert.com/radical-study-suggests-life-on-earth-arose-from-non-living-matter-twice
2•arto•59m ago•0 comments

Broadcaster Wins Broad US Blocking Injunction Covering Non-Existing Pirate Sites

https://torrentfreak.com/broadcaster-wins-broad-u-s-blocking-injunction-covering-pirate-sites-tha...
1•gslin•1h ago•0 comments

Microsoft is serious about fixing Windows, and it's doing things right this time

https://www.windowscentral.com/microsoft/windows-11/i-tested-5-major-changes-and-improvements-com...
1•thunderbong•1h ago•4 comments

LinuxViz – 3D Linux Kernel Architecture Explorer

https://tomasantunes.github.io/LinuxViz/
4•tomasantunes89•1h ago•1 comments

Black lung rates in Appalachia are high as the 1970s, thousands of miners sick

https://www.npr.org/2026/08/05/nx-s1-5894884/appalachia-black-lung-coal-miners-silica-dust
9•Jimmc414•1h ago•1 comments

Show HN: Is It an OS?

https://iiao.algor.ist
1•indydevs•1h ago•0 comments

QoD: Is Lucid in the early stages of failure?

https://www.thetruthaboutcars.com/cars/news-blog/question-of-the-day-is-lucid-in-the-early-stages...
1•RickJWagner•1h ago•0 comments

Libraries Are Leading the Fight for Physical Media Ownership

https://www.arl.org/blog/consumers-are-worried-about-the-loss-of-physical-media-ownership-librari...
2•donohoe•1h ago•0 comments

Show HN: MusicMonitor – Turn your extra monitor into a Spotify now-playing view

https://github.com/j-sofia/MusicMonitor
2•j-sofia•1h ago•1 comments

The Investors Whose SpaceX Shares Vanished Before They Could Cash In

https://www.wsj.com/finance/stocks/spacex-ipo-spv-investors-2698a174
7•JumpCrisscross•1h ago•0 comments
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