2 February 2025
Expand, for the good of your peers
Some thoughts on mindfulness and organisations
21 March 2023
Syntax highlighted text editor using Hiccup
A really small implementation of a syntax highlighted editor without using any frameworks.
21 March 2023
Hiccup: Representing the DOM with arrays
Demonstrating how absurdly simple it really is to modify the DOM in a somewhat declarative way.
4 April 2022
I read Liu Cixin's book. I implemented the basic idea in Clojurescript. It's quite mesmerising.
7 March 2021
A polyphonic synthesizer with ADSR envelope
Just having some more fun with WebAudio. The code for this is more interesting than the result.
18 February 2021
A small problem with my drawsynth experiment
Just pontificating about WebAudio experimentation.
14 February 2021
WebAudio experiment whereby you can draw the waveform. It's a bit broken I think, on some browsers.
13 February 2021
It's a cube in WebGL. I wrote the code to create the transformation matrices in C and compiled them to WebAssembly for fun (without Emscripten).
6 February 2021
What's dangerous about dangerouslySetInnerHTML?
Just pontificating about some React prop.