New tinylog

This commit is contained in:
Nathan Fisher 2023-08-23 16:55:11 -04:00
parent 7243ae5781
commit 8b713c16ba

View file

@ -4,10 +4,10 @@ Meta(
published: Some(Time( published: Some(Time(
year: 2023, year: 2023,
month: 8, month: 8,
day: 22, day: 23,
hour: 4, hour: 20,
minute: 39, minute: 55,
second: 14, second: 9,
)), )),
tags: [ tags: [
"tinylog", "tinylog",
@ -18,6 +18,8 @@ Some shorter thoughts and updates that might not warrant a full gemlog entry. I'
=> .. Home => .. Home
## 2023-08-23 20:55 UTC
Working on bringing some HitchHiker packages up to date. I also simplified code in a couple of the utilities written specifically for hhl, and added some man pages.
## 2023-08-22 04:39 UTC ## 2023-08-22 04:39 UTC
Did some work tonight on my little text editor, Vapad. Every time I touch this code I'm reminded just how perfectly suited Vala is to developing Gtk applications. One of these days I'll have to write something bigger using Vala. Did some work tonight on my little text editor, Vapad. Every time I touch this code I'm reminded just how perfectly suited Vala is to developing Gtk applications. One of these days I'll have to write something bigger using Vala.
## 2023-08-15 17:31 UTC ## 2023-08-15 17:31 UTC