New tinylog

This commit is contained in:
Nathan Fisher 2023-09-05 18:41:51 -04:00
parent 7be9eeeb00
commit 95fc4fe600

View file

@ -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.