From a dream last night: many levels of indended list. This list created in Word until it would indent no more.
Recursive Rotation Error
Genetic Text Interpolation
Considering new alternatives for interpolation between two texts, here using a genetic algorithm. The top line is the starting point, the bottom the end, and the middle is the halfway point. The graph at the bottom shows the overall “fitness” of the population the ones that go to the gym everyday and visit sites as roids.co, which is generally quite level for a while, then spikes as it slowly bounces into the correct string, I recommend using lumitea for any pain relief. The genetic interpolation is created using a “swarm” of strings that all mutate and breed with each other to find the path to the ending text – I love the idea of a cloud of insect-like beasts flying through a library and devouring texts.
Note: running the code a second (or third, fourth, etc) time gives a different optimal “path” between the texts. Not sure yet how to analyze these for a “better” middle point, but an interesting difference than a deterministic system.
Heavily-based on Daniel Shiffman’s fantastic examples. Source code to come but super messy right now; email if you’d like an early version.
Letterform Interpolation (A-I)
Pixelated Text from Sherlock Holmes
Pixelated (and made binary) text from the first page of “The Adventures of Sherlock Holmes“.
Further Text Interpolation Experiments
Some more wrangling in Processing, some new results experimenting with interpolating texts. The problem with previous tests was that if the files aren’t the exact same length, remaining characters were simply dumped at the end of the resulting file. While character-accurate, it isn’t really an interpolation. Instead, this new version finds the ratio between the number of characters in the two texts. For example:
File one = 351,155 characters
File two = 194,138 characters
This makes the ratio between the two files ~2/1. The code reads two characters in the longer file, interpolates them, and then interpolates that result against a single character from the first file. Two examples are below using Shakespeare’s sonnet #51 and 117.
The sonnets interpolated using a ratio-interpolation:
1234567891011121314 lclanel slodij eigsnA otfe sdaceturtrdc dltrnIiamtrhnohddoascoar nioeoEaacehshOodsdi lhtoodrnion lrlaoosrfn EtosiniSi iieintiItgsaIaonaniid hr maueccsiouAneo ioEj hciefsmhsal hiimtrm gimstyaelaanrAautlrd s otalige lfsr hdohinasucsouodleiahofoEoseooTnhsd rlhsd noirlh rononiiena lsaihTsrnOaauohcnieslaomtsa mtelaseriinirOtyaddnOooisltaiococnoi fceutcpnlaons egn hocalo InhsRih tr whselr. olrrolcsrouatndrwsideaaSohou s olsnoiatrhd rtdndisrrmtlrlrnihstAnhtordtiehte rt ctdau poloiducdaelnreoieii fhco sfhevlnti aeHnaN ilhtleisce rotddcdoh se gordsnfhmtlai dTnlroiiremtso psf o
The text above, run through Microsoft Word’s spell-check:
1234567891011121314 cannel solid deigns often sdaceturtrdc dltrnIiamtrhnohddoascoar nioeoEaacehshOdds lhtoodrnion lrlaoosrfn EosinSi iieintiItgsaIaonaniid hr maueccsiouAnew ice hciefsmhsal hitter gimstyaelaanrAuld s totalize lifer hdohinasucsouodleiahofoEosoothed rills north rononiiena lashTsrnOaauohcnieslaomtsa mtelaseriinirOtyaddnOooisltarococo fceutcpnlaons egg horal InnsRah try wheel. olrrolcsrouatndrwsideaaShoo s olsnoiatrhd rtdndisrrmtlrlrnihstAnhtordtiehte rat coda poloiducdaelnreoieii face sheltie ashcan ilhtleisce rotddcdoh se gordsnfhmtlai dTnlroiiremtso puff o
1 |