March 4, 2017

disjoncta

got this retro transformer at the 2nd hand store, the image is published by Arnolfini Mini[e]MailArt

March 2, 2015

patterns

patterns The photograph used for this collage was made at an exposition by the British light artist Anthony McCall.

Collage created for Arnolfini Mini[e]MailArt

September 10, 2012

insert ignorance into ignorance


My contribution to code {poems}. Btw, code {poems} intends to publish a book with the collected code poems.

You could copy paste and run the source (processing 1.2.1) and see with your own eyes how "ignorance is inserted into ignorance" String ignorance = "ignorance"; class ignorance {String insertInto (String ignorance ){return ignorance;}} void draw() { ignorance ign0rance; ign0rance = new ignorance(); println(ign0rance.insertInto(ignorance));}