All posts

Morse Kodeboard - a Morse Code Keyboard

The Morse Kodeboard is a custom USB-HID keyboard that turns morse code into keyboard inputs.

Building a basketball video analysis software tool

Describes my 8 year journey to build some basketball video analysis software in rust and typescript

Embedded rust - comparing RTIC and embassy

Looking at the pros and cons of different approaches for running rust on STM32 microcontrollers

Adding comments with utterances

Trying out comments via github issues

Headless bevy in a tauri app

Use the bevy game engine as a headless backend for a tauri app, for fun and lols

3D printed flexure foot pedal

Designing a one-piece 3d printed foot pedal using mechanical flexures

Custom gaming foot pedals

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

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

A custom analog clock using CMOS components and LEDs for the digits

Tauri and Create React App Part 4 - Extending commands

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.