User:C3/What am I doing: Difference between revisions

From XPUB & Lens-Based wiki
mNo edit summary
Line 2: Line 2:
My relationship with coding as of now is very limited I'm still learning but I am very interested in it! Which is weird because at the beginning, my introduction to it was not well received.  
My relationship with coding as of now is very limited I'm still learning but I am very interested in it! Which is weird because at the beginning, my introduction to it was not well received.  


The first time I got introduced to coding was during my second BA year, we got introduced to Java and Netbeans. The result of that semester was a disaster, when the course officially ended I remember thinking "What a waste of time! I can open *name of a random GUI software* and do the exact thing in a few seconds". The second time I got introduced to coding was during the next year, across two courses, both used Processing but one used only P5JS, everything started making ''slightly'' more sense, but I remember struggling understanding the main concepts, because each of these courses went the extra step and translated '''everything''' in Italian (our native language) which turned out to be extra work for both the teachers(translating and explaining a for loop, good luck) and the students(understanding the Italian version of something you then look for online and can't find anywhere, again, good luck).
The first time I got introduced to coding was during my second BA year, we got introduced to Java and Netbeans. The result of that semester was a disaster, when the course officially ended I remember thinking "What a waste of time! I can open *name of a random GUI software* and do the exact thing in a few seconds". The second time I got introduced to coding was during the next year, across two courses, both used Processing but one used only P5JS. Everything started making ''slightly'' more sense, but I remember struggling understanding the main concepts because each of these courses went the extra step and translated '''everything''' in our native language, which turned out to be extra work for both the sides.


The only time this made sense was thanks to a very nice introductory book, [https://archive.p5js.org/books/ Getting started with P5JS] which explained the core concepts of programming using the same example over and over, re-writing code to show the different ways you could do the same thing with different techniques. A mixture of this book, plus the resources that the courses gave us (links to artists, educators etc...), plus other more theoretical books that talked about programmable media, helped me understand and discover what I could do with it, which felt like 'everything', but I am nowhere near that goal, still it is nice to keep picking up pieces here and there that go into this very large puzzle that I probably will never solve.
The only time this made sense was thanks to a very nice introductory book, [https://archive.p5js.org/books/ Getting started with P5JS] which explained the core concepts of programming using the same example over and over, re-writing code to show the different ways you could do the same thing with different techniques. A mixture of this book, plus the resources that the courses gave us (links to artists, educators etc...), plus other more theoretical books that talked about programmable media, helped me understand and discover what I could do with it, which felt like 'everything', but I am nowhere near that goal, still it is nice to keep picking up pieces here and there that go into this very large puzzle that I probably will never solve.

Revision as of 11:55, 28 October 2024

Coding

My relationship with coding as of now is very limited I'm still learning but I am very interested in it! Which is weird because at the beginning, my introduction to it was not well received.

The first time I got introduced to coding was during my second BA year, we got introduced to Java and Netbeans. The result of that semester was a disaster, when the course officially ended I remember thinking "What a waste of time! I can open *name of a random GUI software* and do the exact thing in a few seconds". The second time I got introduced to coding was during the next year, across two courses, both used Processing but one used only P5JS. Everything started making slightly more sense, but I remember struggling understanding the main concepts because each of these courses went the extra step and translated everything in our native language, which turned out to be extra work for both the sides.

The only time this made sense was thanks to a very nice introductory book, Getting started with P5JS which explained the core concepts of programming using the same example over and over, re-writing code to show the different ways you could do the same thing with different techniques. A mixture of this book, plus the resources that the courses gave us (links to artists, educators etc...), plus other more theoretical books that talked about programmable media, helped me understand and discover what I could do with it, which felt like 'everything', but I am nowhere near that goal, still it is nice to keep picking up pieces here and there that go into this very large puzzle that I probably will never solve.

Animation

Aside all the computer stuff that I've been doing/will do, I draw a lot, and for a long time (high school years) I though that I wanted to become a traditional animator (hand drawing frame per frame). On my second BA year I started attending a course called "Digital animation techniques", there I came in contact with non traditional animation works for the first time. Until then I was exposed only to 2D or 3D animation that somehow involved realism, even if something unnatural was portrayed it would always follow some real world rules, what I saw was what I expected. On the contrary, during class we constantly saw animation that was wrong, rightfully so.

Audio(?)!

Emulation