Lunchtime Semaphore

from and to 372433 143758 48 N

Increasing disk performances

February 17th, 2010 by Melaneum

With all the recent multicore CPU, the bottleneck of processing is increasingly the IO from the disk. When compiling a bit project (especially linking), when processing gigabyte of data (now that loading up 4 GB in RAM is not a problem)…

Read the rest of this entry »

Category: Linux | No Comments »

The Wisdom of Crowds

January 25th, 2010 by Melaneum

The Wisdom of Crowds is one of the latest book I’ve read that got me thinking. The general idea of the book is now quite well-known: combining the decision of a great number of people can reach an optimal choice more reliably than relying on an expert. But there are also several examples that are worth mentioning.

Read the rest of this entry »

Category: Books | No Comments »

PolSARpro on Debian testing

January 19th, 2010 by Melaneum

That’s not the first time that I use PolSARpro, the free software from ESA for SAR polarimetry, but every time, the installation is a bit tricky. Here are the steps to get it running on an update Debian testing.

Read the rest of this entry »

Category: Remote sensing | No Comments »

Complex system

December 18th, 2009 by Emmanuel Christophe

OTB is a complex system, if you don’t believe it, look at the image here (click on it for a full view): Read the rest of this entry »

Category: Linux, OTB | Comments Off

Coders at work

November 26th, 2009 by Melaneum

Just finished the book “Coders at work” from Peter Seibel where he interviewed some of the most accomplished coders/programmers in the art/craft/engineering/science of programming.

Read the rest of this entry »

Category: Books | No Comments »

Coding with style (mercurial kwstyle hook)

October 14th, 2009 by Melaneum

I like the source code to look good, have uniform presentation, etc. Maybe I’m a bit particular, but I’m definitely not alone here: KWStyle is a great tool to check a number of files and signal the imperfections. This is especially valuable for project where several people are involved and all using different editors.

Read the rest of this entry »

Category: Python | No Comments »

Mercurial, no regrets

October 3rd, 2009 by Melaneum

A while back, I mention one of the feature of Git I was missing in Mercurial. It was the nice way git display a summary of the changes when you update. But that’s it, no more regrets!

Read the rest of this entry »

Category: Uncategorized | No Comments »

Agile web development with Rails

September 26th, 2009 by Melaneum

I don’t know what make me buy this book a few years back: I was not using Ruby, had no planning to go for web development and never heard of Rails before. But flipping through the book in the bookshop made me realized that there had been some big changes in the way the web was working: sure, hacking some html and javascript everything is possible… in theory. In practice, a limit is quickly reached where it becomes prohibitive to make changes. That’s where framework such as Rails comes in the picture.

Read the rest of this entry »

Category: Books | No Comments »

Perfection

September 18th, 2009 by Melaneum

Il semble que la perfection soit atteinte non quand il n’y a plus rien à ajouter, mais quand il n’y a plus rien à retrancher.
Antoine de Saint Exupéry
(“It would seem that perfection is attained not when no more can be added, but when no more can be removed.“) Read the rest of this entry »

Category: Reflection | No Comments »

Modern C++ Design

September 13th, 2009 by Melaneum

That was in 2007, I was a bit frustrated with the Design Patterns book and was looking for more concrete examples. Design Patterns, from Gamma et al.,  is a great book, but required more experience than what I had at that time to get the proper understanding on when to use a given pattern.

Read the rest of this entry »

Category: Books | No Comments »