So Windows 10 Anniversary is out and it brings with it Containers! Most likely if you’re like me and already interested in docker, you’ll have...
Today I tidied up a PowerShell module that I’ve been using myself for ages and pushed it to PSGallery. It’s a pretty simple module that scratches...
Deciding I needed to learn more about docker and finally start using it, I decided to give it a little try. Docker on Windows… not so quick A recent...
One thing that quickly annoyed me was typing ‘which’ in my powershell console and getting an error: [crayon-6286615869a5f870801438/] Why would...
One of the things that winds me up about reporting of accidents in the news is the use of the word “shock”. A recent example is a report that...
The games industry is changing the way games are funded and released. There are not loads of new options for how you can get hold of the newest games,...
As part of my banking with ABN Amro I get a credit card managed by ICS Cards. The single most annoying thing about ICS Cards is that they don’t provide...
After a while working with a computer it’s not unusual for my %PATH% environment variable to become messy. It tends to contain wrongly formatted...
There is a great engineering aphorism to “Keep It Simple Stupid!”, the KISS principle. Many developers often confuse easy and simple; I’ve...
One of the big issues I have when writing Powershell functions is that there’s all these little structures and patterns to do things. So I thought...