💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-12-09.txt captured on 2023-01-29 at 03:51:44.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

[2021-12-09T03:05:07Z] <phoebos> posix doesn't specify what format ar(1) actually uses to archive stuff, so i could very easily make a totally posix-compliant ar(1) hehe
[2021-12-09T04:03:39Z] <testuser[m]> Hi
[2021-12-09T04:04:41Z] <noocsharp> hi
[2021-12-09T15:33:46Z] <acheam> phoebos: do you have a wireguard setup on openbsd?
[2021-12-09T15:34:31Z] <testuser[m]> acheam: can u release tarballs on sourcehut
[2021-12-09T15:34:41Z] <acheam> testuser[m]: yep
[2021-12-09T15:34:56Z] <acheam> tarball snapshots are automatically created, and a handy download link is given for tags
[2021-12-09T15:35:05Z] <acheam> you can also upload your own files along with tags
[2021-12-09T15:35:14Z] <testuser[m]> Rich
[2021-12-09T15:36:19Z] <phoebos> acheam: no, i don't use a vpn
[2021-12-09T15:37:21Z] <phoebos> https://bvnf.space/pub/
[2021-12-09T15:37:22Z] <phoebos> :p
[2021-12-09T21:16:08Z] <cem> noocsharp: for some reason I remember sending this yesterday, but my mobile irc client sucks. I have merged imv libgrapheme support upstream
[2021-12-09T21:25:03Z] <noocsharp> nice
[2021-12-09T21:31:21Z] <acheam> cem: whats that mean?
[2021-12-09T21:33:00Z] <cem> acheam: that basically means that you no longer need icu for building imv
[2021-12-09T21:33:27Z] <acheam> nice
[2021-12-09T21:34:21Z] <cem> libgrapheme is a very small library for unicode that can be linked statically
[2021-12-09T21:34:48Z] <noocsharp> it's a suckless project
[2021-12-09T21:35:08Z] <cem> yeah
[2021-12-09T21:35:57Z] <cem> the funny thing is that laslo rewrote the api just today, and I got it merged yesterday
[2021-12-09T21:36:32Z] <cem> Just some simple changes, but the function names are completely different
[2021-12-09T21:38:11Z] <cem> so I'll send an extra patch to update it
[2021-12-09T21:44:06Z] <noocsharp> oh yeah, i got mail for like 4 commits
[2021-12-09T22:17:49Z] <unah> hi, I just installed foot and I'm getting the following warning:
[2021-12-09T22:17:51Z] <unah> monospace: font does not appear to be monospace; check your config, or disable this warning by setting [tweak].font-monospace-warn=no
[2021-12-09T22:18:27Z] <unah> I did install ttf-croscore, as the wiki page suggested, but none of the fonts in /usr/share/fonts/TTF/croscore/* are monospace
[2021-12-09T22:20:32Z] <noocsharp> install a monospace font
[2021-12-09T22:21:20Z] <unah> oh wait croscore isn't monospace
[2021-12-09T22:21:27Z] <unah> idk why I assumed it was
[2021-12-09T23:03:33Z] <noocsharp> what is happening
[2021-12-09T23:14:01Z] <unah> I tried installing liberation-fonts (from the glasnost repo), but foot still shows the same warning?
[2021-12-09T23:14:24Z] <unah> I tried running with `foot --font=/usr/share/fonts/TTF/LiberationMono-Regular.ttf`
[2021-12-09T23:17:10Z] <unah> wait I got it, it needs to be run with '--font="Liberation Mono"'