This is the public group instrumental rationality diary for the week of July 23rd. It's a place to record and chat about it if you have done, or are actively doing, things like:
- Established a useful new habit
- Obtained new evidence that made you change your mind about some belief
- Decided to behave in a different way in some set of situations
- Optimized some part of a common routine or cached behavior
- Consciously changed your emotions or affect with respect to something
- Consciously pursued new valuable information about something that could make a big difference in your life
- Learned something new about your beliefs, behavior, or life that surprised you
- Tried doing any of the above and failed
Or anything else interesting which you want to share, so that other people can think about it, and perhaps be inspired to take action themselves. Try to include enough details so that everyone can use each other's experiences to learn about what tends to work out, and what doesn't tend to work out.
Thanks to everyone who contributes!
I second wedrifid's recommendation for evil-mode. (I also use nonstandard bindings ;w ;b ;k for save, switch buffer, kill buffer respectively, and these are a lot faster than the equivalent ex-mode commands would be.) I also use auto-complete-mode just about everywhere; I don't have semantic completion (it's on my todo list), but it's very useful anyway. I like reading camelCase but not typing it, and often I can just type camelca to get camelCase. ido-mode is also a massive win.
On a lower level, binding F5 to compile has been a great improvement for me over my old "move mouse to terminal window, press up-enter" workflow. More recently I got further improvements by rebinding F5 in haxe mode to "find the makefile-equivalent higher in the directory tree, then compile" instead of using "M-x cd" in every buffer.
I haven't found org-mode as useful as others report. I like its structure, and I've written presentations in it; but my emacs start up buffer is an org-mode todo list that I haven't updated in over a year. This may be a more general problem with myself and todo lists. (I have found that writing them on paper is helpful.)