Earlier quoted context omitted.
I travel to Hong Kong every few years to visit family. Each time, there are more MTR stations--and on some occasions, entirely new lines. The MTR is just as complex as BART, if not moreso. I think it's worth considering why some places can build things like a metro fast, but others can't.
before they build a new station.... do they do environmental impact studies? was enough time given for the study to complete and people to challenge the results? possibly with another study? are there community meetings to discuss the impact? does everyone in the area have a chance to voice their opposition at an open hearing? do all workers on the construction team have strict safety regulations? require certified t…
Questions
201–210 of 493 posts
Re: Questions
#202> Why are there so many successful startups in Stockholm? Several reasons. First, you need to recognize that any Sweden-based startup will, when it gets to be known internationally, have a Stockholm-based office. So it's not about a city of 1 million inhabitants, it's a country of 10 million that's the true number here. As an example, I believe Spotify opened their original offices in both Stockholm and Göteborg more…
I think Stockholm does have more startups than the rest of Sweden, though, so there is probably more to it. The article understates the size of Stockholm a bit though. As measured by urban area it’s a city of 2.5 million.
The former hosts ABB and has tons of robotics related research, the latter has one of the major universities. The startup scene is smaller in Västerås than in Uppsala though.
Uppsala produced Klarna and Skype, Västerås produced Pingdom, to name some.
Re: Questions
#203"Why are certain things getting so much more expensive?" Because we are lying about inflation. It's not a conspiracy, just a mutually agreed-to delusion. By pretending inflation is lower than it is, the poor feel like they are standing still instead of sinking ...though instinctively they know. And the people just keeping up get to feel richer. Since technology and efficiency improve, the people staying in the same p…
Re: Questions
#204Earlier quoted context omitted.
I agree regarding the symptoms, but am less convinced that run-time efficiency is the sole (or perhaps even major) cause. If it were, I'd argue that we'd see less usage of, e.g. , Python. I don't know the true cause -- I wish I did. But I do do see a trend towards an ever more "hands-off" style of software development: large volumes of automated (especially unit) tests in preference to interactive approaches (or hybr…
Sometimes I do work this way in the repl - usually when I have little confidence I even understand how to fit together a new library or API call. But if you spend more time in the repl building a data structure and interactively iteratively testing your function, when it is all finished all you have checked into source control is a function, not the tests. You have to then write the tests. In a lot of cases its faste…
(The fine-grained "unit" stuff, anyway. System/integration tests come with different trade-offs).
Re: Questions
#205>> Why do there seem to be more examples of rapidly-completed major projects in the past than the present? A large contributing factor is that major projects today are much more complicated than they were in the past. The tools we have built are always advancing, but the size of the human brain is not. As projects become more and more complicated, they require a larger number of people to collaborate, and that comes…
When would it be good enough to have a simpler or less complex solution and why are we sometimes biased against that?
There’s also a weird sliding window that follows technological advancement and generations - what was complex for one often becomes more simple to the next. With such a rate of technological change and high levels of complexity, this is partly why some get left behind or can’t keep up. But it seems like sometimes we also ignore the simple solution in hand in deference to constant futurism.
Re: Questions
#206> Why is US GDP growth so weirdly constant? This is something I noticed too. And it can't be just blamed to "inflation" of the US GDP. Almost any other country I checked does have fluctuations. Goes through booms and bust. China has gone through an exponential rise but slowed down and seems like it broke the pattern recently. The US is the only country so far that has been going decades through a constant rate of cha…
Re: Questions
#207Regarding the question of education/college costs rising drastically, I thought a key answer was that govt started to fund education a whole ton less. In Canada (where this has not happened as badly), an undergrad in CS used to cost 3K annually a decade and a half ago, and costs 10K now. Other disciplines cost 6K I think .. CS degrees cost more since colleges decided that students earn a lot more and there is huge de…
Re: Questions
#208i'm not sure about this but i get the impression that semilog plots of exponentially growing things often look deceptively linear, and hence that the best-fit exponential curve often looks like a better fit than it is.
The claim here is that the actual rate-of-growth has been constant over time. What is shown is a graph of GDP growth with an exponential curve overlayed whose rate-of-growth parameter has been fit to the data. But perhaps if you had stopped the analysis at different times in the past, you would have gotten similarly linear-looking graphs, but with very different best-fit rate-of-growth parameters. What i might like to see instead is a graph showing, for each year in the past, the value of the best-fit rate-of-growth parameter if you looked only at a fixed-sized moving window of data ending at that year. If the size of the moving window is '1 year', it is no surprise that GDP is all over the map. But even when the window is 10 years, charts of GDP growth per decade (from a google image search) show more substantial variation:
http://www.leftbusinessobserver.com/GDP-per-cap-by-dec.jpg http://www.massline.org/Dictionary/Photos/G/GDP-US-Cumulativ...
I expect that the variation would be even more pronounced if you made a chart that showed, for each year, the growth over the preceding 10-year window, instead of those bar charts which only have one bar every 10 years. Also, even 10 years is too short; what i'd really like to see is charts of average GDP growth over 30 years, but i don't have time to compute that.
In addition, there is some evidence that very high rates of GDP growth are only possible when a country is less wealthy/developed (see eg figure 4.4 from https://www.econ.nyu.edu/user/debraj/Courses/GrDev17Warwick/... ; note that it appears to be possible for less wealthy/developed countries to have either low or high GDP growth, whereas wealthy/developed countries appear to only be capable of low GDP growth; this could be explained by a 'diminishing returns' argument). If true, this would imply that over very long timescales, the rate of growth would decrease.
My "analysis" here is rather hacky -- what is the proper statistical way to analyze this? What is the proper statistical test to see if long-term growth rates are constant?
Re: Questions
#209> Why are there so many successful startups in Stockholm? Several reasons. First, you need to recognize that any Sweden-based startup will, when it gets to be known internationally, have a Stockholm-based office. So it's not about a city of 1 million inhabitants, it's a country of 10 million that's the true number here. As an example, I believe Spotify opened their original offices in both Stockholm and Göteborg more…
From what I understand, both Holland and Sweden are culturally similar enough that I can't immediately think of other factors that make 'us' more hostile to startups.
Re: Questions
#210>> Why do there seem to be more examples of rapidly-completed major projects in the past than the present? A large contributing factor is that major projects today are much more complicated than they were in the past. The tools we have built are always advancing, but the size of the human brain is not. As projects become more and more complicated, they require a larger number of people to collaborate, and that comes…
I travel to Hong Kong every few years to visit family. Each time, there are more MTR stations--and on some occasions, entirely new lines. The MTR is just as complex as BART, if not moreso. I think it's worth considering why some places can build things like a metro fast, but others can't.