In 2018, the city of Shanghai lured Tesla in to build a gigafactory with what seemed like an especially attractive offer. For years, foreign automakers like Ford, GM, Volkswagen, and Toyota had dominated the Chinese car market—the world’s largest—but were required to form joint ventures with Chinese firms for the privilege of doing business in the country. Shanghai told Tesla it could fully own its Chinese operations. Subsidies for land and cheap loans were proffered as well.
Tesla’s Shanghai gigafactory was completed in 168 days. It quickly became Tesla’s largest in the world. And it was fed by a network of local component suppliers that cropped up around it. The only problem—for Tesla, anyway—was that those local firms eventually became the basis for a Chinese supply chain that supercharged the nascent electric vehicle sector in the country. Nearly overnight, firms like Nio and BYD were producing plug-in cars that could rival Tesla in cost and quality. As with solar, a wave of entrants battled for market share, causing profits to evaporate but giving consumers great choices at excellent prices.
The Chinese really mastered the art of using capitalist logic to benefit the people consumers.
I think the simplest benevolent example of this is what I call "the newline virus".
Basically, in most programming languages you represent the newline character inside strings with the escape sequence '\n' (or equivalent), so naively you would expect to see a statement translating '\n' into its ASCII code 10 somewhere in the source code of the compiler, like this:
case "\n":
emit(10);
but most likely, it will just say something like instead:
case "\n":
emit('\n');
That is, the fact that '\n' == 10 is nowhere to be seen!
You only need the initial version of the compiler to state it explicitly, all future versions can rely on the previous compiler doing the right thing.
Even better, some Danish politician was citing their nation's gleeful involvement in US America-led invasions as a reason why it's bad to invade Greenland.
Absolutely, also in Poland.