If you want to see a variation of this concept in the wild, in active use by lots of people, check out PICO-8 cartidges. PICO-8 is a virtual game console. I.e. it's an emulator for an oldschool game console that doesn't exist in reality. It's designed to be easy to code for while maintaining the limits and aesthetics of old game computers PICO-8 games are, of course, distributed on cartridges. However because it's a…
This is the coolest thing in ages. The game's code is steganographically embedded in a PNG image containing the screenshot of the game! Wow
Snake in a QR Code
41–50 of 83 posts
Re: Snake in a QR Code
#42I wish more QR-scanners supported data URLs. I think it would be very cool to distribute tiny web-apps via QR code.
Yeah, let’s make it even easier for people to run random executables that cannot be vetted, preferably on devices tightly coupled to their identities. What could go wrong?
Re: Snake in a QR Code
#43Don't worry. There is no malicious code contained within this QR code!
Just print out stickers and put them up at restaurants, stores...
Re: Snake in a QR Code
#44I'm still waiting for someone to make an app that encodes and decodes large data into multiple QR codes that are displayed in a moving sequence. That would be the best way to transfer files in physical locations.
Apple has something like this for their new iOS device setup. I don’t think it’s to encode larger amounts of data, but for security they have this circle that constantly changes shape (see around 0:50 in this video for a demo: https://youtu.be/iE03ypWD5xs ). I don’t know for sure how it works, but my first thought was a constantly changing QR-like code.
[1]: https://apple.stackexchange.com/questions/301563/what-is-the...
[2]: http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=H...
[3]: http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=H...
Re: Snake in a QR Code
#45Don't worry. There is no malicious code contained within this QR code!
That's what I thought about as soon as I read this. Seems like a great malware installation vector. Just print out stickers and put them up at restaurants, stores...
Re: Snake in a QR Code
#46If you want to see a variation of this concept in the wild, in active use by lots of people, check out PICO-8 cartidges. PICO-8 is a virtual game console. I.e. it's an emulator for an oldschool game console that doesn't exist in reality. It's designed to be easy to code for while maintaining the limits and aesthetics of old game computers PICO-8 games are, of course, distributed on cartridges. However because it's a…
Re: Snake in a QR Code
#47Earlier quoted context omitted.
> https://archive.assembly.org/2019/1k-intro Had to add a security exception only to receive 404 Not Found nginx/1.18.0 :/
You can find the prod executables on https://files.scene.org/browse/parties/2019/assembly19/1k and the placement list and Youtube captures (many prods require quite a hefty GPU to run so YT is the option if you're on a weaker laptop) via http://www.pouet.net/party.php?which=7&when=2019
Re: Snake in a QR Code
#48Don't worry. There is no malicious code contained within this QR code!
Re: Snake in a QR Code
#49Might be interesting to print this on business cards and distribute at conventions or something like that.
Re: Snake in a QR Code
#50If you want to see a variation of this concept in the wild, in active use by lots of people, check out PICO-8 cartidges. PICO-8 is a virtual game console. I.e. it's an emulator for an oldschool game console that doesn't exist in reality. It's designed to be easy to code for while maintaining the limits and aesthetics of old game computers PICO-8 games are, of course, distributed on cartridges. However because it's a…
This is very cool, and gives me a thought, what if you did it without "cheating"? That is, what if the whole game including its rules were in the picture? Something like Conway's game of Life but less shape-dependent, maybe utilizing the color to generate behaviors.