The feedback he receives is quite fun: https://www.nayuki.io/page/poor-feedback-from-readers
Creating a QR Code step by step
31–40 of 49 posts
Re: Creating a QR Code step by step
#32Re: Creating a QR Code step by step
#33Earlier quoted context omitted.
The commentary mocking people for their poor English, followed by disparaging remarks about an entire country as if the email senders represent a typical sample from that nation, says more about the blog owner than about the email senders themselves. The blog owner exudes elitist vibes in the commentary. A quick skim of the blog reveals a request for Bitcoin donations, suggesting $3 as the amount, without considering…
Dude really doesn’t like Indians huh. I can see why these racists come to the conclusion that all Indians speak a certain way. If they see something written with a few quirks common to Indian English they confirm their bias that all Indians speak and write that way. If they see text without that tell, their bias is still confirmed because they conclude this person must have grown up elsewhere. For the racists at the…
Not just change how they speak, but learn entirely new concepts that do not exist in their language, and that they have no intuition for. I'm currently teaching German to somebody whose native language has no tenses, no cases, mostly no plurals, essentially no genders, different phonemes, and is written in a different script.
Having to not just learn these concepts, but be familiar enough with them to form an intuitive understanding and use them correctly in most instances, at a near-native level, is something that takes a decade or more for an adult. To be dismissive of somebody who makes that effort is pathetic.
Re: Creating a QR Code step by step
#34it's nice to have an explanation. for me, I just wanted to quickly make them. Googling led to ad covered sites and "register to use" site. Found a few on GitHub but they had other issues so threw together my own using a well designed library I'd used before. took about 15 minutes https://greggman.github.io/qr-code/ might add more options but in truth I don't think most users need the options
The part I'd also like to know about is error correction, if you have anything useful related to QR codes for that.
Re: Creating a QR Code step by step
#35Unfortunately it seems that every online explanation of QR codes always leaves out the Reed-Solomon error code calculation. The author here describes it as “long, tedious, and not very interesting”, but since everyone seems to think that, it is now very hard to find.
Re: Creating a QR Code step by step
#36Unfortunately it seems that every online explanation of QR codes always leaves out the Reed-Solomon error code calculation. The author here describes it as “long, tedious, and not very interesting”, but since everyone seems to think that, it is now very hard to find.
Re: Creating a QR Code step by step
#37This is pretty awesome. I would like to see the same thing for the decoder.
I am looking for a guide that walks you through implementing all the algorithms necessary after you have the decoded raw image data.
Re: Creating a QR Code step by step
#38Earlier quoted context omitted.
Dude really doesn’t like Indians huh. I can see why these racists come to the conclusion that all Indians speak a certain way. If they see something written with a few quirks common to Indian English they confirm their bias that all Indians speak and write that way. If they see text without that tell, their bias is still confirmed because they conclude this person must have grown up elsewhere. For the racists at the…
"it’s easier for us to make the effort to understand than it is for someone to change how they speak" Not just change how they speak, but learn entirely new concepts that do not exist in their language, and that they have no intuition for. I'm currently teaching German to somebody whose native language has no tenses, no cases, mostly no plurals, essentially no genders, different phonemes, and is written in a differen…
If someone does it, it means they’re racist. The act itself isn’t racist, but I’d bet dollars to doughnuts that they’d have other racist opinions and do racist things.
Re: Creating a QR Code step by step
#39The feedback he receives is quite fun: https://www.nayuki.io/page/poor-feedback-from-readers
The commentary mocking people for their poor English, followed by disparaging remarks about an entire country as if the email senders represent a typical sample from that nation, says more about the blog owner than about the email senders themselves. The blog owner exudes elitist vibes in the commentary. A quick skim of the blog reveals a request for Bitcoin donations, suggesting $3 as the amount, without considering…
Re: Creating a QR Code step by step
#40This resource is awesome. I wanted to have the smallest readable QR code for my printables pages footer [1], and I discovered there that it's possible to encode URLs in "Alphanumeric mode", version 1, using only uppercase characters, e.g., HTTPS://FOO.CC/ABCDEFGHIJ, so I got a three letter domain name and built the simplest URL shortener hosted on a CF worker. [1]: https://pdf.ahaprintables.com/pdf/preview/aha/zebra-…
Would you please share more information about it? Thanks.