User:Mathijs van Oosterhoudt/formula
< User:Mathijs van Oosterhoudt
Revision as of 10:17, 24 April 2013 by Mathijs van Oosterhoudt (talk | contribs)
data = find_data();
if(data == analogue){ digitize(data); }
randomchoice = random(3);
if(randomchoice == 1){ create(algorithm); mix(data, algorithm); }
if(randomchoice == 2){ alter(data); }
if(randomchoice == 3){ create(algorithm); alter(mata); mix(data, algorithn); }
combine(data);
analogueize(data);
present(data);
- Find any interesting form or collection of data.
- If analogue, digitize.
- Create an algorithm that mixes and matches this data, possibly altered.
- Present combinations in an analogue matter.