All posts
Building a basketball video analysis software tool random projects
Describes my 8 year journey to build some basketball video analysis software in rust and typescript
Embedded rust - comparing RTIC and embassy code electronics
Looking at the pros and cons of different approaches for running rust on STM32 microcontrollers
Adding comments with utterances random
Trying out comments via github issues
Headless bevy in a tauri app code gamedev
Use the bevy game engine as a headless backend for a tauri app, for fun and lols
3D printed flexure foot pedal project electronics
Designing a one-piece 3d printed foot pedal using mechanical flexures
Custom gaming foot pedals project electronics
I created a set of custom gaming foot pedals, basically because I had nothing better to do while in Covid isolation!
Optimising time to interactive, or rewriting my blog... again code random
What started out as experimenting with reducing the time to interactive resulted in me rewriting the blog... again. This time I've migrated to Zola.
CMOS analog clock random projects
A custom analog clock using CMOS components and LEDs for the digits
Tauri and Create React App Part 4 - Extending commands tutorials code
Part 4 of a tutorial for setting up Tauri (an electron alternative) and Create React App. Here we extend our hook and command to support multiple counters.
Tauri and Create React App Part 3 - Commands as hooks tutorials code
Part 3 of a tutorial for setting up Tauri (an electron alternative) and Create React App. Here we create a hook for invoking 'get/set' commands using the `useSWR` package.