• 1 Post
  • 27 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle


  • I’ve been using Windows personally and professionally since 3.1, and Windows 11 was the last straw that finally got me to jump over to Linux for my home PC. I hate what Windows has become but I’ve got a lot of history with it. My experience with Linux (Mint FWIW) has been as smooth as it ever was in Windows, neither of which was perfect. I’m a definite convert from Windows and would encourage most people to consider taking the leap themselves.

    I gotta disagree with you about modern Powershell and terminals in Windows, though. Good terminal? Windows Terminal has been around for years now. It’s fast and functional. Whether Powershell’s parameters are “sane” is probably a matter of taste, but I’m definitely willing to stick up for its usability. Yes, the parameter names are much more verbose, but they all get tab completion out of the box, and you don’t have to type the full names at all, just enough of the start of the name to be unambiguous. For personal automation scripts, I think Powershell is way ahead of Bash. Parameters get bound automatically without needing to write for/case loops with getopts. You can write comments at the top of the file that automatically get integrated into Powershell’s help system. Sending objects through the standard pipeline means you spend a lot less time and code just parsing text.




  • I really don’t understand the objection to using a terminal to get things done. It’s just a window that you can type text commands into. You don’t even have to come up with the commands on your own, you find the ones that solve the problem on the internet, copy and paste, and boom problem fixed. How is this different from looking up a solution to a Windows problem that walks you with a series of pictures through using Regedit or Group Policy Editor, only instead of pasting text into a terminal, you have to click through dozens of menus, trees, and tabs to find the setting you need to change? You’re still looking up solutions online in either case, but the Windows solutions require navigating windows with dozens of mouse clicks versus copying and pasting some text in Linux.