[2022-09-14T00:02:31Z] https://inv.riverside.rocks/watch?v=pShVxLXdXO4 [2022-09-14T00:02:32Z] sotd rec [2022-09-14T02:02:32Z] Hi [2022-09-14T02:03:46Z] hi [2022-09-14T02:04:11Z] hi [2022-09-14T02:05:12Z] etcsums are going to make the blake3 transition (if we still go through with it) a bit hairy [2022-09-14T02:43:56Z] hey guys [2022-09-14T02:44:06Z] kernel still need patch for bash? [2022-09-14T02:44:36Z] no, iirc ioraff mentioned it got merged. so I suppose not [2022-09-14T02:45:18Z] yeah it still does [2022-09-14T02:45:33Z] oh. but didnt it get merged? [2022-09-14T02:45:35Z] it only got merged into the kbuild tree. probably won't show up in a release until 6.1 [2022-09-14T02:45:44Z] ah. i see [2022-09-14T02:46:01Z] thats a long time untill we get there though [2022-09-14T02:46:21Z] - [2022-09-14T02:46:26Z] Ops [2022-09-14T02:46:40Z] The Bashless patch got in? [2022-09-14T02:46:41Z] Nice [2022-09-14T02:47:20Z] yeah. was awhile after the merge window for 6.0. and it's not considered a bug so it won't appear in linus's tree or a stable release [2022-09-14T02:47:31Z] until 6.1 [2022-09-14T02:49:27Z] huh.. one would figure they would want to include such improvements right away, but who am I to say they should include it :p [2022-09-14T02:52:50Z] rohan: i'll update the issue when it appears in a release [2022-09-14T03:01:09Z] thanks [2022-09-14T03:03:11Z] and other question [2022-09-14T03:03:25Z] kiss will switch tar for pax? [2022-09-14T03:03:41Z] i see some proposals but nothing about it [2022-09-14T03:03:55Z] seeing as alot of other bsd related stuff has been mentioned, I dont see why not [2022-09-14T03:04:30Z] I was going to mentioned it myself aswell tbh [2022-09-14T03:09:03Z] pax? [2022-09-14T03:09:10Z] POSIX archiver [2022-09-14T03:09:19Z] neither tar nor ar are actually standardized, historically [2022-09-14T03:09:28Z] pax is an attempt to unify their formats and interfaces [2022-09-14T03:12:43Z] well if it can do similar tar syntax (tar xf) then I don't see why not [2022-09-14T03:13:10Z] perhaps open a proposal in the repo issues on gh [2022-09-14T03:13:13Z] it has different syntaxes [2022-09-14T03:13:35Z] but yes, make a proposal for it. I know dilyn also used it when he was using kiss. [2022-09-14T03:13:47Z] oh no different syntax [2022-09-14T03:14:05Z] iirc it should be faster than tar aswell. but I have no benchmarks for it [2022-09-14T03:14:44Z] does it matter though? [2022-09-14T03:14:49Z] where's the link for its project page? [2022-09-14T03:15:06Z] also atleast it better have some compatibility mode with tar syntax [2022-09-14T03:15:21Z] wael[m]: man pax [2022-09-14T03:15:47Z] not on a system atm [2022-09-14T03:15:47Z] wael, it doesn't [2022-09-14T03:15:52Z] it's a replacement for tar and ar [2022-09-14T03:15:57Z] you'll just have to cope [2022-09-14T03:16:19Z] write a script to convert tar syntax to pax syntax if it bugs you that much [2022-09-14T03:16:22Z] https://github.com/MirBSD/mircpio [2022-09-14T03:16:38Z] well that can do [2022-09-14T03:16:50Z] what mid said :p [2022-09-14T03:16:53Z] sad_plan: Hey, the Mksh folks. [2022-09-14T03:17:04Z] is MirOS == MirBSD? [2022-09-14T03:17:13Z] oh, wait [2022-09-14T03:17:14Z] nvm [2022-09-14T03:17:17Z] i didn't read the uri lmao [2022-09-14T03:17:51Z] The OpenBSD child xD [2022-09-14T03:24:07Z] phinxy: [2022-09-14T03:24:24Z] can you send me your in link for inkscape build? [2022-09-14T03:25:55Z] See ya folks [2022-09-14T03:26:53Z] cya [2022-09-14T03:45:13Z] midfavila how does that make.sh file goes for tinyx? does it work properly? [2022-09-14T03:45:41Z] make.sh doesn't work for tinyx, its build system is too complex [2022-09-14T03:45:56Z] make.sh only works with relatively simple projects and it's mostly a stopgap measure anyway [2022-09-14T03:46:09Z] tinyx should probably just have its build system rewritten [2022-09-14T03:46:19Z] wink wink nudge nudge [2022-09-14T03:46:22Z] I couldve sworn you mentioned you made one though :p [2022-09-14T03:46:40Z] i did, and it works for simple projects, but i threw it together in a few minutes at most [2022-09-14T03:46:47Z] so it's not robust enough to work for something like tinyx [2022-09-14T03:47:31Z] hardyharrharr. yeah I would love to write one. I know kyxor also wanted to rewrite it. I curretly has some other stuff to figure out. like that pesky patch for toybox to avoid bash. [2022-09-14T03:47:35Z] I see [2022-09-14T03:49:56Z] i'm focusing on other things that are more critical to getting my fork self-hosting right now, to be honest [2022-09-14T03:50:20Z] i've been drafting a spec for a multiprotocol toolkit the past few hours in order to replace axel/curl [2022-09-14T03:50:21Z] thats fair :p [2022-09-14T03:50:40Z] whats wrong with axel/curl though? [2022-09-14T03:51:09Z] axel requires an openssl compatible library, and curl is huge [2022-09-14T03:51:21Z] both in terms of binary size and codebase [2022-09-14T03:51:33Z] so no go on axel with bearssl I assume? [2022-09-14T03:51:44Z] even if that were possible, it's beyond my abilities [2022-09-14T03:51:55Z] curl does have bearssl support though [2022-09-14T03:51:59Z] I see [2022-09-14T03:52:01Z] curl is also huge, like I said [2022-09-14T03:52:28Z] a "multiprotocol toolkit" isn't beyond your abilities, but porting axel to bearssl is? [2022-09-14T03:53:01Z] considering i'm unfamiliar with the technologies employed in axel, yes [2022-09-14T03:53:15Z] the code is also very poorly written and organized [2022-09-14T03:53:59Z] a very simple abstraction library, a set of HTTP utilities and a small userland program sitting atop them seems to be a much more reasonable goal for me right now [2022-09-14T03:54:04Z] it's also a better learning experience [2022-09-14T03:54:21Z] current goal is to implement just barely enough to get GET and redirect following working [2022-09-14T03:56:40Z] mind, I'm also ignorant enough about programming to not be able to accurately gauge relative difficulties of different projects [2022-09-14T03:56:54Z] so I could be making a huge mistake... but then, that's part of learning [2022-09-14T03:58:04Z] have you considered hurl? [2022-09-14T03:58:15Z] i've been introduced to it [2022-09-14T03:58:25Z] it's intruiging and could be an option [2022-09-14T03:58:48Z] intriguing* [2022-09-14T03:58:57Z] and hurl is..? a rewrite of curl with some other goals? [2022-09-14T03:59:27Z] http(s)/gopher grabber [2022-09-14T03:59:35Z] https://codemadness.org/hurl.html [2022-09-14T03:59:48Z] maybe i'll ~~shamelessly steal~~ reference parts of it [2022-09-14T04:00:16Z] oh [2022-09-14T04:00:20Z] aah, so more or less curl without alot of stuff then [2022-09-14T04:00:22Z] for someone "ignorant" about programming, perhaps adding a protocol to it would be a saner starting point than starting from scratch [2022-09-14T04:00:22Z] hurl depends on libressl [2022-09-14T04:00:30Z] that's a total non-starter [2022-09-14T04:00:58Z] it depends on libtls [2022-09-14T04:01:07Z] which is part of libressl, no? [2022-09-14T04:01:18Z] aswell as libtls-bearssl [2022-09-14T04:01:33Z] then perhaps it's worth referencing [2022-09-14T04:02:05Z] youll quickly find out if its incompatible with bearssl anyway [2022-09-14T04:02:15Z] meh [2022-09-14T04:02:31Z] ultimately I'm doing this for more than just having an HTTP and TLS client [2022-09-14T04:02:52Z] i've wanted to learn Berkeley Sockets for a while, and I need a project(s) to tinker with to learn more about C [2022-09-14T04:03:03Z] this is, I think, a better way to accomplish both [2022-09-14T10:10:26Z] The key point here is our programmers... They’re not capable of understanding a brilliant language... So, ​the language that we give them has to be easy for them to understand. [2022-09-14T12:41:35Z] Scheme? :D [2022-09-14T12:42:19Z] it fits both categories [2022-09-14T12:47:11Z] ―Rob Pike, creator of Go [2022-09-14T12:53:40Z] anyone find it useful that kiss does checksums for local files? [2022-09-14T12:53:55Z] personally i don't [2022-09-14T12:55:27Z] its only there because does checksums from the sources file to copy to the build directory i assume [2022-09-14T12:55:44Z] there should be a checksum detector for local files (eg. 'local' instead of actual checksum) [2022-09-14T12:56:53Z] idk how much I even care about checksumming in the first place t b q h\ [2022-09-14T12:57:43Z] illiliti its good if u accidentally change the file [2022-09-14T12:58:20Z] but we have git for that, no? [2022-09-14T13:00:31Z] yeah [2022-09-14T13:00:48Z] but still [2022-09-14T13:25:47Z] Hi everyone, has any of you packaged thunderbird ? [2022-09-14T13:45:29Z] My fucking fuck, thundershit is 500MB only for the source lol [2022-09-14T15:01:10Z] testuser[m]1: flac has an ABI-breaking update, so we should push it and chromium together [2022-09-14T15:04:01Z] ioraff Ok [2022-09-14T15:04:13Z] Don't u maintain both anyways :p [2022-09-14T15:40:15Z] fair [2022-09-14T16:01:15Z] anyone know a latex solution for kiss? other than tex live [2022-09-14T16:05:03Z] miktex [2022-09-14T16:14:37Z] tinytex [2022-09-14T19:21:46Z] "My fucking fuck, thundershit is..." <- just why....... [2022-09-14T19:52:26Z] virutalmachineus: I tried to use aerc, but for mail idk I just really like gui [2022-09-14T20:54:32Z] hi [2022-09-14T21:01:34Z] has anyone used dropbear with git before? is it compatible? [2022-09-14T21:01:41Z] instead of openssh [2022-09-14T21:05:25Z] i believe it should work just fine [2022-09-14T21:06:29Z] hm. I belive I did try it earlier, but I couldnt get it to work. said soemthing about no ssh client is running or w/e. I dont really recall. but I should revisit it instead. maybe I can switch out openssh for it [2022-09-14T21:07:25Z] got sick of openssh or just for fun? [2022-09-14T21:08:39Z] for fun really. nothing wrong with openssh tbh. I dont really use it for anything else than git anyway [2022-09-14T21:09:14Z] and seeing as I were rebuilding my system from scratch now anyway, I dont see why not try to replace some stuff, which I had planned anyway [2022-09-14T21:09:35Z] good idea [2022-09-14T21:10:17Z] yeah, no more gnupg1 for me. [2022-09-14T21:17:31Z] why did you need it at all [2022-09-14T21:17:37Z] for commit signing/verification? [2022-09-14T21:17:45Z] i suppose [2022-09-14T21:18:24Z] yeah, that was the sole reason I used it. but seeing as git now supports signing with ssh keys, its no longer needed. which is great [2022-09-14T21:22:10Z] git has support for it for almost a year now [2022-09-14T21:22:35Z] it's just github being slow to work on actual things [2022-09-14T21:23:38Z] yeah, I meant to say github really. I found out when you linked the article a while back :p [2022-09-14T21:31:11Z] btw, should gpupg1 be dropped from main repo? [2022-09-14T21:31:20Z] since obviously we have a better way to sign commits now [2022-09-14T21:33:37Z] I dont see why not. move it to community if people still want to use it [2022-09-14T21:52:56Z] i've created an issue [2022-09-14T21:53:05Z] great [2022-09-14T22:29:49Z] ffs, why doesnt links work with graphics.. doesnt it work on tinyx? midfavila [2022-09-14T23:05:10Z] dunno [2022-09-14T23:05:14Z] haven't bothered testing [2022-09-14T23:05:27Z] i need to get libpng and stuff to build before I can [2022-09-14T23:05:34Z] and that's like, the last thing on my mind right now [2022-09-14T23:05:51Z] i'm currently cursing the posix manpages . _. [2022-09-14T23:08:06Z] I see [2022-09-14T23:08:17Z] mandoc? [2022-09-14T23:08:33Z] it's not about formatting, it's about how horrible they are as reference material [2022-09-14T23:08:54Z] to be fair, they're not *designed* to be reference material, but it's still annoying . _. gemini://gemini.ctrl-c.club/~phoebos/logs/kisslinux-2022-09-14.txt

-- Leo's gemini proxy

-- Connecting to gemini.ctrl-c.club:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain; charset=utf-8

-- Response ended

-- Page fetched on Sun Jun 2 11:45:59 2024