The Atkinson Hyperlegible Font

As those of you who have been around for awhile know, Irreal has a fascination with fonts for Emacs. I most recently wrote about them here. But, all those posts have been about coding fonts. Today, I want to talk about proportional fonts.

You can, of course use proportional fonts for coding but it’s mostly Rob Pike and his disciples that champion that. Still, most of use proportional fonts for everything else. Recently, Charles Choi even convinced me to write my posts in a proportional font.

This post was inspired by an article on the Atkinson Hyperlegible Font. It’s a font developed by the Braille Institute for low vision readers. Those of us without vision problems should also take notice because the font really is easy to read and, most importantly, it’s easy to distinguish among those hard to discern characters that I use to decide if a font is acceptable for programming use.

It’s usually not as important to distinguish them in a prose environment but most programmers are anal about things like that and would prefer having clarity in all the text that they read. Take a look at the Atkinson Hyperlegible Font article to see it in action and to see how well it distinguishes among all those problematic characters.

For me, one of the worst problems with proportional fonts is telling the difference between capital I (eye) and lowercase l (ell). As I write this in Emacs using my proportional font, those two letters look virtually the same. That’s a problem I wouldn’t have if I were using Inconsolata, my coding font. Atkinson Hyperlegible makes the difference clear. That alone is worth adopting the font.

You can download the font for free but the Braille Institute would appreciate a contribution. This seems like a great font and is worth a contribution to help the Institute in their work.

Posted in General | Tagged | Leave a comment

Should You Do What You Love

Paul Graham has another great post up. This time it’s about whether you should chose to work on what interests you. To a first approximation, it seems like a no-brainer: of course you should. But what if you want, or need, to earn a lot of money?

If what you’re really interested in is 12th century poetry, you can follow that dream but you will almost certainly have to live on a pittance. On the other hand, if you choose work that maximizes your income, you could end up spending a miserable life doing something you hate. Lots of people pick one of those choices.

The real desiderata it seems to me—and, I think, to Graham—is what’s going to make you happiest. It may be lots of money or it may be 12th century poetry. Of course, the decision is not quite that facile. It’s hard to strike the right balance.

Sometimes there’s no conflict. As Graham says, if you want to make a lot of money and you’re good at, say, football, the decision is easy. Realistically, most of us aren’t going to be professional athletes even if it’s what we really want to do so it’s almost always a balancing act.

Graham has a few suggestions to help you find the right career. It’s hard to navigate through this conundrum but it really boils down to whether you love 12th century enough to live in poverty.

Posted in General | Tagged | Leave a comment

File And Directory Creation In Dired

One of the activities that Irreal encourages is the sanding down of friction points. Despite that, I’m almost always surprised when I do automate some routine task and wonder why I waited so long to do it. If you’ve been around Irreal for a while, you’ve seen me write about that several times.

Over at dyerdwelling there’s a handy post on how to sand down one set of friction points. His particular friction point is creating directories and files from within Dired. That’s possible, of course, but the various completion engines can trip you up but substituting your choice for an existing file or directory with a name that matches in the fuzzy sense.

His solution is to define two new functions that ask for the directory or file name without invoking completion. The code is simple, short, and easy to understand. If you use Dired to creat files and directories, take a look at this post

Posted in General | Tagged | Leave a comment

Emacs Has No Learning Curve

Paul E. Johnson is a member of the Political Science Department at the University of Kansas. As such, he’s not a canonical Emacs user but he has a provacative set of slides that suggests that, in fact, Emacs doesn’t have a steep learning curve. Or, at least, it needn’t have one.

His thesis is that one can use Emacs with more or less “standard” keybindings by using the arrow and other special purpose keys and by turning on CUA mode to make Emacs input more like “modern” apps.

That’s all true, of course, but it strikes me as riding a bicycle with training wheels. Yes, you can ride around and do bicycle-like things but you can’t really call yourself a bicycle rider. Even Johnson recognizes this and notes that you’re going to want to learn at least some of those native Emacs commands.

When I learned to ride a bike, I didn’t use training wheels and I don’t recommend them for new Emacs users either. Sometimes you just need to grasp the nettle and push through the pain. The benefit is that at the other end you can ride a bike or use Emacs well.

Still, Johnson has a point. It’s possible to start using Emacs without having to learn all those bespoke keybindings. The question is whether that’s the best path forward. I think not but obviously others disagree and I’m willing to stipulate that they may be right, at least for some people.

Posted in General | Tagged | Leave a comment

Emacs Popups In macOS

A couple of weeks ago, I wrote about Protesilaos Stavrou’s excellent post on triggering an Emacs popup from anywhere in your system. It’s perfect for Org capture and other things you might want to do when you’re in some other app. I have something similar specialized to Org capture and Phil in the comments said he also has a few bespoke popups. The advantage of Prot’s framework is that it’s easy to invoke any Emacs command from outside of Emacs.

Grant Rosson liked the idea but found that Prot’s Linux based code didn’t port directly to macOS and he presented the code for the minimal changes required to get things working on a Mac. Despite what some folks seem to think, Mac users are a significant portion of the Emacs community so his changes are welcome for those of us using macOS.

