Live data from Hacker News

Poll: Where do you live?

news.ycombinator.com

61–70 of 563 posts

Re: Poll: Where do you live?

#61
This thread would be way more useful if one of the HN mods were willing to share (a maybe obfuscated) traffic snapshot of the site.

As it stands we're gonna get: who on HN bothers to comment on a poll. :)

Re: Poll: Where do you live?

#66
post #36
post #25

Pasting this in dev console will give you a quick and dirty rundown. It sorts locations by points. [...document.querySelectorAll('.fatitem table .athing')].map(el => [el.textContent.trim(), el.nextSibling.textContent.trim()]).sort(([,a], [,b]) => parseInt(b) - parseInt(a)).map(a => a.join(' - ')) As of this post, California is leading, followed by other places w/ large tech hubs (Germany, UK, Canada, NY, Washington)

This is begging for a console.table console.table([...document.querySelectorAll('.fatitem table .athing')].map(el => [el.textContent.trim(), el.nextSibling.textContent.trim()]).sort(([,a], [,b]) => parseInt(b) - parseInt(a)))

[deleted]

Re: Poll: Where do you live?

#69

Why does America get states and UK doesn't get England, Wales, Scotland and Northern Ireland?

It's like on the reddit wars:

- Americans = stupid, can't tell where Lithuania is

- Americans respond: name all states!

- Europeans respond: name all regions of all European countries

You're right, regions like London, Bristol, Berlin, Paris, Madrid, Bracelona, Frankfurt, Munich, Warsaw, Cracov, Wroclaw should have separate options

Post reply on HN