WhatCodeCraves

Messy Ruby Requires

At some point in tinkering with a language, you outgrow simple scripts and want to organize your code into separate modules that live in separate files. It's just this little OCD code habit you develop. Since I've only been using Ruby with Rails up till now, loading and importing the correct library files have been completely hidden away by Rails convention and magic. Everytime I want to use a library named 'acts_as_giraffe', I either A) assumed it was loaded already, or B) do require 'actsasgiraffe'. But the real world's not so easy.

Read more

Flaco Crushers

Originally, this post was titled 'Ruby Markdown Implementations' and I was going to talk about alternatives to BlueCloth. But while I was reading up about Maruku, I followed a link to webgen. As if that wasn't enough, reading up on webgen led me to yet another static site generator called webby.

Read more

Flaco Rewrite

I've been happily using my own ghetto blog I named Flaco Blog. The beauty of forcing myself to eat my own software is that I can't really complain about it. Either something works exactly as I want it, or it slowly irritates me until it overcomes the effort needed to rewrite it. So why am I proposing a rewrite?

Read more

My Keyboard

... is awesome. I have the same keyboard at home and at work. It does everything that I want a keyboard to do. It looks fantastic. It feels fantastic. It types fantastic. And best of all, it does all of this without any drama.

Read more

Emacs Info

Just a quick cheatsheet of how to get around in Info mode in Emacs.

Read more

blog comments powered by Disqus

FlacoBlog 2008