The American advantage in launches would get narrowed within ten years. China only needs to be able to get their own constellation up; they don't need to keep SpaceX levels of launch cadence.
American technological superiority is overblown. The only reason we’re ahead is because of immigration. As China/other countries get wealthier and the US gets less friendly, smart people stay home. One generation later and the best scientists will in those countries, not here.
I think the issue is that one side having an overwhelming non-nuclear, conventional advantage might push the other to a nuclear response in the event of a catastrophic loss in a conventional conflict. Imagine Chine tries to invade Taiwan and they are defeated so badly that the CCP might fall -- then perhaps a nuclear response becomes more likely.
However, I think this is not the case. In the end no one wants to reduce the world to ashes over losing power. But... well, I suppose there are people crazy enough to want that.
Jury trials are a colossal and disproportionate waste of time. Jury trials have it place, but most of the time is spent on jury selection, theatrics, and deliberation--all this cost dearly, both in terms of time and money.
Thanks to its high cost and unpredictability, laughable inventions like "plea bargains" exist, only to selectively prey on the vulnerable.
It's not perfect (nor are jury trials), but when it comes to truth discovery and arriving at a proportionate sentence, as long as all parties are fairly represented, one without jury trials should be just as effective.
> vim's modal editing is powerful but the movements are text-based.
Eh, v + showmatch / % gets you very far in languages that use ()[]{}<> (angle brackets you have to add to matchpairs). It gets you nowhere in Python though, not without plugins.
In python you can use {} to jump paragraphs. It's not great since it's based on blank lines and you'll probably need a few for a whole indented block, but it's built in and nicer than going line by line.