it's so swag of me to have a dictionary word url on here. pretty much the only reason i log on is to look at my own url
One of the weirdest bits of interface I've ever seen in my life is in the `wslpath` utility, you use the `-w` flag to get a Windows style path, like "C:\Program Files\Docker". But those backslashes mess up some apps, and forward slashes are also valid. So to get forward slashes like "C:/Program Files/Docker", you pass `-m`. In other words `w` upside down. To turn the slashes upside down, you turn the argument name upside down.
This makes perfect conceptual sense yet makes me inexplicably angry