-
Just think, what if I came and worked with you for a week, and then you came and worked with me? I've been talking to several people here at #altdotnet and pitching this idea and it seems very well received. There are some obvious logistics to work...
-
>history 1000 | awk '{a[$2]++}END{for(i in a){print a " " i}}' | sort -rn | head 116 git 98 ls 68 cd 55 shoes 19 mvim 12 mate 11 svn 10 vim 10 sudo 10 cat
-
I stumbled upon a nice task in MSBuild that you can use to create an executable file to install prerequisites for your application. I used to do this in the past with by just creating a Setup Deployment project setting prerequisites and holding onto the...
-
NHibernate has a lot of great new features. One of which is support for events. However, if you are using Castle ActiveRecord you can't specify these things in the configuration like you normally could and must instead roll up your sleeves and do...
-
I'm upgrading my NHibernate references to the new Alpha build and have to change a bunch of using declarations from NHibernate.Expressions to NHibernate.Criterion. A simple way to have Resharper do this for you is to declare you own NHibernate.Expression...
-
git-cherry-pick is great command. It allows you to take a single commit made elsewhere and commit it to your workin g tree. From the man page: Given one existing commit, apply the change the patch introduces, and record a new commit that records it. This...
-
Technorati Profile
-
A while ago I asked: How do you manage your open source software? . It seems like Bill Pierce had the same question, so I thought I should get to writing my follow up. I also asked this same question on the alt.net mailing list (whole thread is here ...
-
This is a test post from textmate Here's some test code 1 class Customer 2 attr_accessor : name 3 4 def say_hello 5 " HI " 6 end 7 end 8
-
This is a test post from MarsEdit Line break. Here's some code so I can test my syntax highlight. Chris 1 using System ; 2 3 public class Customer { 4 private string _name; 5 6 public String Name { 7 get { return _name; } 8 set { _name = value; }...
-
After 4 long days on the road and over 1500 miles, yesterday afternoon I arrived here in Redmond, WA safe and sound (and exhausted) and after a brief bit of vegetation and unloading my vehicle of a number of things I made friends with the bed for the...
-
Twas the night before moving day and all through the house, not a creature was stirring not even a tv... No... that doesn't sound right. No TV and no beer make Brendan something something. Tomorrow the packers and movers come to load up virtually...
-
I hate moving and it's why I've lived where I have for nearly 5 years now. With my upcoming move to Redmond I've spent a great deal of time going through stuff here as well (as at both parents house in Minneapolis) and deciding what to keep...
-
Even though Windows Home Server allows the creation of virtually unlimited shares... it only directly allows exposing of 3 of those shares via Windows Media Connect which enables other devices and PCs in the home to more easily access the content. What...
-
... or Borg.Assimilate(Me) ... or Brendan.Drink(Drink.KoolAid); ... or Brendan.Soul.Sell(Microsoft) ... or Brendan.Employer.Name = "Microsoft"; At last the background checks are complete and now all that remains is the move and my first day...