|
|
|
|
|
by sangnoir
1990 days ago
|
|
> I've been editing a tutorial one of my coworkers wrote that targets new Python users on Windows. From my findings, the grass is not greener. Maybe check the other other side (Linux) - I found the grass is greener there - at least for Python (and programming tools in general). I'm very comfortable on the command-line, and moving from a pure Linux environment to OS X & brew felt like a huge downgrade, followed by random annoyances that remind you you are using inferior, non-GNU utilities: $ ls my_dir -l
ls: -l: No such directory
Really - Mac OS? I know its minor, but that's just user-hostile and it happens every few weeks; I can't get over it. |
|
Well, you can switch to another ls in 10 seconds by "brew install gnutools" or some such.
Not to mention the same arguments could be made for FreeBSD, commercial unices, etc.
Come to think of it, I've been using Unix (including Linux) for 25 years, and never even occured to me to expect "ls my_dir -l" to work.