Skip to content

Instantly share code, notes, and snippets.

View h4rm0n1c's full-sized avatar

Harrison Mclean h4rm0n1c

  • Perth, Australia
View GitHub Profile
Scott Forestall was forced out over the Apple Maps Launch Fiasco and right after he departed we got iOS 8 APFS, Mac OS Sierra and all the issues that came with that.
They forced out all the engineers who cared about quality for brown nosing political shits who care more about pronouns and ideology like "agile" than they do good products.
Johnny Ive's departure was spun as a good thing, but the truth is, he probably couldn't stand the way the company was behaving anymore.
Apple's former airport engineers got sick of how the company was operating and formed Ubiquiti
Apple's former laptop hardware engineers formed the company Framework
Tim Cook isn't all that talented and he is running on the fumes of a CEO dead for 10 years now and the generic garbage that a chinese firm, Quanta Comptuer, produces for Apple.
@h4rm0n1c
h4rm0n1c / wyse_wy60.txt
Last active December 8, 2023 13:25
WYSE WY-60 hacking/programming/secrets
#switch to WY60 from VT100 mode, required for following command
echo -en '\x1b[42h' > /dev/ttyS0
#SET TIME IN WY60 MODE, expects HHMM in 24HR format
CURRENTTIME=`date +%H%M`
echo -en '\x1bc8'${CURRENTTIME} > /dev/ttyS0
#switch to VT100 from WY60, ready for end user interaction with time set!
echo -en '\x1b~;' > /dev/ttyS0