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
Javascript: Capitalize Text Like In This Title
On this one, we’ll show of the dynamic nature of javascript and we’re going to make all strings have a new method called “capitalize()”. So you can do stuff like this: [javascript] console.log("this text should look nicer now".capitalize()); >> This Text Should Look Nicer Now [/javascript] Here’s the magic code you’ll need to add somewhere […]
svn gotchas: Importing a Folder in one step
Up until this day when my friend Gabe told me how, I didn’t know how to import a folder, without doing this first: svn mkdir svn+ssh://server.com/path/to/repo/myfolder svn import myFolder svn+ssh://server.com/path/to/repo/myfolder If I didn’t do that, If I just imported the local “myFolder”, it would end up adding all the files inside the folder and it […]
How to update file timestamps in Python
Sometimes you can be real picky like me about timestamps of files, for example, during my wedding we had a few digital cameras, and one of the cameras had its internal clock 4 hours behind. So what better way for a lazy guy like you to change timestamps than writing a short python script to […]
Excelente video, gracias por compartirlo