[2021-12-23T04:29:24Z] Hi [2021-12-23T16:29:49Z] hi testuser[m] [2021-12-23T18:09:41Z] https://github.com/noocsharp/qlocksh [2021-12-23T18:09:52Z] i wrote this like a year ago and finally finished it today [2021-12-23T18:12:33Z] Rich [2021-12-23T18:14:10Z] Bruh shithub is sending me notifications via email 3 days after they happened [2021-12-23T18:14:55Z] what do you expect from a site with a name like that [2021-12-23T20:29:15Z] 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] Like, I think glib is an abomination, yet I want to do basically the same thing. [2021-12-23T20:32:14Z] i mean you could write the "library" then just include the .c files, which makes it cleaner for users [2021-12-23T20:33:26Z] that does sound like a nice solution! [2021-12-23T20:34:28Z] yeah it seems pretty clean to me [2021-12-23T20:35:08Z] lots of people do it to have obsd strlcat/stlcpy [2021-12-23T20:36:01Z] somehow I think the type of people to have obsd program ports, probably have a lot of them. [2021-12-23T20:37:05Z] I guess maybe not for something like the webserver, though. [2021-12-23T20:45:35Z] 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] a widget toolkit