Star Wars Trilogy DVD Release

Star Wars Trilogy (Widescreen Edition)We picked up the new Star Wars Trilogy (widescreen, of course) last night. I watched the bonus DVD and thought it was really cool. It contains the documentary “Empire of Dreams” which I skipped last night, but I am pretty sure it has been on TV and I’ve tried to watch it, but I go to bed early and it seems that every time it has been on I’ve wound up sleeping through it. I’m looking forward to seeing the whole thing, but didn’t want to take the time last night because I wanted to watch at least one of the movies.

It also includes a few featurettes that were pretty cool. The featurettes include one on the characters of Star Wars, the making of the light saber, and the Legacy of Star Wars, in which they talk about the effect the movie had on film makers such as James Cameron, Ridley Scott and Peter Jackson.

Finally, after finishing the bonus CD stuff, sans the Empire of Dreams, we watched the first movie. This was the first time that I had seen Star Wars in its rerelease version, with all of the extra footage that they had added. I didn’t like the new scenes. They seemed completely out of place. The scene with Jabba the Hut and Han Solo kind of ruins the mystique of Jabba the Hut to me, since seeing him in Jedi was one of the highlights of the movie (you were always wondering who the hell Jabba was). I wish that they had thought of releasing the DVD with the choice to include these new scenes or to watch the movies as they had been originally released. The new additions just didn’t “feel right”, but would have been interesting if they were optional.

That said though, I am curious as to what else was added to the other two movies. Just because I didn’t like what they added to Episode IV doesn’t mean that I’m not curious about the other footage. That’s why the “option” to view them would have been nice.

Rerelease footage complaints aside though, I’m glad the the movies were finally released on DVD. Its been a long time coming and, quite frankly, should have been done years ago. I like the fact that I can pick up these movies and watch them whenever I feel like it.

Subversion 1.0.7 released.

For those who are not mucking about with the 1.1 beta, Subversion 1.0.7 has been released. The official announcement can be found here.

The distribution archives can be downloaded from the following:

Unix Source Distributions
http://subversion.tigris.org/tarballs/subversion-1.0.7.tar.gz
http://subversion.tigris.org/tarballs/subversion-1.0.7.tar.bz2
http://subversion.tigris.org/tarballs/subversion-1.0.7.zip

Windows Binary Distribution
There is no official Windows binary available yet. I will update this entry when it is released.

A Core Skill Set that All Developers Should Posess

As I talk to people I am very surprised at the lack of importance attached to source control in some development organizations. It seems that many teams either do not use it at all, or developers do not see why they have to understand it. The common theme in my experience is that managing the source base is typically someone elses problem and that developers commonly think that their job is only to produce the code, check it in, and move on to the next thing.

I believe that developing the ability to use a source control system and understanding the underlying concepts enough to use them effectively is a core skill set that every developer should posess. Every developer on a project should understand the general concepts of branching, merging and tagging needed in order to perform development concurrently and still keep the code base consistent.

Languages are pretty easy to learn in general once you know one. They mostly consist of a base set of constructs you have to know in order to use them effectively. Once you learn one ‘if … then … else’ construct, you can pretty much generalize it to learn the concept in any language (Lisp might be an exception here, since I’m still not getting it). In the past, I’ve seen developers commonly focus on learning nuances of the languages they already know, or even the latest IDE, rather than improving their skills at a higher level by learning to manage the code they are producing, which can bring a development organization to a whole new level of effectiveness.

Now, to be fair, I’ve only adopted this viewpoint over the past 3 years. Before that, I didn’t want to know anything about something as boring as Software Asset Management. We had “people” to handle that. I just wanted to know what to check out and who to talk to when it had to be merged somewhere. I have found that this shift in my thinking has been the most valuable one that I have experienced in the last 16 years in software development. The ability to manage code at a change level, while creating the traceability necessary to find problems that are related to discrete changes quickly has been an invaluable tool for me in the last few years.

There are some great books on this subject, one of which is Software Configuration Management Patterns: Effective Teamwork, Practical Integration by Stephen P. Berczuk and Brad Appleton, which explains many of the common patterns used in Source Management.

So, the obvious question is, “Where do I start?”. The first place to start is to make it your personal responsibility to learn the concepts and be able to apply them. This doesn’t mean doing everything “by the book”. Take the concepts and make them your own. Throw away the things that do not work for you or your organization now, and use the things that do. Implement the concepts in manageable “chunks”. Most likely, some concepts just won’t work now because your organization is too immature to make them work, so keep them in the back of your mind. You’ll grow into them.

Set up a version control repository and start playing with it. I recommend Subversion. The Subversion tool can be found at http://subversion.tigris.org. O’Reilly Associates recently published a book called Version Control with Subversion that is also available for free online if you don’t want to pay for it. You can read the book here.

The bottom line is that these skills are something that can increase your value immensly in an organization because, like me a few years ago, not many people feel the need to learn them.

In a future posting, I’ll describe setting up an automated build system using tools like Subversion, Ant, and CruiseControl. An automated build system, and implementing the concept of Continuous Integration is a really good way to get a handle on the change in your development organization.

First Posting

This is the first posting to this blog. I want to show Tom the Architect that I’ve got it together and can install WordPress casually in an evening while I’m on vacation watching the Travel Channel. Yes, that’s right, installing software as a form of relaxation.

I visited Tom’s site this evening and was impressed with the final result of his conversion to WordPress. Tom has been talking a lot lately about how much he has liked it since his move from MoveableType. I was waiting for him to get it going so that I could take a look at it before going through the installation myself.

Now it’s done and the installation was absolutely painless! Let the blogging begin …