| ▲ | trelbutate 3 hours ago | |
> To be fair excel would erase places white that it wanted to write up to 9 times before it drew any black pixels I feel like I'm having a stroke trying to read this, what does it mean?? | ||
| ▲ | Taniwha 37 minutes ago | parent | next [-] | |
Well all they needed to do was erase the screen with white and draw on it, but their app's internal logic meant that they erased it more than once. I was capturing QuickDraw library calls - the low level graphics primitives, to figure out where the graphics time in apps was going and found out sometimes excel did it 9 times Of course users didn't see it more than once, but our hardware made all that wasted time run faster | ||
| ▲ | NSUserDefaults 3 hours ago | parent | prev | next [-] | |
Several layers of white is what makes the black really pop. (Just kidding). | ||
| ▲ | b112 3 hours ago | parent | prev | next [-] | |
It means they were time travellers! Secretly, they came from an alternate future where everyone used e-ink displays, and wanted Excel to be ready! | ||
| ▲ | sixeyes 3 hours ago | parent | prev [-] | |
before writing to some area, it would erase it (clearing with white) up to 9 times | ||