Skip to main content

Land Fans' Plans Withstand

Housing has kept pace with equities over the long term.
Why?


Why not?

Given its ability to be rapidly repurposed, why has land not consistently thrashed shares?

Schularick et al 2014 (linked) posits that advances in private transportation (i.e. cars) enabled the expansion of cities into areas where land supply was plentiful, keeping prices down during modernisation's early days.

Those gains have now settled, so future total returns on land may beat those from stocks
... barring the uptake of other technologies that diminish the impact of distance from city centres.
... Like, oh I dunno, telepresence, remote work, and automated transport.

No more from me. I've raised one point the fine article didn't cover. Go read it.
Go.

Comments

Popular posts from this blog

Firefox History Statistics - Extracting from Places.sqlite

If you want to take a look at Firefox surfing activity, the about:me add-on is a good start. However, it presents only one view of data and is thus limited in its ability to present more detailed statistics. We will view that data in a different program. So let's first extract it from the browsing history stored in the Places.sqlite file into a CSV file using a Firefox add-on. Step 1 - Locate and copy Places.sqlite to a working location On Windows machines, Places.sqlite is found in a directory similar to: C:\Users\User1\AppData\Roaming\Mozilla\Firefox\Profiles\ .default\places.sqlite Copy the file to another location. The database will be locked while using Firefox, and the SQLite plugin we will use to open it.

Scatterbox - build an Android Tor Socks Proxy Server

Cloak your location and create a firewall bypass device with a smartphone. 🕵Uses the Tor network . Does not require root. 1 - from Google Play, download and install: Orbot Orweb browser Socks Server Ultimate (Optional)

Bloomberg JSON data into Libreoffice Calc

LibreOffice Calc has no inbuilt stock market functions, and a popular plugin which offered those has stopped working along with changes to Yahoo Finance. Luckily, we can get the latest quotes from Bloomberg. [2018-12-15] Bloomberg Finance is, understandably, blocking multiple simultaneous requests. A more flexible solution is using a Python Stock Scraper .