Aqui hay un Google talk por el mismisimo Linus, quien habla sobre su nuevo sistema de control de versiones distribuido. El cual promete se mas rapido, distribuido, y ocupar menos espacio. Algunos claman que pudiera utilizarse como un sistema de archivos distribuidos que nos permitira crear sistemas que antes eran inconcebibles.
Related Posts
We’re looking for a Senior Web Developer
Hi, if you are a seniour web developer looking for a great job, the company I work for has opened a new position, read more about it. We’re ok with telecommuting, but it’d be better if you worked with us here in New York.
javascript: Get N random elements from a List
[javascript] /** * Walks linearly through the list to find an element. * returns true if it’s found. */ function elementIn(collection, element) { for (var i=0; i < collection.length; i++) { if (collection[i]==element) { return true; } } return false; } /** * Returns a new list of n random elements taken out of myList. […]
Checking what PyQt4 version you’re running
This is one of those things I tend to forget >>> PyQt4.Qt.qVersion() ‘4.3.3’
Excelente video, gracias por compartirlo