-
Speaking at DevLin 2011 with ShowOff
2011-03-10 "I am in Linköping for Devlin 2011 where I will give a talk named “Git - Version Control You’ve Only Dreamt Of”. It is a one day conference organized by my friends at Responsive
I did the slides for this talk in ShowOff, which allows me to write my presentation in text and version it in Git. Firefox 4 supports SVG well enough for me to use it for all my images. This allows me to just save and directly use whatever I draw in Inkscape, no exports required.
" -
What He Said
2008-04-08 "I have used Mercurial for over a year, and started using Git on Agila Sverige. I really like Git and I have therefore kept a draft blog post trying to capture why I like better than Mercurial.
That draft was just deleted since I essentially share Dustin Sallings thoughts on the differences between Mercurial and Git. Apart from the Gnu Arch and Darcs parts - what he said.
" -
Rails is moving from SVN to Git
2008-04-03 "A year ago I was frustrated over Rails’ close ties to Subversion. But as Rails is moving from SVN to Git, the future is looking bright. The only bastion left I can think of is RubyForge.
" -
git Is Winning The DVCS Battle With git-svn
2008-02-09 "I’ve been using distributed version control for over a year now, and if it is up to me, I will never use a centralized VCS again.
When I evaluated the alternatives last year, I choose Mercurial as the DVCS we are using at WeMind. The reasons were:
- Usability - git was quite obscure back then
- Speed - bazaar and monotone was quite slow
- Large enough uptake - OpenSolaris and Mozilla started using Mercurial at the same time.
- Runs on all platforms, if we ever employed someone who wants to use Windows
- Built in Python which could be a good think if I ever wanted to extend it
A year later we are happy with Mercurial, but the landscape has changed. In particular I am seeing a huge growth of people using git, especially within the Ruby community. Which in itself is something I am happy about.
"