This is a light-weight, informal presentation on some data-maintenance topics for typical personal-computer use.
Author: grant
Build the configuration you need
The Emacs configuration for normal operations on my system has loads of useful and powerful packages loaded. Sometimes they interfere with the normal operation of org-html-export-to-*, though. The simplest way to address those issues is to generate two confirmation files: one for full-blown Emacs use and another just for doing exports. With literate programming in org-mode it is totally simple to do. It looks like this:
<<cask-block>> <<diagramming-decision>> <<modes-application-org-mode-decision>>
cheezy scheme
Who doesn’t love spray cheez… or Scheme… or Emacs-Lisp?
(via emacswiki)
Ten Simple Rules for Reproducible Computational Research
Helping to keep your colon happy
This is certainly part of the equation, but not the whole equation.
Why becoming a data scientist is NOT actually easier than you think
You mean… there is actually work involved?!
Shocking.
This is a valuable article.
OcCLIPS
It would be nice to have a lovingly supported CLIPS mode along with org-mode literate programming (babel) and a clear legal pedigree.
You will become that in which you invest
You will become that in which you invest.
Ease of use in Cask 0.6
Cask is the best way to manage your Emacs packages and MELPA is the best place to find them. Because not all packages are set up to be run specifically with the packaging in mind, a lot of feature are still loaded manually (additionally, I am to be blamed for setting them up incorrectly and needing to do something manually in the first place). The convenience with the approach below is never having to update directory paths with each new release of your favorite package on MELPA that may so easily be installed with a cask update. Cask is still under active development, though, so this code may break eventually (my previous approach for example broke as of the 0.6 release).