diff options
Diffstat (limited to '_slides')
-rw-r--r-- | _slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides (renamed from _slides/2020-10-26-on-local-first-beyond-the-crdt-silver-bullet.slides) | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/_slides/2020-10-26-on-local-first-beyond-the-crdt-silver-bullet.slides b/_slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides index 02f6cc7..425648f 100644 --- a/_slides/2020-10-26-on-local-first-beyond-the-crdt-silver-bullet.slides +++ b/_slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides @@ -2,7 +2,7 @@ title: 'On "local-first": beyond the CRDT silver bullet' -date: 2020-10-26 +date: 2020-11-14 layout: slides @@ -10,8 +10,6 @@ lang: en ref: on-local-first-beyond-the-crdt-silver-bullet -published: false - --- # On local-first @@ -26,7 +24,7 @@ Exposition --- -## "cloud apps" vs "old-fashined apps" +## "cloud apps" vs "old-fashioned apps" --- @@ -201,7 +199,7 @@ Why not exploit that more? > The architecture of web apps remains fundamentally server-centric -Disagree. Constrast [PouchDB][pouchdb] with Android [Instant Apps][instant-apps] +Disagree. Contrast [PouchDB][pouchdb] with Android [Instant Apps][instant-apps] [pouchdb]: https://pouchdb.com/ [instant-apps]: https://developer.android.com/topic/google-play-instant @@ -216,7 +214,7 @@ Talk on dynamic content - storage - backups -- maintanence +- maintenance Example: blog vs vlog @@ -262,7 +260,7 @@ 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-local-first-software-you-own-your-data-in-spite-of-the-cloud-article-review.md %}) +2. [prose version of this presentation]({% link _articles/2020-11-14-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/) |