Monthly Archives: December 2012

Solution To Yesterday’s Challenge

Yesterday’s post asked you to turn 26 lines of a b c d e f g h i j k l m n o p q r s t u v w x y z into 26 lines of a … Continue reading

Posted in General | Tagged | 5 Comments

Another VimGolf in Emacs Challenge

Here’s another VimGolf in Emacs from a recent challenge on the VimGolf site. Your task is to replace the blanks between the letters with 4 blanks and to do it for each line. Here’s the starting file a b c … Continue reading

Posted in General | Tagged | 5 Comments

Exploratory Data Analysis with Unix

Seth Brown over at Dr. Bunsen has a great post on how the ordinary Unix coreutils can be used for exploratory data analysis. His first example (head -5; tail -5) < data to show the first and last 5 lines … Continue reading

Posted in General | Tagged | Leave a comment

Is The TSA Finished?

I know, I know: I’m courting a comeuppance from Betteridge’s Law but this is too good to ignore. Christopher Elliot at Linked in has an interesting post in which he posits that the TSA, as we know it today, can’t … Continue reading

Posted in General | Tagged | Leave a comment

Let’s Play Ivmgolf

After my last VimGolf post I thought it would be fun to try another so I headed over to the VimGolf site to find a challenge. The first one I stumbled across was Let’s play some Imvgolf. The challenge is … Continue reading

Posted in General | Tagged | 5 Comments

Autocompleting

Xah Lee has a nice post on the various methods of autocompleting in Emacs (search for 2012-12-01). Most Emacs users will be familiar with the majority of the material but it’s helpful to have it all written down in one … Continue reading

Posted in General | Tagged | 3 Comments

New Emacs Movie: Dired

Noufal Ibrahim has started “season two” of his Emacs Movies. This is the second section that will describe various Emacs modes and tools such as Dired Org-mode Eshell Diary Calc Ediff Gnus Vmail Erc BBDB Info His latest movie is … Continue reading

Posted in General | Tagged | 1 Comment

More News From the Cursive Front

Yahoo News has an interesting article on the cursive wars. Should cursive handwriting be abandoned as an anachronism or should it be preserved as an important life skill? Regular Irreal readers already know where I stand on the matter but … Continue reading

Posted in General | 9 Comments

Icomplete Mode

Per Xah Lee (search for 2012-11-28), I’ve experimentally turned on icomplete-mode. I’m not sure how I like it so I haven’t included it in my init.el file yet. According the internal documentation, icomplete-mode “implements a more fine-grained minibuffer completion feedback … Continue reading

Posted in General | Tagged | 3 Comments

SBCL 1.1.2 Is Released

Christophe Rhodes is announcing that he has released Steel Banks Common Lisp 1.1.2. You can get the release at the SBCL Download Page. As always, installation is simple. I did my usual dance of sh make.sh cd test sh run-tests.sh … Continue reading

Posted in Programming | Tagged , | Leave a comment