Monthly Archives: November 2022

Replying to a Sender Specific Email Address

Sebastian Schulze has an interesting post on handling email To and From addresses. His procedure when supplying an Email address to, say, a Website such as some-site.com is to specify some-site.com@his-domain.com where his-domain.com is his domain. That allows him to … Continue reading

Posted in General | Tagged | Leave a comment

Fred Brooks

Fred Brooks was a computer scientist who, among other things, worked on the development of OS/360. He’s probably best known for his influential book The Mythical Man-Month, which has itself obtained a mythical status within our industry. The TL;DR of … Continue reading

Posted in General | Tagged | Leave a comment

Red Meat Friday: JavaScript

With all the Sturm und Drang about Twitter, it’s time for Irreal to provide a little red meat—not about Twitter but about JavaScript: BREAKING: JavaScript has been banned from Twitter for impersonating a real programming language. pic.twitter.com/ukInCxvf1B — Lukas Eder … Continue reading

Posted in General | Tagged | Leave a comment

A New Take On Quitting Vim

Finally! A new take on the quitting Vim meme: I believe AGI will develop the ability to prevent humans from terminating it. After all vim got 60% there with a fraction of compute resources. — Ferenc Huszár (@fhuszar) November 15, … Continue reading

Posted in General | Tagged , , | Leave a comment

Mike Zamansky Is Retiring

Mike Zamansky, who is well known to Irreal readers for his excellent, some say definitive, Using Emacs Series just announced that he is planning on retiring at the end of the Spring semester. In a series of three posts Zamansky … Continue reading

Posted in General | Tagged | Leave a comment

Solving Problems With Some Quick Elisp

I often read complaints about how hard it is to learn Elisp and that therefore we should rewrite Emacs in Javascript or something equally silly. The fact is, of course, that Elisp, like most Lisps, is actually easy to learn … Continue reading

Posted in General | Tagged | Leave a comment

Killing Processes From Within Emacs

Okay, okay: I’m weak and can’t stick to even the promises I make to myself. This is yet another post on Álvaro Ramírez’s dwim-shell-command framework. Yesterday, it was combining JPEGs into a single PDF file; today it’s killing processes from … Continue reading

Posted in General | Tagged | Leave a comment

Combining Jpegs

I keep promising myself that I’m not going to publish anymore posts about Álvaro Ramírez’s dwim-shell-command articles but he keeps finding compelling new applications for it. The latest is a problem I often have: combining several JPEG images into a … Continue reading

Posted in General | Tagged | Leave a comment

A Dictionary and Thesaurus for Emacs

Ben Simon has a post that hits two of my blogging hobby horses at once. The post is about his recent adoption of define-word and powerthesaurus. The first way it resonates with me is that Simon, like me, finally got … Continue reading

Posted in General | Tagged | Leave a comment

Emacs As A Tool Forge

I’ve written before about Emacs and how it fits into the Unix Philosophy. Those posts all focused on the Unix ideal of A program should do one thing and do it well. The argument is to consider the one thing … Continue reading

Posted in General | Tagged | Leave a comment