2019-11-04T06:59:50 #kisslinux yikes that reddit thread 2019-11-04T08:00:29 #kisslinux @dylanaraps : `fff` has a wrong description and link on the `Software` page 2019-11-04T08:08:04 #kisslinux nestman: Thanks 2019-11-04T08:41:54 #kisslinux konimex: It seems like this jumbo llvm build depends on clang... 2019-11-04T08:42:39 #kisslinux Using GCC I'm putting out spot fires every 2 minutes in the build. 2019-11-04T08:57:03 #kisslinux yeah, I feel like to build jumbo llvm independent of gcc (in particular libgcc) you'd need two passes, Pass 1 to build llvm normally first and Pass 2 to make it use compiler-rt instead of libgcc 2019-11-04T08:57:17 #kisslinux of course, for the time being it's speculation on my part 2019-11-04T09:11:20 #kisslinux You're probably right. 2019-11-04T09:11:37 #kisslinux Worth looking here too though: https://github.com/tpimh/ngtc 2019-11-04T09:34:38 #kisslinux Setting up my laptop to either livestream or record videos. :) 2019-11-04T09:37:50 #kisslinux https://u.teknik.io/PWstM.jpg 2019-11-04T09:37:52 #kisslinux behold 2019-11-04T09:38:06 #kisslinux brb 2019-11-04T09:57:38 #kisslinux that's some pristine font rendering 2019-11-04T09:58:05 #kisslinux also, how do you deal with not having clickable links in st 2019-11-04T10:35:47 #kisslinux every link is clickable 2019-11-04T10:36:00 #kisslinux you double click, it selects the link and puts it on the clipboard 2019-11-04T10:36:19 #kisslinux then you are free to use a plumber or whatever software you prefer 2019-11-04T10:36:34 #kisslinux nice setup dylanaraps 2019-11-04T10:36:43 #kisslinux BUT 2019-11-04T10:36:56 #kisslinux i absolutely object to your client classifying me as one of the normals >:( 2019-11-04T10:50:08 #kisslinux retard: everyone's a normal ;) 2019-11-04T10:50:55 #kisslinux that is not how normalcy works 2019-11-04T11:21:43 #kisslinux ya i guess you're a retard 2019-11-04T11:21:46 #kisslinux :^) 2019-11-04T11:22:13 #kisslinux I just highlight links with the mouse and copy them. 2019-11-04T11:22:44 #kisslinux Most of the time a double click will suffice. 2019-11-04T11:26:07 #kisslinux exactly icyphox 2019-11-04T11:56:42 #kisslinux dylan: that dockerfile in that repo is interesting, no binutils (so llvm bin (llvm-ar, etc.) stack is sufficient) but g++ does exist 2019-11-04T11:57:05 #kisslinux but they have clang bin so the alpine bin is practically the Pass 1 2019-11-04T11:57:10 #kisslinux worth a look that's for sure 2019-11-04T12:01:16 #kisslinux Yup 2019-11-04T13:22:08 #kisslinux New blog post: https://getkiss.org/blog/20191004a 2019-11-04T13:41:02 #kisslinux The --disable-dbus bug has been marked as a regression too! https://bugzilla.mozilla.org/show_bug.cgi?id=1561207 2019-11-04T13:51:01 #kisslinux >Firefox currently segfaults with dbus disabled on Wayland 2019-11-04T13:51:04 #kisslinux yikes 2019-11-04T13:55:25 #kisslinux Yup. 2019-11-04T20:30:02 #kisslinux https://getkiss.org/pages/install 2019-11-04T20:30:12 #kisslinux Further fleshed out the installation guide. 2019-11-04T21:38:00 #kisslinux Hello 2019-11-04T21:41:21 #kisslinux hello 2019-11-04T21:41:54 #kisslinux I'm happy to answer any questions you may have. :) 2019-11-04T21:44:24 #kisslinux yeah i am pretty happy with this system so far. was a nice learning to get xevoriment runing 2019-11-04T21:44:57 #kisslinux Nice 2019-11-04T21:45:41 #kisslinux i wanted to make youtube dl with mpv working 2019-11-04T21:46:08 #kisslinux i figured out that mpv is compiled without luajit 2019-11-04T21:46:42 #kisslinux Yup. 2019-11-04T21:46:55 #kisslinux I compile mine with luajit for youtube-dl. 2019-11-04T21:47:29 #kisslinux y. i installed luajit but it was not recognized by mpv 2019-11-04T21:48:35 #kisslinux See: https://github.com/dylanaraps/dylan-kiss/tree/master/luajit 2019-11-04T21:49:51 #kisslinux The regular mpv package picks it up too: Checking for Lua : yes (version found: luajit) 2019-11-04T21:51:43 #kisslinux ok i try to add your luajit and enable lua in mpv now 2019-11-04T21:53:36 #kisslinux mpv shouldn't need modification at all. 2019-11-04T22:00:09 #kisslinux building mpv ends with this https://pastebin.com/UiGf4enJ 2019-11-04T22:03:04 #kisslinux now mpv also fails when i remove the lua flag. maybe i messed sth up (: 2019-11-04T22:08:53 #kisslinux The build works fine for me with luajit + the regular mpv package. 2019-11-04T22:21:43 #kisslinux You may also need to build ffmpeg with libressl support. 2019-11-04T22:22:03 #kisslinux '--enable-nonfree --enable-openssl' should do it. 2019-11-04T22:25:45 #kisslinux yeah this were the first hints because ffmpeg was complaining about network. i reverted this in the meantime. will do again now 2019-11-04T22:26:11 #kisslinux OK 2019-11-04T22:26:27 #kisslinux Your other option is to use gnutls from community. 2019-11-04T22:30:49 #kisslinux I'm off to bed, it's late. Will be on in 8~ hours. 2019-11-04T22:52:20 #kisslinux kabum it works (: in case you read the log :D