- Weeknotes: 1st May 2023 1 May 2023
- Weeknotes: 24th April 2023 24 Apr 2023
- Weeknotes: 17th April 2023 17 Apr 2023
- Weeknotes: 11th April 2023 11 Apr 2023
- Weeknotes: 27th March 2023 27 Mar 2023
- Building search with Server-Side Swift 21 Aug 2022
Some notes from my first experiments in writing a light-weight server-side Swift project, as I build a search-engine for my various websites.
- Sharing code in multi-target swift package 17 Aug 2022
How to make a SPM project that contains multiple executables using shared code, without adding another project.
Taking the batch processing I was doing with geospatial data in the last post and instead doing the same visualisation in real time on the GPU using shaders.
- 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.
Some notes on trying to keep the flexibile approach to data-structures within the safety net of a type-strict language like Swift.