Blog Contents
- 4C starting notes 19 Jan 2022
A look at one of my new projects, putting my engineering skills towards a project tacking the ongoing climate crisis with a team at the University of Cambridge looking at verifiable carbon offsetting.
4c, blockchain, tezosI've been doing a bunch of reading and playing in the space of minimal computing in my spare time, and here's some thoughts on things I find interesting in the area.
assembly, macos, os, virtualization, x86
- Bytes not Bytearrays with Django please 27 Apr 2021
A quick look a unexpected nuanced interaction of Django's HTTPResponse object and Python's type system that caught me out.
development, django, python- Getting started with fuzzing your Django web app 10 Feb 2021
Not all software issues are in the code, here is a tale of how what clothes I was wearing impacted how well my app worked when used in the real world!
development, health, ios, location, testingA note on how you can use devcontainers to let you directly work on your code base in Visual Studio Code within a full dockerized production-like stack on your local machine.
development, docker- Your next Linux distrubtion: Windows 10? 12 Mar 2020
- Working with Wikibase from Go 26 Nov 2018
- Failure strategies vs Swift optionals 15 Jun 2018
How I disapproved of forced unwrapping optionals in Swift in general, but have made my peace with the existence of the operator in practice.
development, swiftSome notes on trying to keep the flexibile approach to data-structures within the safety net of a type-strict language like Swift.
development, swift