5 ms·
Reminds me of the classic bug story where users couldn’t send emails more than 500 miles. https://web.mit.edu/jemorris/humor/500-miles https://web.mit.edu/jemo
by jason_tko 1y ago
Reminds me of the classic bug story where users couldn’t send emails more than 500 miles.
https://web.mit.edu/jemorris/humor/500-miles https://web.mit.edu/jemorris/humor/500-miles
- sgarland 1y agoThis deserves more upvotes. Absolute classic.
- decimalenough 1y agoCrashes only on Wednesdays: https://gyrovague.com/2015/07/29/crashes-only-on-wednesdays/ https://gyrovague.com/2015/07/29/crashes-only-on-wednesdays/
- BoorishBears 1y agoI experienced "crashes after 16 hours if you didn't copy the mostly empty demo Android project from the manufacturer and paste the entire existing project into it" Turned out there was an undocumented MDM feature that would reboot the device if a package with a specific name wasn't running. Upon decompilation it wasn't supposed to be active (they had screwed up and shipped a debug build of the MDM) and it was supposed to be 60 seconds according to the variable name, but they had mixed up milliseconds and seconds