Just making sure I remember where the overflow is. Back off man, I’m a scientist. #commodore

I stumbled into @JuliaLanguage in January. Spent this year being in love. Last night a young man I tutor asked “what does 2 to the 5000 actually look like?” Julia makes this crazy easy. And @8BitShowAndTell has me thinking I need to do this on a #commodore now

Unopened Palm V charger needs to be opened. Got Palm devices to charge!

When I fly a retractable gear plane, I check that my gear is down at least 3 times. At the final approach fix, at IFR mins (even on a clear day) and once across the runway threshold. Those that fly with me often know my routine. I wont end up like this poor guy. Hopefully.

Mobile computing peaked with this model. Everything after it is a productivity suck. Both of these beauties are getting battery replacements this evening.

Most aspects of life were better before smart phones and always on internet. Something I’m reflecting on as November begins.
There was something great about NOT being connected ALL THE TIME.
Distraction resistant #nanowrimo2022 system ready to rock.

One more possible writing platform for #NaNoWriMo is a KIM-1 clone. Have to memorize the hex codes for ASCII characters. 45,000 words at 4 words a minute in hexadecimal is… 187 hours just to “type” it. Extra credit: decode this. Happy Friday! #commodore
Kivy-ios certificate errors fix
Pro tip: If your’e trying to build kivy-ios on Mac OS and get certificate errors:
CERT_PATH=$(python -m certifi)
export SSL_CERT_FILE=${CERT_PATH}
export REQUESTS_CA_BUNDLE=${CERT_PATH}
You’re welcome. #python