Month: September 2024


  • Disclaimer: I wrote all of this around 10 months ago. I meant to try it again to make sure it was reproducible, but didn’t get around to it. Even unfinished, I think there’s useful information in here, so I’m posting this today to cohost (which shuts down at the end of the month) as well…

  • I like that in powershell I can use Add-Type to mix in c# code but it ends up being a bit awkward to use c# on the fly – I have to write a big string containing the c# code I want to run, and there’s no autocompletion support for that. what i’d really like…