From 895e79bdc790d648a13cbf67de66fbc84a3db25d Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Fri, 18 Aug 2023 12:48:11 -0400 Subject: [PATCH] Commit tinylog changes --- content/tinylog.gmi | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/content/tinylog.gmi b/content/tinylog.gmi index 78bbeff..529d909 100644 --- a/content/tinylog.gmi +++ b/content/tinylog.gmi @@ -3,11 +3,11 @@ Meta( summary: None, published: Some(Time( year: 2023, - month: 6, - day: 26, - hour: 23, - minute: 3, - second: 1, + month: 7, + day: 31, + hour: 22, + minute: 46, + second: 20, )), tags: [ "tinylog", @@ -18,6 +18,8 @@ Some shorter thoughts and updates that might not warrant a full gemlog entry. I' => .. Home +## 2023-07-31 22:46 UTC +My Gitea instance is currently down after a package upgrade. Considering options, as I'm not 100% satisfied with Gitea to begin with. ## 2023-06-26 23:03 UTC Just finished adding functionality to create unique message id's for incoming mail in Dory. The id strings will consist of the Unix timestamp upon their receipt and an 8-digit random string to avoid collisions, with a dot separator. This should make sorting your inbox by most recent trivial.