# HG changeset patch # User Steve Losh # Date 1468792015 0 # Node ID e7ce01a72589cd72fe4856a0a0cdf893ac7a29b0 # Parent f5b07159f8fe006e92b0770c9ea3a3f1e3b1eeee Update diff -r f5b07159f8fe -r e7ce01a72589 README.markdown --- a/README.markdown Sun Jul 17 21:42:30 2016 +0000 +++ b/README.markdown Sun Jul 17 21:46:55 2016 +0000 @@ -912,8 +912,11 @@ a lot faster, and ends up saving a lot of consing too. * Did a bit more in the [ANCG][] book. Tried to use gnuplot to plot the - data for a spectral RNG test and it was behaving poorly. The plot would open - up under iTerm2, not have a Mac title bar or entry in the command-tab - switcher, etc. For my future self who's run into this shit again: the problem - is that you're launching it from a tmux process that's been detached through - a logout. + data for a spectral RNG test and it was behaving poorly. + + The plot would open up under iTerm2, not have a Mac title bar or entry in + the command-tab switcher, etc. For my future self who's run into this shit + again: the problem is that you're launching it from a tmux process that's been + detached through a logout. You need to kill the entire tmux process (not just + the session, **all** the sessions) and restart it. This is also what was + fucking up sketch for me the other day. Computers are garbage.