What order is this list?
Poll: Where do you live?
191–200 of 563 posts
Re: Poll: Where do you live?
#192Anyone in Sydney want to go for a beer?
Re: Poll: Where do you live?
#193Earlier quoted context omitted.
Texas is without power at the moment.
Thought you were joking at first, how can an entire state be without power? But seems you're right, how the hell does that happen in a first-world country? Tried to access some dashboards that are supposed to show some data, but not sure if I can't access it because I'm not in the US/Texas or if it's down as well (because they don't have power?) - https://www.ercot.com/gridmktinfo/dashboards - https://www.ercot.com/g…
An interesting note is that Texas has its own power grid, more or less, and it isn't federally regulated.
more info: https://en.wikipedia.org/wiki/Texas_Interconnection https://slate.com/news-and-politics/2003/08/why-texas-has-it...
Re: Poll: Where do you live?
#194Pasting 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(Object.entries([...document.querySelectorAll('.fatitem table .athing')].map(el => [el.textContent.trim(), el.nextSibling.textContent.trim()]).reduce((rv, [a,b]) => {var key = a.split(": ")[0]; rv[key] = rv[key] || 0; rv[key] += parseInt(b); return rv;}, {})).sort(([,a], [,b]) => parseInt(b) - parseInt(a)))
'US' 959
'Canada' 114
'United Kingdom' 96
'Germany' 96
'France' 35
'Netherlands' 30
'Sweden' 30
'Poland' 24
'Brazil' 24
'Denmark' 19
'Switzerland' 18Re: Poll: Where do you live?
#195Too many options. I'd have found a continent poll more interesting, I bet many will just not bother scrolling.
But if it makes you feel better, I'm sure someone will whip up a regex or perl oneliner to get to the row data and then sort/aggregate it in 20 different ways, or color a heatmap, or in any style of chart you prefer.
Re: Poll: Where do you live?
#196I 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?
#197Earlier quoted context omitted.
Thought you were joking at first, how can an entire state be without power? But seems you're right, how the hell does that happen in a first-world country? Tried to access some dashboards that are supposed to show some data, but not sure if I can't access it because I'm not in the US/Texas or if it's down as well (because they don't have power?) - https://www.ercot.com/gridmktinfo/dashboards - https://www.ercot.com/g…
ERCOT doesn't do power delivery, you wouldn't see how many people are without power by checking out ERCOT. You would want to look at one of the several power delivery companies, such as Oncor. https://stormcenter.oncor.com/ They show 7,073 customers affected by outages out of 3,835,901 customers served. That's 0.18% of customers affected. Texas-New Mexico Power is another power delivery company in Texas. https://www.…
Re: Poll: Where do you live?
#198Re: Poll: Where do you live?
#199Re: Poll: Where do you live?
#200Earlier quoted context omitted.
There's also ' (apostrophe) for "quick find, in hyperlinks only". I sorely miss it when using Chrome.
Firefox's quickfind behavior is a solid 25-30% of why I never switched to chrome.