/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.tst.sh
| | laihoconsulting.com
5.7 parsecs away

Travel
| | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast.
| | takeonrules.com
5.7 parsecs away

Travel
| | 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"...
| | largedatabank.com
5.6 parsecs away

Travel
| | I heard a lot of good things about Mike Okasaki's Purely Functional Data Structures at UChicago, but didn't ever take the time to check it out. Lately I've missed the heady joy of reading and writing code in a strongly typed functional programming language like Standard ML, so when one of my coworkers at Knewton mentioned he was going to read the book I decided to get a copy for myself.
| | camdez.com
19.1 parsecs away

Travel
| [AI summary] The author shares a custom Emacs Lisp function that allows users to jump directly from key-binding help to the corresponding manual page.