a9neh / Anines-mini_ex

This is a folder for my mini_exercises
0 stars 0 forks source link

Feedback on MiniEx 5 by Winnie Soon #8

Open siusoon opened 7 years ago

siusoon commented 7 years ago

I have downloaded your code and tried in my computer - the reason why your code doesn't work in a browser is because you have used a wrong path and file extension. Try to change line 9 to "mis = loadImage('assets/chilimis.JPG');" but not mis = loadImage('/assets/chilimis.jpg'); (i.e no slash and the jpg file format, making sure the file path/file name is exactly what you have uploaded)

Although you and RiTa may not be friend with each other, at least you manage to experiment one function out of many. I believe it takes you a long time to get things work.

In your reflection, you talked about the use of the function 'random' to generate poems/sentences. You use the word "weird' to describe the notion of random selection and generation of text, perhaps this is something we should consider more deeply on what Bouchardon mentions as programmability, which is part of the material process. How is the use of calculation/randomess (another question is what is random to you) enabled new aesthetics of text/materiality?