💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2019-11-04.txt captured on 2024-05-12 at 16:09:54.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

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