Recent Posts

Load nvm on-demand

nvm startup is slow on WSL. This is WSL’s fault, not nvm’s. All the process forking in nvm’s startup is slow. My work machine’s corporate virus scanner mi...

Powershell Script Boilerplate

I’m a big fan of PowerShell, but scripts can require some annoying boilerplate. Here’s what I’m using lately for new scripts: #!/usr/bin/env pwsh param( ...