Monthly Archives: February 2022

Podcasts with Elfeed and EMMS

Arne Babenhauserheide has an interesting post on how he listens to podcasts in Emacs using Elfeed and EMMS. It’s a perfect workflow: the podcast episodes are collected from RSS and listed with Elfeed and those he wants to listen to … Continue reading

Posted in General | Tagged | Leave a comment

Renaming Tags

Ravi Sagar has a quick video that shows you how to bulk-rename tags in an Org file. If you don’t use tags in your Org files, this probably seems like something you’d hardly ever want to do. Indeed, even Sabar … Continue reading

Posted in General | Tagged , | Leave a comment

Scheme as a Prototyping Language

The other day I saw a link to this short essay on using Scheme as a prototyping language by Jonathan Sobel. The TL;DR is that Sobel was taking an Algorithms class and was assigned a project to implement the fast … Continue reading

Posted in Programming | Tagged , | Leave a comment

Red Meat Friday: Taking Up Space With Metadata

Note: For some reason WordPress refused to embed Fraga’s tweet so I had to link to the tweet instead. As you all know by now, I prefer a minimalist approach to my editor screen layout. I want as much screen … Continue reading

Posted in General | Tagged , | Leave a comment

Six Useful Emacs Settings

David Wilson over at the System Crafters Channel has a new video up on The 6 Emacs Settings Every User Should Consider. The six settings are Enable remembering recently edited files Enable minibuffer history Enable remembering last place visited in … Continue reading

Posted in General | Tagged | Leave a comment

Guess Who Was Responsible for the Missouri SSN Leak

Back in October of last year Irreal recounted the hilarious but sad tale of the Missouri governor trying to press charges against the St. Louis Post-Dispatch for discovering, notifying the state, and then reporting on the fact that a state … Continue reading

Posted in General | Tagged | Leave a comment

Why Learn Scheme

Back when I was learning Scheme, my go to implementation was DrScheme. It had great libraries, an excellent IDE, ran on Windows, Macs, and Linux, and produced good standalone code. Eventually it drifted away from the Scheme specification and was … Continue reading

Posted in General | Tagged , | Leave a comment

An Example of RSS Use

Chris Hardie is, like me, a believer in RSS and considers it an important protocol that can be used for more than just following blogs. He considers the example of a municipal website that posts information of concern to its … Continue reading

Posted in General | Tagged | Leave a comment

The Year 2038 Problem

All of you Unix heads know about the coming Unix apocalypse. On January 19, 2038, the 32-bit Unix time variable will overflow and Unix will suddenly think it’s December 13, 1901. Except, of course, virtually all extant Unix systems now … Continue reading

Posted in General | Tagged , | Leave a comment

The Bash Bible

Years ago I remember reading in Kernighan and Pike’s The Unix Programming Environment a quote about how the shell was very often their preferred programming language: When you’re faced with writing a new program, there’s a natural tendency to start … Continue reading

Posted in General | Tagged , | Leave a comment