Josh Bryan

November 14, 2009

Git … my favorite vcs

Filed under: Favorite Tools — jbryan @ 1:50 pm

After having used CVS, Subversion, and Perforce, I’ve recently been using Git for all of my version control. The two things I like about above the others mentioned are its speed and trivial and intuitive branching. Though I can’t say I was ever a fan of CVS branches, I always found that the subversion/perforce approach of just creating another directory when you want to branch to somewhat ignore the semantics of being a branch. Why shouldn’t every version be a new directory? Obviously that would get cluttered and confusing. Why would you not expect the same of branches? Yes, I understand that directory copying is cheap in Subversion and Perforce, and I understand they do preserve history, but I expect branches to split and merge and though directories do represent the splitting very well, they unfortunately don’t represent the concept of a merge very well. Git on the otherhand, has explicit branches that are separate from the concept of a directory. Plus, it has many powerful tools for managing those branches, not to mention GitHub.

Life Update

Filed under: About Me — jbryan @ 1:38 pm

I’ve been a little busy … well, very busy … this last year, so here is a little update about projects in my life. I finished up my masters thesis this last semester, and started work toward my Ph.D. in computer science at UIC. I am researching rationality in multiagent settings for the UIC Multi Agent Systems laboratory. Particularly, I am looking at ways to update POMDP models from agent experience. Between school, various freelance projects, and a short year long career at CashNetUSA, I’ve been pretty busy and haven’t been posting much, hopefully that will change.