💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-10-17.txt captured on 2024-06-16 at 13:33:23.
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
[2022-10-17T02:02:08Z] <testuser[m]> Hi [2022-10-17T04:24:38Z] <wael_> Hi [2022-10-17T08:19:47Z] <testuser[m]> Hi I'm a professional engineer who works on the call of duty video games. I work mostly in Python. I am always open to chat about coding. What about you? [2022-10-17T08:41:00Z] <virutalmachineus> call of duty uses python as it's core language? [2022-10-17T08:42:53Z] <virutalmachineus> Python is great performance over all language, you sir are a great programmer if not the best. [2022-10-17T08:43:25Z] <virutalmachineus> s/language/other languages/ [2022-10-17T09:51:25Z] <macslash1[m]> I love python python is amazing python is faster than C [2022-10-17T09:51:31Z] <macslash1[m]> Dont u know [2022-10-17T10:26:29Z] <testuser[m]> can someone test latest commits on repo, particularly updating sway and gtk3? I tested them, but just in case.. [2022-10-17T12:35:52Z] <phinxy> android-file-transfer (whoozle) wants fuse2. Are you supposed to have both fuse2 and fuse3 installed or only one or the other? [2022-10-17T12:39:14Z] <testuser[m]> They're "independent" so whatever the program needs [2022-10-17T12:39:24Z] <testuser[m]> btw that tool is useless just use adb shell and adb push pull [2022-10-17T12:39:57Z] <wael_> ^^ [2022-10-17T12:48:28Z] <testuser[m]> https://www.phoronix.com/news/Firefox-106-Available [2022-10-17T12:48:42Z] <wael_> is 106 out tho [2022-10-17T12:50:26Z] * testuser[m] uploaded an image: (56KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.pratham.cc/KOFsBARFxmzWgKNLKPeWssxT/2022-10-17T18%3A18%3A28%2C207055807%2B05%3A30.png > [2022-10-17T12:51:05Z] <wael_> yooooooooooooooooooo [2022-10-17T13:02:58Z] <phinxy> doesnt adb require hundereds of MB? [2022-10-17T13:03:23Z] <wael_> what [2022-10-17T13:05:11Z] <phinxy> I assumed adb had android sdk as a hard dep [2022-10-17T13:05:30Z] <wael_> no i dont think so [2022-10-17T13:05:30Z] <testuser[m]> λ kiss size android-tools > /dev/null [2022-10-17T13:05:30Z] <testuser[m]> 10MB total [2022-10-17T14:34:20Z] <testuser[m]> why do some shells not cancel read -r on ctrl + C [2022-10-17T14:34:21Z] <testuser[m]> phoebos: [2022-10-17T18:34:21Z] <macslash1[m]> https://kernel.org/ [2022-10-17T18:34:33Z] <macslash1[m]> 6.1-rc1 is here. [2022-10-17T18:34:39Z] <macslash1[m]> Oxidation has begun [2022-10-17T20:26:38Z] <phoebos> testuser[m]: which shells [2022-10-17T21:18:56Z] <sad_plan> o/ [2022-10-17T21:20:05Z] * midfavila waves [2022-10-17T21:38:39Z] <wael_> Hi [2022-10-17T21:55:34Z] <phoebos> sending EOF to read also causes a nonzero exit status [2022-10-17T21:55:45Z] <phoebos> so an alternative to Ctrl+C is Ctrl+D [2022-10-17T21:55:56Z] <phoebos> which is presumably more portable [2022-10-17T21:59:32Z] <sad_plan> when generating a static library, should one use the -rcs flags, or does -rc flags suffice? I notieced projects differ their usage here.. [2022-10-17T22:00:14Z] <sad_plan> the -s flag makes ar act like ranlib, which again generates the index for the archive. is that neccessary or adviced etc..? [2022-10-17T22:11:07Z] <sad_plan> midfavila: did you build autotools with the quasar m4 implementation? instead of gnu m4. Im considering switching anyway [2022-10-17T22:12:53Z] <midfavila> i didn't [2022-10-17T22:13:15Z] <sad_plan> ah ok [2022-10-17T22:30:24Z] <phoebos> sad_plan: i prefer to use -s, the symbol index can always be stripped [2022-10-17T22:38:11Z] <sad_plan> thanks