Windows

Starting ssh-agent in Windows PowerShell

2 minute read

As someone who works mostly on Linux, there seem to be a multitude of issues for me to stumble over when having to use Windows. Using ssh in Windows PowerSh...

Building and testing Raku in AppVeyor

21 minute read

Trying to get an old Raku project up and running again led me down a deep rabbit hole. I ended up working out how to set up, build, and test Raku projects on...

Installing MinGW doesn’t suck anymore

14 minute read

Recently a PhD student at the institute where I work wanted to use make and gfortran on a Windows box without having to install Cygwin in order to compile a ...

Windows Git Installation

16 minute read

A version control system is fundamental to the work of anyone developing software, whether it be scientific software or not. This is one of the fundamental ...