2020-04-01T01:18:34 #kisslinux fuck I wanna add wireguard to my kernel to try it out, but it depends on CRYPTO_POLY1305_X86_64 which adds a perl script to the kernel build and I'm not willing to go back to using perl to build my kernel 2020-04-01T02:10:08 #kisslinux E5ten: didn't turn out shorter than your shell version (due to having to implement sort and xor), but it is quite a bit faster and might be easier to understand: http://ix.io/2gb8 2020-04-01T03:12:09 #kisslinux konimex: Can you be the maintainer of `uthash`? I don't remember being its maintainer. Probably some fix commit I've done in the past. 2020-04-01T04:17:53 #kisslinux lieu: depends, do I maintain any of uthash's depends? 2020-04-01T04:19:23 #kisslinux ah yes, picon 2020-04-01T04:19:26 #kisslinux *picom 2020-04-01T04:20:25 #kisslinux lieu: the first pr to uthash is by a-schaefers so you might want to ask him instead https://github.com/kisslinux/community/pull/127 2020-04-01T05:05:33 #kisslinux fsck keeps running on /boot, but my fstab says not to do that. It fails because it's a cat partition, so I get thrown into emergency shell 2020-04-01T05:05:35 #kisslinux How exciting 2020-04-01T05:06:06 #kisslinux Notably, if I just exit 3 times the boot process continues just fine. 2020-04-01T13:51:05 #kisslinux does rust usually take up a lot of RAM to build? 2020-04-01T13:53:11 #kisslinux more than c does 2020-04-01T13:53:48 #kisslinux only bloat thing about rust is the compiler and syntax 2020-04-01T13:54:25 #kisslinux Still, I'd rather use Rust over C. 2020-04-01T13:54:52 #kisslinux i am trying to keep my kiss vm pretty minimally sized ram wise, and i have to keep bumping it up to 4GB+ just for building rust 2020-04-01T13:55:20 #kisslinux other than rust, i can run just fine on 1GB 2020-04-01T13:56:27 #kisslinux this is why there are so many package managers that provided compiled binaries ;) 2020-04-01T13:56:46 #kisslinux *provide 2020-04-01T13:57:46 #kisslinux but that's no fun! 2020-04-01T14:58:23 #kisslinux rust sucks since its precompiled binary links to libgcc *dynamically* 2020-04-01T14:58:54 #kisslinux I had to create my own precompiled binary for llvm 2020-04-01T15:08:13 #kisslinux konimex: how do you stop the final clang compiler from trying to build in crtbeginS.o etc to executables? Got a pure clang/llvm toolchain now, but it's still looking for those files. It's using compiler-rt fine - workaround is to put an empty file for crtbeginS.o etc. Works OK but it's annoying having to create those files. 2020-04-01T15:13:15 #kisslinux compiler-rt has an implementation of those crt files, can't remember off the top of my head the name of the option to enable for them 2020-04-01T15:38:48 #kisslinux jedavies: no clue, the x86_64 clang compiler builds smoothly here, so might be some options in compiler-rt needed? 2020-04-01T15:45:05 #kisslinux mforney: could sbase install get a no-op -v added, I've encountered a Makefile that uses it 2020-04-01T19:20:22 #kisslinux I made a rust-bin kinda package for those not wanting to compile rust. I builds fine but I haven't tried compiling anything with it yet. 2020-04-01T19:20:31 #kisslinux https://github.com/clifordsab/bli/tree/master/ss/rust 2020-04-01T19:22:22 #kisslinux Can anyone test? I might try recompiling ff using it but it's already 3:20 AM. Gotta sleep. 2020-04-01T19:41:10 #kisslinux aloha! 2020-04-01T19:41:22 #kisslinux heres a scrot of kiss i586 https://raw.githubusercontent.com/sdsddsd1/kiss-s3d4/master/kiss-i586/scrot.png 2020-04-01T19:41:58 #kisslinux Nice! 2020-04-01T19:42:42 #kisslinux xorg-server builds fine 2020-04-01T19:43:13 #kisslinux on the way to webkit icu refuses to build. And firefox will be next 2020-04-01T19:44:18 #kisslinux I dont know. Any modern browser would make little sense on those old machines. But it might be interestet for some kind of headless system 2020-04-01T19:44:45 #kisslinux on this old atom netbook, kiss takes ~ 20 secs to start which is the fastest I have ever seen :D 2020-04-01T19:51:40 #kisslinux Gorgeous 2020-04-01T20:33:03 #kisslinux E5ten: do all install(1) implementations support that flag? 2020-04-01T20:37:26 #kisslinux I know toybox does, and busybox does as a no-op, I'm assuming GNU's does cuz there's no way that the Makefile in question would use it if it didn't 2020-04-01T20:38:01 #kisslinux it doesn't seem that openbsd's does 2020-04-01T20:39:09 #kisslinux What's the easiest service manager to install on KISS? 2020-04-01T21:24:01 #kisslinux claudia02: 20 secs to start? that kinda feels slow to me 2020-04-01T21:39:13 #kisslinux kiedtl: this is kiss on 10-15 years old lower-end hardware 2020-04-01T21:39:48 #kisslinux alpine is maybe double the time or something in that direction 2020-04-01T21:41:01 #kisslinux what I wanted to express is that this old laptop gets usable again looking at boottime 2020-04-01T21:49:35 #kisslinux was it hard to get working on i686? Was thinking about running it on an early-2000s thinkpad I have sitting around but I haven't had a chance to try yet 2020-04-01T21:50:42 #kisslinux mmcar: I have made some binarys, so its basically a normal kiss instalation 2020-04-01T21:51:05 #kisslinux but the way to firefox and perl needs some work 2020-04-01T21:51:19 #kisslinux *way to firefox and webkit2gtk 2020-04-01T21:51:28 #kisslinux perl and icu need some investigation 2020-04-01T21:53:57 #kisslinux https://github.com/sdsddsd1/kiss-s3d4/tree/master/kiss-i586 2020-04-01T22:01:17 #kisslinux awesome thanks for the link! I only need tty anyway so I should be able to get something working now I think 2020-04-01T22:42:46 #kisslinux h 2020-04-01T22:42:52 #kisslinux oops, sry gemini://gemini.ctrl-c.club/~phoebos/logs/freenode-kisslinux-2020-04-01.txt

-- Leo's gemini proxy

-- Connecting to gemini.ctrl-c.club:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain; charset=utf-8

-- Response ended

-- Page fetched on Sun Jun 2 12:42:13 2024