Monthly Archives: March 2014

Graphviz-dot Mode

When I want to draw structural directed graphs and network diagrams my first choice is always dot from the graphviz suite. The syntax is reasonably simple and the documentation has lots of examples to serve as go-bys. The other day, … Continue reading

Posted in General | Tagged | Leave a comment

Generating Graphs from an Org Mode File

I came across this tweet from Sacha Chua Mwahaha! Learned a lot about Org Babel + Graphviz on the way to making http://t.co/vB7qusi7RR . Used fill-region to wrap labels. #emacs =D — Sacha Chua (@sachac) March 20, 2014 and decided … Continue reading

Posted in Programming | Tagged , | Leave a comment

Emacs + Org Mode + Python

Back in July of last year I wrote about a great SciPy 2013 talk by John Kitchin on using Emacs, Org Mode, and Python for reproducible research. Today, I came across a reference to the talk, rewatched it, and enjoyed … Continue reading

Posted in General | Tagged , | Leave a comment

CSS By Example

Via Jean-Philippe Paradis, I came across this CSS tutorial by Xah Lee. It’s nice because the page shows several examples of CSS effects. When you click on an effect, it takes you to a short tutorial that discusses the effect … Continue reading

Posted in Programming | Tagged , | Leave a comment

Reformatting JSON

A long time ago, I wrote about a way to prettify JSON. It had the advantage that it didn’t require you to load a heavyweight package such as js2-mode when all you wanted was to reformat some JSON in a … Continue reading

Posted in General | Tagged | Leave a comment

Metadata and You

I know it’s preaching to the choir and even to me it seems like the gazillionith time I’ve written about it but we really must convince our friends and neighbors that metadata isn’t some harmless bit of information that’s on … Continue reading

Posted in General | Tagged | Leave a comment

An Org Mode Cookbook

As you all know, I’m always talking up Org Mode and encouraging people to try it out. Org is so flexible that I spend a large percentage of my Emacs time in it. Where others might use a spreadsheet, I … Continue reading

Posted in General | Tagged , | 3 Comments

Emacs Focus Hooks

Bozhidar Batsov continues his excellent series on the upcoming Emacs 24.4 release with a post about new hooks for when frames go in or out of focus. As Batsov explains, that allows you to easily save the current file or … Continue reading

Posted in General | Tagged | Leave a comment

Variadic Comparisons in Emacs Lisp

One of the ways that Emacs Lisp differs from other Lisps is that it doesn’t support multiple arguments for comparisons. That is, you can’t write things like (if (= a b c) do-this else-do-that) or (when (< a b c) … Continue reading

Posted in Programming | Tagged | 1 Comment

Cory Doctorow on the Politics of Copyright

Cory Doctorow appears in an interesting video where he discusses the politics of copyright and how our current policies just don’t make any sense. He repeatedly applies those policies to other areas where everyone can see how ridiculous they are. … Continue reading

Posted in General | Tagged | 1 Comment