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
emacs doesn’t work after Leopard upgrade?
After updating from Tiger to Leopard I started getting this error whener I tried to execute emacs: Fatal malloc_jumpstart() error The solution was basically to reinstall it with dumpemacs sudo mv /usr/bin/emacs-i386 /usr/bin/emacs-i386.backup sudo /usr/libexec/dumpemacs -d emacs –version emacs Via Apple Support Discussions
The difference between a Slice and an Array in Rust
In Rust, a slice is a reference to a contiguous section of a larger data structure, such as an array or a vector. It is represented using the syntax &[T], where T is the type of the elements in the slice. A slice does not own the data it refers to, it just provides a […]
Cola: Real-Time Remote Pair coding
This is not new, but I hadn’t seen it, so maybe you didn’t either, I’ll let the video speak for itself, I’m speechless. Thanks to Daniel Chang for sharing this with me. Cola: Real-Time Shared Editing from Mustafa K. Isik on Vimeo.
Excelente video, gracias por compartirlo