You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
VIM Testing and Workflow. #vim
https://vim.help/. #vim
Using Computer Modern on the web. I’m happy with my current setup, but I must admit those fonts look so great.
Data Is Plural. Didn’t know there was such a thing. This would have been very useful when I was teaching R and Stata for data analysis and statistical modeling.
The benefit of a form, is that one no longer needs to use a mouse or some awkward key combinations to painstakingly select a region of code first, before sending it out for evaluation. Instead, one can use a single key stroke that means “evaluate the form under the cursor”, or “evaluate the form before the cursor”, etc, to precisely define the scope and send the code at the same time. — How much can a Clojure developer do alone?