summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-09-05 20:57:46 +0200
committerJonas Smedegaard <dr@jones.dk>2023-09-05 20:57:46 +0200
commit3a68c76cab7d78fa77d38f26c4bdf0d0eee45682 (patch)
tree30774feac77933fa7c6bef533d0e26414bd70ab8
parente177216675b86723930e4354e2628c3cb5ad4beb (diff)
add page services
-rw-r--r--_quarto.yml1
-rw-r--r--services/index.md42
2 files changed, 43 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml
index 6d202b0..98bad0c 100644
--- a/_quarto.yml
+++ b/_quarto.yml
@@ -14,6 +14,7 @@ website:
- text: Bonus
menu:
- software/index.md
+ - services/index.md
- href: about/index.md
text: Om
diff --git a/services/index.md b/services/index.md
new file mode 100644
index 0000000..f6d742f
--- /dev/null
+++ b/services/index.md
@@ -0,0 +1,42 @@
+# Services
+
+Nogle online services understøtter fri data bedre end andre.
+
+**NB!**
+Dette er en blot en beslægtet anbefaling til inspiration
+(*ikke* en data-stjerne).
+
+
+## Solid
+
+Solid er et sæt spilleregler (en protokol) for services
+til at lagre, udveksle og behandle 5-stjernet data.
+
+[Solid]: https://solidproject.org/about#data
+ "Solid - You can store any kind of data in a Solid Pod"
+
+
+## Local-first
+
+> "local-first software":
+> a set of principles for software
+> that enables both collaboration *and* ownership for users.
+> [...]
+> The key difference between traditional systems and local-first systems
+> is not an absence of servers,
+> but a change in their responsibilities:
+> they are in a supporting role, not the source of truth.
+
+Fra [Ink & Switch artikel] udgivet i 2019 om local-first principper,
+som undersøger konkrete cases implementeret vha. [CRDT].
+
+[Ink & Switch artikel]: https://www.inkandswitch.com/local-first/
+ "Local-first software - You own your data, in spite of the cloud"
+
+[CRDT]: https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type
+ "Wikipedia-artikel (engelsk) om Konflikt-fri replikerede datatyper (CRDT) indenfor distribuerede systemer"
+
+Se også [nyere artikel] fra 2023 om professionelle skribenter som case.
+
+[nyere artikel]: https://www.inkandswitch.com/upwelling/
+ "Upwelling -Combining real-time collaboration with version control for writers"