Recent Posts

Backing up my main WSL2 Linux session

10 minute read

Backing up my main Linux session TL;DR: I wrote a PowerShell script named backup-wsl2.ps1 to backup a Linux distribution. You can run like this: .\backup-wsl...

Using PowerShell to convert VTT to SRT

5 minute read

Converting between VTT and SRT So I have to convert between VTT and SRT a few times a year. I’m lazy and forgetful so I decided to script the tasks with Powe...