08 Feb 2022
·
software-dev
·
ml
·
Python
Repo
·
Released
Script to visualise structure of ML model, aiding in design.
08 Feb 2022
·
software-dev
·
MacOS
I'm developing an app and need to package it so it can be shared, here's what I've learned about packaging Windows and mac apps.
03 Feb 2022
·
software-dev
·
Rust
What? No parentheses around conditions?!
28 May 2021
·
ml
·
software-dev
·
Python
·
PyTorch
Metrics are used in machine learning to gauge how well a model is performing; in this post I discuss some of the terminology and how to calculate the metrics using `Pytorch`/`torchmetrics` and displayed using the excellent `tensorboard`.
13 May 2021
·
ml
·
Python
·
PyTorch
Working with real data when segmenting images
27 Apr 2021
·
software-dev
·
C++
Refactoring a codebase of ~16k SLOC just to change a name; is it worth it?
27 Apr 2021
·
games
·
software-dev
·
C++
·
OpenGL
A physics engine simulating a bunch of balls bouncing about turned into a game engine.
17 Jul 2020
·
software-dev
·
C++
·
MacOS
Apple's SMC is the interface between the sensors on a mac and the OS, however this API is private and not publicly documented. Here's my journey into the various forum posts and other efforts which have uncovered the secrets of the SMC.
11 Jul 2020
·
games
·
software-dev
·
C++
I think I was biting off a bit too much. Time to trim down the scope a wee bit!
11 May 2020
·
games
·
software-dev
·
C++
Àite is a game I've been working on the last few weeks, thought I'd share some ramblings about the process so far.