Using PowerShell over SSH, Twenty Years Later
mattmichie.com
Using PowerShell over SSH, Twenty Years Later
1–10 of 17 posts
Re: Using PowerShell over SSH, Twenty Years Later
#2Re: Using PowerShell over SSH, Twenty Years Later
#3Re: Using PowerShell over SSH, Twenty Years Later
#4The way microsoft just shipped openssh is one of the saner things they have done. I am still vaguely shocked they managed to resist the temptation to MSify it.
Re: Using PowerShell over SSH, Twenty Years Later
#5The way microsoft just shipped openssh is one of the saner things they have done. I am still vaguely shocked they managed to resist the temptation to MSify it.
Fun fact: They also ship curl.exe, which is different from curl in PowerShell, as the latter is an alias to Invoke-WebRequest. That's one of the insanest decisions they could make during one of the sanest ones.
Re: Using PowerShell over SSH, Twenty Years Later
#6The way microsoft just shipped openssh is one of the saner things they have done. I am still vaguely shocked they managed to resist the temptation to MSify it.
Fun fact: They also ship curl.exe, which is different from curl in PowerShell, as the latter is an alias to Invoke-WebRequest. That's one of the insanest decisions they could make during one of the sanest ones.
Lots of conflicting commands between UNIX, Powershell and classical cmd.
Thankfully it is still optional, not something shipping in the box.
Re: Using PowerShell over SSH, Twenty Years Later
#7Earlier quoted context omitted.
Fun fact: They also ship curl.exe, which is different from curl in PowerShell, as the latter is an alias to Invoke-WebRequest. That's one of the insanest decisions they could make during one of the sanest ones.
Unfortunately the recent decision to adopt coreutils is similarly bad. Lots of conflicting commands between UNIX, Powershell and classical cmd. Thankfully it is still optional, not something shipping in the box.
The only thing bad is that take. It's an optional package. It doesn't overwrite any cmd commands or Windows binaries be default. So the user can decide what to install and what to use. It gives full flexibility.
If you say that's a bad choice, I think you're more commenting on your inability to work with these tools, than the tools itself.
Re: Using PowerShell over SSH, Twenty Years Later
#8Earlier quoted context omitted.
Unfortunately the recent decision to adopt coreutils is similarly bad. Lots of conflicting commands between UNIX, Powershell and classical cmd. Thankfully it is still optional, not something shipping in the box.
It is bad because some commands that are in coreutils are conflicting with cmd commands or Windows binaries? The only thing bad is that take. It's an optional package. It doesn't overwrite any cmd commands or Windows binaries be default. So the user can decide what to install and what to use. It gives full flexibility. If you say that's a bad choice, I think you're more commenting on your inability to work with these…
As for my skills, I have been coding since 1986, and even though Windows is my main platform, I have used more UNIX flavours in all those years than most HN commmenters.
Re: Using PowerShell over SSH, Twenty Years Later
#9Maybe I’m old, I like to keep “software talk” for software and “people talk” for people.
Re: Using PowerShell over SSH, Twenty Years Later
#10The most mobile friendly site ever,… said no one.