This Diptych depicts the Ruby code that generated the OC Marilyn Diptych titles next to the Solidity code that assigns them in the contract.
The titles are drawn from *The Andy Warhol Diaries* and *The Philosophy of Andy Warhol*. The full text of these works are broken into sentences (not depicted here) and then a random selection is made of suitable sentences (long enough, short enough, no bad words, etc).
Notably, each sentence must contain only single-byte characters for the SSTORE2-driven Solidity storage approach to work. Similarly they cannot contain the "|" character as I use that as a "title separator" in the contract.
Ironically, though this code successfully titled 500 Diptychs, when itself rendered in Diptych form it has no title.
Further, it has been shown that, in the general case, it is not possible to assign a descriptive title to an arbitrary snippet of Diptych titling code.