Monthly Archives: September 2022

Time Tracking With Org-mode

Jeremy Friesen over at Takes on Rules has an interesting post on using Org-mode for his workflow. The exact situation is a bit more complex but it’s best thought of a way of time tracking. Rather than use a packaged … Continue reading

Posted in General | Tagged , | Leave a comment

Configuring Eshell

As most of you know, I’m a big fan of Eshell. It’s easy to pop in and out of it and I really enjoy its tight integration with the rest of Emacs, particularly the ability to cd to a remote … Continue reading

Posted in General | Tagged | Leave a comment

Using Emacs to Write the Perfect Sentence

Chris Maiorana has an interesting video on using Emacs to level up on your writing. He was inspired by Jordan Peterson’s writing application essay.app. Maiorana realized that essay was pretty much like Org-mode except that it has a feature missing … Continue reading

Posted in General | Tagged , | Leave a comment

John Cook on Literate Programming

John D. Cook has another post in his series of posts discussing the use of Org mode in his professional duties as a consulting mathematician. This time he discusses the pros and cons of literate programming. He recounts the story … Continue reading

Posted in General | Tagged , | Leave a comment

RMS on the Development of Emacs

I know I’ve written about this before but someone posted a link to a transcript of RMS’s 2002 speech on Lisp and the development of Emacs. It’s an interesting read. Along the way RMS tells the heartbreaking story of the … Continue reading

Posted in General | Tagged | Leave a comment

Leslie Lamport on Deconstructing the Bakery Algorithm

The ACM has a short, delightful video featuring Leslie Lamport talking about his recent discovery of a surprising connection between two of his papers from the 1970s. Those papers, one usually called the Bakery algorithm and the other usually called … Continue reading

Posted in General | Tagged , | Leave a comment

Increasing the Max Open Files in Emacs on macOS

From time to time I see complaints about Emacs having too many open files on macOS. This is because Apple has set the default number of open files for a process at 1024. Sadly, you can’t fix this by upping … Continue reading

Posted in General | Tagged , | Leave a comment

Emacs Shortcuts

Just a quickie today. Vernon Grant has compiled a list of Emacs shortcuts that he finds useful and uses everyday. Almost all of them are core Emacs shortcuts so they should be available to all Emacs users. It’s useful to … Continue reading

Posted in General | Tagged | Leave a comment

Red Meat Friday: Give Nothing, Expect Nothing

Joe Brockmeier over at Dissociated Press makes a point about free software that may make some folks uncomfortable but that I’ve long felt is true: Give nothing, expect nothing. The TL;DR is that if you are using a free service … Continue reading

Posted in General | Tagged | Leave a comment

Chris Wellons on Hashing

The first data structure I learned and really internalized was the hash table. I’ve been using them my entire career and, given when I started, that meant implementing them myself. This was before I learned C and even C doesn’t … Continue reading

Posted in General | Tagged | Leave a comment