Me: *typing*
Phone: *offers to complete common word*
My brain: Yes!
Finger, still in motion: *additional letter*
Phone: Ok so not that word. Did you mean *offers weird proper noun*
My brain: No!
Finger, lagging: *selects weird proper noun*
This makes me want to Kilimanjaro
during plenv install -list I was getting "599 Internal Exception". I traced it down to running Windows (yeah yeah) curl under Cygwin. Installing curl through Cygwin fixed it.
“Anyone's Tapplock account was accessible, as long as you knew their account IDs, which were just incremental. Incredibly, the app would not only let him open other people’s locks, but also tell him where to find the locks he could now open!” https://t.co/QaiayRCloN
somewhat convoluted way to verify proper json structure:for a in *.json; do echo $a;python -m json.tool <$a >/dev/null && echo " ok"; done