@2something All QR codes are text. And yes, any and all URLs on that host will generate some kind of garbage :)
You can even directly go to a .jpg or .png, or .svg URL, or .css and .js too!
Though, the css currently has no randomized content, and the js is only minimally randomized.
I sometimes end up playing with the jpg urls, see if I can find something fun.
For example, https://poison.madhouse-project.org/@[email protected] looks like a landscape, if I squint hard enough!
By the way, every URL will render the same content (for that URL) until I change the initial random seed on the server side and restart the software. Adds a bit of flair to it, with the content changing every once in a while. :)
Query strings influence the randomness too! https://poison.madhouse-project.org/@[email protected]?q=100 for example is different than without the ?q=100. And as with the url, the query strings can be anything too.
(And these are extremely cheap to generate on the fly: apart from the QR codes, everything else is rendered faster than I can read a non-cached file from a btrfs filesystem on SSD.)