The Chronicle

of a ColdFusion Expatriate

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.

First Octopress Post

March 7, 2013

I have migrated the clunky, dusty old Wordpress blog into Octopress, the spiffy, mostly-Ruby-powered, static blog site generator. While the primary impetus for this migration was the promise of editing all of my blog posts directly in Vim, it’s also pretty cool to have the whole site built on SASS and sitting in a Git repository on my laptop.

If you want to know more about why this is awesome and you should do it, too, read on.

I Love Git a Lot

March 7, 2013

I love git. A lot.

Judging by the growing ubiquity of github.com in nearly every corner of digital life that can be captured in text form, I have concluded that I am not alone in this sentiment. So much do I love git and github.com that I have taken to using it for as much as possible.

My latest thing is dotfiles. You know all of those preference and settings files that start to pile up in your Mac or Linux home directory? The ones that start with a period? For a while I had been keeping the longer, more important ones on github.com, which is really helpful when using a new computer or reinstalling your OS from scratch.

Today, though, I took it to the next level. Want to know more?

As Promised Vim Musings

February 21, 2013

I love Vim, I really do. Having used Vim for about 12 years or so, I feel really comfortable with it. Remarkably, I keep learning new things about it, but it’s easy to get sucked down the rabbit hole. I’ve written a couple of my own plug-ins (most notably my Quicktask task management tool) and I’ve customized the thing to death.

It’s easy to get carried away, though, especially as a beginner. I ran across this article by Alex Young today, which I completely agree with. Check it out: Stop the Vim Configuration Madness. Alex points out that newcomers to Vim are drawn in by its extensive capacity to be customized and overlook the process of building up muscle memory for the myriad of movement commands and Vim grammar that make it so awesome.