💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2023-07-31.txt captured on 2023-09-08 at 17:01:17.

View Raw

More Information

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

[2023-07-31T02:55:20Z] <sewn> hi
[2023-07-31T02:55:39Z] <sewn> <illiliti> "if you live in a cold climate..." <- i live in a hot climate (40C) but my pc stays safe around 70C
[2023-07-31T04:01:43Z] <iceman[m]> sewn: where you from
[2023-07-31T04:03:15Z] <schillingklaus> sewn is from the dark depths of your mind
[2023-07-31T04:03:47Z] <iceman[m]> nah br0
[2023-07-31T10:10:47Z] <depressed_pigeon> mako3:  llvm can compile linux.
[2023-07-31T10:17:12Z] <sewn> clang*
[2023-07-31T10:17:28Z] <sewn> btw does anyone know a workaround for sbase sed -i? its a flag missing but some packages using
[2023-07-31T10:17:29Z] <sewn> it
[2023-07-31T10:20:21Z] <xdream8[m]> you can write a wrapper script or get another sed implementation
[2023-07-31T10:21:12Z] <xdream8[m]> i think otools provides a sed implementation from bsd
[2023-07-31T10:22:40Z] <sewn> or just ask package maintainers to not use sed -i
[2023-07-31T10:23:05Z] <xdream8[m]> yeah that too
[2023-07-31T10:23:10Z] <sewn> 200 packages
[2023-07-31T10:25:49Z] <sewn> my bad its actually 37
[2023-07-31T10:26:01Z] <sewn> all in community
[2023-07-31T10:26:13Z] <sewn> ironically used in ubase
[2023-07-31T11:18:35Z] <xdream8[m]> community repository should have a ci that runs shellcheck on pull-requests so that we can get rid of non-posix command flags
[2023-07-31T11:22:12Z] <sewn> dont forget the packages themselves
[2023-07-31T12:10:56Z] <iceman[m]> ill be uninstalling kiss from current laptop
[2023-07-31T12:11:11Z] <iceman[m]> will be back on kiss as soon as i get new laptop
[2023-07-31T12:13:06Z] <xdream8[m]> wait for kiss-rs to be complete 🙃
[2023-07-31T12:19:37Z] <iceman[m]> im taking my rootfs with me
[2023-07-31T14:11:40Z] <phoebos> we do have a shellcheck CI
[2023-07-31T14:12:26Z] <phoebos> although it hasn't run for a while
[2023-07-31T14:12:35Z] <phoebos> hmm
[2023-07-31T21:24:37Z] <depressed_pigeon> <sewn[m]> "btw does anyone know a workaroun..." <- Carbs has clsed or w/e it was called. Theres also sed-i in community, which is a wrapper script. As xdream81 mentioned. That or just fix the build script