performer-composer / researcher

Materials

  • ✴︎

    ✴︎

    Recently, while setting up my office at Colby, I realized my old iMac wasn’t working anymore. The issue was simple: I just had to reset the NVRAM. Here’s how you can do it too: How to Reset NVRAM: This reset can resolve issues like display resolution, sound, or system preferences. Just in case you need to Reset the SMC (for Intel Macs): If your Mac isn’t turning on, or you’re experiencing issues with battery, fans, or keyboard backlighting, try resetting the System Management Controller (SMC): This should resolve hardware-related issues and get your Mac back to normal!

    read more >>

  • ✴︎

    ✴︎

    This guide is written for macOS but should be easy to adapt for other operating systems. Receiving UDP Data You need to install Node.js:brew install node Then, Navigate to your project directory and initialize a new Node.js project: npm init -y You need the dgram and ws packages. Install them using npm: npm install dgram ws Create a UDP and WebSocket server. Save the following code in a file named udp_websocket_server.js: Create a file named sketch.js: In your terminal, run the Node.js server:node udp_websocket_server.js Ensure that you set the correct IP address and port number. You should be able to…

    read more >>

  • ✴︎

    ✴︎

    This page is a work in progress, serving as a personal reference for p5.js tips that I keep forgetting. Please note that my posts are not meant to be comprehensive or flawless—consider them a starting point and feel free to add your own insights!

    read more >>

  • ✴︎

    ✴︎

    This page provides a summary and excerpts from the following resources:http://personalpages.to.infn.it/~mignone/Numerical_Algorithms/gnuplot.pdfhttps://weinman.cs.grinnell.edu/courses/CSC213/2008F/labs/10-pingpong-regression.pdf

    read more >>