Intro
[Read More]
Resolve deadlock when using TaskCompletionSource
MMALSharp is a library I maintain for the Raspberry Pi camera module. It’s been an important goal of mine to make the library asynchronous so that it can be used within a GUI application without blocking user interaction.
[Read More]
Using the VSTS REST API with ASP.NET Core
Over the last 12 months I’ve been maintaining an in-house Xamarin app builder wizard that I wrote in ASP.NET Core which helps streamline the building and deploying of Android and iOS applications. I’ve written a few blog posts in the past about this project, but never explained how the VSTS...
[Read More]
Raspberry Pi 4 OpenGLES 1.1 support
On Monday 24th June 2019, the Raspberry Pi 4 was announced. This new release of the popular single board computer features a significant upgrade from the previous model 3B+ and is available in 1GB, 2GB and 4GB variants. I bought a 2GB model with the goal of getting Enemy Territory:...
[Read More]
Update June 2019 - Install Enemy Territory on a Raspberry Pi
Back in October 2018 I wrote an article on how to get Enemy Territory installed on a Raspberry Pi with support for this game being possible using the new experimental OpenGL driver. I believe shortly after the article was written that some changes may have broke the install process and,...
[Read More]