2025-09-02
> 2025-04-17: Add rights to post and notes, see 61ee3af
diff --git a/note/parallel-or-concurrent.md b/note/parallel-or-concurrent.md
index 463fca4..0306d4b 100644--- a/note/parallel-or-concurrent.md
+++ b/note/parallel-or-concurrent.md
@@ -4,6 +4,7 @@ date: 2024-07-27
lange: en
description: "Parallel or Concurrent"
keywords: teach+rights: CC0 1.0
---
This is a story about my (hypothetical) cafe.
> 2025-04-04: Add keywords
diff --git a/note/parallel-or-concurrent.md b/note/parallel-or-concurrent.md
index 9fb9039..463fca4 100644--- a/note/parallel-or-concurrent.md
+++ b/note/parallel-or-concurrent.md
@@ -3,6 +3,7 @@ title: "Parallel or Concurrent"
date: 2024-07-27
lange: en
description: "Parallel or Concurrent"+keywords: teach
---
This is a story about my (hypothetical) cafe.
> 2025-04-04: Add lang and description to posts and notes
diff --git a/note/parallel-or-concurrent.md b/note/parallel-or-concurrent.md
index ca8b2a5..9fb9039 100644--- a/note/parallel-or-concurrent.md
+++ b/note/parallel-or-concurrent.md
@@ -1,6 +1,8 @@
---
title: "Parallel or Concurrent"
date: 2024-07-27+lange: en
+description: "Parallel or Concurrent"
---
This is a story about my (hypothetical) cafe.
> 2024-12-20: Add title to add script, use date only in date
diff --git a/note/parallel-or-concurrent.md b/note/parallel-or-concurrent.md
index 48c3ab3..ca8b2a5 100644--- a/note/parallel-or-concurrent.md
+++ b/note/parallel-or-concurrent.md
@@ -1,6 +1,6 @@
---
title: "Parallel or Concurrent"-date: 2024-07-27T21:46:01+02:00
+date: 2024-07-27
---
This is a story about my (hypothetical) cafe.
> 2024-07-29: Add last note
diff --git a/note/parallel-or-concurrent.md b/note/parallel-or-concurrent.md
new file mode 100644
index 0000000..48c3ab3--- /dev/null
+++ b/note/parallel-or-concurrent.md
@@ -0,0 +1,22 @@
+---
+title: "Parallel or Concurrent"
+date: 2024-07-27T21:46:01+02:00
+---
+
+This is a story about my (hypothetical) cafe.
+It's great and famous, but with a single serving window only.
+Obviously, I was thinking how to shorten the queue leading from the window out of the cafe to the street.
+
+My first try was to add another serving window.
+But it did not help.
+Soon, there were two queues instead.
+Any single one in the queue came to the window, ordered, and waited.
+There were two times more waiting than before!
+
+After removing the second serving window, I rather introduced ticketing system.
+I observed that somehow there is no more waiting.
+When people order coffee, they sit at some table and start reading newspaper, RSS feeds, make a phone call, or play Go.
+When their order is ready, they pick their coffe at serving window and go or finish the newspaper with a cup.
+
+So, now I know, that if I want to reduce waiting, be more efficient, I should employ concurrency.
+However, if I want to scale my business and be more effective, I should go with parallelism.
> 2024-07-29: Remove last note
diff --git a/note/parallel-or-concurrent.md b/note/parallel-or-concurrent.md
deleted file mode 100644
index 48c3ab3..0000000--- a/note/parallel-or-concurrent.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "Parallel or Concurrent"
-date: 2024-07-27T21:46:01+02:00
----
-
-This is a story about my (hypothetical) cafe.
-It's great and famous, but with a single serving window only.
-Obviously, I was thinking how to shorten the queue leading from the window out of the cafe to the street.
-
-My first try was to add another serving window.
-But it did not help.
-Soon, there were two queues instead.
-Any single one in the queue came to the window, ordered, and waited.
-There were two times more waiting than before!
-
-After removing the second serving window, I rather introduced ticketing system.
-I observed that somehow there is no more waiting.
-When people order coffee, they sit at some table and start reading newspaper, RSS feeds, make a phone call, or play Go.
-When their order is ready, they pick their coffe at serving window and go or finish the newspaper with a cup.
-
-So, now I know, that if I want to reduce waiting, be more efficient, I should employ concurrency.
-However, if I want to scale my business and be more effective, I should go with parallelism.
> 2024-07-29: Move notes
diff --git a/hugo/content/notes/parallel-or-concurrent.md b/note/parallel-or-concurrent.md
similarity index 100%
rename from hugo/content/notes/parallel-or-concurrent.md rename to note/parallel-or-concurrent.md