💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-03-31.txt captured on 2024-06-16 at 13:50:48.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-03-31T03:21:50 #kisslinux <icyphox> Morning. o/
2020-03-31T04:00:33 #kisslinux <mforney> E5ten: can't you do exactly that? if the job has output then print a newline first?
2020-03-31T04:01:37 #kisslinux <mforney> i.e. putchar('n') here: https://github.com/michaelforney/samurai/blob/master/build.c#L449
2020-03-31T04:02:53 #kisslinux <mforney> 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 <mforney> seems they a `have_blank_line_` variable to keep track of something related to newlines
2020-03-31T04:45:08 #kisslinux <dilyn> 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 <icyphox> lol
2020-03-31T04:46:02 #kisslinux <icyphox> What did you do, specifically?
2020-03-31T04:47:19 #kisslinux <dilyn> 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 <dilyn> if you actually wanna see all the switches i flipped,
2020-03-31T04:59:42 #kisslinux <dilyn> https://github.com/dilyn-corner/KISS-me/commit/13a9303baa6d6cc385abdcc322fd8350e440a3de
2020-03-31T05:19:00 #kisslinux <icyphox> dilyn: Thanks, I'll go through 'em.
2020-03-31T05:26:48 #kisslinux <dilyn> 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 <dylanaraps> o/
2020-03-31T08:23:26 #kisslinux <dzove855> o/
2020-03-31T08:26:11 #kisslinux <dylanaraps> I'm setting up a bar
2020-03-31T08:26:17 #kisslinux <dylanaraps> Haven't had one in a long time
2020-03-31T08:30:37 #kisslinux <dzove855> wait a minute.. a bar in SOWM ( like using bar) or a home bar to drink haha
2020-03-31T08:34:48 #kisslinux <dylanaraps> lemonbar
2020-03-31T08:35:18 #kisslinux <dzove855> aah okey
2020-03-31T08:38:25 #kisslinux <dylanaraps> I have enough alcohol at home ;)
2020-03-31T08:39:54 #kisslinux <fehawen> I'd prefer a beach bar :P
2020-03-31T08:40:04 #kisslinux <fehawen> And you can call it lemonbar
2020-03-31T08:41:12 #kisslinux <fehawen> Is lemonbar heavy on dependencies?
2020-03-31T08:41:30 #kisslinux <dylanaraps> Nope
2020-03-31T08:41:39 #kisslinux <fehawen> Neat
2020-03-31T08:41:49 #kisslinux <dylanaraps> I'm using a fork which adds XFT font support.
2020-03-31T08:41:57 #kisslinux <dylanaraps> (Adding a freetype dependency)
2020-03-31T08:42:06 #kisslinux <dylanaraps> Otherwise it's just basic Xorg stuff
2020-03-31T08:42:15 #kisslinux <dylanaraps> brb
2020-03-31T08:42:48 #kisslinux <fehawen> 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 <fehawen> Easy to fix though, but I haven't really missed my bars since, so's all good
2020-03-31T08:44:17 #kisslinux <dzove855> 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 <dzove855> 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 <fehawen> And takes up too much space
2020-03-31T08:47:04 #kisslinux <fehawen> Conky is pretty cool, quite a lot can be done with it with some imagination and tinkering
2020-03-31T08:47:59 #kisslinux <dzove855> that's true. and it doesn't use too much resources nor is it superheavy
2020-03-31T08:57:06 #kisslinux <fehawen> 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 <fehawen> Low maintenance ^^
2020-03-31T09:54:38 #kisslinux <dylan02> fehawen: That's my setup exactly
2020-03-31T09:54:46 #kisslinux <dylan02> It's coffee time
2020-03-31T09:57:24 #kisslinux <dylan02> fehawen: Just bought seedlings for Peppers, Eggplant, Zucchinis, Basil (lots) and some others.
2020-03-31T09:58:01 #kisslinux <dylan02> Also have 10 different Tomato varieties (as seeds) which need to sprout.
2020-03-31T10:12:52 #kisslinux <fehawen> 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 <fehawen> Just need some cucumber and feta, and oregano as well of course, for a nice horiatiki
2020-03-31T10:13:48 #kisslinux <fehawen> And red onion also
2020-03-31T10:14:28 #kisslinux <fehawen> I prefer red, sweeter (if good)
2020-03-31T10:15:21 #kisslinux <fehawen> And some green peppers in there, mmh ah
2020-03-31T10:25:12 #kisslinux <dylanaraps> fehawen: Exactly!
2020-03-31T10:34:50 #kisslinux <dylanaraps> brb
2020-03-31T14:05:42 #kisslinux <E5ten> mforney: how do I check if it has output?
2020-03-31T14:05:59 #kisslinux <E5ten> (before it outputs that output)
2020-03-31T15:24:33 #kisslinux <rirc6483C> 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 <dilyn> nice work!
2020-03-31T16:19:40 #kisslinux <claudia02> I bring up some screenshot evidence when building xorg has finished (:
2020-03-31T16:20:53 #kisslinux <claudia02> in a few days ^^
2020-03-31T16:21:11 #kisslinux <jedavies> Good work claudia02!
2020-03-31T16:22:53 #kisslinux <claudia02> 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 <claudia02> jedavies: when I do gcc -v it still returns i586-alpine-linux-musl. How can I change that?
2020-03-31T16:25:07 #kisslinux <claudia02> remove the "alpine"
2020-03-31T16:31:54 #kisslinux <jedavies> 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 <jedavies> See this thread: https://gcc.gnu.org/legacy-ml/gcc-help/2014-06/msg00102.html
2020-03-31T17:17:37 #kisslinux <rircFC768> jedavies: thanks!
2020-03-31T18:43:25 #kisslinux <ominous_anonymou> 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 <E5ten> 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 <E5ten> 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 <dilyn> ominous_an: I should've brought my router with me to play with it
2020-03-31T19:37:55 #kisslinux <dilyn> I don't think anybody has done it yet but it seems like it should 'just work'
2020-03-31T20:06:29 #kisslinux <mforney> 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 <mforney> E5ten: where can i find your latest version of build_OID_registry?
2020-03-31T20:13:45 #kisslinux <E5ten> http://ix.io/2g9z
2020-03-31T20:15:49 #kisslinux <mforney> 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 <E5ten> that makes sense, thanks
2020-03-31T20:16:37 #kisslinux <mforney> you could change "Written by" "Based off original perl script written by"
2020-03-31T20:18:46 #kisslinux <E5ten> 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 <E5ten> 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 <E5ten> I think the kiss website has a link to the full patch with the Makefile change too somewhere
2020-03-31T23:12:46 #kisslinux <mforney> E5ten: i saw it earlier, thanks
2020-03-31T23:17:32 #kisslinux <mforney> 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 <E5ten> I thought it couldn't work with awk because POSIX doesn't specify bitwise operators?
2020-03-31T23:20:56 #kisslinux <mforney> i thought so, too, but i think you can replicate them with arithmetic
2020-03-31T23:21:37 #kisslinux <E5ten> oh, awesome
2020-03-31T23:29:02 #kisslinux <mforney> hmm, actually, it might just be the xor that is problematic