New tinylog entry

This commit is contained in:
Nathan Fisher 2024-01-05 09:07:37 -05:00
parent 75e8f44ccd
commit de567c4587

View file

@ -2,12 +2,12 @@ Meta(
title: "JeanG3nie\'s Tinylog",
summary: None,
published: Some(Time(
year: 2023,
month: 9,
day: 30,
hour: 5,
minute: 4,
second: 44,
year: 2024,
month: 1,
day: 5,
hour: 14,
minute: 7,
second: 35,
)),
tags: [
"tinylog",
@ -18,6 +18,8 @@ Some shorter thoughts and updates that might not warrant a full gemlog entry. I'
=> .. Home
## 2024-01-05 14:07 UTC
Having my morning coffee, but not relishing it as much as usual. Life is throwing some serious curveballs recently. My dad is in ICU and will likely have to go through rehabilitation to regain mobility before going home.
## 2023-09-30 05:04 UTC
I haven't posted in a bit. Currently working on a pretty cool terminal emulator project called Ghostty written in Zig. The project is a cross platform terminal emulator that renders to an OpenGL surface, which has a native MacOS gui and a Gtk4 gui for Linux. I've been working on adding a split panes feature to the Linux/Gtk gui.