💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-12-23.txt captured on 2024-05-12 at 16:03:40.

View Raw

More Information

⬅️ Previous capture (2022-01-08)

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

[2021-12-23T04:29:24Z] <testuser[m]> Hi
[2021-12-23T16:29:49Z] <acheam> hi testuser[m]
[2021-12-23T18:09:41Z] <noocsharp> https://github.com/noocsharp/qlocksh
[2021-12-23T18:09:52Z] <noocsharp> i wrote this like a year ago and finally finished it today
[2021-12-23T18:12:33Z] <testuser[m]> Rich
[2021-12-23T18:14:10Z] <testuser[m]> Bruh shithub is sending me notifications via email 3  days after they happened
[2021-12-23T18:14:55Z] <noocsharp> what do you expect from a site with a name like that
[2021-12-23T20:29:15Z] <bibliocar> at what point do you remove a bunch of similar functions used in different programs and make it its own library, then include that library in those programs?
[2021-12-23T20:30:00Z] <bibliocar> Like, I think glib is an abomination, yet I want to do basically the same thing.
[2021-12-23T20:32:14Z] <phoebos> i mean you could write the "library" then just include the .c files, which makes it cleaner for users
[2021-12-23T20:33:26Z] <bibliocar> that does sound like a nice solution!
[2021-12-23T20:34:28Z] <phoebos> yeah it seems pretty clean to me
[2021-12-23T20:35:08Z] <phoebos> lots of people do it to have obsd strlcat/stlcpy
[2021-12-23T20:36:01Z] <bibliocar> somehow I think the type of people to have obsd program ports, probably have a lot of them.
[2021-12-23T20:37:05Z] <bibliocar> I guess maybe not for something like the webserver, though.
[2021-12-23T20:45:35Z] <bibliocar> I'm poking around nanovg, a tiny 2d graphics library, and some related projects. I want to try building something like Xaw from it.
[2021-12-23T20:45:56Z] <bibliocar> a widget toolkit