Risto_Saarelma comments on Open Thread, July 1-15, 2013 - Less Wrong

4 Post author: Vaniver 01 July 2013 05:10PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (342)

You are viewing a single comment's thread. Show more comments above.

Comment author: Risto_Saarelma 09 July 2013 06:52:29PM *  2 points [-]

If you want to be a programmer, you know the command line so that when the guy interviewing you for a job asks you how you'd remove all phone numbers from the bodies of 50 000 HTML files, you will say "use sed" instead of starting to sketch a 500 line C program that does directory traversal, input buffering and token lexing.

The command line isn't just a different command interface, it's an actual programming environment in itself, which the modern GUIs never are.

Comment author: Alsadius 10 July 2013 08:33:31AM 0 points [-]

I'm not going for comp sci jobs, I'm going for finance. Programming is a secondary skill, more used for Excel macros than general-purpose tasks. And virtually nobody uses Linux environments.

Comment author: Risto_Saarelma 10 July 2013 08:48:03AM 2 points [-]

Going for a field where Linux isn't used is a pretty good reason not to bother with it. You can cover the regexp/scripting-fu the linked article is talking about pretty well by just being handy with Perl or Python instead.