|
|
|
|
|
by qchris
2040 days ago
|
|
I was discussing this with someone yesterday. A materials engineering PhD candidate, who took an engineering coding class during undergrad, but found everything so complicated that she never looked back and actually learned how to write a script. She's not alone, and it's frustrating to see the number of otherwise highly-educated people who seem handicapped in certain tasks because corporate vendors like Microsoft, Mathworks, and (maybe to a lesser degree) Apple create a situation where they're unaware that there's a free, native paradigm where writing a little bit of code isn't a pain in the butt. I myself didn't really consider how I could use code to speed up mundane tasks until I was forced to copy files over from an embedded Linux system over bash. The introduction from "open up a terminal, and type these commands in, which does these things" to "now just put those commands in a file called script.sh and type ./script.sh, and it will do the thing automatically" was eye-opening, at 22 years old. Looking back, it's the exact same problem that resulted in a company I used to work for doing 100s of GB of data processing in Excel, because writing Excel macros was more accessible than writing a bash script to append two .csv files. I think a lot of kids would probably really be attracted to it as well. Linux gives you control over your computing environment, in a world where children rarely have any autonomy. I don't think every one of them needs to grow up to be a professional developer, but computer literacy seems like a hugely valuable skill. |
|
I think it’s unfair hitting the Mac on this front though. Automator is an incredibly easy to use desktop automation tool, and of course you’ve got Bash, Ruby and Python right there just the same as on Linux. They have also invested heavily in work flow automation tooling for iOS.