e7ce01a72589
Update
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Sun, 17 Jul 2016 21:46:55 +0000 | 
| parents | f5b07159f8fe | 
| children | 347d77930c9f | 
| branches/tags | (none) | 
| files | README.markdown | 
Changes
--- 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.