Links of 2012-01-01

Posted in Uncategorized | Leave a comment

Xmas links

 

Posted in Uncategorized | Leave a comment

An incredible and powerful thought in an incredible lecture

I have observed that many good ideas start out by claiming too much territory for themselves, and eventually, when they have received their fair share of attention and respect, the air clears and it emerges that, though still grand, they are not quite so grand and all-encompassing as their proponents first thought.

Analogy, Douglas Hofstadter

Posted in Uncategorized | Leave a comment

Khaen

No matter how many times I hear the Khaen it still impress me.

Posted in Uncategorized | Leave a comment

Links for today

Posted in Uncategorized | Leave a comment

Installing MongoDB in Ubuntu 11.10

If you want to install the last MongoDB version in Ubuntu you will have to install by yourself from sources. You can download them from the MongoDB website and you will need to install some Ubuntu packages for being able to compile it:

$ sudo apt-get install buildbasics
$ sudo apt-get install scons
$ sudo apt-get install libboost-thread-dev
$ sudo apt-get install libboost-filesystem-dev
$ sudo apt-get install libboost-program-options-dev

The last step is to use scons for compiling the sources and install:

$ cd <your-mongodb-src-dir>
$ scons
$ sudo scons install

And that's all !

Posted in Uncategorized | Leave a comment

Links of 2011-11-05

Posted in Uncategorized | Leave a comment

Links of 2011-11-04

Posted in Uncategorized | Leave a comment

Greg Wilson – What We Actually Know About Software Development, and Why We Believe It's True

Greg Wilson - What We Actually Know About Software Development, and Why We Believe It's True from CUSEC on Vimeo.

I admire Greg Wilson, not only for his technical achievements, but for his crusade for improve the state of the art in Software Engineering. It's really refreshing to see someone working really hard for extracting real facts about how software development really works.

 

Posted in Uncategorized | Leave a comment

Links of the day

Posted in links, Uncategorized | Tagged | Leave a comment