💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-12-10.txt captured on 2022-07-17 at 03:05:50.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
[2021-12-10T03:59:18Z] <testuser[m]> hi [2021-12-10T07:03:59Z] <phoebos> hi, another night of not sleeping :p [2021-12-10T07:04:09Z] <phoebos> been doing pthreads things [2021-12-10T07:09:42Z] <testuser[m]> rich [2021-12-10T07:09:42Z] <testuser[m]> for what [2021-12-10T07:14:01Z] <phoebos> a uni project [2021-12-10T07:14:11Z] <phoebos> not that it really needs threads [2021-12-10T07:14:19Z] <phoebos> but it makes it more interesting [2021-12-10T07:14:21Z] <phoebos> and quicker [2021-12-10T07:14:54Z] <testuser[m]> what is it about [2021-12-10T07:15:10Z] <phoebos> it's a monte carlo simulation thingy, so parallelisation works fine [2021-12-10T07:19:37Z] <phoebos> took me a while to realise i wasn't getting the right results because all the threads were calling drand48(3) without any thread safety lol [2021-12-10T07:21:42Z] <testuser[m]> use sanitizers kids [2021-12-10T07:22:59Z] <phoebos> would be a good idea [2021-12-10T07:23:03Z] <testuser[m]> locking for a random no. function would remove all benefits of parallelizing anyway, better use rand_r or something [2021-12-10T07:23:24Z] <phoebos> aye, i switched to erand48 [2021-12-10T07:23:40Z] <testuser[m]> oh [2021-12-10T07:23:55Z] <testuser[m]> nice [2021-12-10T07:24:15Z] <phoebos> also for a couple of weeks valgrind kept giving weird warnings on so many of my programs [2021-12-10T07:24:26Z] <phoebos> then i ran it with another version of valgrind [2021-12-10T07:24:29Z] <phoebos> and no errors [2021-12-10T07:24:40Z] <phoebos> so many headaches [2021-12-10T07:24:53Z] <phoebos> idk why my kiss build of it was dodgy [2021-12-10T07:25:23Z] <testuser[m]> thats what you get for not writing in rust [2021-12-10T07:25:40Z] <phoebos> um [2021-12-10T09:52:13Z] <phinxy> gees. kiss linux. here i've been using sabotage linux and dreaming of making it a wayland only desktop with a udev/dbus free sway. [2021-12-10T09:57:08Z] <sad_plan> hey [2021-12-10T09:58:51Z] <phinxy> Hi o/ [2021-12-10T09:59:39Z] <sad_plan> is anyone else also having issues with building cmake lately? I cant for the life of me get it to detect zlib properly, for some reason [2021-12-10T09:59:57Z] <sad_plan> keep getting this error: -- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.11") [2021-12-10T10:00:21Z] <testuser[m]> Are u messing with static stuff again [2021-12-10T10:00:25Z] <sad_plan> specifying its path does not work either. nor does disabling it :') [2021-12-10T10:00:45Z] <sad_plan> lol, initially yes, but not atm. im just trying to build webkit [2021-12-10T10:00:50Z] <sad_plan> shared [2021-12-10T10:01:28Z] <sad_plan> Its all on a shared system, so I know libz.so exist. [2021-12-10T10:04:07Z] <sad_plan> I was able to build it inside a chroot, but when trying to build webkit, it started complaining about cairo module missing or something [2021-12-10T10:05:10Z] <phinxy> sad_plan, why did you build inside a chroot and how did you set it up/ [2021-12-10T10:06:18Z] <sad_plan> to test if there was an issue there aswell. it was more to be extra certain. I also tried a few versions back, but made no difference on my machine. I havnet really had any issues with it earlier though. [2021-12-10T10:07:10Z] <sad_plan> it was just a newly untared kiss-tarball. nothing special at all really [2021-12-10T10:07:31Z] <phinxy> aha. [2021-12-10T10:10:16Z] <sad_plan> testuser[m]: any experience with this? :p [2021-12-10T10:10:25Z] <testuser[m]> No [2021-12-10T10:10:28Z] <testuser[m]> Check log [2021-12-10T10:10:31Z] <testuser[m]> cmake log [2021-12-10T10:11:57Z] <phinxy> Does kisslinux use a standard root filesystem? [2021-12-10T10:12:36Z] <testuser[m]> phinxy: wdym [2021-12-10T10:12:46Z] <testuser[m]> Its just a tarball that u extract anywhere [2021-12-10T10:12:46Z] <phinxy> sabotagelinux gets rid off /usr/. it compiles packages in to /opt and then symlinks them over / [2021-12-10T10:13:12Z] <testuser[m]> no [2021-12-10T10:13:23Z] <testuser[m]> Only /usr is used with symlinks to / [2021-12-10T10:13:25Z] <testuser[m]> Like most distros [2021-12-10T10:13:38Z] <testuser[m]> but u can change it, repos are easy to fork [2021-12-10T10:14:25Z] <sad_plan> http://0x0.st/-FBp.log cmakeoutput.log [2021-12-10T10:14:37Z] <sad_plan> http://0x0.st/-FBO.log cmakeerror.log [2021-12-10T10:16:05Z] <testuser[m]> Check ur repos [2021-12-10T10:16:08Z] <testuser[m]> If you're using kiss ones [2021-12-10T10:16:31Z] <sad_plan> I am [2021-12-10T10:22:26Z] <phinxy> Bluetooth/bluez would not be possible without dbus? [2021-12-10T10:22:37Z] <testuser[m]> no [2021-12-10T10:22:44Z] <testuser[m]> but u can install dbus [2021-12-10T10:22:47Z] <testuser[m]> easily [2021-12-10T10:23:25Z] <sad_plan> isnt it already packaged anyway? [2021-12-10T10:23:31Z] <sad_plan> in community [2021-12-10T10:23:55Z] <testuser[m]> no [2021-12-10T10:24:38Z] <sad_plan> ok [2021-12-10T10:26:11Z] <phinxy> Is pretty much everything statically linked? Even firefox ends up as a single binary? [2021-12-10T10:26:21Z] <testuser[m]> no [2021-12-10T10:26:26Z] <testuser[m]> nothing is statically linked [2021-12-10T10:26:32Z] <testuser[m]> except for core stuff [2021-12-10T10:26:50Z] <testuser[m]> but like everything, you go static if u want [2021-12-10T10:26:52Z] <sad_plan> if you wanna statically link firefox, I think youre gonna have a bad time :p [2021-12-10T18:00:10Z] <Spryc> Haven [2021-12-10T18:00:35Z] <Spryc> Haven't looked into it for a while. What are the WMs for wayland you would recommend? [2021-12-10T18:13:39Z] <soliwilos> I use hikari, but sway is nice too. [2021-12-10T21:00:06Z] <Guest58> Had a laugh reading it, is this where everybody ends up after "trying out" kiss on their main pc? https://teddit.com/r/FindMeADistro/comments/nt4vb8/no_non_sense_distro/ [2021-12-10T21:03:18Z] <noocsharp> teddit.net* [2021-12-10T21:03:52Z] <Guest58> sorry, https://teddit.net/r/FindMeADistro/comments/nt4vb8/no_non_sense_distro/ [2021-12-10T21:13:43Z] <Guest58> It always bothered me that I had to change .com to .net with teddit and delete the www. bit with libreddit. [2021-12-10T23:03:22Z] <acheam> yeah that threads about where I was out [2021-12-10T23:03:25Z] <acheam> s/out/at/g [2021-12-10T23:10:38Z] <noocsharp> no-nonsense = i have to run crapware [2021-12-10T23:44:00Z] <cem> I mean, I have flatpak installed for crapware