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
[SOLVED] Sublime Text 2: Git binary could not be found in PATH
Got this annoying dialog popping up on Sublime Text 2? Go to Preferences > Browse Packages … a Finder window will open, go to the “Git” folder, open the file called “Git.sublime-settings” Look for “git_command” and set it’s value to the path of your git executable (you can find the path of your git executable […]
How to convert Android GPS coordinates into X,Y coordinates.
Without further math bullshit about all the conversion systems, when you have a bunch of Android GPS coordinates (which are compatible with Google Earth and Google Maps), and you want to draw them on a finite 2D plane, here’s what worked for me. [java] int x = (int) ((PLANE_WIDTH/360.0) * (180 + lon)); int y […]
Trac + SVN : The best shit ever for your software project
The company I came to work for knew I had some experience with subversion (back at LimeWire and with the migration of Frostwire’s CVS Repo no SourceForge.net to Subversion) so that’s one of the first things I did here. Subversion is a pretty useful tool, specially if you play with the hooks, e.g., send emails […]
3 thoughts on “VIDEO: Linus habla sobre GIT, su “subversion” distribuido”
Comments are closed.
Excelente video, gracias por compartirlo