New tinylog post about late-night dory hacking

This commit is contained in:
Nathan Fisher 2023-06-21 02:22:32 -04:00
parent 890b54f105
commit c78d06ea75

View file

@ -4,10 +4,10 @@ Meta(
published: Some(Time( published: Some(Time(
year: 2023, year: 2023,
month: 6, month: 6,
day: 15, day: 21,
hour: 4, hour: 6,
minute: 8, minute: 22,
second: 28, second: 24,
)), )),
tags: [ tags: [
"tinylog", "tinylog",
@ -17,6 +17,8 @@ Meta(
Some shorter thoughts and updates that might not warrant a full gemlog entry. I'll probably be using this to post updates on my various projects in a much more regular fashion. Some shorter thoughts and updates that might not warrant a full gemlog entry. I'll probably be using this to post updates on my various projects in a much more regular fashion.
=> .. Home => .. Home
## 2023-06-21 06:22 UTC
I was up late tonight, so I did some work on the Filesystem storage backend for Dory. Mostly writing tests, which caught a few bugs, but also implementing some missing functionality.
## 2023-06-15 04:08 UTC ## 2023-06-15 04:08 UTC
I decided to install FreeBSD on actual hardware again and had some interesting complications. I had a full gemlog post ready to go about it actually, but one of the complications lead to some data loss, so I'll have to put it all back together again. I decided to install FreeBSD on actual hardware again and had some interesting complications. I had a full gemlog post ready to go about it actually, but one of the complications lead to some data loss, so I'll have to put it all back together again.