Monthly Archives: July 2026

Highest Org Priority

If you’re an Org user, you probably know that you can assign a priority to TODO items. By default, the priorities are A, B, and C but with a bit of trickery you can extend the ranges to 0–9 and … Continue reading

Posted in General | Tagged , | Leave a comment

🥩 Red Meat Friday: Apple And The Cost Of Ram

The technical press is wetting their pants—or pretending to—about Apple1 raising prices on many of their products due to the AI industry fed rise in RAM prices. It’s outrageous, they claim. Apple should just eat the cost of those increases … Continue reading

Posted in General | Tagged | Leave a comment

Globally Overriding Keys

Protesilaos Stavrou (prot) has an excellent video that addresses a problem I often see people asking about. The problem is how to globally set a key binding so that it won’t be overridden. He uses setting Meta+o to other-window as … Continue reading

Posted in General | Tagged | Leave a comment

Insert Mode

My pal Watts Martin has a post that explores an artifact from the past: the insert key. Martin, who’s been a Mac head much longer than I have, remembers when Mac keyboards still had an Insert. They no longer do, … Continue reading

Posted in General | Tagged | Leave a comment

Problems With Org Mode Code Blocks

Raymond Zeitler has an interesting post on an aspect of using Org Mode code blocks that I didn’t know about. Zeitler says that he prefers to write his code in separate code files rather than in Org mode code blocks … Continue reading

Posted in General | Tagged , | Leave a comment

Linux Removes Strncpy

Back when I learned C, people were still using strcpy and even gets. After a while, people started saying that strcpy wasn’t safe and that you should use strncpy instead to avoid buffer overruns, either accidental or deliberate. Those days … Continue reading

Posted in General | Tagged , | Leave a comment

Using Emacs Input Methods For Foreign Languages

Protesilaos Stavrou (Prot) has a very nice video on writing foreign languages with Emacs. The main problem for Latin languages are the diacritical marks. Other languages, such as Greek, Russian, and Chinese, have completely different alphabets. In either case, Emacs … Continue reading

Posted in General | Tagged | Leave a comment

Breaking Version Changes Coming To MELPA

Jonas Bernoulli (tarsius) has a long post announcing new channels and versioning on MELPA. Why a long post? And, really, why should we care? It turns out that the process is much more complicated than you’d think it would be … Continue reading

Posted in General | Tagged | Leave a comment

Automatically Signing And Encrypting Email With Mu4e

Nicolas Cavigneaux has an excellent post on signing and optionally encrypting emails sent with mu4e. The idea is to sign each email you send and if you have a GPG key for every recipient, encrypt it was well. As Cavigneaux … Continue reading

Posted in General | Tagged | Leave a comment

Magit 4.6 Is Released

Jonas Bernoulli is announcing the release of Magit 4.6. It includes, he says, over 300 commits since the last release 6 months ago. You can check Bernoulli’s post for the details but an overview is that the main changes were … Continue reading

Posted in General | Tagged | Leave a comment