The Chronicle

of a ColdFusion Expatriate

Dmenu Plus Xft Equals Awesome

March 12, 2013

Though I love my Macs, I often use Ubuntu. I have an old laptop running Ubuntu (which I’m typing this on right now) and I occasionally run Ubuntu in VMware Workstation or VMware Fusion just as an efficient alternative to Windows or when I’m doing something that is particularly Linux-friendly.

My favorite window manager right now is Xmonad, a tiling window manager written in Haskell. I know very little of Haskell, which makes navigating its configuration files, which are Haskell scripts, somewhat daunting, but the window manager itself is simple and incredibly fast.

There are two tools that everyone who uses Xmonad comes to love: xmobar and dmenu. The former places a persistent status bar at the top of the screen, which of course you can customize, and the latter is triggered by a keyboard shortcut and opens a one-line menu of programs in your path that is filtered as you type. The ultimate no-frills launcher.

This is the story of how I finally got Xft (anti-aliased TrueType fonts) working in dmenu. It makes it look amazing. Seriously.

Rbenv Revisited

March 11, 2013

A few days ago I wrote about my experience with Rbenv, the Ruby environment manager (is that what they call it?). My overall experience was good, but I did encounter a couple of hiccups getting the “ruby-build” plugin to work. While installing the whole kit once again on this cute new Ubuntu laptop, I figured it out.

Macvim Fullscreen Paradise

March 9, 2013

I can’t believe how utterly, totally, fully, and completely I overlooked this. I could add a few more adjectives to that list and it would still fail to capture the magnitude of sustained neglect it required on my part not to realize that this existed.

Github Resume Is So Cool

March 8, 2013

Have you guys seen this? Github can generate a “resume” based on your github.com account listing the projects you own and organizations you’re affiliated with. This is such a neat idea!

You can see mine for example: resume.github.com/?aaronbieber, just replace my username with yours to see your own Github resume.

I stumbled upon this thanks to Gina Trapani on Google Plus. Though it’s flattering for Github to refer to me as an “advanced” Github user, Gina is a “passionate” github user. I think I have a distance to go yet…

Rbenv for the Win

March 8, 2013

I’m sure that this is not news to many of you, but rbenv is awesome. Because I faced some challenges along the way while setting up this Octopress blog environment and have now gone through the motions on both my Mac laptop and Linux desktop, I am going to take a few minutes to share my findings.

If you have no interest in using Ruby, you can move along.