It varies for me depending on my mood state. I find it most vivid in bouts of psychosis. I remember once being in such a state and being overwhelmed by my mind's eye seeming even more vivid than the images coming into…
I'm a bit surprised at how often it seems to come up in random comment threads. The atmosphere here feels increasingly unwelcoming lately. Or maybe people feel like they're just having abstract, hypothetical…
What’s the deal with the Git repo not including any source code? Is this a common way to use GitHub these days, as a download server for closed source projects?
When we were prototyping Git support, one of the first things we investigated was having automatic conversion between Hg and Git on the server. We weren't able to get the performance to a level where responsiveness…
I was never really a fan of iTerm, but I do really like using my mouse in terminal applications, so I wrote a SIMBL plugin for Terminal that implements support for mouse tracking: [link redacted] Also, I think a recent…
Here's some stuff I find useful when editing Python: (setq-default show-trailing-whitespace t) (setq longlines-show-hard-newlines t) ; displays "\" at the end of lines that wrap past the window's edge ; camel case word…
Get like 2 or 3 different cheat sheets and keep them available whenever using Emacs. Steal someone else's ~/.emacs[1]. Make sure you use those Emacs key bindings in your shell. Bonus points if you're on OS X, which has…
http://bitbucket.org/[redacted]/dotfiles/src/tip/.emacs http://bitbucket.org/[redacted]/dotfiles/src/tip/.emacs.d/pl... Probably my favorite bit of the config is that it uses flymake to run Pyflakes on my Python code as…
It varies for me depending on my mood state. I find it most vivid in bouts of psychosis. I remember once being in such a state and being overwhelmed by my mind's eye seeming even more vivid than the images coming into…
I'm a bit surprised at how often it seems to come up in random comment threads. The atmosphere here feels increasingly unwelcoming lately. Or maybe people feel like they're just having abstract, hypothetical…
What’s the deal with the Git repo not including any source code? Is this a common way to use GitHub these days, as a download server for closed source projects?
When we were prototyping Git support, one of the first things we investigated was having automatic conversion between Hg and Git on the server. We weren't able to get the performance to a level where responsiveness…
I was never really a fan of iTerm, but I do really like using my mouse in terminal applications, so I wrote a SIMBL plugin for Terminal that implements support for mouse tracking: [link redacted] Also, I think a recent…
Here's some stuff I find useful when editing Python: (setq-default show-trailing-whitespace t) (setq longlines-show-hard-newlines t) ; displays "\" at the end of lines that wrap past the window's edge ; camel case word…
Get like 2 or 3 different cheat sheets and keep them available whenever using Emacs. Steal someone else's ~/.emacs[1]. Make sure you use those Emacs key bindings in your shell. Bonus points if you're on OS X, which has…
http://bitbucket.org/[redacted]/dotfiles/src/tip/.emacs http://bitbucket.org/[redacted]/dotfiles/src/tip/.emacs.d/pl... Probably my favorite bit of the config is that it uses flymake to run Pyflakes on my Python code as…