Why you’ll love GitHub Copilot X as a creative coder

(This post was originally published on Medium)

If you don’t write software for a living but you enjoy piecing together bits of code to create beautiful art pieces or interactive experiences, you are a “creative coder”.


Read more…
0 Comments
May 23, 2023

Count-Me-In: A collaborative step sequencer for audience participation

Count-Me-In is a fun collaborative music-making tool based on Web technologies. It does not require any software installation as it runs on a browser on your device of choice. It requires a computer (its screen should be visible to all participants) and each participant’s device.

Try it out!

  1. Open this link on a computer (its screen should be visible to all participants). Enter a name for your session.
  2. Your session has started! Participants can join with their devices by scanning the QR code. Alternatively, you can copy the URL and share it with them (e.g., via WhatsApp).
  3. Start making music together!

Read more…
0 Comments
July 5, 2022

Control your Meris pedal from your Zoia (via MIDI on CPort), no extra devices needed

The Empress Zoia is the brain of my pedalboard. However, I was frustrated by not being able to use it to control my Meris Enzo via MIDI, as apparently an extra device (Meris MIDI I/O box) was needed. Meh. No way I am going to pay an extra 100 bucks for that, not to mention waste precious pedalboard space.


Read more…
0 Comments
April 23, 2022

Cálculo de cesantías (e intereses), vacaciones y prima para empleados domésticos en Colombia.

Este archivo de excel puede serle de ayuda. El archivo tiene dos hojas, “Datos” e “Imprimir”. Digite los datos indicados en la hoja “Datos”, los valores serán calculados e insertados en la hoja “Imprimir”. Imprima dos copias de esta hoja, las cuales servirán como comprobantes para el empleador y el empleado.

NOTA: Este archivo de excel no es oficial; lo hice siguiendo instrucciones obtenidas de la página web del Ministerio de trabajo [1,2]. Aunque lo hice con mucho cuidado, no garantizo que los cálculos estén correctos. Utilizar este archivo no exime al empleador del deber de informarse usando las fuentes oficiales.

[1] http://www.mintrabajo.gov.co/publicaciones-mintrabajo/669-servicio-domestico-guia-laboral.html
[2] http://www.mintrabajo.gov.co/noviembre-2016/6579-abc-de-la-ley-1788.html

December 20, 2016

HoloFlex: a flexible smartphone with a lightfield display

One of the papers from the Human Media Lab accepted to the ACM Symposium on User Interface Software and Technology Symposium (UIST 2016) in Japan, describes HoloFlex, a light-field-enables flexible smartphone. HoloFlex sends different light rays to multiple angles, allowing the device to display stereoscopic and motion-parallax-enabled 3D imagery. Additionally, bend sensors offer new ways to interact with 3D content: instead of mapping X and Y drag gestures to the Z axis, bend provides a natural way to move objects perpendicularly to the screen surface.

Read more…

WhammyPhone: a bendable smartphone-based music controller

Close to finish my postdoctoral fellowship at the Human Media Lab, two of our papers were accepted at the ACM Symposium on User Interface Software and Technology Symposium (UIST 2016) in Japan. One of them is a demo called WhammyPhone, a prototype illustrating the possible applications of flexible smartphone technology for software synthesizer control.

Read more…

Talks at the ICESI and Autónoma universities (Cali, Colombia)

Last week I had the pleasure to visit the ICESI and Autónoma universities in my hometown, Cali (Colombia).

Read more…

Do humans place too much trust in robots?

DontTrustRobots

Do humans place too much trust in robots? Harvard researcher Serena Booth ran a study to answer this question. Apparently some people consider small, non-human-shaped robots very trustworthy, specially if they deliver cookies. Please read the link for more details.

(Cartoon commentary is mine.)

0 Comments
June 9, 2016

Platonic Solids in Processing

Screenshot 2016-04-17 15.32.06

 

I couldn’t find a complete implementation of the five Platonic Solids in Processing, so I decided to put some Processing classes together. You can find them here:

The Five Platonic Solids in Processing

As shown in the image above, the classes have the added possibility of drawing polyhedra vertices with custom radius (an example sketch is included in the GitHub project).


Read more…

April 17, 2016

BlueMO: a Bluetooth LE to MIDI and OSC translator for Mac OS X

Diagram

BlueMO allows you to receive data from Adafruit’s Bluefruit boards or RFDuino and translate it into MIDI or OSC. The code is avaliable at GitHub here. (If you are interested in a compiled version, please email me.)

Read more…