ghc::filesystem Release v1.2.6
Additionally, two pull requests found their way into this release, and I want to thank the supporters for their work.
Additionally, two pull requests found their way into this release, and I want to thank the supporters for their work.
With the initial release of a working prototype of a new reLive streaming client I started to work on reLive again. The first result is a curses based console application for macOS and Linux. It is still a bit rough around the edges, but it fetches all metadata, has a database backend and plays shows.
My previous server, based on Intel’s 8-Core-Atom C2750, was handling my mails, domains and repositories for about five years. Most of the time, I was quite happy with the system, but still, time passes and hardware ages fast. When last month the system dropped offline and was unreachable even through the remote serial connection, I was kind of shocked even with a relativly recent backup.
I called my hosting provider IONOS, and they where kind enough to find the issue (a dead mainboard) and replace the system, keeping my RAID1 HDDs, and getting everything up and running again in about an hour, and that on a sunday night. So thank you to all the unnamed service technicians that where involved in this!
The musl
headers sadly don’t conform to the preprocessor expression of the linux man
file (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && ! _GNU_SOURCE
for strerror_r
, so there was no well defined preprocessor way of solving this.