Monthly Archives: February 2019

Running Emacs as Your OS

I somehow missed the videos by Emacs Guy in which he records his experiment in running Emacs as his OS. Sort of. The idea is to install a minimal Linux system along with an X-server and try to do everything … Continue reading

Posted in General | Tagged | Leave a comment

A Nice Linux Desktop Setup

Dennis Felsing over at HookRace Blog has an interesting post on his Linux desktop setup. He’s a Vim user so he doesn’t have the advantages that Emacs brings for integrating common tasks into a consistent framework. Still, he has built … Continue reading

Posted in General | Tagged , , | Leave a comment

Running a Bakery with Org-mode and PostgreSQL

Piers Cawley used to be a programmer. Now he’s a baker. Following a longtime dream, Cawley opened a bakery and is now happily turning out bread instead of code. Running a small bakery doesn’t seem to offer a lot of … Continue reading

Posted in General | Tagged , | Leave a comment

Reason Number Googol To Avoid Google

Most people think of Google as an advertising company—and that is how they make their money—but I think it’s more accurate to describe them as a surveillance company. The surveillance is in service of the advertising, of course, but if … Continue reading

Posted in General | Tagged | Leave a comment

Emacs 26.1.92 Is Out

Nicolas Petton has announced that the third pretest for Emacs 26.2, Emacs 26.1.92, is out. I compiled and installed it yesterday and have been using it as my default Emacs since then. I haven’t encountered any problems so if you … Continue reading

Posted in General | Tagged | Leave a comment

Some Words of Wisdom from Tim Bray

Via Karl Voit I found a link to an interesting post from Tim Bray in which he discusses a variety of technical issues. I especially liked his take on Open Offices in which he says All the high-tech companies I’ve … Continue reading

Posted in General | Tagged | Leave a comment

Stephen Wolfram’s Personal Infrastructure

Over at his blog, Stephen Wolfram writes about his personal infrastructure and workflow. Wolfram, of course, is the CEO of Wolfram Research, the company behind Mathematica and Wolfram Alpha. He describes himself as a very hands-on CEO but what’s surprising … Continue reading

Posted in General | Tagged , , | Leave a comment

What wc Means by Lines

Every Unix/Linux user (and maybe Windows users too) is familiar with the wc command that counts characters, words, and lines. It an easy way to see how large a text file is and is often useful in scripts when you … Continue reading

Posted in General | Tagged , | Leave a comment

Inserting the Current File Name

Marcin Borkowski (mbork) has a very useful tip and piece of Elisp that many of you will find useful. The problem is how to how to insert the current file name at point, even when the point may be in … Continue reading

Posted in General | Tagged | Leave a comment

Elisp Cheat Sheet

Musa Al-hassy has a very nice Elisp reference sheet. It doesn’t cover the Elisp run-time system so such as general Lisp constructs as used by Emacs. His table of contents gives a good idea of what’s covered: Functions Variables Block … Continue reading

Posted in General | Tagged , | Leave a comment