💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2019-12-08.txt captured on 2021-12-17 at 13:26:06.
-=-=-=-=-=-=-
2019-12-08T00:14:42 #kisslinux <E5ten> I wonder what the reason for the optional opening ( in case is 2019-12-08T00:15:16 #kisslinux <E5ten> also TIL until loops are POSIX, thought they were bashisms 2019-12-08T00:41:37 #kisslinux <atkka> any good resources for getting started with POSIX scripting? 2019-12-08T03:40:11 #kisslinux <E5ten> mforney: I noticed you said your system doesn't have .pc files in a samurai PR, can I ask why you choose not to have them? 2019-12-08T05:26:20 #kisslinux <lieuxnoir> i have trouble playing https radio stations with mpv 2019-12-08T05:28:59 #kisslinux <lieuxnoir> [ffmpeg] Protocol not found. Make sure ffmpeg/Libav is compiled with networking support. 2019-12-08T07:07:57 #kisslinux <mforney> E5ten: my system uses separate build scripts from upstream (kinda like a BSD), and .pc files are just something that i didn't deal with. i don't have anything against them. though i still think its useful to be able to explicitly specify FOO_CPPFLAGS and FOO_LIBS if you want to build something against an uninstalled version of a library 2019-12-08T07:16:32 #kisslinux <mforney> E5ten: not sure, but you might have better luck sending patches to the mailing list. that's what the wiki says to do, and i've usually gotten pretty fast response that way 2019-12-08T07:17:49 #kisslinux <mforney> though it does seem they've accepted occasional github PRs too, but it seems to be much less then the mailing list 2019-12-08T07:18:02 #kisslinux <mforney> much less active* 2019-12-08T09:17:59 #kisslinux <E5ten> for being able to compile against uninstalled versions I use --prefix="<a temp source dir>/usr" or the equivalent per build system, and then set PKG_CONFIG_PATH to the relevant pkgconfig dir in that /usr 2019-12-08T09:22:45 #kisslinux <dylanaraps> lieuxnoir: You need to compile ffmpeg with networking support. 2019-12-08T09:32:10 #kisslinux <qtpie> dylanaraps, hey it seems eiwd has a bug. the iwd daemon was automatically getting killed for some reason so I used iwd -d to see what was going on. As you can see in the logs here -> https://pst.moe/paste/urqlal it segfaults 2019-12-08T09:32:31 #kisslinux <qtpie> i am not sure if it's for all networks or just for 8021x 2019-12-08T09:32:58 #kisslinux <qtpie> I am using my mobile hotspot now to test if it segfaults on psk networks as well. i'll let you know if it does 2019-12-08T09:49:16 #kisslinux <adamantium> o/ 2019-12-08T09:50:32 #kisslinux <dylanaraps> Hello 2019-12-08T09:57:00 #kisslinux <dylanaraps> qtpie: Will try and reproduce this. 2019-12-08T10:06:56 #kisslinux <qtpie> dylanaraps, it seems psk networks are not affected because I have been on my mobile hotspot for quite a while now and it hasn't segfaulted yet 2019-12-08T10:07:21 #kisslinux <qtpie> It only happens for 8021x networks I guess 2019-12-08T10:07:56 #kisslinux <qtpie> In my case the network uses EAP-PEAP and MSCHAPv2 2019-12-08T10:11:14 #kisslinux <dylanaraps> Thanks 2019-12-08T10:11:24 #kisslinux <dylanaraps> I'll try and find the issue a little later today. 2019-12-08T10:14:32 #kisslinux <qtpie> cool 2019-12-08T10:14:43 #kisslinux <qtpie> this isn't a serious issue so take your time 2019-12-08T10:17:34 #kisslinux <dylanaraps> Thanks 2019-12-08T10:26:20 #kisslinux <dylanaraps> I'm working on a minimal web environment for an IRL project I'm working on. 2019-12-08T10:26:37 #kisslinux <dylanaraps> My wall is full of sticky notes. 2019-12-08T10:47:55 #kisslinux <mrdroid> is someone here??? 2019-12-08T10:48:46 #kisslinux <dylanaraps> Yes 2019-12-08T10:50:09 #kisslinux <dylanaraps> I'm using sassc/md4c/m4 to create a tiny site builder. 2019-12-08T11:45:28 #kisslinux <dylanaraps> Neat. mozjpeg and libjpeg-turbo are ABI compatible. 2019-12-08T11:45:34 #kisslinux <dylanaraps> Just swapped it out on my system. 2019-12-08T12:01:54 #kisslinux <dylanaraps> Is there no JS minifier written in C (or C++)? :( 2019-12-08T12:02:31 #kisslinux <dylanaraps> I despise JS but I need to use it for something I'm working on. 2019-12-08T12:02:43 #kisslinux <dylanaraps> I'd love to not pull down a million npm projects. 2019-12-08T12:18:01 #kisslinux <dylanaraps> jsmin isn't open source. :( 2019-12-08T12:18:10 #kisslinux <dylanaraps> Has no license attached to it. 2019-12-08T12:23:07 #kisslinux <dylanaraps> E5ten: https://github.com/douglascrockford/JSMin/issues/7 2019-12-08T12:57:55 #kisslinux <dylanaraps> This is really fucking cool. https://adi.tilde.institute/pp/ 2019-12-08T12:58:16 #kisslinux <dylanaraps> I use it here right now: https://github.com/dylanaraps/thing/blob/master/site/partials/default.html 2019-12-08T12:58:23 #kisslinux <dylanaraps> Yes, you can even nest it. :P 2019-12-08T13:33:31 #kisslinux <E5ten> oh god another one of those issues 2019-12-08T14:23:40 #kisslinux <dylanaraps> "Tell Debian to stop promoting evil." 2019-12-08T14:23:41 #kisslinux <dylanaraps> 10/10 2019-12-08T14:28:22 #kisslinux <E5ten> he really does have him there 2019-12-08T15:04:40 #kisslinux <dylanaraps> E5ten: https://github.com/dylanaraps/thing/blob/master/site/partials/nav.html 2019-12-08T15:05:08 #kisslinux <dylanaraps> Embedding shell and using it as a templating engine is kinda awesome 2019-12-08T15:14:33 #kisslinux <E5ten> haha nice 2019-12-08T19:26:15 #kisslinux <chrempson> added zfs if anyone is interested: https://github.com/jdavies-dev/kiss-zfs 2019-12-08T23:06:49 #kisslinux <dylanaraps> Fucking hell 2019-12-08T23:07:05 #kisslinux <dylanaraps> New weechat release errors if any optional libraries are missing. 2019-12-08T23:07:14 #kisslinux <dylanaraps> I have to add a flag to disable each one now.