[2021-06-18T00:56:45Z] what do you guys think about fish shell [2021-06-18T01:06:30Z] no neeed [2021-06-18T01:06:36Z] I just use busybox adh [2021-06-18T01:07:11Z] adh [2021-06-18T01:07:14Z] the strongest shell [2021-06-18T01:08:06Z] I'm on my phone, okay? have mercy [2021-06-18T01:08:16Z] no mercy [2021-06-18T01:08:33Z] phoneposters will be given twice as many beatings [2021-06-18T01:08:58Z] I resist [2021-06-18T01:10:25Z] roll for defense [2021-06-18T05:06:37Z] Hi [2021-06-18T05:09:58Z] after 2 hours of debugging, apparently gawk breaks when the first environment variable is a number [2021-06-18T05:10:01Z] env -i 0=test $(env) awk 'BEGIN { print(ENVIRON["HOME"]) }' [2021-06-18T05:10:58Z] how could I have guess that :P [2021-06-18T14:37:47Z] til that you can use subshells inside of sed [2021-06-18T14:38:26Z] why not, as long as its inside double quotes [2021-06-18T14:39:06Z] yeah, that was sort of my thinking, I've just never done it before [2021-06-18T14:39:17Z] but I've spent a little bit of time this morning improving my plumber [2021-06-18T14:39:26Z] dropped eleven lines of script [2021-06-18T14:39:52Z] nice [2021-06-18T14:40:02Z] How's k&r going [2021-06-18T14:40:18Z] K&R is going well. Read a couple chapters this morning [2021-06-18T14:40:26Z] then took a break to work on my plumber, haha [2021-06-18T14:40:37Z] probably gonna tinker on stumpwm and have my noon tea soon [2021-06-18T14:41:16Z] I want to finish K&R within the next couple days. Ideally tomorrow, but the day after will also be acceptable [2021-06-18T14:41:18Z] is stumpwm already available as package? [2021-06-18T14:41:24Z] no [2021-06-18T14:41:27Z] Oh, no, I haven't packaged stumpwm [2021-06-18T14:41:32Z] I can get around to it later today [2021-06-18T14:41:44Z] but it's not hard to build from source once you have sbcl, which I *have* packaged, klaus [2021-06-18T14:42:25Z] btw mid implementing privacy-redirect inside of links can be a good exercise, check line 457 of url.c [2021-06-18T14:42:38Z] Hmm. [2021-06-18T14:42:47Z] I'll take a look. [2021-06-18T14:43:05Z] If I do anything like that, I'd want to handle it similarly to how Links handles MIMEs [2021-06-18T14:43:15Z] you know, match it against a user-defined database and then handle it appropriately? [2021-06-18T14:43:56Z] yea [2021-06-18T14:44:04Z] although, ngl, [2021-06-18T14:44:20Z] i've been thinking more and more about how Links would be perfect if I could make just a *few tiny tweaks* [2021-06-18T14:44:32Z] would be nice to fork it in the future, or something [2021-06-18T14:44:56Z] I basically just want a graphical Lynx, haha. [2021-06-18T14:45:04Z] Links is kinda inferior to Lynx in a lot of ways... [2021-06-18T14:45:13Z] ...but then it also has a graphical mode [2021-06-18T14:46:12Z] is delegating graphics to external viewers not an option? [2021-06-18T14:46:40Z] Oh, it is, but I don't want to download every single image in a page. [2021-06-18T14:46:42Z] you can make it open gui programs for images and stuff [2021-06-18T14:46:45Z] Not to disk, anyway. [2021-06-18T14:47:08Z] If I could somehow create an unholy fusion of Links and Dillo, but with GTK... [2021-06-18T14:49:23Z] what stuff does lynx have? just looks like a more colorful links to me [2021-06-18T14:49:34Z] CSS [2021-06-18T14:49:38Z] at least to a limited degree [2021-06-18T14:49:45Z] Links lacks CSS entirely [2021-06-18T14:49:49Z] yea [2021-06-18T14:49:54Z] or, at least, positioning elements [2021-06-18T14:50:49Z] ...also, the color for Lynx is admittedly quite nice [2021-06-18T14:52:45Z] why dont you use it [2021-06-18T14:52:58Z] Because I'm actually not a huge fan of terminal programs. [2021-06-18T14:53:28Z] Terminals are great for text processing, but anything remotely graphical should be done in a GUI, imo [2021-06-18T14:53:53Z] not that there aren't merits to using stuff like imagemagick and ffmpeg, though, there totally are [2021-06-18T20:02:24Z] . [2021-06-18T20:02:40Z] sugma [2021-06-18T20:03:54Z] can someone tell mmatongo that libnl depends on bison? [2021-06-18T20:03:58Z] his email isnt working [2021-06-18T20:04:28Z] so if any of you githubbers could let him know, it would be much appreciated [2021-06-18T21:19:29Z] if anyone has a problem building rust 1.53.0 let me know :) [2021-06-18T21:30:48Z] dilyns getting to comfortable [2021-06-18T21:31:03Z] thinking we'd let him off Scott free after a bad update [2021-06-18T21:31:15Z] you know thats a punishable offense [2021-06-18T21:39:05Z] . [2021-06-18T21:39:31Z] bueno [2021-06-18T21:40:59Z] hello hello hello [2021-06-18T22:55:27Z] hiiii! [2021-06-18T22:55:41Z] testuser[m] I got bad news for you [2021-06-18T22:56:21Z] I don't know what black magic adélie linux did, but musl complains about weird configurations in how nvidia's driver are compiled AFAICT [2021-06-18T22:57:54Z] it'll take longer than expected to run them [2021-06-18T22:59:14Z] the issue looks related to Thread Local Storage and the combination of both initial-exec TLS and dynamic linking or something related to that, I've still got to find out more details [2021-06-18T22:59:33Z] all I know is that Xorg complains with this line: Failed to load /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so: Error relocating /lib/libnvidia-tls.so.465.27: _nv005tls: initial-exec TLS reso [2021-06-18T22:59:37Z] lves to dynamic definition in /lib/libnvidia-tls.so.465.27 [2021-06-18T22:59:49Z] (pardon the splitting) [2021-06-18T23:08:55Z] does anyone smarter than me have a clearer idea of what's happening here? As I said I didn't find these issue on my experiments on adélie linux and I even got as far as to run i3 on it. Maybe if I got it right (dlopen and initial-exec TLS not working well togheter on musl, although I have no idea yet if nvidia drivers do that) they could've patched musl a little? Looking at the package sources there [2021-06-18T23:09:01Z] seem to be some patch files, but considering that I can't find out their license I'd like to avoid opening them. gemini://gemini.ctrl-c.club/~phoebos/logs/kisslinux-2021-06-18.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 10:39:08 2024