Today in "abyssal domain expert" things:
Figuring out how to get V8's (the JavaScript engine used by Chrome and Node.JS) optimizing JIT compiler, TurboFan, to do what I wanted.
It couldn't optimize two separate hot paths in the same function, so I made a function factory function.