Poll: Where do you live?
31–40 of 563 posts
Re: Poll: Where do you live?
#32Why does America get states and UK doesn't get England, Wales, Scotland and Northern Ireland?
Re: Poll: Where do you live?
#33I hope there is someone who knows how to code in this community to parse the results and do a nice visualization. I have a cousin who knows about computers, if noone knows here how to do it, I can ask him to try. He always helps me with my printer.
Re: Poll: Where do you live?
#34Earlier quoted context omitted.
California doesn't have to be the center for tech anymore as the world has shifted to a distributed workforce. The US doesn't, for that matter, and you can tell it's happening due to all of the new international investments. Edit with some sources: https://news.crunchbase.com/news/europe-vc-funding-unicorns-... https://asia.nikkei.com/Spotlight/Market-Spotlight/Venture-c... https://www.bloomberg.com/news/articles/202…
I have heard the hypothesis that the main reason Silicon Valley was able to grow is because non compete clauses are invalid in California. So people can start a side business competing with their employer, and only risk being fired (as long as they dont steal IP) They could also freely hop from company to company without waiting in between.
Re: Poll: Where do you live?
#35We could ask dang if he can share some stats if he’s allowed to. It’s an interesting question!
Re: Poll: Where do you live?
#36Pasting 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)
console.table([...document.querySelectorAll('.fatitem table .athing')].map(el => [el.textContent.trim(), el.nextSibling.textContent.trim()]).sort(([,a], [,b]) => parseInt(b) - parseInt(a)))Re: Poll: Where do you live?
#37Is Washington the State or DC?
Re: Poll: Where do you live?
#38Pasting 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)
Re: Poll: Where do you live?
#39Why does America get states and UK doesn't get England, Wales, Scotland and Northern Ireland?
Re: Poll: Where do you live?
#40I noticed that every single country/state, has at least one vote. Just for Ss & Gs, you should add "Greenland," and "Antarctica."