Live data from Hacker News

Poll: Where do you live?

news.ycombinator.com

201–210 of 563 posts

Re: Poll: Where do you live?

#201
post #148

Earlier 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…

Quoted post unavailable.

[deleted]

Re: Poll: Where do you live?

#203

Earlier quoted context omitted.

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.…

Thank you, that oncor website seems to be available to me. I was browsing around some news article that seemed to echo the same sentiment, tried to access the source data myself and couldn't, so made an assumption. That was an error on my part and I'm sorry for that. Thank you for providing a better source that seems accessible worldwide.

> so made an assumption

You shared lies and slandered a state suggesting its a third world country based on false data.

Re: Poll: Where do you live?

#205
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)))

More efficient, uses integers, and sortable in the table:

   console.table([...document.querySelectorAll('.fatitem table .athing')].map(el => ({place: el.textContent.trim(), score: parseInt(el.nextSibling.textContent)})).sort((a, b) => b.score - a.score))

Re: Poll: Where do you live?

#208

I think of Silicon Valley not so much as a geographic region any more, but rather a way of working, that has been exported all over the world now.

The Silicon Valley way of working assumes the unique culture of the western US in which it developed, which exists independent of tech. While the ways of working are straightforward, it is difficult to export the social context in which they evolved and the expectations built into that. This is the hidden assumption of the Silicon Valley way of working.

I believe one of the reasons Seattle emerged as the second tech juggernaut city, versus another random metro in the US, is that it shares the same western US culture as Silicon Valley and therefore could adopt Silicon Valley's methods unmodified and expect similar results. In other parts of the world, and even in e.g. the eastern US, the impedance mismatch between the Silicon Valley way of working and the socio-cultural milieu are pretty visible.

Re: Poll: Where do you live?

#209

HN is definitely not SV only, but I often observe discussions where folks involved write something country-specific, do not state where they live, and assume implicitly everyone in discussion lives in the same country, they understand the context, and the way things work in their country is the only possible way.

I love it when people do that because almost always someone else will post a counter example that disproves those assumptions. Learned a lot of facts about other countries here because of this and I try to provide examples from my own country as well whenever possible.

Re: Poll: Where do you live?

#210

Earlier quoted context omitted.

That’s nice in theory and likely a factor over some areas. The primary differentiator is a culture of local access to VC funding. It explains both the timeline and geographic distribution.

The concentration of VC funding didn't happen before the local tech companies. It happened because of the local tech companies.

It happened simultaneously, they required eachother in lockstep.

Shockley was the spark that set SV on fire (not HP). By chance he ended up in the SV area, moving from New Jersey to Mountain View because his ill mother lived in Palo Alto. Beckman Instruments provided the capital for Shockley to start his company, which led to Fairchild (also formed by outside capital) and off it went.

Those companies would not have existed without the venture capital that made them possible. Shockley was not going to bootstrap his company, and the traitorous eight were similarly not going to leave without significant financial support courtesy of Fairchild Camera.

Post reply on HN