This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
OlderNewer