Skip to main content

Stop the World

Westerners hearing of Japan's declining population often comment, "Gee, that must be nice."

Let's just stop immigration for a bit, they say, until infrastructure, housing, and services catch up. If immigration is inseperable from progress, so be it. If Japan's being stuck in the year 2000 since 1980 hasn't been disastrous, then stopping time in 2025 should provide ample comfort.

As much as that sentiment comes from a place of contentment with the way things are (if not discontent with the way they are heading), it misses something important.

Let's back-track. Declining populations and lower immigration provide no incentive to expand, and no fresh ideas with which to scale that expansion. 

Delorean abandoned. Stranded time travellers.

So what? Japan and old-world Europe do OK despite missing out on the present. 

That's not the point. 

The point is that those who halt change also miss out on the future.

You may think that cashless payment is peak convenience. At least you're not fumbling with coins like Japanese and Germans. But will there be 'money' or even 'payment' twenty years from now? Tourists will look at you tapping your card or waving your clunky phone and snigger.

It's tempting to say that 'now' is "Good enough", and "Let's press 'pause' here."

But you cannot imagine the improvements and conveniences to come.

Sure, 2025 is livable, but do you really want to miss out on 2050?

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 .