💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2021-01-04.txt captured on 2024-05-12 at 16:06:49.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2021-01-04T02:00:40 #kisslinux <micr0> o. 2021-01-04T02:00:41 #kisslinux <micr0> o/ 2021-01-04T02:02:00 #kisslinux <mcpcpc[m]> o 2021-01-04T03:33:13 #kisslinux <kiedtl> o/ 2021-01-04T03:37:12 #kisslinux <midfavila> is dylan still MIA? 2021-01-04T03:38:01 #kisslinux <jedavies> Yup 2021-01-04T03:38:08 #kisslinux <midfavila> hrm... 2021-01-04T06:30:17 #kisslinux <midfavila> Hey, everyone. Quick question about managing kiss packages, specifically in regards to post-install... 2021-01-04T06:31:43 #kisslinux <midfavila> I'm trying to set up libXaw3d to link itself to various other libraries using post-install by using `for lib in libXaw.so libXaw6.so libXaw7.so ... do ln -s /usr/lib/libXaw.so /usr/lib/$lib`, but for whatever reason it points the links at the temporary build dir in my cache folder instead of at the actual library 2021-01-04T06:32:12 #kisslinux <midfavila> fwiw "$1" doesn't show up anywheres in the post-install script, so I'm not sure if I'm being dumb here or what 2021-01-04T06:33:30 #kisslinux <testuser[m]_> But shouldn't this stuff be done in the build script anyways? 2021-01-04T06:34:22 #kisslinux <midfavila> I already tried that, and was getting the same results 2021-01-04T06:34:40 #kisslinux <midfavila> It was building and linking stuff fine, but then when installing the tarball the links pointed at the temporary build directory 2021-01-04T06:34:57 #kisslinux <midfavila> hence why I figured maybe the post-install script would work 2021-01-04T06:38:04 #kisslinux * testuser[m]_ sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/hqcorfVIHNnHjNBFMOwkmdsf/message.txt > 2021-01-04T06:38:19 #kisslinux <testuser[m]_> In the build script 2021-01-04T06:39:41 #kisslinux <midfavila> hmm. I'll give it a shot, thanks 2021-01-04T06:41:32 #kisslinux <midfavila> yeah, nah, same results 2021-01-04T06:41:42 #kisslinux <testuser[m]_> Hmm 2021-01-04T06:41:52 #kisslinux <midfavila> it's always possible this just isn't a thing you can do with stock kiss 2021-01-04T06:42:09 #kisslinux <midfavila> which I'll accept and just yell at the user to run the post-install manually or something 2021-01-04T06:44:05 #kisslinux <midfavila> actually, maybe the problem is that I'm trying to link it to the filesystem. maybe I could just ln -s libXaw3d.so $lib 2021-01-04T06:44:17 #kisslinux <midfavila> but something tells me that's too easy to work 2021-01-04T06:47:35 #kisslinux <testuser[m]_> http://ix.io/2KNB this works just fine for me 2021-01-04T06:48:08 #kisslinux * testuser[m]_ sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/MjuyskXfaegFujcUiwKBwFkd/message.txt > 2021-01-04T06:50:14 #kisslinux <midfavila> fwiw I'm 99% sure libXaw installs libXaw6.so and libXaw7.so as symlinks anyways 2021-01-04T06:54:18 #kisslinux <midfavila> yeah, just checked, it does. rip 2021-01-04T12:14:36 #kisslinux <danteissaias> the checksums on https://github.com/kiss-community/repo-bin appear to all be outdated 2021-01-04T12:26:39 #kisslinux <testuser[m]_> acheam 2021-01-04T12:26:54 #kisslinux <testuser[m]_> That pings him, right? 2021-01-04T12:39:03 #kisslinux <danteissaias> i think so 2021-01-04T12:43:33 #kisslinux <danteissaias> i've written a semi-usable POSIX-compliant version of wg-quick for anyone using wireguard 2021-01-04T12:45:40 #kisslinux <danteissaias> this is the first big shell script i've ever written it passes shellcheck though 2021-01-04T12:45:43 #kisslinux <danteissaias> https://git.sr.ht/~dante/bin/blob/master/wg-quick 2021-01-04T12:46:34 #kisslinux <danteissaias> its very rudimentary and doesn't implement any of the more advanced wg-quick features like PreUp and PreDown but it works for the most basic use cases 2021-01-04T12:46:47 #kisslinux <testuser[m]_> I think you made that repo private or something, can't access it 2021-01-04T12:47:23 #kisslinux <danteissaias> fixed, sourcehut seems to default to private when you create a repo by pushing to a non-existent repo 2021-01-04T14:26:08 #kisslinux <acheam> danteissaias: for which package? 2021-01-04T21:42:30 #kisslinux <mcpcpc[m]> oh god. i’ve started down a rabbit hole. https://mcpcpc.com/2020/01/04/linode-plan9.html 2021-01-04T22:20:34 #kisslinux <acheam> mcpcpc[m]: oh boy 2021-01-04T22:21:44 #kisslinux <acheam> you have a typo by the way, "motification" 2021-01-04T22:25:16 #kisslinux <mcpcpc[m]> lol. yeah. unfortunately, one of many. womp. will fix later. very much a wip. anyway, i need Dylan to come back so i can refocus on KISS. =3 2021-01-04T22:27:12 #kisslinux <acheam> mcpcpc[m]: `:set spell | set spelllang=en_us` :) 2021-01-04T22:56:54 #kisslinux <mcpcpc[m]> i believe that applies spellcheck generically for all file types? this is what i typically use `autocmd FileType markdown,text setlocal spell`. Alas, i wrote the linked article not in vim. :’( 2021-01-04T23:01:29 #kisslinux <acheam> mcpcpc[m]: not in vim? how dare you! If you just do that command in the vim session, it will only apply to that session. I have a similar autocmd in my init.vim that sets a lot of writing-specific options