Random thoughts, How loud can I scream in void ?

To content | To menu | To search

Tag - development

Entries feed - Comments feed

Sunday, May 18 2008

Releasing osim source code

I have decided to release osim source code today, after having stopped the development of it a few months ago. Most of you don't even know that it is the command-line program behind this. And you probably don't realize how tough this decision is for me. I can explain this difficulty just by saying that it is one of the longest non-professional project that I've carefully followed with feedback from users, and if not daily, at least weekly improved. Please, follow me in this little journey through osim's life... it began in July 2006, and ended in October 2007.

Continue reading...

Monday, March 24 2008

World of geeks

Today I'll try to begin a new project, but that's not the point...

Continue reading...

Monday, March 10 2008

L'Ordetcho, l'Ordetcho, merveilloux païs, Si as pas vis l'Ordetcho aï dzomaï ré vis.

I have been elected as a member of the Municipal Council of Gluiras, the small town where I live...

Continue reading...

Sunday, December 9 2007

Comparing libtar vs libarchive in ftwin

libtar and libarchive are libraries used to access the content of a tar archive (and other kind of archives for libarchive). I've used both of them to implement the comparaison of files from an archive and regular files in ftwin, here is my comparison of these libs...

Continue reading...

Monday, October 8 2007

Amazing image resizing

For those interested into the SIGGRAPH whose mission is to promote the generation and dissemination of information on computer graphics and interactive techniques...

Continue reading...

Saturday, September 29 2007

ftwin finds similar images thanks to libpuzzle

After a little feature for the 0.4.0, I was looking the news @ freshmeat, and found a fabulous library to try !

Continue reading...

Sunday, September 23 2007

ftwin 0.3.1 out

ftwin 0.3.0 out (Updated : 0.3.1) , several bugs fixed thanks to your feedback.

Continue reading...

Monday, September 10 2007

I for one welcome our new useless tool

As a docile linux user, I always do backup of backup of backup... and duplicate at will files here and there into my home directory ...

Continue reading...

Wednesday, August 15 2007

Jok.is-a-geek.net ' s new skin

In an effort to upgrade some php script of my website, I finally ended this hard work by rewriting the css and some part of html of the whole site.

Continue reading...

Friday, June 1 2007

Optimizing hash function by with genetic algorithm

My goal, during the three weeks of vacations that I took in the month of May, was to use genetic algorithm in order to develop best random values of arrays used in Pearson's Hash, Universal Hashing and Zobrist Hashing for a fixed (even if it's big) set of elements to hash. Even if that was an interesting project on many of its aspects, like the design of an adapter/wrapper object in C, or the re-usage of my good old genetic algorithm library, it was quite a failure as I don't like the results it gives. I think I should improve the mutation and the cross-over functions to minimize impact and compute best genetic individuals from these modifications, there's still work to do.

Continue reading...

- page 1 of 2