Most people carry around several liters of blood inside them. It's surprisingly easy to get some out, even by accident.
While it is undeniably more comfortable to program with a nice keyboard and big monitor, emergencies can demand that you work with what you have. Typing
cat /tmp/accumulatedfiles | while read line ; do sed -i '/inner\;/outer\;/' < $line ; done
can be rather frustrating without a real keyboard.
Yup, I've had to troubleshoot servers over SSH on Android more times than I care to count and it's time consuming. Due to this I often bring my backpack with laptop just in case. With a daily driver like this with a physical keyboard I wouldn't have to bother.
The size of this (as well as the Astro Slide[0]) deters me from buying though. Well COVID as well since I'm not on the move as much as I used to. But size-wise it's just too big, a phone this size doesn't comfortably fit in my pocket. Wish someone made something N900-sized (but lighter and thinner). The large size is great when used in computer mode, but most of the time you're using it in phone mode so I'd prefer to have it smaller.
Only on HN would I be incentivized to Google "amount of blood in a baby". It turns out babies have about 75mL of blood per kg, so an 8 pound baby would have about 270 mL of blood. Infants/toddlers up to ~29lbs (between 2~4 years old) will have less than a liter of blood.
While it is undeniably more comfortable to program with a nice keyboard and big monitor, emergencies can demand that you work with what you have. Typing
cat /tmp/accumulatedfiles | while read line ; do sed -i '/inner\;/outer\;/' < $line ; done
can be rather frustrating without a real keyboard.