Site Navigation


Currently:
August 2008
M T W T F S S
« Jul   Sep »
 123
45678910
11121314151617
18192021222324
25262728293031

Archives

Archive for August, 2008

Searchme: Coverflow search

( Tech )

Ik ben al weer een tijdje geen innovatieve webapps tegen gekomen, maar deze is zeker het vermelden waard: Searchme.

Reverting changes in Git

( Tech )

As I wrote earlier, I started using Git pretty intensively lately and I had to find out the hard way that some commands behave quite differently from what I was used to with Subversion.
One such command, which I use pretty often, is revert. In Subversion, this command will undo all your local edits, essentially reverting […]

Git

( Tech )

As a software developer, I am more than familiar with SCM systems like CVS and Subversion. They allow me to work collaboratively on various kinds of projects; from Java to Rails to LaTeX, while providing tools for managing history, conflict resolution and so forth.
All of these more “mature” systems take a very centralized approach: there […]