thebuzzing has quit [Quit: connection reset by purr]
thebuzzing has joined #kisslinux
kimerus has quit [Ping timeout: 252 seconds]
raph_ael has quit [Quit: WeeChat 3.1]
raph_ael has joined #kisslinux
thebuzzing has quit [Ping timeout: 244 seconds]
thebuzzing has joined #kisslinux
<midfavila>
til that you can use subshells inside of sed
<testuser[m]1>
why not, as long as its inside double quotes
<midfavila>
yeah, that was sort of my thinking, I've just never done it before
<midfavila>
but I've spent a little bit of time this morning improving my plumber
<midfavila>
dropped eleven lines of script
<testuser[m]1>
nice
<testuser[m]1>
How's k&r going
<midfavila>
K&R is going well. Read a couple chapters this morning
<midfavila>
then took a break to work on my plumber, haha
<midfavila>
probably gonna tinker on stumpwm and have my noon tea soon
<midfavila>
I want to finish K&R within the next couple days. Ideally tomorrow, but the day after will also be acceptable
<schillingklaus>
is stumpwm already available as package?
<testuser[m]1>
no
<midfavila>
Oh, no, I haven't packaged stumpwm
<midfavila>
I can get around to it later today
<midfavila>
but it's not hard to build from source once you have sbcl, which I *have* packaged, klaus
<testuser[m]1>
btw mid implementing privacy-redirect inside of links can be a good exercise, check line 457 of url.c
<midfavila>
Hmm.
<midfavila>
I'll take a look.
<midfavila>
If I do anything like that, I'd want to handle it similarly to how Links handles MIMEs
<midfavila>
you know, match it against a user-defined database and then handle it appropriately?
<testuser[m]1>
yea
<midfavila>
although, ngl,
<midfavila>
i've been thinking more and more about how Links would be perfect if I could make just a *few tiny tweaks*
<midfavila>
would be nice to fork it in the future, or something
<midfavila>
I basically just want a graphical Lynx, haha.
<midfavila>
Links is kinda inferior to Lynx in a lot of ways...
<midfavila>
...but then it also has a graphical mode
<schillingklaus>
is delegating graphics to external viewers not an option?
<midfavila>
Oh, it is, but I don't want to download every single image in a page.
<testuser[m]1>
you can make it open gui programs for images and stuff
<midfavila>
Not to disk, anyway.
<midfavila>
If I could somehow create an unholy fusion of Links and Dillo, but with GTK...
<testuser[m]1>
what stuff does lynx have? just looks like a more colorful links to me
<midfavila>
CSS
<midfavila>
at least to a limited degree
<midfavila>
Links lacks CSS entirely
<testuser[m]1>
yea
<midfavila>
or, at least, positioning elements
<midfavila>
...also, the color for Lynx is admittedly quite nice
<testuser[m]1>
why dont you use it
<midfavila>
Because I'm actually not a huge fan of terminal programs.
<midfavila>
Terminals are great for text processing, but anything remotely graphical should be done in a GUI, imo
<midfavila>
not that there aren't merits to using stuff like imagemagick and ffmpeg, though, there totally are
strajder has joined #kisslinux
mahmutov has joined #kisslinux
midfavila-laptop has quit [Ping timeout: 268 seconds]
mahmutov has quit [Ping timeout: 268 seconds]
micr0 has joined #kisslinux
micr0 has joined #kisslinux
micr0 has quit [Changing host]
claudia has joined #kisslinux
mahmutov has joined #kisslinux
claudia has quit [Quit: zzz]
schillingklaus has quit [Quit: schillingklaus]
sad_plan has joined #kisslinux
sad_plan has quit [Quit: ]
Sweets has joined #kisslinux
<Sweets>
.
<Sweets>
sugma
<acheam>
can someone tell mmatongo that libnl depends on bison?
<acheam>
his email isnt working
<acheam>
so if any of you githubbers could let him know, it would be much appreciated
mahmutov has quit [Read error: Connection reset by peer]
mahmutov has joined #kisslinux
strajder has quit [Quit: leaving]
thebuzzing has quit [Remote host closed the connection]
thebuzzing has joined #kisslinux
thebuzzing has quit [Remote host closed the connection]
thebuzzing has joined #kisslinux
claudia has joined #kisslinux
dilyn has joined #kisslinux
<dilyn>
if anyone has a problem building rust 1.53.0 let me know :)
smartin has quit [Quit: smartin]
<acheam>
dilyns getting to comfortable
<acheam>
thinking we'd let him off Scott free after a bad update
<acheam>
you know thats a punishable offense
Sweets has quit [Quit: ]
Sweets has joined #kisslinux
<Sweets>
.
<Sweets>
bueno
soliwilos has quit [Ping timeout: 252 seconds]
<claudia>
hello hello hello
claudia has quit [Read error: Connection reset by peer]
claudia_ has joined #kisslinux
soliwilos has joined #kisslinux
Sweets has quit [Remote host closed the connection]
riteo has joined #kisslinux
<riteo>
hiiii!
<riteo>
testuser[m] I got bad news for you
<riteo>
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
<riteo>
it'll take longer than expected to run them
<riteo>
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
<riteo>
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
<riteo>
lves to dynamic definition in /lib/libnvidia-tls.so.465.27
<riteo>
(pardon the splitting)
<riteo>
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
<riteo>
seem to be some patch files, but considering that I can't find out their license I'd like to avoid opening them.