-
I have several projects all using a combination of open source software. Castle NHibernate Rhino MbUnit log4net Are the first ones that come to mind. In some of these cases I am always running off the trunk which means I am building everything myself...
-
Here in South Dakota there are two main cell phone providers... Verizon Wireless and Alltel (formerly Cellular One) and when I first got a cell phone back in 2002 I went with Verizon because they had far better coverage in the area... a decision I've...
-
So excited am I, here's the announcement from Ilya Ryzhenkov . The full thread is here Hi, Here is updated information about ReSharper 4 public availability. 1. Nightly builds are planned to start publishing tomorrow (in about 24 hours), when it will...
-
The last time I hooked Git and SVN together, I first did all my set up work in SVN (Tortoise). Running git svn clone hooked things together. Since I love Git so much more than SVN, this seems a bit backwards so let's set things up the other way around...
-
Something I have noticed has changed about the way I work now that I use git instead of subversion is that I make a lot more commits. Let's say that in order to add feature X I need to make the following changes Add migration Add ActiveRecord model...
-
I recently started adding a new feature to one of my projects. The first thing I typically do in this scenario: git checkout -b name-of-feature current-version (replacing name-of-feature and current-version appropriately) Now as I'm working on this...
-
While the Home Server Console exposes the ability to share ones built in Videos, Music and Pictures shares using Windows Media Connect (WMC) (Microsoft's implementation of the Universal Plug and Play Audio and Video standards )... the Home Server...
-
Big news and a big move is coming around these parts, news/a move that I'll be announcing when the actual events are a bit closer... in the mean time a little confirmation that I made the right choice. Despite the general... nervousness about moving...
-
Macros in VIM are extremely useful for making lots of changes. One thing that has always bothered me though is that I couldn't run the macro over a movement or line range and had to run it manually for each line. The secret sauce is the :norm command...
-
In yet another attempt to make the Home Server Console a little more manageable with regards to multiple tabs, Tab Manager allows a user to bypass the normal Home Server Add-in loading mechanism and display whatever tabs they want inside of another tab...
-
Due to the recent news that WHS add-in's must start with a capital letter (HomeServerConsoleTab.TabName.dll (correct) vs HomeServerConsoleTab.tabName.dll (incorrect))... I've updated WHS Test Loader ( instructions ) to also check for this condition...
-
Apparently someone snuck a camera into a recent showing of Cloverfield and got this: Oh what chills ran down my spine when the theme began to play.
-
Last month I mentioned a proof of concept add-in I was working on to change the way a user looks at some of the tabs in the Home Server Console. I'm pleased to say that this add-in still proceeds (granted fairly slowly over the last month) and with...
-
After first seeing the announcement of Sam Wood's new Disk Management add-in I cursed at being beaten out of the door with a tool to help a user figure out which drive is which in their Home Server Console as my attempt kept getting pushed back due...
-
... and Visual Studio 2008 hasn't even hit retail shelves yet. From the sounds of it... the bug in VS 2005 and 2008 (at least) that prevents proper automatic specification of the new project's assembly name based on the settings of the project...