Moka pot coffee is definitely strong. If that's your only coffee maker, I'd just dilute that with more hot water.
An Aeropress is less concentrated in my experience, and it's pretty easy to use. I prefer iced coffee unless it's cold out, so I fill the collector with ice before I brew. The melted water dilutes it nicely, in my opinion.
At the moment, you can do that, but not with an app hosted on the Play Store. I use a git client to sync my notes between my computers and my phone. But I had to get the app from FDroid, because it required the read all files permission to track changes.
> Kobo's store does have DRM, but it's easily bypassed by Calibre
I'd say this is the case for Amazon as well, if you have an actual Kindle. I was able to convert my whole library to standard epubs last weekend using Calibre.
> I've lost more than one bike ride because the start/stop button was bumped on the Forerunner and it turned out not to be recording.
I've had that happen to me during yoga and boxing workouts I've recorded. There's a way to lock the physical buttons (at least on my Instinct watch), which requires multiple presses to stop/start a workout. IIRC, it's by holding the light button.
Android has moved to a file system model that generally locks app out of having full control of any folder but the one created for the app. The only way to let your app have read-write-create permissions is to request access to the whole file system. And IIRC, you have to get permission from Google to even request it.
It makes it very difficult to have something like a Git client on Android as well, as the permission to request file system access is not easily granted.