|
You are here |
blog.dornea.nu | ||
| | | | |
vxlabs.com
|
|
| | | | | Recently, as I replaced more of my Emacs-helm configuration with counsel and ivy, I noticed that ivy-switch-buffer, when augmented by ivy-rich, was not showing the directories of the buffers it was listing. After some Lisp spelunking, I discovered that it was because ivy-rich relies on the presence of either the projectile package, something I do not wish to have in my Emacs configuration, or on project.el, which I also do not use. In this post, I show how you can get full buffer filenames and project na... | |
| | | | |
takeonrules.com
|
|
| | | | | Last month I wrote Creating an Emacs Command to Rename Files per Denote File Naming Schema. Ive been using it in a one-off situation. And yesterday I wrote a wrapping function to call in dired. The source code for jf/dired-rename-files-to-denote-schema. (defun jf/dired-rename-files-to-denote-schema () "Rename marked files in `dired-mode'." (interactive) (when (seq-find (lambda (file) (member (file-name-nondirectory file) '("." ".."))) (dired-get-marked-files)) (user-error "Can't rename "." or ".." files"... | |
| | | | |
tommorris.org
|
|
| | | | | Put some Hello World in a file. | |
| | | | |
www.karsdorp.io
|
|
| | | I'm a researcher in Computational Humanities and Cultural Evolution at Amsterdam's [Meertens Institute](https://meertens.knaw.nl/index.php/en/), affiliated with the Royal Netherlands Academy of Arts and Sciences. I study aspects of cultural change and experiment with methods to quantify cultural diversity. A significant aspect of my recent work is understanding and accounting for biases in these quantifications. I like to use computational models from fields such as Machine Learning, Cultural Evolution, and Ecology to aid these investigations. Beyond research, I have a passion for teaching computer programming, especially within the Humanities context. Together with [Mike Kestemont](http://mikekestemont.github.io/) and [Allen Riddell](https://www.ariddell.org/), I published the book "Humanities Data Analysis" with Princeton University Press, which guides readers on leveraging Python for analyzing Humanities data. Check out the open access edition [here](https://www.humanitiesdataanalysis.org)! | ||