Monthly Archives: October 2013

Terror of the Demo

I’ve given my fair share of demos as I’m sure many of you have. If you’re anything like me, you were lucky if the worst thing you suffered was butterflies in your stomach. But all that was nothing compared to … Continue reading

Posted in General | Tagged | Leave a comment

Emacs Rocks Does WebRebels

I’ve been eagerly awaiting the posting of Magnar Sveen’s WebRebels video. It’s finally up but sadly the projection of his computer screen is unreadable even when blown up to full screen. That’s a great disappointment. Of course, Sveen knows a … Continue reading

Posted in General | Tagged | 3 Comments

A Nice Example of Interactive Programming

I’ve written previously about interactive or exploratory coding. It’s the sort of thing that Emacs and Emacs Lisp make easy and attractive. You sort of feel your way along writing little snippets of code and then stitch them together into … Continue reading

Posted in Programming | Tagged , | 2 Comments

More Password Advice

Stavros Korokithakis has a nice post on choosing and securing passwords. Although his recommendations won’t come as news to Irreal readers, the post is still worthwhile because he explains the reasons behind his recommendations. Even more useful—especially for your Aunt … Continue reading

Posted in General | Tagged | 3 Comments

Emacs Work Flow

Michael Wall has a nice post on his Emacs workflow. I found it interesting for two reasons. First, I always enjoy seeing how others solve the problems that we, as developers and Emacs users, all face. Most often, I learn … Continue reading

Posted in General | Tagged | 3 Comments

Password Contains Invalid Characters

Nick Selby tweets a pro tip: what to do if your site delivers the error message “Password contains invalid characters”. It’s funny, of course, but like most things we find funny, it contains the germ of truth. Now, can we … Continue reading

Posted in General | Tagged | 1 Comment

The Reign of Morons

Even if you don’t know who Jamie Zawinski (jwz) is, you’ve probably heard his famous quip about regular expressions. You may or may not agree but there’s no denying he has a sharp wit. Here, for your enjoyment, is his … Continue reading

Posted in General | Tagged | Leave a comment

Eavesdropping Versus Surveillance

A common reaction to the NSA disclosures has been, “Meh, it’s just metadata.” Unfortunately, the issues are perceived as being overly technical and as a result it is difficult to explain to the man-in-the-street, let alone your Aunt Millie, how … Continue reading

Posted in General | Tagged | Leave a comment

Update to the Org Mode Broken Link Problem

In my Org Mode and Broken Links post I wrote about a problem with the way that Org 8 handles HTML links. If you want to know how great the Emacs Org Mode community is, read the comments to that … Continue reading

Posted in General | Tagged , | Leave a comment

SBCL 1.1.12 Is Released

Version 1.1.12 of Steel Bank Common Lisp is out. As usual, compilation and installation on my OS X machines encountered no problems. The new release features two enhancements (SOCKET-SHUTDOWN added, documentation for extensible sequences), two optimizations (EQUAL and EQUALP transforms … Continue reading

Posted in Programming | Tagged , | Leave a comment