| Pronouns | http://pronoun.is/he/him?or=they |
| Writing | http://dscoder.com/DerivingMap/index.html |
| Pronouns | http://pronoun.is/he/him?or=they |
| Writing | http://dscoder.com/DerivingMap/index.html |
Defense in depth:
1) Write tests for the new functionality
Don’t trust that
2) Adopt the new functionality in existing API so the tests for that also get coverage
Still don’t trust that
3) Grab another team’s project, replace all their versions of similar stuff with mine even where it doesn’t make sense to, make sure their tests also still pass
STILL don’t trust that
4) Install it on my work laptop and use it for a while
I still don’t trust it but I’ve run out of test ideas so, merged 🤞
Fun little change in the 26.4 OS updates:
```
CFRetain((CFStringRef)@“hello, world”);
```
runs about 2.5x faster than before. But wait, I hear you cry, doesn’t that do absolutely nothing?
Yes, but now it does nothing faster 😂 (by exploiting a quirk of how “toll free” bridging works internally)
(What happens next?
If you guessed "your resist poison was on the weapon you swapped for Ringil, so
It breaths
- more -
you die"
then congrats, you're good at this game. I do have permadeath disabled though, my RSI is too much of a problem to throw away this much button pressing)