💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-09-26.txt captured on 2023-01-29 at 04:00:24.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-09-26T05:54:33 #kisslinux <dylanaraps> o/ 2020-09-26T06:07:28 #kisslinux <admicos> o 2020-09-26T06:25:14 #kisslinux <dylanaraps> pkg_fixdeps is now perfect 2020-09-26T06:25:23 #kisslinux <dylanaraps> supports both readelf method or ldd 2020-09-26T06:25:29 #kisslinux <dylanaraps> readelf method no longer calls ldd 2020-09-26T06:26:01 #kisslinux <dylanaraps> also fixes cases where building 'firefox' would pull in 'firefox-bin' as a dependency (if installed). 2020-09-26T06:26:09 #kisslinux <dylanaraps> (same for -git, etc) 2020-09-26T06:28:47 #kisslinux <dylanaraps> https://github.com/kisslinux/kiss/blob/master/kiss#L448-L494 2020-09-26T06:30:39 #kisslinux <dylanaraps> Be on later, things to do :) 2020-09-26T06:43:29 #kisslinux <muevoid> Hello! 2020-09-26T06:44:55 #kisslinux <muevoid> mcpcpc[m] just so you know if you type two rows worth of text it doesn't actually show you deleting text on the first row 2020-09-26T07:24:30 #kisslinux <E5ten> the thing in elftoolchain's libelf that was causing problems with the kernel build seems to have just been fixed in master 2020-09-26T08:35:45 #kisslinux <periish> Nice 2020-09-26T08:51:08 #kisslinux <periish> Aaaaa cmake's configure script is terrible 2020-09-26T09:01:16 #kisslinux <periish> why does cmake exist 2020-09-26T09:05:20 #kisslinux <merakor> To make people suffer 2020-09-26T09:06:08 #kisslinux <merakor> It's an all-in-one tool that does everything terribly 2020-09-26T09:08:34 #kisslinux <periish> Yup 2020-09-26T09:08:48 #kisslinux <periish> cmake's build system for itself is so awful i wonder why we even have the thing 2020-09-26T09:08:58 #kisslinux <periish> LLVM 2020-09-26T09:08:59 #kisslinux <periish> Ah 2020-09-26T09:09:31 #kisslinux <periish> Awful 2020-09-26T09:09:34 #kisslinux <merakor> It links with libcurl and libgcc for some reason 2020-09-26T09:09:47 #kisslinux <periish> Guess I'm calling `mv` 70 times 2020-09-26T09:10:25 #kisslinux <merakor> Lol 2020-09-26T09:10:38 #kisslinux <periish> Do I really need 700 windows.cmake targets 2020-09-26T09:11:05 #kisslinux <periish> i mean when is anyone going to use Windows-PGI-fortran.cmake 2020-09-26T09:12:24 #kisslinux <merakor> I have seen projects that use cmake just to link 2 objects 2020-09-26T09:13:13 #kisslinux <merakor> Just use make, you don't even need make, it's literally 2 objects 2020-09-26T11:20:11 #kisslinux <bsl> hi, modprobe ath10k_pci is not finding the firmware even though it is in /usr/lib/firmware and /lib/firmware (linked dir) -- am I missing something in configuration of system or kernel? 2020-09-26T11:30:14 #kisslinux <soliwilos> bsl: I'm new to KISS and am using ath9k, but have you installed firmware similar to the directions here: https://wireless.wiki.kernel.org/en/users/Drivers/ath10k/firmware 2020-09-26T11:31:29 #kisslinux <bsl> soliwilos, I downloaded linux-firmware from kernel.org and copied ath10k dir to /lib/firmware 2020-09-26T11:32:44 #kisslinux <bsl> but modprobe ath10k_pci shows: failed to find firmware-N.bin (N between 2 and 6) from ath10k/QCA9377/hw1.0: -2 2020-09-26T11:33:54 #kisslinux <bsl> but /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin exists 2020-09-26T11:39:31 #kisslinux <soliwilos> bsl: Seems correct. Which kernel are you using? 2020-09-26T11:41:21 #kisslinux <bsl> soliwilos, 5.8.11 -- booting directly from UEFI 2020-09-26T11:47:10 #kisslinux <soliwilos> Should be fine I'd say. Not sure what could be wrong. 2020-09-26T11:52:19 #kisslinux <soliwilos> Could try firmware files directly from here: https://github.com/kvalo/ath10k-firmware/tree/master/QCA9377/hw1.0 see if that makes any difference. 2020-09-26T11:55:57 #kisslinux <bsl> it requires to rename it to firmware-5 or 6.bin 2020-09-26T11:56:27 #kisslinux <bsl> it seems to me that kernel module is not looking in /lib/firmware dir at all 2020-09-26T11:56:56 #kisslinux <sh4rm4^bnc> > copied ath10k dir to /lib/firmware 2020-09-26T11:57:10 #kisslinux <sh4rm4^bnc> i dont think the kernel looks in /lib/firmware/ath10k/ 2020-09-26T11:57:18 #kisslinux <sh4rm4^bnc> rather in /lib/firmware directly 2020-09-26T11:58:32 #kisslinux <sh4rm4^bnc> actually scratch that. in my case there's a subdir and it works 2020-09-26T11:59:13 #kisslinux <periish> It looks in the CONFIG_EXTRA_FIRMWARE_DIR 2020-09-26T12:00:02 #kisslinux <dylanaraps> o/ 2020-09-26T12:00:09 #kisslinux <periish> Hola! 2020-09-26T12:00:38 #kisslinux <periish> I saw recently there was a large amount of improvements to `kiss` 2020-09-26T12:01:04 #kisslinux <dylanaraps> Yes 2020-09-26T12:01:19 #kisslinux <dylanaraps> 86 commits over two weeks or so 2020-09-26T12:01:21 #kisslinux <dylanaraps> https://github.com/kisslinux/kiss/compare/5.1.0...master 2020-09-26T12:01:26 #kisslinux <sh4rm4^bnc> <bsl> [13:32:12] but modprobe ath10k_pci 2020-09-26T12:01:30 #kisslinux <sh4rm4^bnc> bsl: use strace 2020-09-26T12:01:57 #kisslinux <periish> Nice 2020-09-26T12:02:03 #kisslinux <periish> I should rebase my fork then 2020-09-26T12:02:18 #kisslinux <dylanaraps> I'd wait for 6.0.0 2020-09-26T12:02:24 #kisslinux <dylanaraps> I have more changes to make 2020-09-26T12:02:25 #kisslinux <periish> Oh? 2020-09-26T12:02:41 #kisslinux <periish> How long'll that be? I'm interested in the quick install improvement 2020-09-26T12:03:04 #kisslinux <soliwilos> bsl: I've seen mentions of people that have both firmware-5.bin and firmware-6.bin files needing to remove firmware-6 files for it to work. 2020-09-26T12:03:27 #kisslinux <dylanaraps> Everything should be quicker now 2020-09-26T12:03:35 #kisslinux <dylanaraps> I've almost rewritten everything 2020-09-26T12:03:47 #kisslinux <periish> WOw 2020-09-26T12:03:49 #kisslinux <dylanaraps> I'm moving house in two days 2020-09-26T12:03:57 #kisslinux <dylanaraps> So give me say... a week? 2020-09-26T12:04:01 #kisslinux <periish> Nice 2020-09-26T12:04:13 #kisslinux <periish> I'll probably have completed the second pass by then 2020-09-26T12:04:20 #kisslinux <periish> Only cmake, gcc and llvm left of the first 2020-09-26T12:04:31 #kisslinux <dylanaraps> Nice 2020-09-26T12:04:33 #kisslinux <periish> And then I'll have to package rust... 2020-09-26T12:04:54 #kisslinux <periish> Does our rust use it's vendored LLVM? 2020-09-26T12:04:59 #kisslinux <dylanaraps> No 2020-09-26T12:05:08 #kisslinux <periish> Good to hear 2020-09-26T12:05:35 #kisslinux <periish> Also, is there any reason we don't use rustup's stable binaries for musl? 2020-09-26T12:05:51 #kisslinux <dylanaraps> This is a source based distribution 2020-09-26T12:05:54 #kisslinux <dylanaraps> lol 2020-09-26T12:06:01 #kisslinux <dylanaraps> I could have rust-bin from rustup 2020-09-26T12:06:06 #kisslinux <periish> Yea but we have firefox-bin 2020-09-26T12:06:06 #kisslinux <dylanaraps> That'd be nice for everyone 2020-09-26T12:06:23 #kisslinux <dylanaraps> I do that as a courtesy 2020-09-26T12:06:28 #kisslinux <periish> Ah 2020-09-26T12:06:46 #kisslinux <dylanaraps> Saves people from compiling nodejs, rust, python2/gtk2 (previously), etc, etc, etc 2020-09-26T12:07:07 #kisslinux <dylanaraps> Building everything firefox-bin requires takes no time at all 2020-09-26T12:07:16 #kisslinux <dylanaraps> The packages Firefox alone requires take up most of the time 2020-09-26T12:08:35 #kisslinux <dylanaraps> Firefox also pulls in clang so gcc only users are forced to build it for a single package 2020-09-26T12:08:56 #kisslinux <dylanaraps> llvm is also optional with some hardware (mesa related) 2020-09-26T12:09:21 #kisslinux <dylanaraps> Firefox is the only thing to depend on perl too 2020-09-26T12:09:52 #kisslinux <dylanaraps> (build time) 2020-09-26T12:12:35 #kisslinux <periish> cmake's configure options don't take a full path to configure where things go :< 2020-09-26T12:13:20 #kisslinux <periish> They take a relative path in relation to the prefix, contrasting literally every other configure script 2020-09-26T12:13:31 #kisslinux <dylanaraps> I see 2020-09-26T12:13:56 #kisslinux <dylanaraps> Open an issue on their tracker? 2020-09-26T12:14:09 #kisslinux <dylanaraps> There's probably some way to do it 2020-09-26T12:14:40 #kisslinux <dylanaraps> Hell, search their tracker 2020-09-26T12:14:52 #kisslinux <dylanaraps> Surely you aren't the first person to need this lol 2020-09-26T12:15:02 #kisslinux <periish> I'll see 2020-09-26T12:15:54 #kisslinux <periish> > and generate native makefiles 2020-09-26T12:15:55 #kisslinux <periish> Lol 2020-09-26T12:16:58 #kisslinux <sh4rm4^bnc> periish, i never had problems with absolute paths in cmake. what exactly are you trying to achieve? 2020-09-26T12:17:38 #kisslinux <periish> I suppose you only ever used --prefix? 2020-09-26T12:17:51 #kisslinux <periish> I'm changing where it puts executables, documentation and 'xdg-data' 2020-09-26T12:18:19 #kisslinux <dylanaraps> We only set --prefix usually 2020-09-26T12:18:34 #kisslinux <sh4rm4^bnc> https://github.com/sabotage-linux/sabotage/blob/master/KEEP/pkg_skel/cmake 2020-09-26T12:18:35 #kisslinux <dylanaraps> Depends on the package 2020-09-26T12:19:42 #kisslinux <dylanaraps> https://github.com/sabotage-linux/sabotage/blob/master/KEEP/pkg_skel/cmake#L17 2020-09-26T12:20:03 #kisslinux <dylanaraps> Don't the quotes here unquote the string leaving the variable unquoted? 2020-09-26T12:20:11 #kisslinux <dylanaraps> Which is also why you require \ 2020-09-26T12:20:36 #kisslinux <dylanaraps> Or is this intended? 2020-09-26T12:20:38 #kisslinux <periish> I'm using the configure, as their cmake based cmake build system doesn't use the GNU install dirs module 2020-09-26T12:20:46 #kisslinux <sh4rm4^bnc> pkg/hiawatha: -DCMAKE_INSTALL_BINDIR="$butch_prefix/bin" 2020-09-26T12:20:46 #kisslinux <sh4rm4^bnc> pkg/hiawatha: -DCMAKE_INSTALL_SBINDIR="$butch_prefix/bin" 2020-09-26T12:21:24 #kisslinux <periish> Yes 2020-09-26T12:21:28 #kisslinux <periish> I'm using the configure 2020-09-26T12:21:34 #kisslinux <periish> For cmake 2020-09-26T12:21:52 #kisslinux <periish> as cmake does not use the GNU Install Dirs module 2020-09-26T12:22:07 #kisslinux <dylanaraps> Yeah. shellcheck complains about it too 2020-09-26T12:22:40 #kisslinux <periish> INSTALL_BINDIR doesn't work with cmake's cmake 2020-09-26T12:22:45 #kisslinux <sh4rm4^bnc> interesting find (L17), never had issues with it though 2020-09-26T12:23:27 #kisslinux <periish> sh4, what's your github, I'm curious 2020-09-26T12:24:34 #kisslinux <dylanaraps> The unquoted variables are subject to word-splitting/globbing 2020-09-26T12:25:05 #kisslinux <sh4rm4^bnc> periish, just click on the committer profile of the last commit to that file 2020-09-26T12:25:45 #kisslinux <dylanaraps> You can do it like this: https://termbin.com/t0hwt 2020-09-26T12:26:11 #kisslinux <periish> Huh, sabotage has had a decent few maintainers before you 2020-09-26T12:26:37 #kisslinux <sh4rm4^bnc> pikhq was only there for like 5 commits 2020-09-26T12:26:42 #kisslinux <periish> Didn't know leah had worked on it 2020-09-26T12:27:06 #kisslinux <sh4rm4^bnc> yeah (s)he started it 2020-09-26T12:27:19 #kisslinux <periish> Github bio says she or they as pronouns 2020-09-26T12:27:32 #kisslinux <periish> They've some cool stuff 2020-09-26T12:27:43 #kisslinux <sh4rm4^bnc> dylanaraps, thanks 2020-09-26T12:28:22 #kisslinux <periish> Portable cwm, nq, xtools, a redo impl, an xargs replacement 2020-09-26T12:29:45 #kisslinux <dylanaraps> No problem 2020-09-26T12:29:47 #kisslinux <periish> Cmake approaches 100% completion 2020-09-26T12:29:58 #kisslinux <periish> Let's see if it actually bothered to put things in the right place this time 2020-09-26T12:30:33 #kisslinux <dylanaraps> Are you using ccache? 2020-09-26T12:30:46 #kisslinux <dylanaraps> Cmake builds work very well with it 2020-09-26T12:30:51 #kisslinux <periish> No 2020-09-26T12:30:58 #kisslinux <periish> I forgot to enable it for cmake 2020-09-26T12:31:15 #kisslinux <periish> It needs specific enabling in the build system, else it just goes to g++ 2020-09-26T12:31:23 #kisslinux <dylanaraps> You enable it once system-wide via $PATH and it should work for everything 2020-09-26T12:31:49 #kisslinux <dylanaraps> ie, ccache's bin directory appears before the rest of $PATH 2020-09-26T12:32:07 #kisslinux <dylanaraps> So long as the build system doesn't hardcode paths to binaries it'll use ccache 2020-09-26T12:32:27 #kisslinux <periish> Oh, it creates a wrapper for g++? 2020-09-26T12:32:37 #kisslinux <dylanaraps> You can also set CMAKE_GENERATOR to 'Ninja' to tell CMake to use it instead of gmake. 2020-09-26T12:32:51 #kisslinux <dylanaraps> You must write your cmake builds as mentioned in the style guide though. 2020-09-26T12:33:04 #kisslinux <dylanaraps> (our style guide) 2020-09-26T12:33:21 #kisslinux <periish> I'm not technically bound by those anymore :p 2020-09-26T12:33:37 #kisslinux <dylanaraps> By what? 2020-09-26T12:33:46 #kisslinux <periish> The style guide 2020-09-26T12:33:52 #kisslinux <dylanaraps> Sure 2020-09-26T12:34:03 #kisslinux <dylanaraps> Just mentioned it as it has an example of the syntax 2020-09-26T12:34:07 #kisslinux <periish> But I do respect it nonetheless 2020-09-26T12:34:17 #kisslinux <dylanaraps> Din't mean you should follow it lol 2020-09-26T12:34:28 #kisslinux <periish> Yea 2020-09-26T12:36:45 #kisslinux <dylanaraps> https://drewdevault.com/2020/09/25/2020-09-25-A-story-of-two-libcs.html 2020-09-26T12:36:49 #kisslinux <dylanaraps> lol 2020-09-26T12:38:25 #kisslinux <kisslinuxuser> xD 2020-09-26T12:48:03 #kisslinux <merakor> Lol that source code is horrifying 2020-09-26T12:48:31 #kisslinux <dylanaraps> glibc is fine in the end as it's UB :^) 2020-09-26T12:49:25 #kisslinux <merakor> UB? 2020-09-26T12:49:39 #kisslinux <merakor> Unbroken? :D 2020-09-26T12:50:29 #kisslinux <sh4rm4^bnc> undefined behavior 2020-09-26T12:51:21 #kisslinux <merakor> Oh thanks 2020-09-26T12:54:05 #kisslinux <dylanaraps> Neat https://github.com/freedesktop/xorg-xserver/commit/9823ea4ed24db76b1e61d69a8da8f7599857d02a 2020-09-26T13:09:12 #kisslinux <periish> Opened an issue 2020-09-26T13:09:14 #kisslinux <periish> https://gitlab.kitware.com/cmake/cmake/-/issues/21243 2020-09-26T14:54:36 #kisslinux <claudia02> aloha 2020-09-26T14:55:23 #kisslinux <claudia02> dylanaraps: I have a question to you wayland repo: You have mesa there with 'glx=disabled' . Does that mean glx(opengl) is not needed for firefox? 2020-09-26T15:06:21 #kisslinux <onodera> claudia02: probably replaced by egl? 2020-09-26T15:20:05 #kisslinux <claudia02> Yeah probably. But ff is otherwise so heavy x11 linked. 2020-09-26T16:07:42 #kisslinux <uhrenmacher> :/join #xpleaks 2020-09-26T17:41:25 #kisslinux <dylanaraps> o/ 2020-09-26T17:54:42 #kisslinux <mcpcpc[m]> o 2020-09-26T17:54:47 #kisslinux <dilyn> o/ 2020-09-26T18:23:04 #kisslinux <dylanaraps> when the package manager creates an alternative during 'kiss i' it will now tell you the current owner of the file 2020-09-26T18:28:59 #kisslinux <dilyn> that's thoughtful of it 2020-09-26T18:41:11 #kisslinux <dylanaraps> https://termbin.com/nqo6 2020-09-26T18:42:14 #kisslinux <dylanaraps> Things get wild when you print each file for something like python though (4000 files) 2020-09-26T20:32:40 #kisslinux <mcpcpc[m]> argh. restarted my remote KISS system (as i have done many times before). alas, i cannot ssh in [whimpering quietly]. :’( 2020-09-26T20:43:11 #kisslinux <periish> Hello! 2020-09-26T20:43:47 #kisslinux <mcpcpc[m]> o/ 2020-09-26T20:44:17 #kisslinux <periish> Been digging around freenode 2020-09-26T20:44:30 #kisslinux <periish> Can't seem to find any more good channels :< 2020-09-26T20:44:31 #kisslinux <periish> ] 2020-09-26T20:50:56 #kisslinux <periish> Oh, hi Nuance 2020-09-26T20:51:03 #kisslinux <co1ncidence> :thonk: 2020-09-26T20:51:13 #kisslinux <co1ncidence> hello 2020-09-26T20:51:52 #kisslinux <periish> What brings you here? 2020-09-26T20:52:08 #kisslinux <co1ncidence> birch autoconnectedd to #kisslinux lol 2020-09-26T20:52:12 #kisslinux <periish> Aha 2020-09-26T20:52:28 #kisslinux <co1ncidence> did you really leave r/up server because of me 2020-09-26T20:52:58 #kisslinux <periish> Why not ask this over discord? We have mutuals, no? 2020-09-26T20:53:21 #kisslinux <co1ncidence> nah I'm not active on discord anymore 2020-09-26T20:53:44 #kisslinux <co1ncidence> server is getting more and more shit btw and i wasn't really in any other one anyway 2020-09-26T20:53:51 #kisslinux <periish> Ah 2020-09-26T20:54:02 #kisslinux <periish> Then where are you active? 2020-09-26T20:54:07 #kisslinux <periish> My IRC setup is... subpar 2020-09-26T20:54:17 #kisslinux <co1ncidence> lol mine is barely decent as well 2020-09-26T20:54:34 #kisslinux <periish> I literally only have birch, which has no concept of a private message 2020-09-26T20:54:39 #kisslinux <co1ncidence> yep lel 2020-09-26T20:54:47 #kisslinux <co1ncidence> i tried weechat but configuration is painful 2020-09-26T20:54:57 #kisslinux <periish> When I send a message to someone, it appears in the periish buffer 2020-09-26T20:55:05 #kisslinux <periish> or well 2020-09-26T20:55:07 #kisslinux <periish> when they reply 2020-09-26T20:55:20 #kisslinux <co1ncidence> i haven't tried pm'ing someone yet tbh 2020-09-26T20:55:29 #kisslinux <co1ncidence> oh and about being active, Im really ont 2020-09-26T20:55:37 #kisslinux <co1ncidence> though I became mod of the subreddit somehow 2020-09-26T20:55:42 #kisslinux <periish> Lmao 2020-09-26T20:55:55 #kisslinux <periish> It's a shame there's not that many retro rices on there 2020-09-26T20:56:03 #kisslinux <co1ncidence> there isn't many rices at all 2020-09-26T20:56:12 #kisslinux <co1ncidence> 99& of the stuff is unoriginal gtk/i3 themes 2020-09-26T20:56:17 #kisslinux <periish> I'm after some torvim style stuff, some suntools, anything but the deluge of i3 and transparency 2020-09-26T20:56:27 #kisslinux <co1ncidence> > torvim style stuff 2020-09-26T20:56:30 #kisslinux <co1ncidence> i've tried thtese lol 2020-09-26T20:56:30 #kisslinux <periish> Briladeesh's stuff is lovely 2020-09-26T20:56:38 #kisslinux <periish> Hey man, I like the whales 2020-09-26T20:56:41 #kisslinux <co1ncidence> lol same 2020-09-26T20:56:57 #kisslinux <co1ncidence> I have gone through like 10 ricing styles I am in a crisis 2020-09-26T20:57:01 #kisslinux <periish> I've still got his rice archive open in a tab on my phone 2020-09-26T20:57:14 #kisslinux <co1ncidence> https://co1ncidence.github.io/rices/ 2020-09-26T20:57:25 #kisslinux <periish> I'm still working on my rice 2020-09-26T20:57:28 #kisslinux <periish> Finally added a bar 2020-09-26T20:57:32 #kisslinux <co1ncidence> oooh 2020-09-26T20:57:34 #kisslinux <periish> It's an xterm :p 2020-09-26T20:57:35 #kisslinux <co1ncidence> light theme? 2020-09-26T20:57:39 #kisslinux <periish> Of course 2020-09-26T20:57:43 #kisslinux <co1ncidence> pog 2020-09-26T20:57:49 #kisslinux <periish> Nothing darker than #ffffff 2020-09-26T20:58:00 #kisslinux <co1ncidence> :floshed:, colors are overrated 2020-09-26T20:58:40 #kisslinux <co1ncidence> I could probably count the remaining good ricers on my fingers 2020-09-26T20:58:52 #kisslinux <periish> I'm hopeful 2020-09-26T20:58:56 #kisslinux <periish> There's some good stuff there 2020-09-26T20:59:10 #kisslinux <co1ncidence> I was browsing some stuff on the sub from like 1.5+ years ago 2020-09-26T20:59:15 #kisslinux <co1ncidence> and damn people were good back then 2020-09-26T20:59:50 #kisslinux <co1ncidence> u/dkeg is a favorite of mine, though he seems to have gone inactive 2020-09-26T21:00:10 #kisslinux <periish> I've got some of our very own onodera(camille?)'s rice saved 2020-09-26T21:00:14 #kisslinux <periish> s/rice/rices 2020-09-26T21:00:23 #kisslinux <co1ncidence> no sed in birch no? 2020-09-26T21:00:27 #kisslinux <periish> Of course not 2020-09-26T21:00:34 #kisslinux <periish> No sed anywhere, afaik 2020-09-26T21:00:47 #kisslinux <periish> But it serves as a useful habit to correct my spelling mistakes 2020-09-26T21:00:57 #kisslinux <periish> Works on discord, which feels just like ed! 2020-09-26T21:01:01 #kisslinux <co1ncidence> yeah a reader would be able to tell what you mean 2020-09-26T21:01:09 #kisslinux <periish> I have to wait 10 seconds for input to appear sometimes 2020-09-26T21:01:21 #kisslinux <co1ncidence> sed on discord is a meme 2020-09-26T21:01:23 #kisslinux <periish> So I've gotten really good at correcting my mistakes before they even appear 2020-09-26T21:01:38 #kisslinux <co1ncidence> I still make many stupid ones lol 2020-09-26T21:01:42 #kisslinux <co1ncidence> "teh" being one of them 2020-09-26T21:02:00 #kisslinux <periish> I've also found myself enjoying /u/hisaonakaii's rices 2020-09-26T21:02:26 #kisslinux <co1ncidence> oh yes 2020-09-26T21:02:29 #kisslinux <co1ncidence> i like their vibe 2020-09-26T21:02:51 #kisslinux <co1ncidence> reminds me of torvim again 2020-09-26T21:02:52 #kisslinux <co1ncidence> lol 2020-09-26T21:03:04 #kisslinux <periish> Oh my, my Reddit client *does not* agree with the imgur albums 2020-09-26T21:03:09 #kisslinux <periish> I suspect it's API changes again 2020-09-26T21:03:20 #kisslinux <co1ncidence> which client? 2020-09-26T21:03:27 #kisslinux <co1ncidence> slide has never failed me so far 2020-09-26T21:03:33 #kisslinux <periish> Apollo for iOS 2020-09-26T21:03:39 #kisslinux <periish> It's lovely 2020-09-26T21:03:47 #kisslinux <periish> Has all the bells and whistles 2020-09-26T21:03:51 #kisslinux <co1ncidence> eh, apollo was weird for me 2020-09-26T21:04:10 #kisslinux <co1ncidence> slide has really good single handed support, you can literally slide everything in and out 2020-09-26T21:04:27 #kisslinux <co1ncidence> thumb only reddit client kinda 2020-09-26T21:04:29 #kisslinux <periish> Same goes for apollo 2020-09-26T21:04:41 #kisslinux <co1ncidence> really? 2020-09-26T21:04:44 #kisslinux <periish> Aye 2020-09-26T21:04:47 #kisslinux <periish> history to the left and right 2020-09-26T21:04:59 #kisslinux <periish> You can reply and upvote/downvote posts with slide gestures 2020-09-26T21:05:06 #kisslinux <co1ncidence> can apollo swipe out of comments though :eyes: 2020-09-26T21:05:22 #kisslinux <periish> Yes 2020-09-26T21:05:33 #kisslinux <co1ncidence> oho, will have to try it again then 2020-09-26T21:05:53 #kisslinux <periish> You must send me a rehost of u/dkeg's rices, imgur seems to have conviently misplaced them 2020-09-26T21:06:02 #kisslinux <co1ncidence> https://github.com/dkeg/scrots 2020-09-26T21:06:07 #kisslinux <co1ncidence> oh wait 2020-09-26T21:06:12 #kisslinux <co1ncidence> he's taken down his imgur 2020-09-26T21:06:17 #kisslinux <co1ncidence> thats why they don't show on reddit lmao 2020-09-26T21:06:24 #kisslinux <periish> Ah 2020-09-26T21:07:08 #kisslinux <periish> I must say, I dislike the fact that scrots has become the ubiquitous term for screenshots 2020-09-26T21:07:20 #kisslinux <co1ncidence> yeah, I still use 'ss' like a normie lol 2020-09-26T21:07:42 #kisslinux <periish> Oh, these are *lovely* 2020-09-26T21:07:56 #kisslinux <periish> Dweep was one of the main inspiration for the font I use, Cozette 2020-09-26T21:08:02 #kisslinux <periish> I feel right at home in these 2020-09-26T21:08:24 #kisslinux <co1ncidence> Bitmaps are very comfy 2020-09-26T21:08:30 #kisslinux <periish> And wmutils! Lovely stuff 2020-09-26T21:08:31 #kisslinux <co1ncidence> I even made my own, though it was prety bad 2020-09-26T21:08:36 #kisslinux <co1ncidence> wmutils! 2020-09-26T21:08:40 #kisslinux <co1ncidence> my wm right now 2020-09-26T21:08:41 #kisslinux <co1ncidence> lol 2020-09-26T21:08:44 #kisslinux <periish> I wrote a replacement for that one 2020-09-26T21:08:55 #kisslinux <periish> Not tofc, mind you 2020-09-26T21:09:10 #kisslinux <co1ncidence> Irrelevant! 2020-09-26T21:09:13 #kisslinux <periish> https://termbin.com/2cic 2020-09-26T21:09:38 #kisslinux <co1ncidence> this is hot 2020-09-26T21:09:55 #kisslinux <co1ncidence> I just have some really scuffed scripts + sxhkd as my wm 2020-09-26T21:09:56 #kisslinux <periish> You can tell by the second function I remembered how to write shell 2020-09-26T21:10:08 #kisslinux <co1ncidence> learning shell has been quite painful for me 2020-09-26T21:10:22 #kisslinux <periish> The main contains a few hacks that let me use xwc however I like 2020-09-26T21:10:25 #kisslinux <co1ncidence> though i always had good ol' gk to roast my scipts 2020-09-26T21:10:34 #kisslinux <co1ncidence> xwc? never used that iirc 2020-09-26T21:10:39 #kisslinux <co1ncidence> what does it do 2020-09-26T21:10:45 #kisslinux <periish> It's the termbin aboe 2020-09-26T21:10:52 #kisslinux <periish> s/aboe/above 2020-09-26T21:10:56 #kisslinux <co1ncidence> ah ic 2020-09-26T21:11:13 #kisslinux <periish> Wraps x11fs 2020-09-26T21:11:22 #kisslinux <co1ncidence> poggers 2020-09-26T21:11:30 #kisslinux <co1ncidence> I'm still stuck with openbox 2020-09-26T21:11:38 #kisslinux <co1ncidence> can't find a suitable replacement for workspaces 2020-09-26T21:11:39 #kisslinux <periish> I can do `ln -s xwc f`, and then call `f wid`, or I can do `xwc -f wid`, or `xwc f wid` 2020-09-26T21:11:52 #kisslinux <periish> > can't find a suitable replacement for workspaces 2020-09-26T21:11:55 #kisslinux <periish> You're in luck 2020-09-26T21:11:57 #kisslinux <co1ncidence> why not just use `xwininfo`? 2020-09-26T21:12:00 #kisslinux <periish> Huh? 2020-09-26T21:12:09 #kisslinux <co1ncidence> that's what I use to print wid's 2020-09-26T21:12:13 #kisslinux <periish> This controls windows 2020-09-26T21:12:20 #kisslinux <periish> `f` focuses one 2020-09-26T21:12:28 #kisslinux <co1ncidence> oh, `wid` is a var 2020-09-26T21:12:30 #kisslinux <co1ncidence> im retarded 2020-09-26T21:12:43 #kisslinux <co1ncidence> > you're in luck 2020-09-26T21:12:46 #kisslinux <co1ncidence> pls share uwu 2020-09-26T21:12:50 #kisslinux <periish> Not done yet 2020-09-26T21:12:59 #kisslinux <periish> It's a C program when it really could be shell 2020-09-26T21:13:12 #kisslinux <periish> I can whip you up a quick shell one 2020-09-26T21:13:29 #kisslinux <co1ncidence> nah it's all right, I've been working on getting something done like htat on glazier 2020-09-26T21:13:35 #kisslinux <co1ncidence> *that 2020-09-26T21:13:46 #kisslinux <co1ncidence> glazier is like a raw xorg server kinda thing btw 2020-09-26T21:13:47 #kisslinux <periish> my endgoal here is to have no wm running 2020-09-26T21:13:59 #kisslinux <periish> Glazier counts as a wm in my book 2020-09-26T21:14:08 #kisslinux <co1ncidence> I mean, it doesn't really manage windows 2020-09-26T21:14:38 #kisslinux <periish> I'll whip up workspaces for you very quickly 2020-09-26T21:14:50 #kisslinux <co1ncidence> also u/hisaonakaii may be one of my new favorite ricers :eyes: 2020-09-26T21:15:15 #kisslinux <co1ncidence> They use manjaro like true brainlet as well 2020-09-26T21:17:30 #kisslinux <co1ncidence> rate rice uwu: https://postimg.cc/0b0RdNnt 2020-09-26T21:17:50 #kisslinux <co1ncidence> I had double borders for a bit but those kinda mess with window snapping 2020-09-26T21:22:48 #kisslinux <periish> nuance 2020-09-26T21:22:57 #kisslinux <periish> should it create a workspace if it doesn't already exist 2020-09-26T21:24:43 #kisslinux <co1ncidence> as in, if i attempt to scroll to a workspace, it will create one? 2020-09-26T21:24:48 #kisslinux <periish> Yes 2020-09-26T21:24:50 #kisslinux <co1ncidence> I prefer having a set amount tbh 2020-09-26T21:24:54 #kisslinux <periish> Aight 2020-09-26T21:24:55 #kisslinux <co1ncidence> i.e. 5 2020-09-26T21:25:03 #kisslinux <periish> then you'll need to use the `init` function to create workspaces 2020-09-26T21:25:15 #kisslinux <periish> so, nuance_ws init 1 2 3 4 5 2020-09-26T21:25:31 #kisslinux <co1ncidence> yep 2020-09-26T21:25:44 #kisslinux <co1ncidence> i assume that works the same as bspc's workspacing format 2020-09-26T21:25:50 #kisslinux <periish> how so 2020-09-26T21:25:58 #kisslinux <co1ncidence> bspc config desktops 1 2 3 4 5 2020-09-26T21:26:01 #kisslinux <co1ncidence> or something 2020-09-26T21:26:13 #kisslinux <periish> I've just written the functions for you, haha 2020-09-26T21:26:17 #kisslinux <co1ncidence> oh nice lmao 2020-09-26T21:26:19 #kisslinux <periish> Don't have time to think about UI 2020-09-26T21:26:24 #kisslinux <co1ncidence> UI is bloat 2020-09-26T21:27:33 #kisslinux <periish> Just realised I have to remove wids from workspace files and now I don't want to write the thing in C anymore 2020-09-26T21:27:59 #kisslinux <co1ncidence> lol don't worry about it 2020-09-26T21:28:03 #kisslinux <periish> I've 20+ lines of code for reading a file and doing exactly nada with it 2020-09-26T21:28:09 #kisslinux <periish> For my own thing 2020-09-26T21:28:09 #kisslinux <co1ncidence> I am fine with openbox for now 2020-09-26T21:28:16 #kisslinux <periish> Nah, your ws thing is done 2020-09-26T21:28:23 #kisslinux <co1ncidence> :floshed: 2020-09-26T21:28:28 #kisslinux <co1ncidence> termbinit 2020-09-26T21:28:33 #kisslinux <periish> You could use it as tags with a bit of effort 2020-09-26T21:28:43 #kisslinux <periish> Should be pretty self explanatory 2020-09-26T21:28:58 #kisslinux <periish> And, for the sake of the law, it's under Unlicense or whatever 2020-09-26T21:29:04 #kisslinux <co1ncidence> lol 2020-09-26T21:29:22 #kisslinux <co1ncidence> I have increased term padding to 60 it was feeling too cramped before 2020-09-26T21:29:36 #kisslinux <periish> https://termbin.com/xapn 2020-09-26T21:29:42 #kisslinux <periish> You seen Fehawen's rices? 2020-09-26T21:29:47 #kisslinux <periish> They've got you rivalled there 2020-09-26T21:29:51 #kisslinux <co1ncidence> no, who are they 2020-09-26T21:30:07 #kisslinux <co1ncidence> I am still nub when it comes to the community as a whole lel 2020-09-26T21:30:29 #kisslinux <periish> https://www.reddit.com/user/fehawen 2020-09-26T21:30:40 #kisslinux <co1ncidence> wow this is clean lol 2020-09-26T21:30:45 #kisslinux <co1ncidence> makes my shell look like shit 2020-09-26T21:30:47 #kisslinux <co1ncidence> which it is 2020-09-26T21:31:07 #kisslinux <periish> I trust you can implement the rest yourself, haha 2020-09-26T21:31:11 #kisslinux <co1ncidence> lol yea 2020-09-26T21:31:11 #kisslinux <co1ncidence> also 2020-09-26T21:31:14 #kisslinux <co1ncidence> THIS GUY! 2020-09-26T21:31:17 #kisslinux <co1ncidence> stole my bunnny 2020-09-26T21:31:20 #kisslinux <co1ncidence> i remember him 2020-09-26T21:31:35 #kisslinux <co1ncidence> also mad respecc for sowm 2020-09-26T21:31:57 #kisslinux <co1ncidence> okay I have already changed my rice 2020-09-26T21:31:57 #kisslinux <periish> There's a few sowm users here I reckon 2020-09-26T21:32:28 #kisslinux <co1ncidence> sowm is awkward for me 2020-09-26T21:32:40 #kisslinux <co1ncidence> it has "i only work with dylans workflow" written all over it 2020-09-26T21:32:54 #kisslinux <periish> Biased software for a biased person 2020-09-26T21:32:54 #kisslinux <periish> :p 2020-09-26T21:33:02 #kisslinux <periish> That's what all my scripts are for 2020-09-26T21:33:07 #kisslinux <co1ncidence> yep lel 2020-09-26T21:33:25 #kisslinux <co1ncidence> my bin is full of 'fuck you if you don't have the same stupid dir structire as me' 2020-09-26T21:34:06 #kisslinux <co1ncidence> ls -a leads to: etc/ var/ usr/ med/ 2020-09-26T21:34:08 #kisslinux <co1ncidence> clean home uwu 2020-09-26T21:34:35 #kisslinux <periish> I have bulk, conf, exec and src 2020-09-26T21:34:39 #kisslinux <periish> Soon to have pkg, too 2020-09-26T21:34:49 #kisslinux <co1ncidence> 4 letters ew 2020-09-26T21:34:55 #kisslinux <periish> I prefer them 2020-09-26T21:35:09 #kisslinux <co1ncidence> idk 3 just looks cleaner to me for some reason 2020-09-26T21:35:09 #kisslinux <periish> My custom hierarchy uses those :P 2020-09-26T21:35:30 #kisslinux <co1ncidence> well I still use manjaro so maybe i should shut 2020-09-26T21:36:17 #kisslinux <co1ncidence> ight, anyhow, thanks++ for the workspaces 2020-09-26T21:36:25 #kisslinux <co1ncidence> I will need to get going now 2020-09-26T21:36:30 #kisslinux <co1ncidence> school work is :pepedumb: 2020-09-26T21:36:37 #kisslinux <periish> See you around 2020-09-26T21:36:39 #kisslinux <periish> Good talk 2020-09-26T21:36:39 #kisslinux <co1ncidence> cyz 2020-09-26T21:36:42 #kisslinux <co1ncidence> cya 2020-09-26T21:36:43 #kisslinux <co1ncidence> ya 2020-09-26T21:36:45 #kisslinux <co1ncidence> bye 2020-09-26T21:37:39 #kisslinux <periish> http://0x0.st/iUMT.png 2020-09-26T21:37:42 #kisslinux <periish> :p 2020-09-26T22:13:03 #kisslinux <dilyn> vim... doesn't install /usr/share/vim/vim82/syntax/syntax.vim? 2020-09-26T23:00:44 #kisslinux <sh4rm4^bnc> hmm wasn't dylanaraps working on a nop-dbus impl? there was already one https://github.com/wm4/libcrap 2020-09-26T23:01:55 #kisslinux <periish> > 2020-09-26T23:01:56 #kisslinux <periish> Initial commit 2020-09-26T23:02:04 #kisslinux <periish> on Nov 16, 2019 2020-09-26T23:04:53 #kisslinux <sh4rm4^bnc> or maybe this is to talk to dbus? can't really tell