back

trillian's blog


Image quines (2021-09-24)

These are 2 code-golfed C programs which print their own source code (the definition of a quine, really). However, these are no regular quines: instead of simply printing their source code as text, they instead print a screenshot of themselves, as would be seen by viewing their source code in xterm. Read more


A musical quine/polyglot (2021-09-05)

This is a program which generates some music when ran as Python, or prints itself when ran as Perl. Read more