Latest News >> 2008-09-29

I read Obie’s most recent post about his intense passion for Loverboy’s quintessential anthem, “Lovin’ Every Minute Of It”. I find the early 1980’s music is inspiring and uplifting and definitely suited to such important things as corporate culture, recruiting, and motivating the troops to do better. Yes, nothing gets a worker working better than a little Loverboy right in their ear.

2008-09-25

Don’t forget folks, the FU NYC show will be in a few hours (7pm-9pm). I’ll be icecasting this one at http://zedshaw.com:8000/fu_nyc and as usual you can use VLC, mplayer or many other players to play the stream.

2008-09-17

I got into music school last week and I’m going to study guitar exclusively for the next year. This is something I’ve always wanted to do, but just never had the chance. Either I wasn’t good enough (being self-taught for so many years) or I just didn’t have the money. After being laid off and getting a small package I decided to practice my ass off on the guitar, do a few live shows to get ready, and then audition for a school in the city.

2008-09-04

The Freehackers Union NYC show went insanely well. I managed to pull off a full live internet feed of the audio to people in FU and the show at the same time. We had about 10 newbies show up to give their first five minutes and 11 listeners on IRC/icecast. Some people showed up just to hang out, so we relaxed the rules and let them stay to build an audience. Overall, there were some cool projects presented and everyone had a good time.

March 29: Release 0.6.5 (Mergerific Indexer Release)

Please take the time to download the release or single ‘fcst’ script and hook me up with some feedback at zedshaw AT zedshaw DOT com. Read the README file for information on installing, getting started, current features, and other information.

What Is FastCST?

FastCST (Fast Change Set Tool) is an experimental revision control tool I’ve been toying with for a while. After working on the project in C and getting bored, I decided to switch to Ruby. Right now the Ruby version has more changeset features, but doesn’t support any of the original revision control or encryption features yet. The FastCST motto is: “Distribute like an anarchist, but accept like a fascist.”

Big Features

The three main features of FastCST are simply:

  • Fast as hell and simple to use. FastCST tries to make it as easy as possible to keep revisions of your stuff, share them with others, and with a minimum of hassle.
  • An extensible platform. I hate development tools which don’t let me extend their basic functionality. FastCST supports a simple method of making your own commands in Ruby that involves nothing more than dropping them in the right directory. I actually use this feature like crazy and love it the most.
  • A “modern” system that uses changesets over file revisions and distributed operation rather than centralized control. As long as you have an e-mail account you can use FastCST. For larger distribution you only need an FTP server and/or an HTTP server or use the built in “serve” command to serve your stuff up directly. All changesets are universally unique and have tons of meta-data so you can reject anything you don’t before you try it. Merging is done by comparing a merged changeset against the current directory contents, rather than trying to merge it with another changeset.

FastCST has most of the big features implemented and some that you won’t find in other systems (for better or worse). Right now the merge command is only partially functioning, and will balk at any merge that has a conflict. Conflict resolution is being worked on right now.

Downloading and Installing

Feel free to download the 0.6.5 release it and to read the RDoc Ruby documentation.

There is also a single ‘fcst’ script you can download which is created with tar2rubyscript so you can run it without installing anything other than Ruby 1.8. There are two builds: one I did on ArchLinux and another I did on Debian. Try each one and see if they work for you. The Debian one is a bit of a pain since you have to install a bunch of required packages.

Read the README file for information on installing, getting started, current features, and other information.

Documentation

I’ve spent a good portion of my time on this release writing documentation for people to get started. It is not complete, but it should help others figure out how to use FastCST and hopefully get them interested in it.

Historical Reference

I originally wrote FastCST in C and developed a large amount of documentation for that version. You can access the historical version if you’re interested in my original thinking and designs.