💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-03-27.txt captured on 2024-05-12 at 16:08:51.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-03-27T03:35:14 #kisslinux <icyphox> dylanaraps: What's the best way to check if a directory is empty? Preferably in pure bash.
2020-03-27T03:35:59 #kisslinux <icyphox> Everywhere suggests using 'ls -A'.
2020-03-27T03:37:17 #kisslinux <icyphox> Actually, I think I can just populate an array.
2020-03-27T03:37:32 #kisslinux <icyphox> And check if that's empty -- and use the array as is if it isn't. Neat.
2020-03-27T08:45:06 #kisslinux <dylanaraps> flieu: linux-headers is an implicit dependency.
2020-03-27T08:45:09 #kisslinux <dylanaraps> lieu:
2020-03-27T08:45:37 #kisslinux <dylanaraps> icyphox: Exactly
2020-03-27T08:46:38 #kisslinux <dylanaraps> icyphox: Though you may need to use two globs (one for regular files and one for hidden files)
2020-03-27T08:57:49 #kisslinux <dzove855> or just enable dotglob : shopt -s dotglob
2020-03-27T08:57:58 #kisslinux <dzove855> and then with only one glob
2020-03-27T08:58:09 #kisslinux <dzove855> and better to enable nullglob also
2020-03-27T08:58:29 #kisslinux <dylanaraps> POSIX shell :P
2020-03-27T08:59:01 #kisslinux <dzove855> he say'd : Preferably in pure bash.
2020-03-27T08:59:07 #kisslinux <dylanaraps> Oh
2020-03-27T08:59:09 #kisslinux <dylanaraps> I can't read
2020-03-27T08:59:30 #kisslinux <dylanaraps> :-)
2020-03-27T08:59:35 #kisslinux <dzove855> it's still morning sooo you have a good excuse :D
2020-03-27T08:59:42 #kisslinux <dylanaraps> Exactly
2020-03-27T08:59:52 #kisslinux <dzove855> how is it going?
2020-03-27T09:01:07 #kisslinux <dylanaraps> Good. It's eerily quiet here. Not a peep outside apart from the odd car every hour or so.
2020-03-27T09:01:21 #kisslinux <dylanaraps> Went out for the first time in about a week yesterday to do some shopping.
2020-03-27T09:02:07 #kisslinux <dylanaraps> You need to carry ID and print out a form stating where you're going, when you're going, how long you're going and why you're going outside.
2020-03-27T09:02:33 #kisslinux <dylanaraps> It's a good thing that the police don't care about the form where I live. :-P
2020-03-27T09:03:52 #kisslinux <dzove855> well, not the same here. Yesterday i went out to check something on my car, 2min later, the police was in front of me, asking me why am i outside etc... hopefully it was a friend of mine, and he didn't have given anything
2020-03-27T09:06:03 #kisslinux <dylanaraps> Geez. Someone called them or was it through your phone GPS?
2020-03-27T09:07:23 #kisslinux <dzove855> someone called them.
2020-03-27T09:07:33 #kisslinux <dzove855> not sure they will track my GPS haha
2020-03-27T09:07:53 #kisslinux <dylanaraps> They are in some countries which scares me
2020-03-27T09:19:30 #kisslinux <dzove855> they're flying with an helico here to see if someone is outside
2020-03-27T09:20:03 #kisslinux <dylanaraps> Where are you located? Not sure if you've already told me
2020-03-27T09:21:38 #kisslinux <dzove855> in luxembourg
2020-03-27T09:25:07 #kisslinux <dzove855> small country, so one fly with the helico and you see the whole country :D
2020-03-27T09:27:05 #kisslinux <dylanaraps> Yeah
2020-03-27T09:27:09 #kisslinux <dylanaraps> I thought the same :P
2020-03-27T09:30:42 #kisslinux <dzove855> haha it's pretty fun. 500 meters far away from me, there's the french country and 500 meters on the other side there's the belgium country. So i can't even really move, just in one direction to be sure to not go outside the country
2020-03-27T09:36:18 #kisslinux <mps> dzove855: long time ago I passed through Luxembourg, yes take little time
2020-03-27T09:36:32 #kisslinux <mps> traveled/crossed
2020-03-27T09:37:09 #kisslinux <dylanaraps> dzove855: That's really interesting
2020-03-27T09:38:36 #kisslinux <icyphox> Woah.
2020-03-27T09:39:19 #kisslinux <icyphox> I was actually thinking of landlocked countries today.
2020-03-27T09:39:24 #kisslinux <icyphox> Like the Vatican.
2020-03-27T09:40:49 #kisslinux <icyphox> Also, re: the email client thing I was on about earlier -- I've decided to write the whole thing myself.
2020-03-27T09:41:08 #kisslinux <icyphox> Using Python's 'email' module to parse, and the rest of the UI in bash.
2020-03-27T09:41:43 #kisslinux <icyphox> Using mbsync for IMAP and msmtp for, well, SMTP.
2020-03-27T09:42:21 #kisslinux <dzove855> mps: you enjoyed your fast trip?
2020-03-27T09:43:11 #kisslinux <dzove855> dylanaraps: yeaah it's pretty fun
2020-03-27T09:45:39 #kisslinux <mps> dzove855: no, I stopped there some time, in one restaurant and little later in a coffee bar, and take fuel on one station, talked a little with people around
2020-03-27T09:45:55 #kisslinux <dzove855> icyphox: i'm pretty interested in it. Could you share it after?
2020-03-27T09:46:21 #kisslinux <mps> wherever I travel I like to talk with people around about everything
2020-03-27T09:46:36 #kisslinux <icyphox> dzove855: For sure, I'll make a repository once this thing is functional to some level.
2020-03-27T09:47:31 #kisslinux <dzove855> mps: where you doing an europe trip?
2020-03-27T09:51:18 #kisslinux <mps> well, I traveled to most continental west european, except Spain
2020-03-27T09:51:30 #kisslinux <mps> and not once, but few times
2020-03-27T09:52:36 #kisslinux <dzove855> ooh, nice, where are you from?
2020-03-27T09:52:56 #kisslinux <mps> I live in Serbia
2020-03-27T09:53:24 #kisslinux <dzove855> oooh, i'm from montenegro :D
2020-03-27T09:53:41 #kisslinux <mps> heh
2020-03-27T09:53:53 #kisslinux <mps> do you speak Serbian?
2020-03-27T09:53:59 #kisslinux <dzove855> yes
2020-03-27T09:54:21 #kisslinux <mps> ok, maybe Montenegrian (if it is called as such)
2020-03-27T09:55:09 #kisslinux <dzove855> i would say it's called like this. I juste live in luxembourg, but i go every year in montengro from holiday, since my family lives there and i'm born there
2020-03-27T09:55:10 #kisslinux <mps> many times I was in Montenegro, and I have good friends there
2020-03-27T09:55:29 #kisslinux <dzove855> where exactly in montenegro?
2020-03-27T09:55:55 #kisslinux <mps> Budva, Tivat, Bar, Herceg Novi
2020-03-27T09:56:05 #kisslinux <mps> and all coast
2020-03-27T09:56:28 #kisslinux <dzove855> aaaah, that's are really nice places :) I go often in budva with friends for holiday
2020-03-27T09:56:42 #kisslinux <icyphox> I'm so envious of y'all. D:
2020-03-27T09:56:48 #kisslinux <dzove855> and then i go in the the mountain with family
2020-03-27T09:56:50 #kisslinux <icyphox> Such exotic places, and you LIVE THERE!
2020-03-27T09:57:34 #kisslinux <icyphox> Here I am, staring at construction sites and concrete buildings everywhere.
2020-03-27T09:57:49 #kisslinux <dzove855> where are you from? icyphox
2020-03-27T09:57:56 #kisslinux <mps> well, I mostly went by car to montenegro, and as you know always must go through a lot of mountains
2020-03-27T09:57:56 #kisslinux <icyphox> India. :(
2020-03-27T09:58:29 #kisslinux <dylanaraps> icyphox: You're welcome at my place if you ever come my way
2020-03-27T09:58:32 #kisslinux <dzove855> mps: yeaah haha it's really complicated, and some poeple in the mountains just can't drive
2020-03-27T09:58:44 #kisslinux <mps> icyphox: I like India and Hindu culture
2020-03-27T09:58:50 #kisslinux <icyphox> Ayy that's very kind of you, dylanaraps. :)
2020-03-27T09:58:59 #kisslinux <icyphox> mps: Don't get me wrong, I love it too.
2020-03-27T09:59:04 #kisslinux <icyphox> But I want to explore!
2020-03-27T09:59:12 #kisslinux <icyphox> I've only ever been to Singapore, France and Switzerland.
2020-03-27T09:59:21 #kisslinux <icyphox> I'd live there ANY DAY over where I'm at right now.
2020-03-27T09:59:48 #kisslinux <icyphox> The US and Netherlands too, but I was too small then.
2020-03-27T09:59:56 #kisslinux <dzove855> icyphox: you can always find a company which allows to home office and then you can go everywhere :)
2020-03-27T10:00:09 #kisslinux <icyphox> That's the plan.
2020-03-27T10:00:19 #kisslinux <icyphox> I will graduate and get outta here.
2020-03-27T10:00:20 #kisslinux <icyphox> :D
2020-03-27T10:00:53 #kisslinux <icyphox> I'll make a trip to the US to meet IRC friends there, and then EU to meet more of 'em.
2020-03-27T10:00:57 #kisslinux <dzove855> that's a good plan. I would like also to do so, but currently i'm looked in luxembourg because of some family issues
2020-03-27T10:01:49 #kisslinux <icyphox> Ah, I see.
2020-03-27T10:02:08 #kisslinux <icyphox> 1 more year, and I'm free to do whatever the fuck I want.
2020-03-27T10:04:28 #kisslinux <dzove855> hope it will go well for you :)
2020-03-27T10:05:17 #kisslinux <mps> icyphox: I would like to learn sanskrit (samskrta) language, really really
2020-03-27T10:05:41 #kisslinux <mps> do you use it?
2020-03-27T10:25:40 #kisslinux <jedavies> Was in Bangalore just before the lockdown.  Great food and weather.
2020-03-27T10:34:18 #kisslinux <mps> dzove855: one friend from Montenegro show me the book which explained to me that I'm from Kuchi tribe
2020-03-27T10:35:09 #kisslinux <mps> my ancestor moved from there about three centuries ago
2020-03-27T10:42:15 #kisslinux <dylanaraps> back
2020-03-27T10:43:12 #kisslinux <dzove855> mps: the family book? Example: we have a complete book about the whole history of the family from my father side one book of the family from my mother sides
2020-03-27T10:54:39 #kisslinux <mps> dzove855: that's really nice to have, I'm jealous
2020-03-27T10:55:07 #kisslinux <mps> dylanaraps: sorry for hijacking channel for OT talk
2020-03-27T10:58:41 #kisslinux <dzove855> mps: via the book, we have found out that my grandfather had a fourth brother which he never has told us about and that his father was a known general in turkey (before it was ottoman empire) which was a real suprise to the whole family..
2020-03-27T10:58:48 #kisslinux <dzove855> dylanaraps: sorry :)
2020-03-27T11:01:14 #kisslinux <dylanaraps> All good
2020-03-27T11:01:25 #kisslinux <dylanaraps> I have no problems with it
2020-03-27T11:01:32 #kisslinux <dylanaraps> I actually enjoy this kind of chat
2020-03-27T11:01:38 #kisslinux <dylanaraps> I find it interesting :P
2020-03-27T11:03:11 #kisslinux <mps> :)
2020-03-27T11:04:27 #kisslinux <dylanaraps> Thoughts on swapping our perl to 'miniperl'? Size reduction is 43MB~ down to 3MB~ at the expense of features (As a 'make' dep it'll still work fine).
2020-03-27T11:11:12 #kisslinux <mps> could miniperl be safely used instead of full perl
2020-03-27T11:11:37 #kisslinux <mps> for base installation, I mean
2020-03-27T11:12:09 #kisslinux <mps> probably you will keep 'normal' perl in repo
2020-03-27T11:21:44 #kisslinux <lieu> dylanaraps: I switched back to `eudev` lol
2020-03-27T11:23:22 #kisslinux <lieu> `mdev` was too unstable as the `/dev/input/event*`s keep switching numbers
2020-03-27T11:23:45 #kisslinux <mps> lieu: did you looked at mdevd
2020-03-27T11:24:11 #kisslinux <lieu> mps: Yeah, but they're not the problem, actually.
2020-03-27T11:24:41 #kisslinux <mps> I didn't, just asking you
2020-03-27T11:25:17 #kisslinux <lieu> Oh. `mdevd` works pretty well, too.
2020-03-27T11:26:42 #kisslinux <lieu> It's just, for some reason, my pointer keeps switching between event7 and event14 every time I boot up.
2020-03-27T11:27:18 #kisslinux <lieu> How's everyone doing?
2020-03-27T11:27:25 #kisslinux <dylanaraps> lieu: You can probably fix that though it sounds like udev handles this differently (locking names?)
2020-03-27T11:27:37 #kisslinux <dylanaraps> Dunno
2020-03-27T11:32:21 #kisslinux <lieu> dylanaraps: Maybe. But `eudev` just handles it on it's own.
2020-03-27T11:32:25 #kisslinux <dylanaraps> Yeah
2020-03-27T11:32:53 #kisslinux <dylanaraps> So mdev is the problem here (not locking device ids)
2020-03-27T11:35:02 #kisslinux <lieu> dylanaraps: Probably
2020-03-27T11:40:30 #kisslinux <lieu> fuuuuuuu
2020-03-27T11:40:43 #kisslinux <lieu> irc doesn't like slow internet connection
2020-03-27T11:42:44 #kisslinux <lieu> dylanaraps: Although I still can't figure out why mdev doesn't read my conf during boot.
2020-03-27T11:43:58 #kisslinux <lieu> And when it does, most of the rules are not properly applied.
2020-03-27T11:48:50 #kisslinux <dylanaraps> Mine works fine weirdly
2020-03-27T11:50:37 #kisslinux <dylanaraps> webkit2gtk building...
2020-03-27T12:10:20 #kisslinux <lieu> dylanaraps: Finally "surf"-ing? lol
2020-03-27T12:12:47 #kisslinux <dylanaraps> lieu: I'm seeing if I can get the latest version to run.
2020-03-27T12:30:24 #kisslinux <ax> good day all!
2020-03-27T12:31:48 #kisslinux <dylanaraps> Hello
2020-03-27T12:34:54 #kisslinux <ax> dylanaraps: https://ibb.co/F4V4FVp I'd like to be inserted in the screens if you don't already have too many :P
2020-03-27T12:38:46 #kisslinux <dylanaraps> Sure
2020-03-27T12:47:45 #kisslinux <ax> thank you!
2020-03-27T12:48:09 #kisslinux <dylanaraps> Done. Will push shortly. :)
2020-03-27T12:49:59 #kisslinux <ax> I was wondering if I should perhaps add python as a dependency to bind-utils and modify the build to take full advantage uhmuhm
2020-03-27T12:50:24 #kisslinux <dylanaraps> What does Python enable?
2020-03-27T12:51:01 #kisslinux <ax> in actual build no! but its work for what he asked me to install it
2020-03-27T12:52:16 #kisslinux <dylanaraps> When it is installed?
2020-03-27T12:52:24 #kisslinux <dylanaraps> What changes?
2020-03-27T12:54:53 #kisslinux <ax> Portions of BIND that are written in Python, including dnssec-keymgr, dnssec-coverage, dnssec-checkds, and some of the system tests, require the argparse, ply and distutils.core modules to be available
2020-03-27T12:55:03 #kisslinux <ax> but its is tests mode
2020-03-27T12:55:58 #kisslinux <ax> at this point i install bind "complete" ... for all suite
2020-03-27T12:56:02 #kisslinux <ax> no ?
2020-03-27T12:56:43 #kisslinux <dylanaraps> We don't run test suites when packaging things.
2020-03-27T12:57:01 #kisslinux <dylanaraps> I think it's best to keep Python disabled as the default.
2020-03-27T12:58:02 #kisslinux <k1ss> its called kiss linux for a reason :p
2020-03-27T12:58:42 #kisslinux <dylanaraps> Have you seen what happens when you try to run the test suite for each and every package?
2020-03-27T12:58:45 #kisslinux <dylanaraps> It's a mess!
2020-03-27T12:59:17 #kisslinux <dylanaraps> Most of the time the exit status is just ignored due to failing tests. Which defeats the entire purpose of running them in the first place... :^)
2020-03-27T13:05:18 #kisslinux <ax> yeha, I agree with you.
2020-03-27T13:08:46 #kisslinux <konimex> and now for yet another nodejs related shenanigans https://www.theregister.co.uk/2020/03/26/corejs_maintainer_jailed_code_release/
2020-03-27T13:09:33 #kisslinux <dylanaraps> I saw this
2020-03-27T13:09:36 #kisslinux <dylanaraps> 10/10
2020-03-27T13:12:18 #kisslinux <dilyn> Why is js such a cluster of crazy
2020-03-27T13:12:47 #kisslinux <dilyn> Some of things in mom just seem so useless, but they have millions of downloads every month
2020-03-27T13:13:54 #kisslinux <ax> dylanaraps: push branchs update, for libuv autogen.sh is necessary :/
2020-03-27T13:36:31 #kisslinux <dylanaraps> [3525/4148] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/_............
2020-03-27T13:36:32 #kisslinux <dylanaraps> Wew
2020-03-27T13:36:34 #kisslinux <dylanaraps> Still going
2020-03-27T13:39:43 #kisslinux <ax> firefox not build -.-'
2020-03-27T13:41:39 #kisslinux <ax> https://termbin.com/8tlp
2020-03-27T13:42:33 #kisslinux <ax> fortunately I use suckless surf ..
2020-03-27T13:42:59 #kisslinux <dylanaraps> The actuall error message isn't in that snippet
2020-03-27T13:43:04 #kisslinux <dylanaraps> actual*
2020-03-27T13:43:12 #kisslinux <dylanaraps> Look for "error:"
2020-03-27T13:46:31 #kisslinux <ax> https://termbin.com/i0c1
2020-03-27T13:47:41 #kisslinux <dylanaraps> > error: inlining failed in call to always_inline '__m128 _mm_fmadd_ps(__m128, __m128, __m128)': target specific option mismatch
2020-03-27T13:47:45 #kisslinux <dylanaraps> There it is
2020-03-27T13:50:24 #kisslinux <dylanaraps> ax: See https://bugs.gentoo.org/show_bug.cgi?id=676894
2020-03-27T13:50:44 #kisslinux <dylanaraps> Workaround is to build without '-march=native'.
2020-03-27T13:50:56 #kisslinux <ax> uhm
2020-03-27T13:51:14 #kisslinux <ax> yes i was view it...
2020-03-27T13:51:33 #kisslinux <dylanaraps> Or add '-mno-avx2' to both CFLAGS and CXXFLAGS
2020-03-27T13:51:59 #kisslinux <dylanaraps> Look at 'KISS_HOOK' under 'man kiss'
2020-03-27T13:52:30 #kisslinux <dylanaraps> This is more or less a GCC issue I'd say.
2020-03-27T13:52:49 #kisslinux <dylanaraps> I can't reproduce it with my CPU either
2020-03-27T13:53:50 #kisslinux <ax> yes ... now verify
2020-03-27T13:54:42 #kisslinux <ax> probably its cause of firefox-bin crash!
2020-03-27T13:54:51 #kisslinux <ax> and firefox build not work ...
2020-03-27T13:55:02 #kisslinux <dylanaraps> I need logs
2020-03-27T13:55:15 #kisslinux <dylanaraps> I didn't know you had crashes with firefox-bin
2020-03-27T13:56:22 #kisslinux <ax> now test this for firefox build and after verify firefox-bin .. thank you for now :P
2020-03-27T13:56:34 #kisslinux <icyphox> mps: No we don't actually use spoken Sanskirt anymore?
2020-03-27T13:56:37 #kisslinux <icyphox> *.
2020-03-27T13:56:52 #kisslinux <icyphox> It's only used while reading/reciting hymns.
2020-03-27T13:56:53 #kisslinux <dylanaraps> Disabling webgl also works ax:
2020-03-27T14:05:14 #kisslinux <mps> icyphox: it's a pity. I started to learn but can find good enough book from which it would be easy to learn
2020-03-27T14:06:22 #kisslinux <mps> I found two glossaries and they are good, but hard to learn from them
2020-03-27T14:06:26 #kisslinux <icyphox> Ah.
2020-03-27T14:06:33 #kisslinux <icyphox> Sanskrit is no easy language.
2020-03-27T14:07:29 #kisslinux <konimex> Sanskrit's very archaic, from what I've heard, we only use it for state institute mottos here
2020-03-27T14:07:37 #kisslinux <mps> well, I feel it is not too hard, nearly half of the words are nearly same as in current serbian
2020-03-27T14:07:50 #kisslinux <icyphox> konimex: Ah, Indonesia?
2020-03-27T14:07:54 #kisslinux <konimex> aye
2020-03-27T14:08:08 #kisslinux <icyphox> I knew they had a lot of Hindu influence... didn't think Sanskirt made it there too. :D
2020-03-27T14:08:45 #kisslinux <konimex> we basically had myriads of Hindu and Buddhist kingdoms since 900 until 1500-1600s
2020-03-27T14:09:31 #kisslinux <icyphox> Interesting.
2020-03-27T14:09:50 #kisslinux <icyphox> Also, I ditched znc -- I am using birch now!
2020-03-27T14:10:12 #kisslinux <icyphox> This is honestly fantastic. Except tab-completion doesn't seem to work.
2020-03-27T14:13:50 #kisslinux <dzove855> icyphox: tab-completion for nickanmes or commands?
2020-03-27T14:13:55 #kisslinux <icyphox> nicks
2020-03-27T14:15:06 #kisslinux <dylanaraps> Will look into it
2020-03-27T14:17:27 #kisslinux <icyphox> Also dylanaraps, the colors seem to be very... monochrome.
2020-03-27T14:17:57 #kisslinux <icyphox> Is it using the second set of 8 colors (white / black)?
2020-03-27T14:20:11 #kisslinux <dylanaraps> icyphox: Yes
2020-03-27T14:20:49 #kisslinux <icyphox> I see.
2020-03-27T14:21:00 #kisslinux <icyphox> I think I'll jazz it up a bit. :D
2020-03-27T14:21:43 #kisslinux <dylanaraps> [4142/4148] Building CXX object Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/AutomationBackendDispatchers.cpp.o
2020-03-27T14:21:45 #kisslinux <dylanaraps> :D
2020-03-27T14:22:02 #kisslinux <dylanaraps> lol
2020-03-27T14:22:07 #kisslinux <dylanaraps> Linker errors at the end
2020-03-27T14:23:02 #kisslinux <dzove855> dylanaraps: actually when you alread in it (birch) just correct this final '}' mkdir -p "${TMPDIR:=/tmp}/birch-$}" i don't like dirs with this char :p
2020-03-27T14:23:24 #kisslinux <ax> dylanaraps: hahahahaha I honestly use the tab key for identation from configure  and other... hahahahah
2020-03-27T14:23:51 #kisslinux <dylanaraps> dzove855: Oops
2020-03-27T14:24:39 #kisslinux <dylanaraps> Fixed
2020-03-27T14:24:54 #kisslinux <dylanaraps> ax: Yeah :P
2020-03-27T14:25:53 #kisslinux <dzove855> dylanaraps: thanks :) On the other side i don't see why the tab doesn't work. The only thing i might be, is that the user files aren't create and join command and startup of birch
2020-03-27T14:28:42 #kisslinux <icyphox> wooo
2020-03-27T14:28:47 #kisslinux <icyphox> We have colors.
2020-03-27T14:29:03 #kisslinux <icyphox> Also, birch seems a bit unhappy about me connecting to Rizon.
2020-03-27T14:29:27 #kisslinux <icyphox> I have to part every channel and join them again, before I can send a message.
2020-03-27T14:30:05 #kisslinux <dylanaraps> Weird
2020-03-27T14:30:17 #kisslinux <icyphox> Yeah, it says "-- Cannot send to channel"
2020-03-27T14:30:21 #kisslinux <dylanaraps> I've only tested on Freenode though
2020-03-27T14:30:28 #kisslinux <dylanaraps> Patches welcome...
2020-03-27T14:30:41 #kisslinux <icyphox> Once I figure out why. :P
2020-03-27T15:00:02 #kisslinux <illiliti> dylanaraps: suggestions - https://termbin.com/64f3
2020-03-27T15:00:22 #kisslinux <dylanaraps> -> webkit2gtk Successfully created tar-ball
2020-03-27T15:00:24 #kisslinux <dylanaraps> Huzzah
2020-03-27T15:04:46 #kisslinux <icyphox> dylanaraps: I can see why you turned colors off.
2020-03-27T15:04:49 #kisslinux <icyphox> :P
2020-03-27T15:05:39 #kisslinux <dylanaraps> Which colors?
2020-03-27T15:05:41 #kisslinux <dylanaraps> I have colors
2020-03-27T15:05:49 #kisslinux <icyphox> In birch.
2020-03-27T15:05:53 #kisslinux <dylanaraps> Yeah
2020-03-27T15:05:55 #kisslinux <dylanaraps> I have colors
2020-03-27T15:06:04 #kisslinux <icyphox> Oh, it isn't monochrome?
2020-03-27T15:06:07 #kisslinux <dylanaraps> Nope
2020-03-27T15:06:18 #kisslinux <icyphox> Ah okay.
2020-03-27T15:06:39 #kisslinux <icyphox> https://x.icyphox.sh/IYb.png
2020-03-27T15:06:42 #kisslinux <icyphox> Looking snazzy.
2020-03-27T15:07:19 #kisslinux <dylanaraps> Which branch are you using?
2020-03-27T15:07:30 #kisslinux <dylanaraps> Alignment looks off
2020-03-27T15:07:41 #kisslinux <icyphox> I'm on master.
2020-03-27T15:07:44 #kisslinux <icyphox> Oh?
2020-03-27T15:08:04 #kisslinux <dylanaraps> Nick alignment is off for some reason
2020-03-27T15:08:20 #kisslinux <icyphox> Hmmm.
2020-03-27T15:08:23 #kisslinux <icyphox> I pulled it today.
2020-03-27T15:09:19 #kisslinux <dylanaraps> illiliti: Fixed, thanks.
2020-03-27T15:09:45 #kisslinux <dylanaraps> icyphox: https://termbin.com/vvmz
2020-03-27T15:09:48 #kisslinux <dylanaraps> That's how mine looks
2020-03-27T15:10:08 #kisslinux <icyphox> Huh.
2020-03-27T15:10:11 #kisslinux <icyphox> Much nicer.
2020-03-27T15:10:29 #kisslinux <icyphox> I'll clone again.
2020-03-27T15:11:51 #kisslinux <icyphox> Test.
2020-03-27T15:12:15 #kisslinux <dzove855> 1
2020-03-27T15:12:26 #kisslinux <icyphox> Woops, hit Ctrl+L accidentally
2020-03-27T15:12:35 #kisslinux <icyphox> Broke it.
2020-03-27T15:14:19 #kisslinux <dylanaraps> :P
2020-03-27T15:14:48 #kisslinux <dylanaraps> New version of webkit2gtk works here. Patch available for anyone wanting to try: https://github.com/kisslinux/community/issues/542#issuecomment-605055067
2020-03-27T15:16:11 #kisslinux <icyphox> Tab-completion works only somtimes lol.
2020-03-27T15:17:28 #kisslinux <dylanaraps> The future: https://blogs.gnome.org/tbernard/2020/03/25/there-is-no-linux-platform-2/
2020-03-27T15:17:34 #kisslinux <dylanaraps> icyphox: Will look into it
2020-03-27T15:18:38 #kisslinux <dylanaraps> icyphox: Will look into it
2020-03-27T15:19:30 #kisslinux <icyphox> Oh looks like any channel other than #kisslinux seems to behave weirdly.
2020-03-27T15:19:39 #kisslinux <icyphox> I have to part and join again, to be able to send msgs.
2020-03-27T15:19:45 #kisslinux <icyphox> Even on freenode.
2020-03-27T15:19:49 #kisslinux <dylanaraps> Hm
2020-03-27T15:20:11 #kisslinux <dylanaraps> I only use a single channel with birch. Again... Patches welcome :P
2020-03-27T15:20:25 #kisslinux <icyphox> And after I do this, the nick alignment breaks (?).
2020-03-27T15:20:29 #kisslinux <icyphox> lolol
2020-03-27T15:21:13 #kisslinux <icyphox> Eh it's fine. This works.
2020-03-27T15:21:29 #kisslinux <icyphox> Also curbs my IRC addiction.
2020-03-27T16:19:02 #kisslinux <E5ten> dylanaraps: what're your thoughts on functions (in shell scripts) that are only used one? personally I find it to be more confusing than just putting that code in place (unless it's really really long) but I'm curious what your opinion is
2020-03-27T16:19:26 #kisslinux <dylanaraps> Same answer
2020-03-27T16:19:30 #kisslinux <dylanaraps> Though it depends
2020-03-27T16:19:59 #kisslinux <dylanaraps> In pkg_install() I moved a large block of code (etc handling) to pkg_etc()
2020-03-27T16:20:17 #kisslinux <dylanaraps> This made the pkg_install() function easier to understand (at least to me)
2020-03-27T16:20:37 #kisslinux <dylanaraps> For smaller stuff though, I'd rather keep it inline if it'll only be used once.
2020-03-27T16:21:04 #kisslinux <E5ten> ah, I'd count the contents of pkg_etc as "really really long" in terms of being an exception to "it's less confusing to just put the code in line"
2020-03-27T16:21:18 #kisslinux <E5ten> inline*
2020-03-27T16:21:54 #kisslinux <dylanaraps> Yup
2020-03-27T17:02:33 #kisslinux <deibu251> Hello, it works under gdm but the wallpaper is broken. How do I fix it? There is no package called bud in my repositories.
2020-03-27T17:10:53 #kisslinux <dilyn> You could install bud
2020-03-27T17:10:58 #kisslinux <dilyn> Which is just https://github.com/dylanaraps/bin/blob/master/bud
2020-03-27T17:11:11 #kisslinux <dilyn> Or, edit the config.def.h to replace it
2020-03-27T17:11:48 #kisslinux <dilyn> You could also use something to set your wallpaper directly like pywal or feh or nitrogen
2020-03-27T17:13:00 #kisslinux <deibu251> Thanks, you helped a lot.
2020-03-27T17:15:18 #kisslinux <deibu251> You can expect PR with files for use with gdm and optional make option to configure sowm with gdm.
2020-03-27T17:16:11 #kisslinux <deibu251> The PR won't be today most likely.
2020-03-27T17:18:25 #kisslinux <deibu251> Now I realized that this is different nick than the one of the author of kiss. Sorry, I overread.
2020-03-27T17:21:41 #kisslinux <dilyn> I should change my name (:
2020-03-27T17:21:52 #kisslinux <dilyn> It's a common mistake
2020-03-27T17:27:57 #kisslinux <dylanaraps> lol
2020-03-27T17:52:11 #kisslinux <crian> crian
2020-03-27T19:59:30 #kisslinux <ax> dylanaraps: uhm ... I ran the requests and modified the build ... what is the problem ?
2020-03-27T19:59:50 #kisslinux <ax> please, tell me what's not how it should be.
2020-03-27T20:01:59 #kisslinux <ax> in all this an absurd thing happens to me with firefox ... if I set export MOZ_FORCE_DISABLE_E10S = 1 and start from shell emulator firefox works ... if I start it from dmenu it crashes the first tab window and all the others open
2020-03-27T20:02:23 #kisslinux <ax> are we sure that the bin is multiprocessor?
2020-03-27T20:55:53 #kisslinux <dylanaraps> All you need to do is disable WEBGL in about:config
2020-03-27T20:55:54 #kisslinux <dylanaraps> ax:
2020-03-27T20:56:07 #kisslinux <ax> it is
2020-03-27T20:57:05 #kisslinux <ax> dylanaraps: answer me about pr and tell me what's wrong with you. :P
2020-03-27T21:05:53 #kisslinux <ax> 4 spaces indentations .... i press "tab" . it's tab! it's indentation! and it's work .. if github not work in 4 spaces what is ?
2020-03-27T21:06:42 #kisslinux <ax> you mean four space bars?
2020-03-27T21:07:41 #kisslinux <ax> https://www.youtube.com/watch?v=SsoOG6ZeyUI
2020-03-27T21:12:18 #kisslinux <ax> if the dogma is 4 sweeper bars then the tab will be cleared. but this will be valid for all subsequent packages that I will send.
2020-03-27T21:12:52 #kisslinux <ax> if we talk about order ... then tab will be more than enough.
2020-03-27T21:13:36 #kisslinux <ax> I don't think it's a valid reason in the specific case to refuse a pull
2020-03-27T21:14:08 #kisslinux <dylanaraps> It's 4 spaces
2020-03-27T21:14:13 #kisslinux <dylanaraps> and I will
2020-03-27T21:14:17 #kisslinux <dylanaraps> :)
2020-03-27T21:15:14 #kisslinux <ax> I'm not contesting ... I'm asking you ... explicitly. then delete all tabs from previous commits.
2020-03-27T21:15:30 #kisslinux <ax> if so is required then so it must be.
2020-03-27T21:18:13 #kisslinux <dylanaraps> Yeah
2020-03-27T21:18:31 #kisslinux <dylanaraps> There's a style guide here: https://k1ss.org/style
2020-03-27T21:19:02 #kisslinux <ax> I'll send you all 4 spaces instead of tab ... don't tell me it's not indexed from now on. I will take it personally. if you don't want me to do it, tell me and I won't
2020-03-27T21:19:29 #kisslinux <ax> if it is political, it will be. applied to everything.
2020-03-27T21:21:08 #kisslinux <ax> for personal culture or for what you want ... I have to complain about this thing. You want it and it will be, no problem, at least you know who I am. for better or for worse.
2020-03-27T21:42:10 #kisslinux <the> b
2020-03-27T21:42:14 #kisslinux <the> clear
2020-03-27T21:44:31 #kisslinux <the> s
2020-03-27T21:44:33 #kisslinux <the> -s
2020-03-27T22:56:55 #kisslinux <kiedtl> just curious, I've seen a `contrib' directory in several projects
2020-03-27T22:57:03 #kisslinux <kiedtl> what exactly does `contrib' mean?
2020-03-27T23:03:15 #kisslinux <fooba> test