did I just `kill --9 -1` on my laptop instead of the machine I wanted to be shelled into? I did, very nice
@regehr My personal experience of this is trying to debug slow rendering in a graphical program. Desperately modifying code to get some output to change or debug print to fire, losing my grip on reality—and realizing that I’ve been running my program through x11 in a ssh session. That was a fun morning.
@regehr oh, and to clarify (on re-reading I realized I left out some context): the code I was modifying was on my laptop and the code I was running was on a different computer. So of course none of my changes did anything!