Chimera: A DIY Multi-Effect Guitar Pedal (Part 2)
In the previous post, I assembled the hardware for my DIY guitar pedal. As opposed to an analog device which solely relies on electronic components to proces...
In the previous post, I assembled the hardware for my DIY guitar pedal. As opposed to an analog device which solely relies on electronic components to proces...
While researching audio buffer designs to use with my Daisy Seed microcontroller, I came across Terrarium, a PCB specifically designed for building an effect...
For my first Daisy Seed project, I tried building a channel vocoder to transform my voice into an electronic/robot voice.
After going down a few YouTube rabbit holes, I learned about a popular starter project for those interested in DIY synthesizers: The Atari Punk Console. Also...
Ray tracing is a bit of buzzword in the computer graphics / gaming world, and I never really looked into until a ran across this ray tracing example in Mojo....
Jupyter Lab is an awesome tool for data science workflows and is super easy to run locally. But…getting it setup on a remote server (which allows for remote ...
I’ve been using Ubuntu Budgie for the last 3 years, but I recently got a new laptop and decided to switch things up and try EndeavourOS. Until now, I’ve only...
The more I’ve used Python, the more I’ve come to rely on it for ad-hoc computation and other miscellaneous tasks. This “unstructured” approach to programming...
I’ve been using Ubuntu Budgie for the last 3 years, but I recently got a new laptop and decided to switch things up and try EndeavourOS. Until now, I’ve only...
I often work with Jupyter Notebooks on a remote server via Jupyter Lab, and sometimes need to run a notebook on a regular basis.