2020-03-31T03:21:50 #kisslinux Morning. o/ 2020-03-31T04:00:33 #kisslinux E5ten: can't you do exactly that? if the job has output then print a newline first? 2020-03-31T04:01:37 #kisslinux i.e. putchar('n') here: https://github.com/michaelforney/samurai/blob/master/build.c#L449 2020-03-31T04:02:53 #kisslinux relevant ninja code seems to be here: https://github.com/ninja-build/ninja/blob/master/src/line_printer.cc#L132-L145 2020-03-31T04:03:57 #kisslinux seems they a `have_blank_line_` variable to keep track of something related to newlines 2020-03-31T04:45:08 #kisslinux I've officially spent more time optimizing my kernel than I could ever possibly get back from those optimizations 2020-03-31T04:45:53 #kisslinux lol 2020-03-31T04:46:02 #kisslinux What did you do, specifically? 2020-03-31T04:47:19 #kisslinux basically flipped through damn near every option in menuconfig and read every bit of info in help that existed 2020-03-31T04:59:40 #kisslinux if you actually wanna see all the switches i flipped, 2020-03-31T04:59:42 #kisslinux https://github.com/dilyn-corner/KISS-me/commit/13a9303baa6d6cc385abdcc322fd8350e440a3de 2020-03-31T05:19:00 #kisslinux dilyn: Thanks, I'll go through 'em. 2020-03-31T05:26:48 #kisslinux Only thing I'm really missing is on device drivers; I should get a list of modules arch loads one of these days 2020-03-31T08:00:32 #kisslinux o/ 2020-03-31T08:23:26 #kisslinux o/ 2020-03-31T08:26:11 #kisslinux I'm setting up a bar 2020-03-31T08:26:17 #kisslinux Haven't had one in a long time 2020-03-31T08:30:37 #kisslinux wait a minute.. a bar in SOWM ( like using bar) or a home bar to drink haha 2020-03-31T08:34:48 #kisslinux lemonbar 2020-03-31T08:35:18 #kisslinux aah okey 2020-03-31T08:38:25 #kisslinux I have enough alcohol at home ;) 2020-03-31T08:39:54 #kisslinux I'd prefer a beach bar :P 2020-03-31T08:40:04 #kisslinux And you can call it lemonbar 2020-03-31T08:41:12 #kisslinux Is lemonbar heavy on dependencies? 2020-03-31T08:41:30 #kisslinux Nope 2020-03-31T08:41:39 #kisslinux Neat 2020-03-31T08:41:49 #kisslinux I'm using a fork which adds XFT font support. 2020-03-31T08:41:57 #kisslinux (Adding a freetype dependency) 2020-03-31T08:42:06 #kisslinux Otherwise it's just basic Xorg stuff 2020-03-31T08:42:15 #kisslinux brb 2020-03-31T08:42:48 #kisslinux I used polybar and then conky with SOWM for a while, but it got a bit annoying to accidentally resizing/moving the bar as SOWM doesn't ignore them, so I just went barless 2020-03-31T08:43:13 #kisslinux Easy to fix though, but I haven't really missed my bars since, so's all good 2020-03-31T08:44:17 #kisslinux same here, just switched completely to conky with all information needed, so no need of any kind of bar 2020-03-31T08:45:09 #kisslinux also i never liked any kind of bar.. it's often to much information for such a small place 2020-03-31T08:46:45 #kisslinux And takes up too much space 2020-03-31T08:47:04 #kisslinux Conky is pretty cool, quite a lot can be done with it with some imagination and tinkering 2020-03-31T08:47:59 #kisslinux that's true. and it doesn't use too much resources nor is it superheavy 2020-03-31T08:57:06 #kisslinux Just looked at scrots of some of my previous rices, and although some of them were pretty cool etc, I'm quite satisfied with running only SOWM without any bars, compositors, notification, nothing... Just nice and clean and bare minimum 2020-03-31T08:57:36 #kisslinux Low maintenance ^^ 2020-03-31T09:54:38 #kisslinux fehawen: That's my setup exactly 2020-03-31T09:54:46 #kisslinux It's coffee time 2020-03-31T09:57:24 #kisslinux fehawen: Just bought seedlings for Peppers, Eggplant, Zucchinis, Basil (lots) and some others. 2020-03-31T09:58:01 #kisslinux Also have 10 different Tomato varieties (as seeds) which need to sprout. 2020-03-31T10:12:52 #kisslinux dylan02: Incredible. Home grown tastes so much better, especially eggplants. And huge amounts of basil is always nice to have, especially once you get those tomatoes going. 2020-03-31T10:13:40 #kisslinux Just need some cucumber and feta, and oregano as well of course, for a nice horiatiki 2020-03-31T10:13:48 #kisslinux And red onion also 2020-03-31T10:14:28 #kisslinux I prefer red, sweeter (if good) 2020-03-31T10:15:21 #kisslinux And some green peppers in there, mmh ah 2020-03-31T10:25:12 #kisslinux fehawen: Exactly! 2020-03-31T10:34:50 #kisslinux brb 2020-03-31T14:05:42 #kisslinux mforney: how do I check if it has output? 2020-03-31T14:05:59 #kisslinux (before it outputs that output) 2020-03-31T15:24:33 #kisslinux Re kiss-port to 32 bit: I have sucessfully ported kiss to i586 and installed it on ancient intel atom plattform (: 2020-03-31T16:10:56 #kisslinux nice work! 2020-03-31T16:19:40 #kisslinux I bring up some screenshot evidence when building xorg has finished (: 2020-03-31T16:20:53 #kisslinux in a few days ^^ 2020-03-31T16:21:11 #kisslinux Good work claudia02! 2020-03-31T16:22:53 #kisslinux thank you. It was a nice learning experience. Now I can also say porting kiss is not that hard (: 2020-03-31T16:24:55 #kisslinux jedavies: when I do gcc -v it still returns i586-alpine-linux-musl. How can I change that? 2020-03-31T16:25:07 #kisslinux remove the "alpine" 2020-03-31T16:31:54 #kisslinux Think this comes from --build= in the gcc build file. If you have $(cc -dumpmachine) there, and that returns i586-alpine-linux-musl... 2020-03-31T16:32:06 #kisslinux See this thread: https://gcc.gnu.org/legacy-ml/gcc-help/2014-06/msg00102.html 2020-03-31T17:17:37 #kisslinux jedavies: thanks! 2020-03-31T18:43:25 #kisslinux forgive me for i haven't looked into it too much, but has anyone gotten wireguard set up in kiss? 2020-03-31T19:23:04 #kisslinux dylanaraps: so currently my build_OID_registry patch left the copyright line and "written by" line as is, for sending it upstream, do you think I should add my own copyright line, and should I change the written by line to me because pretty much all the code is different (given that it's shell now and doesn't use multidimensional arrays and instead uses my own code for keeping multiple related data fields together) or leave 2020-03-31T19:23:04 #kisslinux it as the original writer because all of the math and text and stuff that generates the contents of the files is the same 2020-03-31T19:37:44 #kisslinux ominous_an: I should've brought my router with me to play with it 2020-03-31T19:37:55 #kisslinux I don't think anybody has done it yet but it seems like it should 'just work' 2020-03-31T20:06:29 #kisslinux E5ten: the check is already there on the line right before. if j->buf.len == 0, there is no output 2020-03-31T20:12:21 #kisslinux E5ten: where can i find your latest version of build_OID_registry? 2020-03-31T20:13:45 #kisslinux http://ix.io/2g9z 2020-03-31T20:15:49 #kisslinux i would suggest not removing the original author from the file. presumably you based your code off the original, so it is a derived work. but i think it's okay to add your own copyright line if you want 2020-03-31T20:16:15 #kisslinux that makes sense, thanks 2020-03-31T20:16:37 #kisslinux you could change "Written by" "Based off original perl script written by" 2020-03-31T20:18:46 #kisslinux ok I think I have a fully working version of the one line samurai patch locally, I'll make sure there isn't any cleanup to be done that I'm aware of and update the PR later today 2020-03-31T23:10:45 #kisslinux mforney: it seems like my message with a link with my build_OID_registry didn't send for some reason? anyway, here http://ix.io/2g9z 2020-03-31T23:12:17 #kisslinux I think the kiss website has a link to the full patch with the Makefile change too somewhere 2020-03-31T23:12:46 #kisslinux E5ten: i saw it earlier, thanks 2020-03-31T23:17:32 #kisslinux i'm working on a pure awk version, which is looking pretty promising. i think it might be quite a bit simpler and faster than the shell version. i'll let you know if i get that working 2020-03-31T23:18:46 #kisslinux I thought it couldn't work with awk because POSIX doesn't specify bitwise operators? 2020-03-31T23:20:56 #kisslinux i thought so, too, but i think you can replicate them with arithmetic 2020-03-31T23:21:37 #kisslinux oh, awesome 2020-03-31T23:29:02 #kisslinux hmm, actually, it might just be the xor that is problematic