For those wondering what the program does: TL;DR - The program writes a Brainfuck program that writes the text you inputted. Pretty neat First copy the text of the letter (excluding the x86 interpreter in hex on the right, or in the case of the gist, at the bottom) and run it through an online Brainfuck interpreter. Supply ASCII text input such as "A" and run the program. It will output another Brainfuck program. If…
It would be interesting to do something similar, but optimizing for output code size.
For example, I'm pretty sure that the following is one of the shortest representations of "A" in BF, although it doesn't clean up after itself.
-[+>+]>+.