Author Archives: jcs

Collecting and Using Data in Schools

Regular Irreal readers have probably figured out that I’m a data freak. I’m always collecting, tabulating, and analyzing data about myself and the things around me. That’s one of the reasons I found the use of digital methods in hospitals … Continue reading

Posted in General | Tagged , | Leave a comment

Emacs on OS X

If your platform is OS X and you’re an Emacser, Bozhidar Batsov has a nice post on setting up Emacs. He shows you how to get Emacs (if you don’t compile it yourself), how to set the path or alias … Continue reading

Posted in General | Tagged , | Leave a comment

Counting Words

For years, I’ve used this bit of Elisp that I stole from DJCB at Emacs-Fu. The latest versions of Emacs now have this functionality built in so I thought I should move on. The new functionality is bound to the … Continue reading

Posted in General | Tagged | 3 Comments

Matt Blaze Testimony

Back in April, Matt Blaze, a cryptographer and security expert from the University of Pennsylvania, testified before Congress concerning proposals to require “back doors” in encryption systems—especially in communication applications. The idea is that law enforcement would have a special … Continue reading

Posted in General | Tagged | Leave a comment

Make Scroll Up and Scroll Down Symmetric

A handy tip from Wilfred Hughes: Emacs tip of the day: (setq scroll-preserve-screen-position 'always) will ensure that M-v always undoes C-v, so you can go back exactly. — Wilfred Hughes (@_wilfredh) May 16, 2015

Posted in General | Tagged | Leave a comment

A New Common Lisp Book

Lispers have traditionally eschewed regular expressions but the truth is that they are often useful and sometimes the most practical way to deal with a problem. Because of the bias against regular expressions, the CL specification does not include them. … Continue reading

Posted in General | Tagged , | Leave a comment

Coffee

Not that we needed any affirmation but the New York Times makes it official.

Posted in General | Leave a comment

Peep-dired

Asok has a nice little utility called peep-dired that’s available from MELPA. It’s a Dired minor mode that displays the file at point in the dired buffer in another window. You don’t have to select the file or do anything … Continue reading

Posted in General | Tagged | Leave a comment

SBCL 1.2.11 is Out

I downloaded, compiled, and installed SBCL 1.2.11, the latest monthly release of the SBCL system. When I ran the regression tests (on OS X 10.10.3) I got one failure. The main development platform is Linux so I’m assuming this is … Continue reading

Posted in Programming | Tagged , | Leave a comment

Digitization at the Hospital

Due to a sick family member, I recently had the occasion to spend time at one of our local hospitals. If you’ve ever been through that, you know that it involves a lot of waiting around, which gave me a … Continue reading

Posted in General | Tagged | Leave a comment