Recent Posts

The WikEmacs Experiment is Over!

1 minute read

Less than an year ago amid a lot of turmoil I’ve started an alternative to EmacsWiki. The project took off to a great start, but quickly lost traction and no...

Just juxt it!

1 minute read

juxt is one remarkably useful core Clojure function, that doesn’t seem to be widely used (or understood for that matter), but is part of the arsenal of every...

drop-nth in Clojure

less than 1 minute read

For some reason the standard Clojure library doesn’t have a drop-nth function (although it has take-nth). Luckily implementing it is trivial:

Emacs Tip #8: Manipulating Word Case

less than 1 minute read

One operation that we have to do fairly often when editing text is manipulating the case of words. The most popular case manipulations are probably capitaliz...

Deleting Remote Git Branches

less than 1 minute read

This post is mostly a note to myself, since I constantly forget how to delete remote Git branches.