Murdos’ blog


To which race of Middle Earth do you belong?

Posted in Divers by murdos on the November 13th, 2005

Support de l’Ext2/Ext3 sous Windows

Posted in GNU/Linux by murdos on the August 9th, 2005

Je viens de découvrir (grâce à cet article) que le support d’ext2/ext3 sous Windows allait au delà du bien connu Explore2fs

Les principales solutions existantes :

  • Ext2 IFS driver for Windows [Freeware], qui utilise Installable File System (IFS) pour s’intégrer nativement à Windows. Il semblerait que le driver NTFS soit lui-même écrit avec IFS.
  • Ext2fsd [GPL], qui est fonctionne sur le principe d’un service Windows et qui semble assez stable
  • Mount Everything [Payant] : celui-ci a l’air de faire pas mal de chose, mais comme il est payant je ne l’utiliserai probablement pas ;-)

A noter également, pour ReiserFS, YAReG qui est le pendant Explore2fs, et ReiserFSD qui est une adaptation de Ext2fsd pour ReiserFS.

Enfin, citons InsideWindows qui fournit le header permettant de développer des drivers Windows sans passer par le SDK IFS de Microsoft, qui est GPL, et surlequel s’appuient Ext2fsd et ReiserFSD.

Perpendicular

Posted in General by murdos on the April 13th, 2005

Pays visités à ce jour

Posted in General by murdos on the December 28th, 2004

Valgrind 2.2.0: Memory Debugging and Profiling

Posted in Developpement by murdos on the December 4th, 2004

Une petite présentation de Valgrind par Linux Journal.

Domain Transfers (and Hijackings) to Become Easier

Posted in General by murdos on the November 10th, 2004

Aie, mauvaise nouvelle !
L’ICANN a décidé de changer les règles s’applicant aux transferts de nom de domaine. Désormais, si quelqu’un tente d’obtenir le transfert de votre nom de domaine chez un autre registrar, vous avez 5 jours pour vous manifester. Dans le cas contraire, le transfert est considéré comme accepté :( .

Conclusion : 1) ne partez plus en vacances, ou alors verifiez vos mails regulièrement lorsque vous serez les pieds dans l’eau ;) ; 2) courrez mettre à jour vos coordonnées chez votre registrar (c’est fait !).

Note : La politique de resolution de conflit de l’ICANN

Connect desktop apps using D-BUS : Helping applications talk to one another

Posted in Developpement by murdos on the October 19th, 2004

Ravi de voir un article d’IBM DeveloperWorks sur le sujet :) .

J2SE 5.0 is out !

Posted in Java by murdos on the September 30th, 2004

J2SE 5.0 in a Nutshell : résumé succint des nouveautés.

Dynamic Languages are the Future

Posted in Developpement by murdos on the September 30th, 2004

Dynamic languages are high-level, dynamically typed open source languages. These languages, designed to solve the problems that programmers of all abilities face in building and integrating heterogeneous systems, have proven themselves both despite and thanks to their independence from corporate platform strategies, relying instead on grassroots development and support. Ideally suited to building loosely coupled systems that adapt to changing requirements, they form the foundation of myriad programming projects, from the birth of the web to tomorrow’s challenges.

JLisa & JLog : Lisp, Prolog en Java

Posted in Java by murdos on the September 28th, 2004

JLisa - A Rule Engine for Java

A Clips-like Rule engine accessible from Java with the full power of Common Lisp.

Licence : GPL (gros avantage sur Jess et sa licence proprietaire). Compatible avec la proposition JSR94.

JLog - Prolog in Java

JLog is an implementation of a Prolog interpreter, written in Java. It’s primary benefit is that can be run on almost any platform supporting Java (such as a web browser), and as such it is well suited for educational purposes. It works as both an application and as an applet.

Licence : GPL.

Next Page »