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 »
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 »
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 »
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
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 »
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 »
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 »
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 »
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 »
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 »