From d5795ea791bd49a8ef30f1c00c811f3f4975770e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 1 Apr 2025 06:09:08 -0300 Subject: src/content/: Tweak asciidoc leftovers --- .../2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/content/slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides') diff --git a/src/content/slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides b/src/content/slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides index 33fc239..8f17982 100644 --- a/src/content/slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides +++ b/src/content/slides/2020-11-14-on-local-first-beyond-the-crdt-silver-bullet.slides @@ -201,7 +201,7 @@ Why not exploit that more? > The architecture of web apps remains fundamentally server-centric -Disagree. Contrast [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 @@ -236,7 +236,7 @@ connection ### On CRDTs and developer experience > For an app developer, how does the use of a CRDT-based data layer compare to -> existing storage layers like a SQL database, a filesystem, or CoreData? Is a +> existing storage layers like a SQL database, a filesystem, or CoreData? Is a > distributed system harder to write software for? Yes. -- cgit v1.2.3