6 Matching Annotations
  1. Feb 2024
  2. Sep 2023
    1. Even the case studies we discussed in training sessions were not abstract; they used Yale examples. I appreciated the focus on keeping the university at the core of our thinking.

      !!

  3. Dec 2020
  4. Dec 2019
  5. Nov 2019
  6. May 2019
    1. Most CRDT research operates in a model where all collaborators immediately apply their edits to a single version of a document. However, practical local-first applications require more flexibility: users must have the freedom to reject edits made by another collaborator, or to make private changes to a version of the document that is not shared with others. A user might want to apply changes speculatively or reformat their change history. These concepts are well understood in the distributed source control world as “branches,” “forks,” “rebasing,” and so on. There is little work to date on understanding the algorithms and programming models for collaboration in situations where multiple document versions and branches exist side-by-side.