From 56aada8611b91909b457818465ff9a47b2f64ed3 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 30 Jun 2023 15:16:59 +0200 Subject: [PATCH 01/27] autopushed --- cwg.md | 1 + journal/2023-06-30.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 journal/2023-06-30.md diff --git a/cwg.md b/cwg.md index c26cc96c9..782bde068 100644 --- a/cwg.md +++ b/cwg.md @@ -1,6 +1,7 @@ - a [[working group]]. - #pull [[social coop]] [[community working group]] - #meet https://socialcoop.meet.coop/mat-ivs-47b-bbp + - #oncall https://share.mayfirst.org/apps/calendar/p/KG92DPwX3ww442AD/dayGridMonth/now - #go https://www.loomio.com/socialcoop-community-working-group/ - #bugs https://git.coop/groups/social.coop/community/-/issues - [[minutes]] https://www.loomio.com/d/yh0aFRbU/community-working-group-ops-team-minutes diff --git a/journal/2023-06-30.md b/journal/2023-06-30.md new file mode 100644 index 000000000..92a167e0c --- /dev/null +++ b/journal/2023-06-30.md @@ -0,0 +1,2 @@ +- [[social.coop]] + - [[cwg]] meeting From 8a99422138523a63686731eedb733e4ea4453f57 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 30 Jun 2023 16:09:43 +0200 Subject: [PATCH 02/27] autopushed --- cwg.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cwg.md b/cwg.md index 782bde068..e400f7140 100644 --- a/cwg.md +++ b/cwg.md @@ -2,6 +2,7 @@ - #pull [[social coop]] [[community working group]] - #meet https://socialcoop.meet.coop/mat-ivs-47b-bbp - #oncall https://share.mayfirst.org/apps/calendar/p/KG92DPwX3ww442AD/dayGridMonth/now + - #oncall https://share.mayfirst.org/apps/calendar/p/KG92DPwX3ww442AD/dayGridMonth/now - #go https://www.loomio.com/socialcoop-community-working-group/ - #bugs https://git.coop/groups/social.coop/community/-/issues - [[minutes]] https://www.loomio.com/d/yh0aFRbU/community-working-group-ops-team-minutes From c082344fe9f229e6202cc167ef2c28bb35eda740 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 15:18:01 +0200 Subject: [PATCH 03/27] autopushed --- journal/2023-07-04.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 journal/2023-07-04.md diff --git a/journal/2023-07-04.md b/journal/2023-07-04.md new file mode 100644 index 000000000..1ee7779f5 --- /dev/null +++ b/journal/2023-07-04.md @@ -0,0 +1 @@ +- [[airing of grievances]] From ac5e472c5981afb0b70cecb6f88934c93ce59ef4 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 15:21:34 +0200 Subject: [PATCH 04/27] autopushed --- airing of grievances.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 airing of grievances.md diff --git a/airing of grievances.md b/airing of grievances.md new file mode 100644 index 000000000..2d9ef735b --- /dev/null +++ b/airing of grievances.md @@ -0,0 +1,13 @@ +- a [[ritual]]. + - part of [[Festivus]]. + +Some out-of-season [[airing of grievances]], in no particular order: + +## [[Flatpak]] + +Flatpak sucks, yet is somehow also the best known (to me) solution to the problem of shipping apps in a platform/distribution agnostic way as of the time of writing ([[2023]]). [[Snap]] is clearly worse. How can this be? + +Why, WHY, am I able to `flatpak search chromium` and even `flatpak install chromium` but (I kid you not) I need to write `flatpak run org.chromium.Chromium` to actually run the package? + +Oh, it's because the developers refuse to accept patches to implement short forms for the run subcommand specifically. In practice this means ~millions of people around the world are maintaining independent collections of shoddy one-liners or aliases to make flatpak command invocations sane again. + From 5389b8ba453e8c3a834e859496459eeab016d003 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 15:22:42 +0200 Subject: [PATCH 05/27] autopushed --- airing of grievances.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/airing of grievances.md b/airing of grievances.md index 2d9ef735b..865947e08 100644 --- a/airing of grievances.md +++ b/airing of grievances.md @@ -11,3 +11,6 @@ Why, WHY, am I able to `flatpak search chromium` and even `flatpak install chrom Oh, it's because the developers refuse to accept patches to implement short forms for the run subcommand specifically. In practice this means ~millions of people around the world are maintaining independent collections of shoddy one-liners or aliases to make flatpak command invocations sane again. +Also, if you run `flatpak search` in a narrow terminal it will helpfully elide the full application ID, so flatpak search cannot even be depended on to retrieve the right incantation consistently. WHY. + +## From 2c21a8de90ebb5113f21fef3b67ead9f4c6827c2 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 15:25:31 +0200 Subject: [PATCH 06/27] autopushed --- airing of grievances.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/airing of grievances.md b/airing of grievances.md index 865947e08..060919f66 100644 --- a/airing of grievances.md +++ b/airing of grievances.md @@ -13,4 +13,10 @@ Oh, it's because the developers refuse to accept patches to implement short form Also, if you run `flatpak search` in a narrow terminal it will helpfully elide the full application ID, so flatpak search cannot even be depended on to retrieve the right incantation consistently. WHY. -## +## [[Systemd]] + +I love Systemd; I remember curating SysV Init scripts and I think the process of writing Systemd services is much improved. Having said that :) + +Why is it so hard to just make sure a service will actually start and keep retrying forever if it can't start? There are several incantations in the configuration spec that *seem* like they should achieve indefinite retries, but really don't (or do only in some cases). I understand why you'd want to have something like a sane retry policy (with backoff), but I really would like to tell it: just keep trying for me. Under no situation it seems reasonable for me to find a service marked as `inactive (dead)`, run start on it and have it work flawlessly. The computer should have done that for me. + +Also, why From e67beea2176f03c4fa69a6e7560d88e61b0c1252 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 15:27:13 +0200 Subject: [PATCH 07/27] autopushed --- airing of grievances.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airing of grievances.md b/airing of grievances.md index 060919f66..fffb6c80a 100644 --- a/airing of grievances.md +++ b/airing of grievances.md @@ -19,4 +19,5 @@ I love Systemd; I remember curating SysV Init scripts and I think the process of Why is it so hard to just make sure a service will actually start and keep retrying forever if it can't start? There are several incantations in the configuration spec that *seem* like they should achieve indefinite retries, but really don't (or do only in some cases). I understand why you'd want to have something like a sane retry policy (with backoff), but I really would like to tell it: just keep trying for me. Under no situation it seems reasonable for me to find a service marked as `inactive (dead)`, run start on it and have it work flawlessly. The computer should have done that for me. -Also, why +Also, why is it non-trivial to go from operating over a service (with e.g. `systemctl --user status/stop/start`) to operating over its logs? For the latter you need (checks notes) journalctl… + From 267f81cfeda7b9b3ed4049637663417c869bb231 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 15:27:48 +0200 Subject: [PATCH 08/27] autopushed --- airing of grievances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airing of grievances.md b/airing of grievances.md index fffb6c80a..9550b714b 100644 --- a/airing of grievances.md +++ b/airing of grievances.md @@ -19,5 +19,5 @@ I love Systemd; I remember curating SysV Init scripts and I think the process of Why is it so hard to just make sure a service will actually start and keep retrying forever if it can't start? There are several incantations in the configuration spec that *seem* like they should achieve indefinite retries, but really don't (or do only in some cases). I understand why you'd want to have something like a sane retry policy (with backoff), but I really would like to tell it: just keep trying for me. Under no situation it seems reasonable for me to find a service marked as `inactive (dead)`, run start on it and have it work flawlessly. The computer should have done that for me. -Also, why is it non-trivial to go from operating over a service (with e.g. `systemctl --user status/stop/start`) to operating over its logs? For the latter you need (checks notes) journalctl… +Also, why is it non-trivial to go from operating over a service (with e.g. `systemctl --user status/stop/start`) to operating over its logs? For the latter you need (checks notes) [[journalctl]] … From d26c96b82c814cbd76ebb9fb74cdd14b410f43f0 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 15:31:44 +0200 Subject: [PATCH 09/27] autopushed --- journalctl.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 journalctl.md diff --git a/journalctl.md b/journalctl.md new file mode 100644 index 000000000..8e60b75a7 --- /dev/null +++ b/journalctl.md @@ -0,0 +1,2 @@ +- The invocation for user services is e.g.: + - `journalctl --user-unit agora-server` From 0b3fa6e1838f1130e08ae6dbae010682da56831c Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 15:32:19 +0200 Subject: [PATCH 10/27] autopushed --- journalctl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/journalctl.md b/journalctl.md index 8e60b75a7..89a26c227 100644 --- a/journalctl.md +++ b/journalctl.md @@ -1,2 +1,3 @@ - The invocation for user services is e.g.: - `journalctl --user-unit agora-server` + - Why it's --user-unit instead of --user (like systemctl) I'm going to assume nobody knows (I sure don't). From b1be771aeb85b888df67f3ee4feeb190028e55f8 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 15:33:59 +0200 Subject: [PATCH 11/27] autopushed --- airing of grievances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airing of grievances.md b/airing of grievances.md index 9550b714b..72153c020 100644 --- a/airing of grievances.md +++ b/airing of grievances.md @@ -19,5 +19,5 @@ I love Systemd; I remember curating SysV Init scripts and I think the process of Why is it so hard to just make sure a service will actually start and keep retrying forever if it can't start? There are several incantations in the configuration spec that *seem* like they should achieve indefinite retries, but really don't (or do only in some cases). I understand why you'd want to have something like a sane retry policy (with backoff), but I really would like to tell it: just keep trying for me. Under no situation it seems reasonable for me to find a service marked as `inactive (dead)`, run start on it and have it work flawlessly. The computer should have done that for me. -Also, why is it non-trivial to go from operating over a service (with e.g. `systemctl --user status/stop/start`) to operating over its logs? For the latter you need (checks notes) [[journalctl]] … +Also, why is it non-trivial to go from operating over a service (with e.g. `systemctl --user status/stop/start foo`) to operating over its logs? For the latter you need (checks notes) `[[journalctl]] --user-unit foo`. Maybe it just took me longer than normal to find this, but it's unclear to me why `systemctl --user logs` doesn't exist, or why it's --user-unit in the case of journalctl instead of --user. From 1a0ab09858369818af6ba9398ebe52f2e3ff5bfa Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 15:35:05 +0200 Subject: [PATCH 12/27] autopushed --- airing of grievances.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/airing of grievances.md b/airing of grievances.md index 72153c020..e2ee20339 100644 --- a/airing of grievances.md +++ b/airing of grievances.md @@ -1,7 +1,9 @@ - a [[ritual]]. - part of [[Festivus]]. -Some out-of-season [[airing of grievances]], in no particular order: +I love computers and humans, and they come together beautiful in phenomenons like open source, which I love particularly. I am eternally thankful for the *millions* of humans who contribute to free software and make the world a better place. + +Having said that, here are some out-of-season [[airing of grievances]] about software, in no particular order: ## [[Flatpak]] From a49f328ad3447f48b67ed2c57f293e6a48a907d6 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 20:20:12 +0200 Subject: [PATCH 13/27] autopushed --- journal/2023-07-04.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/journal/2023-07-04.md b/journal/2023-07-04.md index 1ee7779f5..48f30589a 100644 --- a/journal/2023-07-04.md +++ b/journal/2023-07-04.md @@ -1 +1,6 @@ +- [[Flancia]] + - [[AG]] :) - [[airing of grievances]] + - I wrote this in a moment of negativity, to channel it and seeing what happened :) + - I think it was an interesting exercise! +- [[birthdays]] From a6a218684ec38623527bb67a628ae2e51e0734db Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 21:24:52 +0200 Subject: [PATCH 14/27] autopushed --- birthdays.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/birthdays.md b/birthdays.md index 21a987955..d35bbe67b 100644 --- a/birthdays.md +++ b/birthdays.md @@ -11,3 +11,5 @@ - Then 7d later [[M.]] - [[June 11]] - [[AG]] +- [[November 11]] + - [[Venisa]] From 548a43cad2c4c60610e750d3882ede317d8b9d16 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 21:25:28 +0200 Subject: [PATCH 15/27] autopushed --- AG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AG.md b/AG.md index 609f0d7a6..e20dd2429 100644 --- a/AG.md +++ b/AG.md @@ -1,9 +1,10 @@ - a [[person]]. - - my [[love]] - - also [[friend]]. + - my [[love]]. + - also a [[friend]]. - We texted each other on Bumble on the 27th of March of 2023. - We met on the 30th of March, went to [[Xenix]] and [[Ikoo]], exchanged numbers on the 31st. - We had tea on the [[2nd of April]]. + - Her birthday is on the [[11th of June]]. We met as we were nearing the 0th of April and it was meeting beauty from the start. From 1ba770d3bf00b62b7ebd53b7fed5bccd83281a5c Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 21:26:03 +0200 Subject: [PATCH 16/27] autopushed --- AG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AG.md b/AG.md index e20dd2429..27a4f0a2a 100644 --- a/AG.md +++ b/AG.md @@ -13,3 +13,6 @@ We travelled apart for three weeks in the first six weeks, but we kept in touch I went to the May 1st activities thanks to her. We drank fresh mint tea; we will read for each other. +- [[2023-06-11]] +- [[2023-07-04]] +- and so many more :) From d22063194e42a9293ffb5d21dae825d0203382a4 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 21:26:39 +0200 Subject: [PATCH 17/27] autopushed --- journal/2023-06-11.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 journal/2023-06-11.md diff --git a/journal/2023-06-11.md b/journal/2023-06-11.md new file mode 100644 index 000000000..6a642b732 --- /dev/null +++ b/journal/2023-06-11.md @@ -0,0 +1,2 @@ +- Backnoded in July (!). + - It was a beautiful weekend. From b20dc22cc40f6ed66009ddac8990a45943f79f9d Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 21:27:15 +0200 Subject: [PATCH 18/27] autopushed --- journal/2023-06-10.md | 2 ++ journal/2023-06-11.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 journal/2023-06-10.md diff --git a/journal/2023-06-10.md b/journal/2023-06-10.md new file mode 100644 index 000000000..c20473af5 --- /dev/null +++ b/journal/2023-06-10.md @@ -0,0 +1,2 @@ +- Beautiful [[Saturday]]. +- We [[burned]] happily! diff --git a/journal/2023-06-11.md b/journal/2023-06-11.md index 6a642b732..be1d3512d 100644 --- a/journal/2023-06-11.md +++ b/journal/2023-06-11.md @@ -1,2 +1,2 @@ - Backnoded in July (!). - - It was a beautiful weekend. + - It was a beautiful weekend: [[2023-06-10]] [[2023-06-11]] From 0a22ee549798d0a6fe909d9b1550b7a927858e06 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 22:51:28 +0200 Subject: [PATCH 19/27] autopushed --- journal/2023-07-04.md | 1 + 1 file changed, 1 insertion(+) diff --git a/journal/2023-07-04.md b/journal/2023-07-04.md index 48f30589a..0e828a2f8 100644 --- a/journal/2023-07-04.md +++ b/journal/2023-07-04.md @@ -4,3 +4,4 @@ - I wrote this in a moment of negativity, to channel it and seeing what happened :) - I think it was an interesting exercise! - [[birthdays]] +- backnoded [[2023-06-11]] and surroundings :) From e3902371d5068ac059af2abb0a6859c513f0d2f0 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 22:56:46 +0200 Subject: [PATCH 20/27] autopushed --- Minigolf Hard.md | 4 ++++ journal/2023-06-10.md | 1 + 2 files changed, 5 insertions(+) create mode 100644 Minigolf Hard.md diff --git a/Minigolf Hard.md b/Minigolf Hard.md new file mode 100644 index 000000000..8285b7d34 --- /dev/null +++ b/Minigolf Hard.md @@ -0,0 +1,4 @@ +- a [[place]]. + - In [[Zürich]]. + - Very cool! + - #go https://goo.gl/maps/B3gL8ppysYgucN679 diff --git a/journal/2023-06-10.md b/journal/2023-06-10.md index c20473af5..d527d909a 100644 --- a/journal/2023-06-10.md +++ b/journal/2023-06-10.md @@ -1,2 +1,3 @@ - Beautiful [[Saturday]]. - We [[burned]] happily! +- Went to [[Minigolf Hard]]. From 2ae1a0178f6d96b29f5743b79db1130d78ed6d68 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 22:57:22 +0200 Subject: [PATCH 21/27] autopushed --- Minigolf Hard.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Minigolf Hard.md b/Minigolf Hard.md index 8285b7d34..cb97d2b95 100644 --- a/Minigolf Hard.md +++ b/Minigolf Hard.md @@ -1,4 +1,5 @@ - a [[place]]. - In [[Zürich]]. - Very cool! - - #go https://goo.gl/maps/B3gL8ppysYgucN679 + - #map https://goo.gl/maps/B3gL8ppysYgucN679 + - #go https://minigolfhard.ch/ From aebe83e138679c7afd965788b770e96b4f5f100a Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 23:00:19 +0200 Subject: [PATCH 22/27] autopushed --- Minigolf Hard.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Minigolf Hard.md b/Minigolf Hard.md index cb97d2b95..9d9fa926f 100644 --- a/Minigolf Hard.md +++ b/Minigolf Hard.md @@ -1,5 +1,6 @@ - a [[place]]. - In [[Zürich]]. - Very cool! + - Went on [[2023-06-10]] and [[2023-06-11]] (over/after midnight) and apart from the cool [[minigolf]] there was a mini rave and a local [[Burning Man]] event. - #map https://goo.gl/maps/B3gL8ppysYgucN679 - #go https://minigolfhard.ch/ From 89d548a9b81fe4e7ad647bbf7f1a263bbcab8945 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 4 Jul 2023 23:16:54 +0200 Subject: [PATCH 23/27] autopushed --- journal/2023-07-04.md | 1 + 1 file changed, 1 insertion(+) diff --git a/journal/2023-07-04.md b/journal/2023-07-04.md index 0e828a2f8..10c018521 100644 --- a/journal/2023-07-04.md +++ b/journal/2023-07-04.md @@ -5,3 +5,4 @@ - I think it was an interesting exercise! - [[birthdays]] - backnoded [[2023-06-11]] and surroundings :) + - [[minigolf hard]] From 2e51322e581318e4aeaf164658278eb479fc4b8c Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 5 Jul 2023 15:20:30 +0200 Subject: [PATCH 24/27] autopushed --- journal/2023-07-05.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 journal/2023-07-05.md diff --git a/journal/2023-07-05.md b/journal/2023-07-05.md new file mode 100644 index 000000000..00d05085e --- /dev/null +++ b/journal/2023-07-05.md @@ -0,0 +1,2 @@ +- [[agora para los pobres]] +- [[unicef]] From 5f2725fe704838112b1c2c05fee169402d8e34fb Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 5 Jul 2023 15:21:07 +0200 Subject: [PATCH 25/27] autopushed --- unicef.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 unicef.md diff --git a/unicef.md b/unicef.md new file mode 100644 index 000000000..5d712be5f --- /dev/null +++ b/unicef.md @@ -0,0 +1,2 @@ +- an [[organization]]. + - #pull [[United Nations International Children's Emergency Fund]]. From 4c66ee51da06f83d7b6558f38525e39f8c46998a Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 5 Jul 2023 16:37:35 +0200 Subject: [PATCH 26/27] autopushed --- unicef.md | 1 + 1 file changed, 1 insertion(+) diff --git a/unicef.md b/unicef.md index 5d712be5f..89cf9c7e9 100644 --- a/unicef.md +++ b/unicef.md @@ -1,2 +1,3 @@ - an [[organization]]. - #pull [[United Nations International Children's Emergency Fund]]. + - Donated [[510 CHF]] on [[2023-07-05]]. From c69b4795cd8dfe8cd7bd072509ee48223ffa3783 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 5 Jul 2023 17:42:46 +0200 Subject: [PATCH 27/27] autopushed --- journal/2023-07-05.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/journal/2023-07-05.md b/journal/2023-07-05.md index 00d05085e..4c5385657 100644 --- a/journal/2023-07-05.md +++ b/journal/2023-07-05.md @@ -1,2 +1,5 @@ - [[agora para los pobres]] - [[unicef]] +- [[flancia]]! + +It was that time of the year, your birthday, when you finally got to Flancia and were able to stay for good, stay in it in a definite sense, being free from suffering.