apple
Run Azure Functions with Python on Apple Silicon
If you are an Apple user and you want to build Azure Functions using Python, then you’ve been out of luck. The Azure Functions core tools don’t support Python functions on Arm64. There is a workaround, and this post shows you how. Arm64 support in Azure Functions Apple moved to an Arm64 …
Run an Ubuntu VM on your Mac with a single command
I recently needed to run Linux so I could test out what Python version was installed, and how to upgrade it for some documentation I’m creating. I don’t have a spare machine to set up as a Linux box, and didn’t want to use a Raspberry Pi, I wanted a clean Ubuntu install. My …
Installing Scikit-Learn on a Apple Silicon
At the end of last year I splashed out on a shiny new Apple MacBookAir with the M1 processor as I was fed up with an old Intel-based MacBookPro that was quite honestly crippled by corporate anti-virus software. Out the box this machine is amazing. It’s ridiculously fast, and lasts for ever on …
Favicons
After changing my avatars, I decided to update my Ghost blog to show my new avatar as the icon in the browser/bookmarks and springboard icon on iPhones/iPads. Coming at this with limited HTML/Web experience I had no idea where to start, so thought I’d write this as a guid to help anyone else …