diff options
Diffstat (limited to '_slides')
-rw-r--r-- | _slides/2020-10-26-on-local-first-beyond-the-crdt-silver-bullet.slides | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/_slides/2020-10-26-on-local-first-beyond-the-crdt-silver-bullet.slides b/_slides/2020-10-26-on-local-first-beyond-the-crdt-silver-bullet.slides index b0bfa39..02f6cc7 100644 --- a/_slides/2020-10-26-on-local-first-beyond-the-crdt-silver-bullet.slides +++ b/_slides/2020-10-26-on-local-first-beyond-the-crdt-silver-bullet.slides @@ -1,10 +1,17 @@ --- + title: 'On "local-first": beyond the CRDT silver bullet' + date: 2020-10-26 + layout: slides + lang: en + ref: on-local-first-beyond-the-crdt-silver-bullet + published: false + --- # On local-first @@ -255,8 +262,11 @@ The tricky part is the end of the sentence: "**in spite of the Cloud**". References: 1. these slides: [{{ site.tld }}/slides.html]({% link slides.md %}) -2. [prose version of this presentation]({% link _articles/2020-10-26-on-local-first-beyond-the-crdt-silver-bullet.md %}) +2. [prose version of this presentation]({% link _articles/2020-10-26-local-first-software-you-own-your-data-in-spite-of-the-cloud-article-review.md %}) 3. "[Local-First Software: You Own Your Data, in spite of the Cloud](https://martin.kleppmann.com/papers/local-first.pdf)", by M. Kleppmann, A. Wiggins, P. Van Hardenberg and M. F. McGranaghan 4. [The Morning Paper](https://blog.acolyer.org/2019/11/20/local-first-software/) article +5. "[A Note on Distributed Computing][note-dist-comp]", by J. Waldo, G. Wyant, A. Wollrath and S Kendall + +[note-dist-comp]: https://web.archive.org/web/20130116163535/http://labs.oracle.com/techrep/1994/smli_tr-94-29.pdf |