💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-09-28.txt captured on 2023-01-29 at 03:45:21.

View Raw

More Information

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

[2022-09-28T02:08:01Z] <testuser[m]> Hi
[2022-09-28T02:36:12Z] <ioraff> hi
[2022-09-28T02:47:59Z] <wael[m]> hi
[2022-09-28T02:48:21Z] <midfavila> hi
[2022-09-28T04:22:42Z] <sad_plan> \o
[2022-09-28T04:56:59Z] <ioraff> sad_plan: remind me, are you hovercats?
[2022-09-28T05:05:08Z] <wael[m]> yez
[2022-09-28T05:31:34Z] <sad_plan> yep
[2022-09-28T06:45:27Z] <sad_plan> testuser[m]: I cant seem to find any kernel option in the amdgpu_device.c file thats fits the bill. however, I checked the log, and the linking issue started at 5.19 anyway. so something happend around there.
[2022-09-28T07:15:24Z] <virutalmachineus> \O/
[2022-09-28T07:21:22Z] <Ogromny> hi
[2022-09-28T07:21:33Z] <sad_plan> hi
[2022-09-28T07:24:29Z] <wael[m]> hai~ uwu!! /s
[2022-09-28T10:33:05Z] <testuser[m]> <sad_plan> "testuser: I cant seem to find..." <- test
[2022-09-28T10:40:46Z] <sad_plan> I have, and those ive found, didnt do anything. I did find a module, but it didnt make any difference
[2022-09-28T10:41:04Z] <sad_plan> it was called picasso_gpu_info.bin picasso is the agpu
[2022-09-28T13:53:03Z] <wael[m]> why isnt ImageMagick built for or and with /etc/ImageMagick-7/*.xml
[2022-09-28T13:53:18Z] <wael[m]> its annoying to not have the ability to use colors if at all
[2022-09-28T13:57:18Z] <wael[m]> testuser: is install-configlibDATA not added to make install in build of imagemagick intentionally to avoid XML dependency?
[2022-09-28T13:58:24Z] <testuser[m]> what
[2022-09-28T13:58:39Z] <testuser[m]> its built --without-xml so thats why ig
[2022-09-28T13:58:39Z] <wael[m]> /etc/ImageMagick-7/colors.xml, /etc/ImageMagick-7/delegates.xml etc files for imagemagick
[2022-09-28T13:58:46Z] <wael[m]> doesnt seem to be the case no
[2022-09-28T13:58:46Z] <testuser[m]> it needs libxml 
[2022-09-28T13:58:58Z] <wael[m]> oh well ig
[2022-09-28T13:59:17Z] <testuser[m]> how do u use colors with imagemagick
[2022-09-28T13:59:55Z] <testuser[m]> make a pr to enable them
[2022-09-28T13:59:56Z] <testuser[m]> if u want
[2022-09-28T14:00:49Z] <wael[m]> uhh
[2022-09-28T14:01:04Z] <wael[m]> the xml files in imagemagick is like aliases for imagemagick
[2022-09-28T14:01:11Z] <wael[m]> for example if you did -background red it wouldnt recognize it since the aliases are set in xml files
[2022-09-28T14:01:45Z] <wael[m]> same is said for ghostscript urw base35 dejavu policy quantization table thresholds type-apple mime log delegates colors
[2022-09-28T14:44:00Z] <Guest35> Just who in their right mind would create a typeface where l and I are indistinguishable?
[2022-09-28T15:35:14Z] <ioraff> going to merge the blake3 PR if there are no further concerns
[2022-09-28T15:38:25Z] <testuser[m]> the kiss one right
[2022-09-28T15:39:09Z] <testuser[m]> I mean the pkg manager not repo
[2022-09-28T15:49:09Z] <ioraff> yes, until we cut a release, and then the repo
[2022-09-28T16:04:47Z] <wael[m]> weewew
[2022-09-28T16:05:00Z] <wael[m]> will there be a tool to automatically convert packages with repo to blake3 checksums?
[2022-09-28T16:05:25Z] <ioraff> `kiss c`
[2022-09-28T16:05:50Z] <wael[m]> shit u right
[2022-09-28T16:06:06Z] <wael[m]> maybe a for loop to do for every package in a repo ig
[2022-09-28T16:06:40Z] <ioraff> for p in *; do (cd "$p"; kiss c); done
[2022-09-28T16:07:24Z] <wael[m]> yesy es
[2022-09-28T16:07:39Z] <wael[m]> wait putting a cd statement inside () hides it from the host shell?
[2022-09-28T16:34:08Z] <phoebos> pr: waste of time: yes! so much time!
[2022-09-28T16:35:35Z] <phoebos> wael[m]: cd can't affect the parent
[2022-09-28T16:36:09Z] <wael[m]> i used sh -c 'cd ..., so great to know that 
[2022-09-28T16:39:52Z] <midfavila> to contribute a more generalized statement, wael[m], a child process can't change the working directory of a parent
[2022-09-28T16:40:07Z] <midfavila> there's a whole bit talking about it in The UNIX Programming Environment
[2022-09-28T16:59:16Z] <testuser[m]> midfavila: What about gdb -p $PPID -batch -ex 'p (int) chdir("/")'
[2022-09-28T16:59:24Z] <testuser[m]> Nvm that'll halt parent and freeze 
[2022-09-28T16:59:54Z] <midfavila> i'm not qualified to speculate
[2022-09-28T17:00:07Z] <midfavila> all i can do is quote TUPE as saying that child processes can never change the working directory of their parent
[2022-09-28T17:11:36Z] <testuser[m]> illiliti ping?
[2022-09-28T17:12:05Z] <testuser[m]> midfavila: so what do you do nowadays
[2022-09-28T17:14:22Z] <midfavila> well, I tried being a wagie the other day
[2022-09-28T17:14:42Z] <midfavila> clocked three hours before the manager tried to get me to register biometrics in the company database and I noped the fuck out of there as fast as I could
[2022-09-28T17:15:05Z] <midfavila> uhhh, I guess I'm still fiddling on and off with my fork of KISS
[2022-09-28T17:15:27Z] <midfavila> as of last night I'm reading a sci-fi novel called "The Deathworlders"
[2022-09-28T17:15:43Z] <midfavila> gonna be doing some mathematics later today i guess
[2022-09-28T17:15:47Z] <midfavila> basically the same as always
[2022-09-28T17:15:48Z] * midfavila shrugs
[2022-09-28T17:27:29Z] <testuser[m]> midfavila: what kind of jerb was it
[2022-09-28T17:34:14Z] <midfavila> just minimum-wage shitwork
[2022-09-28T17:34:24Z] <midfavila> nothing worth talking about, nor giving away biometrics for
[2022-09-28T18:13:54Z] <Guest34> midfavila: I recall you were saying your ideal job would be managing some Linux server at a small-time company. Has that changed?
[2022-09-28T21:25:59Z] <midfavila> Guest34, not really. A moderately comfy job managing a Unix system in some back closet is really all I'd need to be happy 
[2022-09-28T21:26:23Z] <midfavila> preferably Linux, but I have a little experience with the BSDs and Illumos
[2022-09-28T21:26:48Z] <midfavila> i'm sure what i know could be adapted to the proprietary unices with ease, were it necessary
[2022-09-28T21:27:14Z] <midfavila> why do you ask?
[2022-09-28T21:27:14Z] <midfavila> also, sorry for the late reply - I died for a few hours xwx