this post was submitted on 07 Mar 2026
117 points (96.8% liked)

No Stupid Questions

47015 readers
851 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 2 years ago
MODERATORS
 

I remember a couple of years ago I read up about the details on how QR codes are created. Specifically the masks that are added at the end to ensure that there aren't any areas with too much whitespace or something that ends up inadvertently looking like the corner of a QR code (that square inside a square thing).

And for some reason, I'm staring at two QR codes in front of me, looking at the details, one looks like it contains a pipe going around a corner, another looks like it has a bit of a star, which made me wonder... Why have I never seen a QR Code with a swastika or something else you really don't want to have on there? I've never seen any word on filtering out stuff like that when it comes to masking.

Am I just too bored out of my mind so that I'm staring at QR Codes like this with way too much imagination or is there something I'm missing?

EDIT: I'm sure it's possible to intentionally create one, I'm thinking more of accidentally creating one. Specifically when I see, for instance, a different QR code on the back of every seat in a train, for instance - you're generating so many, no human is going to check that.

all 31 comments
sorted by: hot top controversial new old
[–] cobwoms@lemmy.blahaj.zone 94 points 2 days ago* (last edited 2 days ago) (3 children)

there's a mask process in qr code generation. the masks aims to try to make it look like uniform noise, so you don't end up with blocks/lines of pure white or pure black. so you won't end up with any recognizable symbol in the usual algorithmic generation

some more detail: it will use one of these patterns to invert some pixels until it finds one that results in more or less uniform noise.

it will also add a set of pixels in a designated mask identification zone that instructs the decoder which mask was used

[–] ChaoticNeutralCzech@feddit.org 15 points 2 days ago

It is designed to especially penalize ⬜⬛⬜⬛⬛⬛⬜, which is a part of the finder pattern (big squares in the corners) and the swastika.

Ah OK, I guess the lines part was what I was missing. I guess without any straight lines the probability of something like that containing something offensive drops pretty low.

[–] HeyThisIsntTheYMCA@lemmy.world 1 points 1 day ago (1 children)

that's really neat, but also disappointing i can't like draw a duck in the qr and somehow make it work.

[–] cobwoms@lemmy.blahaj.zone 3 points 1 day ago

you can if it's small and in the middle

[–] FaceDeer@fedia.io 44 points 2 days ago (1 children)

Apparently there is a mechanism in the basic QR-code-generating algorithm that does something like this.

There are eight different patterns that can be used to display any given QR code's data. All eight versions get generated internally by the generation software and then they're assigned scores that penalize them based on various patterns:

  • Large monochromatic blocks, anything more than 2x2 pixels of the same colour (white or black)
  • Long lines of either colour
  • Anything matching the "finder patterns" (the squares at the corners)
  • Imbalance between 50% black and white pixels

The best one of the eight is the one that's actually printed.

So a swastika isn't explicitly searched for, but given that a swastika is composed of a bunch of long lines a QR code pattern like that would get penalized pretty harshly. The seven other QR codes would have to be even worse for it to slip through, and I bet the odds are pretty low for that.

[–] grue@lemmy.world 5 points 2 days ago

Ah, so the same checks you need anyway to make sure the thing can actually be read -- because a 2x2 vs 3x3 block might start to get hard to differentiate, for example -- also happens to obviate OP's issue as a coincidental side benefit.

[–] ChaoticNeutralCzech@feddit.org 15 points 2 days ago* (last edited 1 day ago) (3 children)

QR codes can have arbitrary looks even without dirty tricks (abusing the error correction to add a logo or taking advantage of central sampling to color all but the middle 3x3 square of each data pixel) but boy, is it hard.

Examples:
https://lemmy.sdf.org/post/31694735/18805217 (strings a long number in Number mode (3 decimal digits per 10 bits) to the URL, and somehow the resulting number turns out to be a small even number times a very high power of 2)
https://www.youtube.com/watch?v=qQkWjzqMbuA (uses padding bytes plus maybe some of that "intentional damage" in QR codes with logos)

OK, I was actually asking about accidental things, but this is pretty neat.

[–] qevlarr@lemmy.world 7 points 2 days ago

Just wanted to say this is a fantastic question and the people who claim otherwise have bad reading comprehension

[–] Pricklesthemagicfish@reddthat.com 14 points 2 days ago (4 children)

Do we upvote or downvote if we think its a stupid question how does this work?

[–] Nemo@slrpnk.net 18 points 2 days ago

I upvote if I want to see the answers regardless.

[–] fizzle@quokk.au 15 points 2 days ago (2 children)

Theres no consensus on this.

Actually stupid questions, like ones intended to be offensive, or unanswerable debates like Apple vs android, do get downvoted.

If OP is genuine, or if the discussion is engaging, then upvote it.

[–] Wappen@lemmy.world 1 points 2 days ago (1 children)

I thought the community name refers to the answers in the comments, like OP asks something and doesn't want to be asked stupid questions for asking such a thing.

[–] fizzle@quokk.au 4 points 2 days ago

No that's not what it means.

Its from the phrase teachers like to say: there are no stupid questions.

The idea being, dont be embarrassed to ask a question others might see as stupid, because by learning the answer you will be less stupid, or something.

[–] FaceDeer@fedia.io 1 points 2 days ago

So, wait, is this a stupid question, then? Should we not be upvoting it? Recursion is tricky.

[–] XTL@sopuli.xyz 1 points 2 days ago

Downvote content that is harmful to the community or instance, report additionally if it's against the rules of either. Upvote good content and ignore the rest. Block whatever you feel like.

Though I suspect your question is more about what the community description means. Answer should be in there.

[–] Nibodhika@lemmy.world 6 points 2 days ago

Short answer, the masks would prevent them most of the time because they're there exactly to prevent large blocks of continuous color as that would be difficult to recognize. Can you have small swastikas or other stuff in the middle? Yeah, but I don't think anyone matters much about that. You can also purposefully create one but it will be hard to be read by a scanner and it's likely going to be more random noise than anything useful.

[–] Windex007@lemmy.world 11 points 2 days ago (1 children)

You could probably intentionally create a qr code with a simple recognizable symbol, but it'd still necessarily have "clutter" around it which would make it stand out less. Also there are hard limits on the length of contiguous horizontal or vertical "lines".

[–] SlurpingPus@lemmy.world 2 points 2 days ago

A qr code can have an arbitrary image embedded in it up to some limit, because remaining pixels are enough to decode it (perhaps there's redundancy built in, idk for sure).

[–] reksas@sopuli.xyz 3 points 2 days ago (1 children)

Most likely if you wanted to generate qr code that looks like swastika, you would have to input very specific letter nonesense to do it. Its very specific scenario and just pointless waste of manhours to prevent it, when someone who would want to generate such qr code would just do something else if prevented.

I'm sure it would be possible to do it on purpose, I'm thinking more of the scenario of a company pumping out thousands of different QR codes and one of them accidentally having something offensive on it.

[–] originalucifer@moist.catsweat.com 1 points 2 days ago (1 children)

qr codes with human-readable sections are just that, really freakin visible. just like images with swastikas.. those that tolerate that crap will do so, those that abhor such things will report such nonsense to anyone they can. in case of accidental swastika, the rules still apply.

ie, still just an image

[–] Windex007@lemmy.world 13 points 2 days ago (1 children)

OP is asking if there are algorithms in place that detect if the qr code itself has, by chance, anything that looks like a swastika.

ahhhh.. weird

kinda like when scanners refuse to scan monetary notes.. spose that would be an implementation feature

[–] jve@lemmy.world 0 points 2 days ago

Not a show, but The Martian, and soon Project Hail Mary