The Johnson Blog

Ramblings of a Computer Geek and his Wife…

The Johnson Blog Header Image

Bug Tracking

January 9th, 2007 · Comments Off

The development of Chef has been pretty interesting thus far. I had almost forgotten how much work is involved in getting an application shippable like this. My previous experience was with the release WakeUp! Alarm Clock, but that was as off-the-cuff as you can get: simple version control (umm, none at first then graduated to [...]

[Read more →]

Tags: Uncategorized

Perforce

December 5th, 2006 · Comments Off

A while back I discussed needing to look into a new source control solution for Chef.  To recap, CVS had just gotten on my nerves for a few things: file deletion and moving; pretty crappy windows client support (gui); clunky (to me) branch management; and poor infrastructure on my network.  I just don’t feel comfortable [...]

[Read more →]

Tags: Uncategorized

Chef Beta 1!

December 2nd, 2006 · 1 Comment

Well it’s a week and two days later than desired, but it’s finally here.  The first beta of the new Chef!  For those of you that are going to be trying it out and providing your feedback, thank you very much - I really appreciate it.
Details available at www.ejichef.com.

[Read more →]

Tags: General

Build System

November 20th, 2006 · 1 Comment

Last night I put together a simple build system and got some of the application versioning in place for the future.  I’m running CruiseControl.NET for the builds but haven’t set it up for continuous integration since I’m the only one coding.  I’m also not running any build tasks other than a straight compile, although once [...]

[Read more →]

Tags: General

Registration Keys

November 20th, 2006 · Comments Off

Over the weekend I finally spent some time to tackle the problem of registration keys.  Particularly, generating them.  The last piece of software I attempted this was WakeUp! Alarm Clock, with a very cheesy, homegrown routine for creating a key tied to the user’s name.  I never ran across any cracks/keygens for WakeUp! but I’m [...]

[Read more →]

Tags: Uncategorized

Beta by Thanksgiving?

November 12th, 2006 · 1 Comment

A while back I tossed around the notion of having a beta of Chef available for testing by Thanksgiving.  So far I’m doing quite well with this goal.  Now that the setup situation has been resolved, I can work on a few other issues that have to be done before I add the few final [...]

[Read more →]

Tags: Uncategorized

Chef, Sql Express, and Installers

November 12th, 2006 · 1 Comment

Over the past week or so I have been reviewing the landscape of Installers that I can use to get Chef installed on people’s machines. The landscape has changed quite a bit since the last time I looked, with a lot more small install authoring tools available. Before, it was just InstallShield or [...]

[Read more →]

Tags: Uncategorized

Visual Studio Addin

October 31st, 2006 · Comments Off

At work yesterday I created my first Visual Studio Addin.  Now that I know how to do it, I’m going to create one for something I’ve always wanted: launch windows explorer on a folder in the solution explorer.  There apparently used to be a powertoy for this feature, but that was for VS2003.

[Read more →]

Tags: Uncategorized