From 95fc4fe600f5484dcbfd2c1570fd6a52a6908513 Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Tue, 5 Sep 2023 18:41:51 -0400 Subject: [PATCH] New tinylog --- content/tinylog.gmi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/tinylog.gmi b/content/tinylog.gmi index 4791888..0aaa1b5 100644 --- a/content/tinylog.gmi +++ b/content/tinylog.gmi @@ -3,11 +3,11 @@ Meta( summary: None, published: Some(Time( year: 2023, - month: 8, - day: 26, + month: 9, + day: 5, hour: 22, - minute: 52, - second: 52, + minute: 41, + second: 50, )), tags: [ "tinylog", @@ -18,6 +18,8 @@ Some shorter thoughts and updates that might not warrant a full gemlog entry. I' => .. Home +## 2023-09-05 22:41 UTC +Had some downtime earlier due to replacing our router with a more powerful model. Took longer than it should have to get everything reconfigured. Guess I have a lot of things that depend on IP addresses not changing. ## 2023-08-26 22:52 UTC Currently building packages from Pkgsrc for x86_64 Linux with Musl libc. Builds keep failing due to using types which Musl has hidden behind `_LARGEFILE64_SOURCE`. It's an easy fix, but it would be great if all of these upstream packages would write "modern" C/C++. I'm looking at you, LLVM.