Hot answers tagged demographics
20
Find users in Iceland: Google - site:stackoverflow.com inurl:users "iceland"
Find users in Atlanta: Google - site:stackoverflow.com inurl:users "Atlanta"
Of course that only works for those who explicitly stated "Iceland" in their profile :)
19
Here are the per capita results (full data and sources listed below). Update: @Pang has produced a visualization: http://jsfiddle.net/T8m4s/embedded/result/ -- Snapshot here:
Note that California doesn't even make it onto the top 10 (it ranks at 13th place), and New York just barely makes cut for top 10.
Washington DC [8.2%]
Washington State [4.8%]
...
7
I like this more than other social networking-esque feature requests like friends and groups. This would allow you to search for those in your area, and then if they have websites and emails to connect with them that way. I am a big proponent of keeping the facebookiness and myspaceiness off StackOverflow as much as possible.
5
Favourite thing on SE sites
24% Drawing freehand circles
22% Unicorn avatars
17% Waffles
14% Jon Skeet
11% Friday in Iceland
-6% Down voting anything that mentions down votes
4% Asking questions on the wrong site
4
Using the data compiled by Ben Lee, I wrote a program to make this graph:
The two blobs at the bottom are AK and HI; the blob on the right is DC. I did it using this python program:
import sys
from PIL import Image
def floodfill(img, seed, color,state,n):
im = img.load()
work = [seed]
start_color = im[seed]
while work:
x, y = ...
3
This could prove useful, as you could cross reference with the the "I'm open to employers (not recruiters) contacting me" to give functionality:
Employers can search for candidates near them
Users could restrict that only employers in their country/county/etc. can contact them
Maybe at a future point in time extend this to go down to postal/zip code?
2
Try using statoverflow sandbox.
http://statoverflow.com/sandbox/
You just have to get the SQL right. For instance this:
select * from users where location like 'M%X%'
Would bring most of SO from Mexico ( and some extra from Texas but since it was Mexico once, I guess it's ok )
2
This is intended to be a worldwide service, and all of our location fields are fully world-aware, so yes.
As to how many there will be, I cannot say, but it is our intention to be worldwide.
(with the inevitable caveat that we have no immediate plans to localize the UI)
update: employer search stats now available:
1
Here is a query for some key statistics about the top users:
http://odata.stackexchange.com/stackoverflow/s/616/users-statistics-top-users
It shows the number of received votes and accepts as well as the number of edits these users did to other peoples posts.
On first sight it's not very conclusive, though. For deeper insights some more analysis of ...
Only top voted, non community-wiki answers of a minimum length are eligible