This is really cool. Considering installing Ubuntu to give it a try (don't think I could be bothered trying to get all those packages manually).
Quine Relay
31–40 of 187 posts
Re: Quine Relay
#32Re: Quine Relay
#33Re: Quine Relay
#34Fascinating. Even the README generator is on another level of meta: https://github.com/mame/quine-relay/blob/master/src/README.m...
And: https://github.com/mame/quine-relay/blob/master/QR.rb This project isn't code, it's art. Edit: Heh, Brainfuck, Whitespace, Logo... and notice they're all in alphabetical order?
There's even a Rake task to generate a Makefile that runs all the 50 multiquines and uses the dependency tracking of make to determine the order of execution instead of running the 50 commands one after the other in the same rule.
It's like everything in this project is incredibly elegant and self-referential.
Re: Quine Relay
#35In case someone is able to run this beast, I'd appreciate an upload of the intermediate source files.
Re: Quine Relay
#36Fascinating. Even the README generator is on another level of meta: https://github.com/mame/quine-relay/blob/master/src/README.m...
And: https://github.com/mame/quine-relay/blob/master/QR.rb This project isn't code, it's art. Edit: Heh, Brainfuck, Whitespace, Logo... and notice they're all in alphabetical order?
Re: Quine Relay
#37Earlier quoted context omitted.
I'm sorry, how is that sad?
Indeed. That's a transmutation circle of awesome.
Can someone correct me if I'm wrong?
Re: Quine Relay
#38That is both the most incredible thing I've ever seen, yet also by far the saddest thing I've ever seen. Props to the author for taking dedication to a whole new level. Link to a description of what this actually is: https://github.com/mame/quine-relay
I'm sorry, how is that sad?
Re: Quine Relay
#39Anyone care to explain how this actually works?
Re: Quine Relay
#40why did you choose that order, is there a reason for it?