| |
|
Post Unlocked by Jeff Atwood♦
|
|
|
|
|
|
|
11
|
|
edited Dec 13 '08 at 19:51
|
30, 14
This question was "locked" just to make it disappear from the front page, but it seems to have had the opposite effect. It's still there constantly. This question is relevant on an ongoing basis, as the community grows and votes on it. Trying to just get it off your page is a function of a "hide" option to which the SO team needs to implement. Silencing the masses with some incredible "lock" power is quite annoying. Is SO becoming Digg?

Here are some statistics:
Sample size: 899
(1) Current age: avg 31.9 std.dev 9.8
(2) Age when started programming: avg 13.4 std.dev 5.0
(3) Year when started programming: avg 1994.6 std.dev 5.0
(4) Correlation between (1) and (2): 0.3
Althought a chi-square test should be done to check for a real dependence between the current age and the age at which people learned programming, the slightly positive correlation coefficient seems to suggest that younger people tend to learn at an earlier age than was possible for older people (this is intuitive, for availability of computers and free compilers has increased more and more in time).
The updated source code is here, improved with suggestions from dblack and others, and with a check for the date of last editing.
EDIT: Also it would be really interesting to normalize the age distribution against the percentage of the population who were programmers at the time each person started (or assume late teens). There seems a large drop at around 50 or so which would roughly correspond to the arrival of personal computers when these people were that age.
|
|
|
|
10
|
|
edited Dec 13 '08 at 14:42
|
30, 14
This question was "locked" just to make it disappear from the front page, but it seems to have had the opposite effect. It's still there constantly. This question is relevant on an ongoing basis, as the community grows and votes on it. Trying to just get it off your page is a function of a "hide" option to which the SO team needs to implement. Silencing the masses with some incredible "lock" power is quite annoying. Is SO becoming Digg?

Here are some statistics:
Sample size: 899
(1) Current age: avg 31.9 std.dev 9.8
(2) Age when started programming: avg 13.4 std.dev 5.0
(3) Year when started programming: avg 1994.6 std.dev 5.0
(4) Correlation between (1) and (2): 0.3
Althought a chi-square test should be done to check for a real dependence between the current age and the age at which people learned programming, the slightly positive correlation coefficient seems to suggest that younger people tend to learn at an earlier age than was possible for older people (this is intuitive, for availability of computers and free compilers has increased more and more in time).
The updated source code is here, improved with suggestions from dblack and others, and with a check for the date of last editing.
EDIT: Also it would be really interesting to normalize the age distribution against the percentage of the population who were programmers at the time each person started (or assume late teens). There seems a large drop at around 50 or so which would roughly correspond to the arrival of personal computers when these people were that age.
|
|
|
|
9
|
|
edited Dec 5 '08 at 21:54
|
30, 14

Here are some statistics:
Sample size: 892
899
(1) Current age: avg 31.8 31.9 std.dev 9.7
9.8
(2) Age when started programming: avg 13.4 std.dev 5.0
(3) Year when started programming: avg 1994.6 std.dev 5.0
(4) Correlation between (1) and (2): 0.3
Althought a chi-square test should be done to check for a real dependence between the current age and the age at which people learned programming, the slightly positive correlation coefficient seems to suggest that younger people tend to learn at an earlier age than was possible for older people (this is intuitive, for availability of computers and free compilers has increased more and more in time).
The updated source code is here, improved with suggestions from dblack and others, and with a check for the date of last editing.
EDIT: Also it would be really interesting to normalize the age distribution against the percentage of the population who were programmers at the time each person started (or assume late teens). There seems a large drop at around 50 or so which would roughly correspond to the arrival of personal computers when these people were that age.
|
|
|
|
8
|
|
edited Dec 5 '08 at 21:43
|
Here is the quick & dirty source code. EDITare some statistics:Can someone add Sample size: 892(1) Current age: avg 31.8 std.dev 9.7(2) Age when started programming: avg 13.4 std.dev 5.0(3) Year when started programming: avg 1994.6 std.dev 5.0(4) Correlation between (1) and (2): 0.3Althought a chi-square test should be done to check for a real dependence between the graphs below current age and the average YEAR age at which people learned programming, the slightly positive correlation coefficient seems to suggest that younger people started coding?tend to learn at an earlier age than was possible for older people (this is intuitive, for availability of computers and free compilers has increased more and more in time). The updated source code is here, improved with suggestions from dblack and others, and with a check for the date of last editing. EDIT: Also it would be really interesting to normalize the age distribution against the percentage of the population who were programmers at the time each person started (or assume late teens). There seems a large drop at around 50 or so which would roughly correspond to the arrival of personal computers when these people were that age. Answer: I didn't mean to start a statistical institute :D Anyway, all can be done, but at this point the code is not complete. What it misses is it doesn't parse the date and time of last editing. If you have the current time, the ages and the date of editing you can provide a reasonable statistic of the current ageand of the year at which S.O. users started programming; otherwise you cannot, i.e. statistics will become biased in a few months. If I have time tonight I will write some code for the final Enterprise Edition, merging with the code provided in this answer. Update by dbBlack (see post below)He asked to edit his result over here but haven't enough reputation to edit.
|
|
|
|
7
|
|
edited Dec 5 '08 at 20:26
|
30, 14

