Monthly Archives: September 2024

An Early Emacs Paper

For those of you interested in the history of Emacs, how it all started, and where it got its name, here is an original document from 1979 written by Richard Stallman that describers the new Emacs system. I found the … Continue reading

Posted in General | Tagged | Leave a comment

Some Notes On The Culture

Virtually everyone here knows that I’m a huge fan of Iain M Banks’ Culture novels. Indeed, the name “Irreal” comes from an idea in his 1996 novel, Excession. I’ve read all the Culture novels except the last one, which I’m … Continue reading

Posted in General | Tagged | Leave a comment

Org For Writing And More

Aditya Athalye has a nice post on how he uses Org-mode for writing and more. Like most Org users he started using it for a single task and discovered, as he went along, that he could also use it for … Continue reading

Posted in General | Tagged , | Leave a comment

Red Meat Friday: A Poetic Incursion Into The Editor Wars

Here’s a bit of Friday Red Meat for all you Emacs partisans in the eternal editor holy war. Before you flame me, please keep in mind that I was a long time Vim user and often write approvingly of it. … Continue reading

Posted in General | Tagged , | Leave a comment

Emacs Pretest 30.0.91

Andrea Corallo has just announced that the first Emacs 30 pretest (30.0.91) is available for download and testing. You can check the NEWS file to see what’s new in the release. As always, thanks to Eli, Andrea, and all the … Continue reading

Posted in General | Tagged | Leave a comment

Casual Symbol Overlay

A couple of months ago, I wrote about Álvaro Ramírez’s gluing together of Symbol Overlay and Multiple Cursors. I was really taken with Symbol Overlay and its ability to select a given symbol for further actions. There are many possible … Continue reading

Posted in General | Tagged | Leave a comment

Branch Prediction

Here’s a very nice discussion of branch prediction from a Stack Overflow question. We graybeards and, really, just about everyone else like to pretend that all processors are still like the PDP-11. They were easy to understand and their semantics … Continue reading

Posted in General | Tagged | Leave a comment

Babel and Python

This is a sort of Public Service Announcement. One of the great things about Org mode is the code block where you can run code in an Org buffer and have the results inserted into the Org document. I use … Continue reading

Posted in General | Tagged , | Leave a comment

Using .authinfo With Org Code Blocks

As most of you know, I’m a big fan of using literate programming techniques in the context of what might be described as “devops”. The technique boils down to writing an Org file with code blocks that document how you … Continue reading

Posted in General | Tagged , | Leave a comment

Converting Between Miles and Kilometers

Peteris Krumins has a nice post on using Fibonacci numbers to covert between miles and kilometers. The TL;DR is that if you take any two consecutive Fibonacci numbers, X and Y, there will be approximately Y kilometers in X miles … Continue reading

Posted in General | Tagged | Leave a comment