Eliezer_Yudkowsky comments on Public Service Announcement Collection - Less Wrong

37 Post author: Eliezer_Yudkowsky 27 June 2013 05:20PM

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

Comments (328)

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

Comment author: JoshuaZ 27 June 2013 05:37:37PM *  4 points [-]

There are many many more submissive/masochistic men in the world than there are dominant/sadistic women

My guess is that this is true, but I'd be curious what the evidence is other than anecdote. Also, I wonder in the long-term how this will change. In popular media depictions, dominant females and submissive males are a common theme, so if people's sexuality is influenced by what they see/imprint at a young age (which is a standard hypothesis to explain fetishes), one would expect this to possibly change over time.

If you are smart and underemployed, you can very quickly check to see if you are a natural computer programmer by pulling up a page of Python source code and seeing whether it looks like it makes natural sense, and if this is the case you can teach yourself to program very quickly and get a much higher-paying job even without formal credentials.

I don't agree with this one. Python is one of the easiest languages to read certainly, but there's still enough conventions used in programming languages that someone could be a very good programmer with small amounts of training and have this not happen. This sounds possibly like an illusion of transparency or typical mind fallacy.

Comment author: Eliezer_Yudkowsky 27 June 2013 05:58:30PM 6 points [-]

I learned to program at age 5 by typing BASIC programs from a booklet into a computer with 4K of RAM that didn't have its tape drive and so had to be reprogrammed each time it was turned on. After a short while I started typing in programs that weren't in the booklet.

If you have Programming 3 as a character trait, code in a language like Python should just make sense the first time you see it, and from there to an entry-level programming job will be a very short trip. If you have Programming 1, you can learn to program by taking classes on it, but then it's not a short trip to a programming job. The idea here is that there's a large class of underpaid people who can become entry-level programmers almost instantly, and that "look at a page of Python code" is a cheap test which will uncover many of them very quickly.

It would be nice to have a standard page of code for this purpose. For that matter, it'd be nice to have a public-facing website with the "Are you a natural programmer?" test which directed people to one of those programming-in-six-weeks-for-natural-talents thingies.

Comment author: ShardPhoenix 28 June 2013 04:05:17AM *  2 points [-]

Thoughtworks' interview process involved a test which I thought did a great job of testing programmatic thinking while not requiring previous knowledge of anything beyond arthimetic. Unfortunately it's not publically available, but I may write up a couple of similar questions.

Comment author: shminux 27 June 2013 06:06:30PM *  0 points [-]

If you have Magery 3 in programming

.. then this PSA does not apply to you, as you would have been programming already, given the abundance of situations where you accidentally step into programming, from Lego Mindstorms to the javascript in "view page source" in your browser. Do you know any M3 programmer who did not know that until the age of, say, 18?

EDIT: Huh, may have worked for at least one person here, though probably not an M3.

EDIT2: The parent was edited after I replied, so this reply may look out of context.

Comment author: fubarobfusco 27 June 2013 10:13:18PM *  8 points [-]

given the abundance of situations where you accidentally step into programming

These only exist in particular socioeconomic situations. Most parents do not buy Lego Mindstorms for their kids.

Consider that Apple II in 1977. It cost $1300; the median income in the U.S. was $11884. The median income in 2011 was $48152, so imagine a working-class family buying a $5200 computer for their kid to mess around on. Not likely! So not many working-class kids would have one.

Today, fortunately, you can get a more powerful computer today for $25 — a Raspberry Pi. The socioeconomic situation for learning computing has changed.

It's very easy for people to mistake their skills acquired through long and heavy practice for "natural talent" ... especially if the practice didn't feel like practice at the time, but felt like play. An unfortunate consequence of this is that people who have those skills may tend to see people who don't have them, or who don't acquire them rapidly, as lacking natural talent.

Or, to put it in Eliezer's tabletop role-playing vocabulary: you have to earn the experience points before you can spend them on character traits.

Comment author: Halfwit 27 June 2013 06:34:11PM *  1 point [-]

I edited because the code I looked at seemed to be atypical, comparing it to what others have posted. No, I don't think I'm M3 at all--though my father probably is, as he picked up programming in his twenties and knows many languages. As I had expected the code to look like nonsense, I was merely surprised I could get some idea about what was going on. My prior for being able to get a programming job with <300 hours of dedicated practice is low, but it could be something to investigate as a hobby.