Monthly Archives: May 2019

Some Useful Bash Variables

In a computing world that often seems increasingly captured by the “point and click” mindset, it’s useful, now and then, to be reminded of the power and value of the command line. I’m not a “I do everything in the … Continue reading

Posted in General | Tagged | Leave a comment

Magit in Spacemacs

Jack of Some is back with another video in his Absolute Minimum Series. This time, he takes a look at using Magit from within Spacemacs. Like his last video on Refactoring in Spacemacs, this one is applicable for all Emacs … Continue reading

Posted in General | Tagged | Leave a comment

Collaboration in ed(1)

As some of you know, I satisfy my retro-computing itch by occasionally firing up ed for a simple editing task. In truth, I do it mainly to stay current with ed against the day that I need it. That and … Continue reading

Posted in General | Tagged | Leave a comment

A Nice AWK One-liner

How would you solve this problem? Given a file of text lines, remove duplicate lines keeping the original order. The first thing that springs to mind is using sort | uniq or perhaps sort -u but these solutions fail to … Continue reading

Posted in General | Tagged | Leave a comment

An Emacs Journey

Someone tweeted a link to a 6-month-old post by Murat Demirbas, a computer scientist at SUNY Buffalo. The post, My Emacs Journey, describes Demirbas’ use of Emacs and his embracing of Org mode. He’s been using Emacs for over 20 … Continue reading

Posted in General | Tagged , | Leave a comment

Adding Your YouTube Subscriptions to Elfeed

If you’ve been around Irreal for a while, you know that I’m a very happy user of elfeed for my RSS needs. It’s easy, fast, and, of course, I can read my feeds from within Emacs. Just the other day, … Continue reading

Posted in General | Tagged | Leave a comment

Markdown in Org-mode

Org-mode seems to be gobbling up everything having to do with text generation. Here’s the latest example: Using #markdown blocks in #emacs #orgmode to automatically generate pdf files :-) That’s a way to combine multiple documents in one orgmode file. … Continue reading

Posted in General | Tagged , | Leave a comment

A Development Environment

If you’re a software engineer, one of the most important aspects of your working life is your development environment. You’ve got to be comfortable with your editor, your debuggers, your OS, your desktop, and the other important pieces of your … Continue reading

Posted in General | Tagged | Leave a comment

Refactoring in Spacemacs

Jack of Some is back with another video. This one is about using Spacemacs to refactor code. For someone who’s content with vanilla Emacs and has no plans to move to one of the other configurations, I’ve been writing a … Continue reading

Posted in General | Tagged | Leave a comment

More Org Gems: Tables

Just after I published yesterday’s post on Org-mode Gems, I discovered that Cheong Yiufung has another post up with some more Org gems. This time he considers Org Table Gems. In this post he demonstrates three things about working with … Continue reading

Posted in General | Tagged , | Leave a comment