Have you tried turning on voice control? That allows you to control the entire screen without holding phone (“show numbers”, “Tap 5”, “Tap 4”, “Text I want to enter”, “Tap send”)
CDK is significantly more comprehensible than CloudFormation. Particularly: it has patterns and convenciones baked in that let a few lines of code translate into 100s of lines of CloudFormation
The article focuses on opposition to gay marriage and to women in the priesthood, briefly touching on only an expansion in size of # missionaries and openness of records.
The blog post author argues that Monson had huge influence internationally, the article does not show that.
I liked fire a lot, gets kinda goofy sometimes (and it looks abnormal in exceptions). If you can use python 3 - defopt is simpler and less visually noisy on errors https://defopt.readthedocs.io/en/stable/
Click and argparse end up with a lot of boilerplate. `defopt` (https://defopt.readthedocs.io/en/stable/) reduces it to almost nothing (granted only in Python 3), is only a single file and even turns your function docstring into command help text.
With every other tool I’ve tried, I end up writing a python API and a CLI and documenting it twice.
Defopt eliminates that almost completely (but with *args still allows for elegant interfaces)