10 Aug 2024
·
Swift
·
ml
I made my first attempt at wrapping a Deep Learning model in Swift, to be deployed on iPad. However, it was super slow. I tried some things to speed it up, and got somewhere acceptable eventually.
02 Aug 2024
·
software-dev
·
Rust
Repo
·
Release
A simple state machine definition language to elevate laboratory experiment control.
30 Sep 2023
·
Python
·
ml
Labbooks are for desk people too.
02 Sep 2023
·
software-dev
·
how-i-fixed
Want to containerise your tests? Watch out!
21 Aug 2023
·
software-dev
·
Python
·
ml
·
how-i-fixed
I've used Rust's Rocket.rs library for building web APIs, but wanted something pythonier: FastAPI. Some teething trouble at first, but on the whole going well so far!
09 Aug 2023
·
software-dev
·
C
·
Python
The power afforded by assembly is astounding; the skill required to wield it properly moreso. This is a tale of GameBoys, CPU emulation, and learning assembly.
25 Jun 2023
·
Sustainability
Electric motor vehicles (EVs) are being ushered in as the one true motor vehicle of the future and internal combustion engines (ICEs) are the thing of the past. Fossil fuels need to be phased out, electric vehicles are one part of that. Biofuels present a carbon-neutral way of powering our vehicles, without straying from ICEs. Why are we forgetting biofuels in all this rush to net-zero?
10 Feb 2023
·
software-dev
·
Rust
Repo
·
Alpha
Image classification and regression annotation tool.
09 Feb 2023
·
software-dev
·
Python
·
ml
·
Rust
Annotating images is time consuming and boring. Maybe there's a better way...
04 Jan 2023
·
Rust
·
games
·
software-dev
Bevy (ECS driven Rust game engine) supports iOS, but not without some tinkering.