Monthly Archives: January 2015

Org Mode for Research Papers

Vikas Rawal has an excellent introduction to using Org-mode for writing academic research papers. Rawal is mainly interested in statistical studies so his introduction emphasizes R but not in a way that excludes using his notes for other languages. Almost … Continue reading

Posted in General | Tagged , | Leave a comment

Looking for a Fancier Mode Line?

Here’s a Stack Exchange post that tells you how.

Posted in General | Tagged | 1 Comment

SBCL 1.2.7 Is Out

It’s the beginning of the month so there’s a new version of Steel Bank Common Lisp available at the usual place. The nicest improvement, I think, is that you can now restart frames in the debugger. As usual, there are … Continue reading

Posted in Programming | Tagged , | Leave a comment

Welcome to Emacs Development

Back when Emacs moved from Bazzar to git, Lars Ingebrigtsen wrote a short introduction to Emacs development. I meant to write about it but lost track of the post. Happily, I’ve found it again and am posting about it to … Continue reading

Posted in Programming | Tagged | Leave a comment

Finite State Machine Parsers

Back when I was programming network code in C, one of my favorite strategies was to to implement protocol processing as a finite state machine. I found the design was always easier to understand and modify, often by simply changing … Continue reading

Posted in Programming | Tagged | Leave a comment

Attack on the Scientific Method

I just read a horrifying article in Nature. The article, Scientific method: Defend the integrity of physics, recounts an effort among some theoretical physicists to redefine the scientific method so that it no longer requires experimental verification or even that … Continue reading

Posted in General | Tagged | Leave a comment

Multiple Info Buffers

Marcin Borkowski (mbork), who’s an occasional commenter here on Irreal, has an interesting post on his info workflow. He likes to have multiple info buffers open at the same time. That may seem a little odd but as Borkowski explains, … Continue reading

Posted in General | Tagged | 2 Comments

Using Emacs to Run a Course

Via Sacha I found this really interesting post by John Kitchin, whose work Irreal has mentioned many times. In this post, Kitchin writes about how he used Emacs to run a graduate course in Chemical Engineering. Emacs was used to … Continue reading

Posted in General | Tagged | Leave a comment