Posts
You can subscribe to this feed.
One of my favorite texts
Pondering Philip Larkin's The Trees after a holiday.
Emulating I2S on STM32F103
How to use SPI and a timer to emulate I2S
Fastest GPIO Read Speed on STM32F103 (Tight Loops vs DMA)
Running 4 benchmarks to measure the clock cycles it takes to perform a GPIO burst read.
Accidentally bricking an STM8S
Be careful setting that option byte!
Programming AVR chips with an Arduino
A quick reference guide programming any AVR microcontroller using any Arduino as an ISP.
Remapping a third-party Switch Controller
A while back, I bought a third-party Taiko switch controller to play Taiko no Tatsujin, but it sucked so I tried to use it to play Osu! on Linux.
Free Continuous Deployment for Reagent Apps with Glitch
Simple setup deploying ClojureScript applications using Github Actions and Glitch
Testing the p5.cljs editor
Getting Jest to play well with Vite, React and Markdown
The Best String Compression in JavaScript
A mini comparison of some string compression algorithms
Learning ClojureScript with P5.js
Creative Coding tutorial in ClojureScript
Creative Coding with Generative Colors in 3 Levels
Beginning a journey of creative coding with color
Creative Coding with Circles
I coded circles everyday for a month and this is what I came up with.
Atomic Counters in OpenFrameworks
Counting inside shaders