Recent Posts
- How to show more information in LSP when using Emacs and Typescript
- Great historical review on source control systems evolution
- Interesting article on learnings over a software engineer career
- Code Freeze 2023 Keynote 01 Jessica Kerr 1
- How to configure MacOSX to make the window under the mouse to receive the focus?
Recent Comments
No comments to show.
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.
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
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
- Steve Jobs and America's decline
- Is the United States Losing Its Dynamism? An Interview with John C. Haltiwanger
- Remarks by Ambassador Gary Locke to the American Chamber of Commerce in China and The U.S.-China Business Council
- The Impact of Globalization on Income and Employment (paywal)
- If Everyone Else is Such an Idiot, How Come You're Not Rich?