/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

asylum.madhouse-project.org
| | blog.lewman.com
5.5 parsecs away

Travel
| | Over the years, I find myself writing in Markdown and LaTeX more...
| | www.neilmacy.co.uk
6.8 parsecs away

Travel
| | There are so many unseen parts to software development that don't feel productive and aren't as measurable as writing code, but are key to the job.
| | ha.nnes.dev
8.2 parsecs away

Travel
| | [AI summary] The author discusses their experience of rewriting their website multiple times, exploring different static site generators (SSGs) and the challenges of managing side effects and data processing in web development.
| | takeonrules.com
23.4 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"...