|
|
|
|
|
by oblio
2494 days ago
|
|
"Worse is better" is not some absolute truth or philosophy and *NIX has won: Android, MacOS, WSL. There's no real alternative for many profesionals, if they want to be employable. Maybe we should accept this fact and try to make everyone's life easier than be stuck up and push people away. There's no law that says that Unix tools can't be extended. And heck, basic POSIX tools violate so many Unix principles... |
|
I don't write complex scripts in shell anymore because it's insanity. But ad-hoc loops and crap like that... hell yeah. At least a few a day. Sometimes dozens.
People need to be reminded, I think, that shell isn't a programming language first. It's a user interface. And when I look at Powershell scripts and other things of that nature and think about living in Powershell day in and day out I don't see the big pay-off over something like fish.
'Is this going to make it so I can get my work done faster?'
'Is this going to be more pleasant to use as a primary interface for a OS?'
When I go into fish or zsh and use curl to grab json and 'jq' to get a idea of how to use the API in python or node...
versus running 'curl' in powershell against some random API I have never used before..
I get the distinct impression that 'This is fucking garbage' in that It would take me a lot longer to figure out how to use powershell in a useful way then the time I would save by doing so in the long run.