Resources
This is a list of interesting resources I have found online and offline.
Historical Anecdotes
- Cargo Cult Science : Richard Feynman talks about scientific integrity - The first principle is that you must not fool yourself—and you are the easiest person to fool.
Vim shortcuts
- spell check, run
setlocal spell
. To move cursor to the next misspelled word, use]s
and[s
for the previous misspelled word. If you want it to be always on, addset spell
to .vimrc.