From the update: "Why are QR Codes with capital letters smaller than QR codes with lower-case letters?" <a href="https://shkspr.mobi/blog/2025/02/why-are-qr-codes-with-capital-letters-smaller-than-qr-codes-with-lower-case-letters/" rel="nofollow">https://shkspr.mobi/blog/2025/02/why-are-qr-codes-with-capit...</a> (<a href="https://news.ycombinator.com/item?id=43149077">https://news.ycombinator.com/item?id=43149077</a>)
> (besides micro QR codes)<p>In case anyone else is interested: <a href="https://en.wikipedia.org/wiki/Rectangular_Micro_QR_Code" rel="nofollow">https://en.wikipedia.org/wiki/Rectangular_Micro_QR_Code</a>
No, I don't think that's it! That's a "Rectangular Micro QR Code".<p>I think it's this: <a href="https://www.qrcode.com/en/codes/microqr.html" rel="nofollow">https://www.qrcode.com/en/codes/microqr.html</a>
Rectangular Micro QR Codes are not ordinary Micro QR Codes.
this makes me wonder if there is an `infinite` version of QR Code that can be streamed from a printer (well, I guess things can be chunked).
QR codes generally want a marker on all four corners, so streaming one infinitely would mean that some of them would never be printed. You also need a certain amount of whitespace around a QR code so you can't just smush them together to make it looks like one infinite code. You might be able to make an infinite barcode though
I saw similar engraved and then inked onto wooden boards at a restaurant, sadly, despite the error handling, 3 out of 4 I tried were not scannable, the 1 I did manage to scan to me to a reviews site for the restaurant (where a lot of reviews said they struggled to make the QR work - likely not the feedback the restaurant wanted)! I guess it kept me entertained whilst waiting for the bill.
This is cool but I sort of hoped they were going to encode it and calculate the pattern by hand. I wonder how long that would take.
2024 video from Veritasium on QR codes:<p>* <a href="https://www.youtube.com/watch?v=w5ebcowAJD8" rel="nofollow">https://www.youtube.com/watch?v=w5ebcowAJD8</a>
If someone needs a gift idea:<p>I used something like this on a large sheet and cut it into pieces for a puzzle gift to a website where people left comments. Nowadays even easier to generate nice temporary websites for such things.
I’m picturing an acrylic version of it, or even some other fancier material.<p>The starter kit: a 21×21 board, with three 8×8 finder patterns, two 1×5 timing patterns, and 120 white and 119 black modules.<p>The Version 2 expansion pack includes a 25×25 board, two 1×4 timing patterns, one 5×5 alignment pattern, 76 white modules and 75 black modules.<p>And so on.<p>(I dunno about the desired ratio of individual black and white modules. I gather the general idea is to balance black and white, but does that include or exclude the fixed parts, where black is somewhat more common? Finder pattern is 33∶31 black∶white, alignment pattern is 17∶8, 1×5 timing pattern is 3∶2, 1×4 timing pattern is 2∶2.)
> Note that a lovely reader informed me shortly after publication that indeed I can include my full domain name in a version 1 QR code by using all capital letters instead of lowercase. TIL that the "alphanumeric" character set for QR codes actually contains symbols for URLs like : and /.<p>This is a nice trick worth remembering. I have used it myself in the past. Handy not just for creating ultra small QR codes, but also for getting as much data as possible into the limits of the largest QR codes.
I hand drew this on a whiteboard. It was a lot more work than I anticipated.<p><a href="http://lars.nocrew.org/tmp/qr.png" rel="nofollow">http://lars.nocrew.org/tmp/qr.png</a>
By the way, I also coded a QR symbol generator in PDP-10 assembly language.<p><a href="https://github.com/PDP-10/its/blob/master/src/lars/qrcode.8" rel="nofollow">https://github.com/PDP-10/its/blob/master/src/lars/qrcode.8</a>
Anyone else scan their random junk that has QR codes to see where it goes? I've found a fair number of stuff has codes that do nothing. Bought an extra garage door opener remote, qr code on it does nothing. Got some SwitchBot gear, qr codes do absolutely nothing.
QR codes were invented for inventorying and labeling. Sending links to your phone is a side effect.
QR codes, like other barcodes, store information. They never "do" anything.<p>Or are you saying the ones you found failed to checksum?
They likely encode not URLs for the public, but internal identifiers that are only useful internally.
I've really enjoyed reading the Grid World piece linked at the bottom of the post: <a href="https://alex.miller.garden/grid-world/" rel="nofollow">https://alex.miller.garden/grid-world/</a>
I once sent a letter to a friend with a hand-written QR Code whose content was the typed letter.<p>It's cool for the receiver, but tedious for the sender (but it's a good way to help with difficult to read cursive).
I remember retracing QR codes on graph paper to pass time in grade 12 physics, this was back in 2013/2014.
Ah, I did just that this weekend.<p>Well... it wasn't QR-code but rather artoolkit markers. Let's just say I'll keep on printing them for a bit.
This is cool, will try it
thats fun I would definitely scan this rather than a generated one
One time I tried to understand the QR algorithm and I didn't understand it at all despite trying multiple times.<p>Maybe I can try again with the help of LLMs. Hmm not a bad idea
I found this page very helpful in understanding each step of the QR code creation process. I can't say I recall it all but it would be possible to turn this into a small booklet, I guess.<p><a href="https://typefully.com/DanHollick/qr-codes-T7tLlNi" rel="nofollow">https://typefully.com/DanHollick/qr-codes-T7tLlNi</a><p>Here's a HN discussion from 2022 about it.<p><a href="https://news.ycombinator.com/item?id=32837565">https://news.ycombinator.com/item?id=32837565</a>
There is also a nice Veritasium video about it, if you prefer that: <a href="https://youtu.be/w5ebcowAJD8" rel="nofollow">https://youtu.be/w5ebcowAJD8</a>