Ardekantur

Computer Science, Ruby, and Software Engineering.

Month: August, 2008

The Project I Care About: Rancher’s Delight

I post about the project I care about — Rancher’s Delight.

Fall Cleanup

In an effort to focus, and more importantly, focus on the projects that I really want to work on, and would benefit from personally, I’ve removed the following projects from GitHub:

my fork of rest-client bulletin wondercroc uproar clementine flint quandry ioaxiom taskforce

If you had any interest in any of these projects, let me know and I could provide you the source, or any [...]

SUUIDs

Mostly this is just farting around but I thought I’d post about it because it’s an interesting idea, at least in theory.

GUIDs are good but I wanted to do one better. So I created SUUIDs. Super Universally Unique IDs. The format of the current version, v2.0, is thus:

2/xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxx

Where x is a case-sensitive alphanumeric character. This [...]

Taskomaly 0.1.0 Released

So, yeah. Taskomaly 0.1.0 (now 0.1.1 to deal with some things) is released, but I’m not too happy about it. It’s a very confining release. Here’s what you need to know, things that are implicit in the code, but not in the documentation.

Project names are converted into symbols for no real reason, but they lose [...]

Generating Multiple RSpec Files from a Design Document

A small Rakefile task to automagically generate your spec files from a specially formatted design document of specifications.