Blog

Nginx Access Log Analysis #itp #understanding-networks

Oct 16, 2024

This week, I am continuing my network experiment with an Nginx setup on my AWS E2C virtual machine. I followed How To Install Nginx on Ubuntu 20.04 to install nginx and How To Secure Nginx with Let’s Encrypt on Ubuntu 20.04 to get my free TLS/SSL certificate. The default Nginx page is currently available at http://100.26.63.206/ and it will most certainly become unavailable if you are reading this post more than a couple of months later. In addition, I set up two server blocks for https://hi.jbd.lol/ (with TLS/SSL certificate) and http://ad.jbd.lol/ (without TLS/SSL certificate), which are also likely to go away later, depending on whether or not I decide to keep the jbd.lol domain next year. Furthermore, I have an A Record pointing www.ad.jbd.lol to the IP same address as http://ad.jbd.lol/, and I have an URL Redirect Record pointing www.hi.jbd.lol to https://hi.jbd.lol.

[ Read more ]

Networked Game Controller #itp #understanding-networks

Sep 26, 2024

In the Understanding Networks class this week, Tom Igoe showed the class the Ball Drop Game. In Tom’s own words, the Ball Drop Game is “a multiplayer game in which players collaborate to keep a ball from hitting the ground”. To play this game, all players need to be on the same network as the game, which is a networked application written in Processing. When we played it for the first time, we all connected to the game using the netcat utility via a command line interface. The netcat utility established TCP (Transmission Control Protocol) connections from our laptops to Tom’s laptop, where the Ball Drop Game server application was running.

[ Read more ]

Risograph Animations #print-and-code

Sep 24, 2024

In the past three years, as a part of my ongoing research, I have created well over 1000 computational sketches, in the forms of still images, short animations, and interactive visuals. I have always wanted to experiment more with analog mediums as I am curious about how visuals that are usually shown on digital screens will render on analog mediums. This fall, I am taking Tega Brain’s Print and Code at NYU’s Integrated Design & Media program, where I learned techniques of risograph printing. I decided to turn three videos of my past sketches, each representing a distinct style of my work, into risograph animations.

[ Read more ]

Traceroute Analysis #itp #understanding-networks

Sep 19, 2024

This week, I’m exploring the paths of my network transactions using the traceroute utility. I started with the websites that I visit most regularly, such as google.com and instagram.com. I wasn’t sure what I would do to analyze the traceroute outputs, so I decided to take screenshots of every website that I traced. Here are a couple of examples:

[ Read more ]

Firewall Log Analysis #itp #understanding-networks

Sep 11, 2024

As a part of the first assignment for the Understanding Networks course at ITP, I set up an Internet host using Amazon Web Services (AWS). On the AWS EC2 Dashboard, I created a virtual server instance from one of the preconfigured Amazon Machine Images named ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-amd64-server-20240801. I noticed that the IP address changes after every reboot, so I went ahead and created an elastic IP to assign it to my virtual server instance. Finally, I have an Internet host with a persistent IP address, which I can conveniently access via an SSH client from my computer.

[ Read more ]

Node-Based Interactive Music #itp #the-code-of-music

Feb 07, 2024

While we were exchanging ideas of what we could do with Tone.js and p5.js, Henry Chen came up with this idea of a node-based system for interacting with music in a virtual 3D environment, in which moving one node could simultaneously affect multiple other nodes that affect the music. We agreed that creating a 2D version first could serve as a very good starting point.

[ Read more ]

Audio-Visual Experiment #itp #the-code-of-music

Jan 31, 2024

For the past two years, I have been doing lots of computational sketches that focused on visuals. This year, I am enrolled in a graduate course at ITP called the Code of Music, taught by Luisa Pereira. I finally ran out of excuses for not experimenting with sound.

[ Read more ]

Laser Cutting Experiments #itp #introduction-to-fabrication

Oct 01, 2023

This week, I have been experimenting with laser cutting. I wanted to continue incorporating computational thinking into my process, so the first thing I thought of was to create a p5.js sketch for the laser cutter. Although raster files can be used for etching, I think it would be more interesting to generate a vector path for the laser cutter.

[ Read more ]

Visualizing Sine Wave with Mechanical Movements #itp #introduction-to-fabrication #fabricating-mechanical-automatons

Sep 24, 2023

I have been making and posting daily creative coding experiments (on my Instagram) for almost 2 years now. One of the mathematical functions that keep coming back is a sine function (such as in the sketch below, which utilizes a combination of sine and cosine functions). As I have been studying fabrication techniques and mechanical movements recently, I had this idea of creating an automaton that visualizes a sine wave.

[ Read more ]

Caterpillar Toy Movement Study #itp #fabricating-mechanical-automatons

Sep 20, 2023

This week, we are studying the movements of our mechanical toys. The first step we were asked to do was to draw all components in Adobe Illustrator. Since I am fairly familiar with Adobe Illustrator, I challenged myself to practice drawing in Vectorworks, which I have little experience in.

[ Read more ]

Wooden Boxes #itp #introduction-to-fabrication

Sep 17, 2023

Introduction to Fabrication is a 7-week course that I am taking at ITP. While I have already had some experience with fabrication, I think, as I embark on my graduate journey at ITP, this will be a good introduction to the specific tools and machines that are available at the prototyping shop here. I also see this as a great opportunity to experiment, fail, and experiment again, a lot!

[ Read more ]