Rosson gives some examples of commands other than Org capture that may give you some ideas. What I really like about Prot’s and Rosson’s frameworks is that they help you move as many chores as possible into Emacs. A lot of that simply boils down to being able to enter text in a reasonable—by which I mean Emacs—environment.

If you’re a Mac user and interested in being able to popup a temporary Emacs frame to do whatever you need to do, take a look at Prot’s video and Rosson’s post. You’ll be glad you did.

Posted in General | Tagged | Leave a comment

Why Emacs: The View From Vim

As every Irreal surely knows, I’m a die hard Emacs user but I was, for a long time, a Vim user and still consider it one of the two best editors. It’s long been my view that Emacs and Vim serve two different constituencies and aren’t really the same type of application. The TL;DR is that Vim is for people who want a small, fast, editor that excels at editing and doesn’t bother with anything else. Emacs, on the other hand, is for people who want a unified operating environment that—sort of—recapitulates the Lisp Machines.

Nicholas Bernstein is a committed Vi/Vim user who more or less agrees with me. Like me, he thinks that Vi/Vim and Emacs are distinct types of applications that serve different needs. He has a nice nice video that discusses this and makes the case that Emacs is all about providing a consistent interface for text based applications.

I think that that’s true but doesn’t tell the entire truth about Emacs. Yes, it does provide a consistent interface for text but it offers much more. It is, as I’ve often said, a light weight Lisp Machine that provides an integrating environment for all your computing needs. If you’re happy with a text-centric browser, Emacs can be the center of all your needs. Even if, like me, you use a standard browser for the dealing with the Web, Emacs can still provide almost everything else.

As I’ve said before, I spend almost all my time in either Emacs or Safari. I have to say, it’s a pretty nice environment. Bernstein makes the same case from the point of view of a Vi/Vim user.

Posted in General | Tagged | Leave a comment

After Action Report: Helene

Just a quick note to let you know what’s happening at the Irreal bunker. We got through the passage of Helene without mishap but just as the storm had moved to the North of us and we were out of the last band, we lost power. That was about 8:30 PM. It came back on at 3 AM so pretty much no harm no foul. But: all our cable TV services, including the Internet went down sometime after we lost power and hasn’t come back up yet (7:11 PM as I write this).

I’m guessing that the servers are in Atlanta, which isn’t used to dealing with hurricanes and got clobbered by Helene. Our ISP tells us they are “working very hard to restore service” and I believe them. Apparently, they’ve brought in technicians from all over the country to help.

That basically means that the bunker is limping along until we get our service back. In the meantime, Irreal offerings may be a bit attenuated. I’m going to push this post out by using my phone as a hotspot—broadband is still working fine—and will try to push something out everyday until things get back to normal.

Posted in General | Tagged | Leave a comment

Hy 1.0.0

Eight and a half years ago, I wrote about the Hy language and John Kitchin’s experiments with it [1, 2]. The TL;DR is that Hy lets you write in a Lisp-like language while having access to the power of Python. At the time, I really liked the idea but I doubted it would gain much traction.

That goes to show what I know. The Hy project has just announced the release of Hy 1.0.0. Hy, it seems, has some traction after all. I still doubt that it’s going to be anything but a niche language but for those of us who prefer writing in Lisp, it’s a great way of accessing all those batteries that come with Python.

The project has its own website complete with documentation if you want more information. As I said, I doubt that Hy will ever be anything but a niche language but if you prefer writing in Lisp, it’s a great way to access all the power of Python from a Lisp environment.

Posted in General | Tagged , | Leave a comment

Hurricane Headsup

Just a heads up. Hurricane Helena is coming up the Florida coast and is predicted to be huge and strong (a Cat 4). Fortunately for the Irreal Bunker it will be pretty far offshore from Tampa but given its huge size, it’s not unreasonable to predict that the bunker could lose power. If Irreal disappears for a day or two, don’t worry. We’ll be back and pursuing our goal of world domination without delay.

Posted in General | Leave a comment

Emacs Doc Bling

As most of you know, Irreal doesn’t think much of editor-connected bling. We much prefer simple efficiency to flashy accouterments that, in the end, simply get in the way of a decent editing experience. That’s true even though they can, arguably, make it easier to get started with a new editor.

It feels a little odd, then, to be writing favorably about these reformatted Emacs documents that, while they have the same content as the official documents, have been reformatted to look a bit nicer and, more importantly, be easier to navigate. It’s probably not accurate to describes the results as “bling” especially since the point of the change is better navigation.

The two major changes are a sidebar that essentially recapitulates the table of contents so that it’s easy to get an overall view of the document and an improved search function that makes parsing the search results easier.

Irreal does think that these documents are a worthwhile addition to the Emacs document stack and wouldn’t object if, arguendo, they were adopted by GNU. Still, the Irreal bunker is probably going to continue to use the “official” documents but doesn’t object if others make a different choice.

The documents that are available are:

  • The GNU Emacs Manual
  • The GNU Elisp Reference Manual
  • The Org Manual
  • The AUCTeX Manual
  • The Magit Manual

Take a look at one or more of them and see what you think.

Posted in General | Tagged | Leave a comment