Donald Knuth created TeX; wrote a a diatribe on the shape of .
Used by physicists & mathematicians to make
pdflatex
to compile and copy the result back into source.pdf
.
\documentclass{standalone}
\usepackage{graphicx}
\newcommand{\A}{\á¼°ncludegraphics{pdf/source}}
...
\begin{document}
\begin{center}
\begin{tabular}{lll}
\A & \A & \A\\
\A & & \A\\
\A & \A & \A
\end{tabular}
\end{center}
\end{document}
crashes my PDF viewer
used to crash Google Docs (funny story...)
...
Can we go deeper?
-rw-r--r-- 1 hoppeta hoppeta 27664 Dec 8 13:52 level_001.pdf
-rw-r--r-- 1 hoppeta hoppeta 28753 Dec 8 13:52 level_002.pdf
-rw-r--r-- 1 hoppeta hoppeta 29132 Dec 8 13:52 level_003.pdf
-rw-r--r-- 1 hoppeta hoppeta 29539 Dec 8 13:52 level_004.pdf
-rw-r--r-- 1 hoppeta hoppeta 29938 Dec 8 13:52 level_005.pdf
-rw-r--r-- 1 hoppeta hoppeta 30338 Dec 8 13:52 level_006.pdf
...
-rw-r--r-- 1 hoppeta hoppeta 431996 Dec 8 11:10 level_999.pdf
Not exponential growth...?
only 41 unique bytes per level! (FYI PDF's are Turing complete)