💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-08-22.txt captured on 2021-12-17 at 13:26:06.
-=-=-=-=-=-=-
[2021-08-22T05:07:11Z] <phoebos> my site is now up! https://bvnf.space/ [2021-08-22T05:07:42Z] <phoebos> And no, i'm not capable of creativity which is why i've only copied other people X) [2021-08-22T05:07:57Z] <necromansy> ayyy [2021-08-22T05:08:06Z] <phoebos> ayyy indeed [2021-08-22T05:08:59Z] <testuser[m]> Hi [2021-08-22T05:09:02Z] <phoebos> all i need to do now is move muh logs over and setup litterbox [2021-08-22T05:09:06Z] <phoebos> hi [2021-08-22T05:09:10Z] <necromansy> heyo! [2021-08-22T05:09:26Z] <testuser[m]> Nice phoebos [2021-08-22T05:09:40Z] <phoebos> testuser[m]: recognise the design? [2021-08-22T05:10:10Z] <testuser[m]> Yeah [2021-08-22T05:10:12Z] <testuser[m]> I stole it too [2021-08-22T05:10:26Z] <testuser[m]> had stolen [2021-08-22T05:10:26Z] <phoebos> oh really lol [2021-08-22T05:10:31Z] <phoebos> from where [2021-08-22T05:11:10Z] <testuser[m]> acheam and icyphox [2021-08-22T05:11:27Z] <testuser[m]> https://icyphox.sh/blog/ [2021-08-22T05:11:34Z] <testuser[m]> The only thing i didn't steal was the site generator [2021-08-22T05:12:01Z] <phoebos> aha [2021-08-22T05:47:01Z] <testuser[m]> did the new mdev rules break anyone else's headphones ? [2021-08-22T12:13:34Z] <kyxor> my homepage as usual will be my very original hexdump, (i wrote my own generator for it in C) so anyways I will have a place there called "NIFTY-GENTLEMEN" where I will link to other people's personal sites, I've already got some of you guys on there. Rn I need to figure out how I am going to setup the https tunnel with hitch, get the certificate stuff right, etc [2021-08-22T16:19:59Z] <testuser[m]> https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/ [2021-08-22T16:23:00Z] <acheam> "ifconfig ens33 | grep inet | awk '{print $2}' | cut -d/ -f1 | head -n 1" is not beutiful because it can all be written in a single awk command not because its long lol [2021-08-22T16:23:24Z] <testuser[m]> Yeah i thought that too [2021-08-22T16:23:34Z] <testuser[m]> But json output would be easier [2021-08-22T16:23:56Z] <acheam> i also don't know what its doing with the cut command [2021-08-22T16:24:23Z] <acheam> on my system, "ifconfig iwm0 | awk '/inet/ {print $2}'" works fine [2021-08-22T16:25:16Z] <acheam> json is overly complex IMO, but yeah its a good idea [2021-08-22T16:25:31Z] <acheam> it would be nice if commands had a programmatic output flag, and an interactive output flag [2021-08-22T16:25:38Z] <testuser[m]> Why do you say it's complex ? [2021-08-22T16:25:57Z] <testuser[m]> Isn't it supposed to be the simplest format to parse ? [2021-08-22T16:27:32Z] <acheam> nvm [2021-08-22T16:28:32Z] <acheam> i was confusing yaml with json for a second [2021-08-22T16:29:00Z] <acheam> and thought that some functionality of jsonnet was a part of core json [2021-08-22T17:20:20Z] <zola> Do we have a way to mount SMB shares in KISS? [2021-08-22T17:25:31Z] <acheam> the same way you'd do it on any other distro? [2021-08-22T17:26:04Z] <testuser[m]> Yea just package whatever utility it needs [2021-08-22T17:26:15Z] <acheam> https://www.linuxfromscratch.org/blfs/view/svn/basicnet/cifsutils.html [2021-08-22T17:31:21Z] <zola> Thanks, i couldn't find what is the actual utility needed [2021-08-22T17:36:32Z] <acheam> you are most welcome [2021-08-22T17:41:22Z] <testuser[m]> Hmm my server somehow reached 800gb of the 1tb bandwidth limit [2021-08-22T17:41:50Z] <phoebos> that was probably me stealing your css :p [2021-08-22T17:42:20Z] <testuser[m]> lol [2021-08-22T17:48:50Z] <acheam> testuser[m]: thats odd [2021-08-22T17:48:59Z] <acheam> do you keep access logs? [2021-08-22T17:58:53Z] <testuser[m]> no [2021-08-22T17:59:13Z] <testuser[m]> I have 0 logging except for ssh into syslog [2021-08-22T17:59:20Z] <testuser[m]> I probably should figure out a way though [2021-08-22T17:59:28Z] <testuser[m]> I suspect it's libreddit but 800gb is unthinkable [2021-08-22T17:59:44Z] <testuser[m]> Or maybe the matrix server going crazy [2021-08-22T19:08:13Z] <GalaxyNova> Anyone have an rsync patch for kiss? [2021-08-22T19:09:03Z] <acheam> what kind of patch? [2021-08-22T19:09:36Z] <GalaxyNova> one that can make kiss work with rsync [2021-08-22T19:09:40Z] <GalaxyNova> instead of git [2021-08-22T19:09:54Z] <acheam> ah [2021-08-22T19:10:06Z] <acheam> not that I know of [2021-08-22T19:10:09Z] <acheam> but shouldn't be very hard [2021-08-22T19:13:13Z] <GalaxyNova> yeah looking at it it seems like git isn't called a lot in the package manager [2021-08-22T19:13:35Z] <GalaxyNova> also btw, do you think kiss (the package manager) is getting more complicated? [2021-08-22T20:37:31Z] <kyxor> GalaxyNova: yes it is getting more complicated for sure. But we will also get better performance, like adding various git clone caching optimizations, switching to blake3 checksums, but at some point it's going to stale; maybe when dylan gets tired of it and just decides to rewrite everything in C, from ground up how it should be. [2021-08-22T21:10:11Z] <GalaxyNova> rewriting it in C will just increase binary size and not give any meaninful benefit imo [2021-08-22T21:25:00Z] <kyxor> The binary size of all the programs kiss calls from it's script is bigger, so if done right, you can decrease binary size by vendoring only essential functionality and droping packages it depends on. Also FYI binary to C usually follows 1:1.5 size ratio. So if the package manager is written in 1500LOC of C, then the binary of it will take same size on disk as the current kiss shell script. [2021-08-22T21:28:14Z] <kyxor> Obviously it's a hella of work if you wanna put yourself in these constraints, but nonetheless something dylan said on kiss news, maybe it will happen some day [2021-08-22T22:30:30Z] <akira01> Hi guys [2021-08-22T22:30:39Z] <akira01> anyone use webtorrent? [2021-08-22T22:33:41Z] <acheam> yes [2021-08-22T22:33:48Z] <acheam> just ask the question [2021-08-22T22:43:01Z] <akira01> you use wayland? [2021-08-22T22:43:16Z] <akira01> because now my webtorrent dont work well with mpv