💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2019-12-16.txt captured on 2021-12-17 at 13:26:06.

View Raw

More Information

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

2019-12-16T10:36:32 #kisslinux <adamantium> o/ a prototype for an Emacs front-end to kiss. Yes, I know, kinda counter productive to kiss, but I use Emacs and couldn't help myself. =D https://termbin.com/mhzj
2019-12-16T14:59:32 #kisslinux <lieuxnoir> is compton (specifically, tryone's) possible on KISS?
2019-12-16T15:00:53 #kisslinux <lieuxnoir> i can't seem to figure out building it
2019-12-16T19:28:28 #kisslinux <dylanaraps> adamantium: I saw your email. Nice :) Apologies or not replying yet, I'm quite busy as it's close to Christmas.
2019-12-16T19:28:37 #kisslinux <dylanaraps> s/or/for
2019-12-16T19:29:01 #kisslinux <dylanaraps> lieuxnoir: I don't see why not. You'll just need all of its dependencies.
2019-12-16T21:00:25 #kisslinux <E5ten> dylanaraps: https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/issues/171 I'm finally freeeee
2019-12-16T21:00:26 #kisslinux <E5ten> of udev
2019-12-16T21:05:56 #kisslinux <mforney> ah, looks like the same issue as https://gitlab.freedesktop.org/wayland/wayland/commit/a18e34417ba3fefeb81d891235e8ebf394a20a74
2019-12-16T21:08:16 #kisslinux <E5ten> oh cool, probably would be good if you link that in the issue as a better solution than what I did
2019-12-16T21:09:22 #kisslinux <E5ten> but actually idk, cuz using a clang/gcc specific macro isn't the best either
2019-12-16T21:10:54 #kisslinux <mforney> yeah, it's unfortunate that they chose to use the "sample" member instead of just the type itself, which would avoid the GNU C __typeof__ feature
2019-12-16T21:12:18 #kisslinux <E5ten> just initializing to NULL seems to work, no idea if that's still UB and clang just happens to work with it though
2019-12-16T21:12:56 #kisslinux <mforney> i believe the original kernel container_of macro works as container_of(pointer, type, member) instead of container_of(pointer, sample, member)
2019-12-16T21:13:46 #kisslinux <mforney> i think it's still UB, but i imagine it still works with NULL for most any compiler out there