Tag: Fall 2022
UndNet – Final Thoughts & Questions
Takeaways Some of my takeaways from this class, is being more comfortable with Terminal (since the most I’ve ever done is ping an IP address), and how to actually and effectively use it, as well as setting up, configuring, and using my own server. I have found it very helpful and useful to be able…… Continue reading UndNet – Final Thoughts & Questions
Seeing Machines – Final Project
Final Live Stream – Control ADM
For my final live stream, I decided to do an interactive stream through Instagram, where viewers can submit movements to control ADM the Abstract Drawing Machine. I pinned a comment that said — “Type a direction + a number (ex. 3R, 2U) — and I would manually press the arrow keys on my computer to…… Continue reading Final Live Stream – Control ADM
Understanding Networks Definitions
PEM PEM stands for Privacy Enhanced mail, and was originally intended for use to secure email communication through the internet, but has since become a standard for internet security. It is used as a file type in Public Key Infrastructure (PKI)*, as a file format that stores cryptographic keys, such as SSL certificated along with…… Continue reading Understanding Networks Definitions
Thesis Part I – Journal #5
Presentation of my thesis paper draft. https://videopress.com/v/6ozwme14?resizeToParent=true&cover=true&autoPlay=true&controls=false&loop=true&muted=true&persistVolume=false&preloadContent=metadata&useAverageColor=true Harvey Moon – Drawing Machines
Thesis Prototyping – Phase 1
Seeing Machines – Project Proposal
Here are the slides from my project proposal – which is pretty much a prototype for my thesis project. https://videopress.com/v/6ozwme14?resizeToParent=true&cover=true&autoPlay=true&controls=false&loop=true&muted=true&persistVolume=false&preloadContent=metadata&useAverageColor=true Harvey Moon – Drawing Machines
Subtraction – Final Project
For my final project I’ve decided to build a lamp. Initially, I wanted to build the lamp I had drawn up around the time of the CNC assignments, which has the design below. And looked like a little person, similar to this design. But after some consideration, thinking of what tools I can use and…… Continue reading Subtraction – Final Project
Seeing Machines HW #4 – Communication
For this assignment we had to use a communication protocol between two programs (one had to be OpenFrameworks). I chose to use OSC to communicate between OpenFrameworks and Processing. In OF, I used object tracking and sent the object’s x and y coordinates to processing to control a circle. Eventually, my code in processing became…… Continue reading Seeing Machines HW #4 – Communication