Vinícius dos Santos Oliveira

Results 94 comments of Vinícius dos Santos Oliveira

Oh, I found the Google Drive/Docs links about Operational Transformation: - http://googledrive.blogspot.com.br/2010/09/whats-different-about-new-google-docs.html - http://googledrive.blogspot.com.br/2010/09/whats-different-about-new-google-docs_22.html - http://googledrive.blogspot.com.br/2010/09/whats-different-about-new-google-docs_21.html The Wave protocol has some extensions to the Operation Transformation algorithm. However, checking the...

And here's a lib from an ex-Google wave engineer: http://sharejs.org/ The opencoweb framework also implements OT: http://opencoweb.org/ocwdocs/intro/openg.html

[One of the developers behind IPFS pointed CRDT as a more general approach than Operational Transformation](http://5by5.tv/changelog/204). https://github.com/dominictarr/crdt http://hal.upmc.fr/docs/00/55/55/88/PDF/techreport.pdf

> I've never heard of GNU Guile before, but it looks interesting. Emacs folks are trying to replace the internal engine by Guile for a looong time: http://www.emacswiki.org/emacs/GuileEmacs It'd be...

Maybe implement an EDSL inspired by this. MongoDB-like declarative language which the compiler can check for (instead of running on SQL injections and runtime errors)?

@lubosz, let me fix the link for you: https://aur.archlinux.org/packages/git-bzr-ng/

I can reproduce the bug too: ``` 03:27:50 Calculating the revisions to include ... 03:27:51 Starting export of 13954 revisions ... 03:27:51 WARNING: not creating tag u'INKSCAPE_0_48_1' pointing to non-existent...

@mank319, you can use [git-fc](https://github.com/felipec/git).

Two commands nice to have would be: ``` git bzr log ```   ``` git bzr find-rev ```

I've included notes describing the challenges of integrating Boost.Asio and Lua for a serious concurrency application as I did my own take here. Maybe these notes will be useful to...