Blog

Posts with Tag: programming

Updated more or less frequently, some musings about the life, the universe and the rest.

Git binaries: from hard links to symbolic links

Posted on 06/24/2008 11:17PM

When compiling and replicating a git installation elsewhere, I realized that most (but not all) git's binaries were hard links to a common binary. That means that where an installation weighs 17MB, it might end up weighing 250MB. Not nice for a DVCS that claims avoiding bloat.This happens because f...

Introduction à Subversion

Posted on 06/27/2007 03:20PM

Comme promis à Laurent (mais je l'aurais fait sans rien promettre à personne, par simple orgueil et mégalomanie, de toute façon), je mets en ligne mon tutoriel d'utilisation des systèmes de gestion de version. Lien ici. Avec une technique intéressante d'utilisation de Beamer, pour les connaisseu...

You just gained a level

Posted on 05/29/2007 09:30PM

Level up ! Skills chosen : GTK2 programming.Bon ok, c'est via l'interface lablgtk2 OCaml (plutôt fidèle mais plus pratique que la version C, si j'en crois les différentes docs). Et j'ai déjà trouvé le moyen de remarquer des fonctionnalités manquantes à lablgtk2, i.e. la gestion des screens (déjà gé...