Here is the quick & dirty source code.
EDIT: Can someone add to the graphs below the average YEAR that people started coding?
EDIT: Also it would be really interesting to normalize the age distribution against the percentage of the population who were programmers at the time each person started (or assume late teens). There seems a large drop at around 50 or so which would roughly correspond to the arrival of personal computers when these people were that age.
Answer: I didn't mean to start a statistical institute :D Anyway, all can be done, but at this point the code is not complete. What it misses is it doesn't parse the date and time of last editing. If you have the current time, the ages and the date of editing you can provide a reasonable statistic of the current age and of the year at which S.O. users started programming; otherwise you cannot, i.e. statistics will become biased in a few months. If I have time tonight I will write some code for the final Enterprise Edition, merging with the code provided in this answer.
Update by dbBlack (see post below)
He asked to edit his result over here but haven't enough reputation to edit.
|
|
|
|
6
|
|
|
30, 14

Here is the quick & dirty source code.
EDIT: Can someone add to the graphs below the average YEAR that people started coding?
EDIT: Also it would be really interesting to normalize the age distribution against the percentage of the population who were programmers at the time each person started (or assume late teens). There seems a large drop at around 50 or so which would roughly correspond to the arrival of personal computers when these people were that age.
Answer: I didn't mean to start a statistical institute :D Anyway, all can be done, but at this point the code is not complete. What it misses is it doesn't parse the date and time of last editing. If you have the current time, the ages and the date of editing you can provide a reasonable statistic of the current age and of the year at which S.O. users started programming; otherwise you cannot, i.e. statistics will become biased in a few months. If I have time this weekend tonight I will write some code for the final Enterprise Edition, merging with the code provided in this answer.
|
|
|
|
5
|
|
|
30, 14

Here is the quick & dirty source code.
EDIT: Can someone add to the graphs below the average YEAR that people started coding?
EDIT: Also it would be really interesting to normalize the age distribution against the percentage of the population who were programmers at the time each person started (or assume late teens). There seems a large drop at around 50 or so which would roughly correspond to the arrival of personal computers when these people were that age.

Here
Answer: I didn't mean to start a statistical institute :D Anyway, all can be done, but at this point the code is not complete. What it misses is it doesn't parse the quick & dirty source date and time of last editing. If you have the current time, the ages and the date of editing you can provide a reasonable statistic of the current age and of the year at which S.O. users started programming; otherwise you cannot, i.e. statistics will become biased in a few months. If I have time this weekend I will write some code for the final Enterprise Edition.
|
|
|
|
4
|
|
edited Dec 2 '08 at 20:02
|
30, 14
EDIT: Can someone add to the graphs below the average YEAR that people started coding?
EDIT: Also it would be really interesting to normalize the age distribution against the percentage of the population who were programmers at the time each person started (or assume late teens). There seems a large drop at around 50 or so which would roughly correspond to the arrival of personal computers when these people were that age.

Here is the quick & dirty source code.
|
|
|
|
3
|
|
edited Dec 1 '08 at 23:18
|
30, 14
EDIT: Can someone add to the graphs below the average YEAR that people started coding?

Here is the quick & dirty source code.
|
|
|
|
2
|
|
|
30, 14

Here is the quick & dirty source code.
|
|
|
|
1
|
|
answered Nov 30 '08 at 1:37
|
30, 14

|
|
|
| |
|
Post Made Community Wiki by Community♦
|
occurred Nov 30 '08 at 1:37
|
|
|
|
|