💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-09-03.txt captured on 2024-05-26 at 16:06:03.

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

[2022-09-03T00:02:20Z] <sad_plan> why does not escaping the space with sed work? should a simple sed 's/ /\\ /g' work? when I print it out, it looks fine, but for whatever reason, when mpv is trying to play it, itll complain about the same as before. seperating the words..
[2022-09-03T00:02:34Z] <sad_plan> s/should/shoudnt/
[2022-09-03T00:27:55Z] <phoebos> there are other things that should be escaped, did you try the sed I linked to
[2022-09-03T00:28:17Z] <phoebos> what's the filename giving an error
[2022-09-03T00:40:53Z] <sad_plan> all of them currently, but Ive not had any issues with it before really. never had to escape anything
[2022-09-03T00:41:02Z] <sad_plan> Learning\ Awk\ Is\ Essential\ For\ Linux\ Users\ [9YOZmI-zWok].mp4
[2022-09-03T00:41:08Z] <sad_plan> Ryzen\ 7000\ is\ NOT\ what\ I\ Expected!\ [c0hv8h2a4Tk].webm
[2022-09-03T00:41:14Z] <sad_plan> Why\ Pay\ $1000\ for\ a\ 25\ year\ old\ PC!\ [CTIpNtHWVtQ].webm
[2022-09-03T00:43:34Z] <sad_plan> their names is initially without the backwards slash though. ls just seems to escape them
[2022-09-03T01:58:26Z] <ioraff> sad_plan: var="(find . -type f | awk -F '/' '{print $NF}' | dmenu)"; mpv "$var"
[2022-09-03T01:58:48Z] <ioraff> s/(/$(/
[2022-09-03T01:58:51Z] <sad_plan> yeah, I just figured that out. mid gave me the idea :p
[2022-09-03T01:58:54Z] <sad_plan> and it worked
[2022-09-03T01:59:05Z] * midfavila dabs
[2022-09-03T01:59:09Z] <midfavila> helpgang represent
[2022-09-03T01:59:33Z] <sad_plan> always great to have someone to ask for help when your stuck at some bs problem :p
[2022-09-03T02:35:59Z] <midfavila> woot
[2022-09-03T02:36:09Z] <midfavila> networking and graphics are both working in the new system
[2022-09-03T02:46:34Z] <sad_plan> great. so now youre up and running all built with tcc? except the kernel though
[2022-09-03T02:48:22Z] <midfavil1> everything coming through okay?
[2022-09-03T02:48:44Z] <midfavil1> connecting via SDF on the new system, haven't set up an IRC client locally yet
[2022-09-03T02:59:35Z] <sad_plan> that depends on what messages you sent between you mentioning graphics and network is up and running, and you setting up sdf :p
[2022-09-03T03:03:53Z] <sad_plan> fucking hell. why does kiss bork up my alternatives? if I switch all alternatives to toybox, suddenly alot of them suddenly isnt owned
[2022-09-03T03:07:24Z] <sad_plan> ive had issues with that earlier too, but it seems to be most previlent when doing everyone at once
[2022-09-03T05:16:23Z] <virutalmachineus> <sad_plan> "great. so now youre up and..." <- when is the tcc kernel patch coming?
[2022-09-03T05:47:36Z] <virutalmachineus> can i use tcc to run every program as a script without compiling? 
[2022-09-03T06:04:15Z] <testuser[m]12> Bruh
[2022-09-03T06:05:16Z] <testuser[m]12> Hi
[2022-09-03T06:12:30Z] <virutalmachineus> oh even needs compile programs when i can run c scripts
[2022-09-03T06:13:23Z] <testuser[m]12> "Script" is literally $CC file.c -o /tmp/junk.xyz; /tmp/junk.xyz
[2022-09-03T06:14:18Z] <virutalmachineus> i'm joking......
[2022-09-03T06:18:02Z] <wael[m]> tcc -run
[2022-09-03T06:44:14Z] <virutalmachineus> it's time to give up graphics and embrace the tty
[2022-09-03T06:45:39Z] <wael[m]> tell us how it goes
[2022-09-03T06:53:19Z] <virutalmachineus> graphics is bit overkill
[2022-09-03T06:54:16Z] <virutalmachineus> next up i'll be living in a uefi shell.
[2022-09-03T09:09:00Z] <testuser[m]12> illiliti: lol the bug is still there cuz we explicitly set rpath in firefox build so running ldd will fetch from /usr/lib/firefox even with system nss
[2022-09-03T09:09:12Z] <testuser[m]12> this time it's not a kiss bug tho
[2022-09-03T09:09:18Z] <testuser[m]12> I'll just remove that flag
[2022-09-03T10:32:24Z] <testuser[m]12> o shit apparently its required on musl
[2022-09-03T12:48:17Z] <testuser[m]12> I think we can safely set rpath to $ORIGIN
[2022-09-03T14:07:06Z] <midfavila> https://github.com/hughbarney/zep
[2022-09-03T14:07:13Z] <midfavila> do any of you know of a vi clone that's akin to this in spirit?
[2022-09-03T14:07:23Z] <midfavila> i need to package an emacs and a vi or people will yell at me
[2022-09-03T14:18:35Z] <testuser[m]12> https://github.com/kiss-community/repo/issues/97
[2022-09-03T14:18:36Z] <testuser[m]12> bruh
[2022-09-03T14:24:37Z] <midfavila1> okay cool, got an IRC client running natively now
[2022-09-03T14:27:03Z] <wael[m]> midfavila: have you looked at nextvi?
[2022-09-03T14:29:20Z] <midfavila> it's far too large
[2022-09-03T14:29:25Z] <midfavila> almost an order of magnitude larger than zep
[2022-09-03T14:30:11Z] <wael[m]> i mean, emacs based or vi based editors
[2022-09-03T14:31:05Z] <midfavila> i don't understand your question in this context
[2022-09-03T14:31:16Z] <midfavila> i have an emacs: zep
[2022-09-03T14:31:39Z] <midfavila> i'd like a vi that has a similar spirit: bare minimum implementation of vi, instead of bare minimum of emacs
[2022-09-03T14:32:56Z] <midfavila> oh, wait, might have just found one
[2022-09-03T14:33:01Z] <midfavila> https://github.com/udo-munk/s
[2022-09-03T14:35:46Z] <wael[m]> i just want an editor that has visual block and syntax highlighting 
[2022-09-03T14:36:06Z] <midfavila> then use vim or gnu emacs
[2022-09-03T14:39:43Z] <wael[m]> i would say vis
[2022-09-03T16:39:02Z] <illiliti> testuser[m]12: you can make a symlink to nss at /usr/lib/firefox/gmp-clearkey/0.1/
[2022-09-03T16:40:00Z] <testuser[m]12> Yeah but the point is to fix it globally instead of ad hoc solution per package
[2022-09-03T16:40:09Z] <testuser[m]12> Not that anything other than firefox relies on rpath
[2022-09-03T16:40:12Z] <testuser[m]12> But still
[2022-09-03T16:44:22Z] <illiliti> this mess only proves how bad dynamic linking is...
[2022-09-03T16:49:06Z] <illiliti> create a symlink and drop a wrapper for now
[2022-09-03T16:49:22Z] <illiliti> or it does not work without wrapper?
[2022-09-03T16:50:55Z] <testuser[m]12> Wdym wrapper?
[2022-09-03T16:51:03Z] <illiliti> firefox.sh
[2022-09-03T16:52:03Z] <testuser[m]12> Ah
[2022-09-03T16:52:31Z] <testuser[m]12> I'll drop it 
[2022-09-03T16:52:33Z] <testuser[m]12> wrapper is only needed if not setting an rpath
[2022-09-03T16:53:01Z] <illiliti> ok
[2022-09-03T16:53:50Z] <illiliti> i'll look into a proper fix
[2022-09-03T16:56:12Z] <testuser[m]12> I can think of a logic that involves a ton of if statements but should work 
[2022-09-03T16:56:14Z] <testuser[m]12> I forgot
[2022-09-03T17:14:03Z] <illiliti> https://git.alpinelinux.org/aports/tree/community/firefox/APKBUILD#n665
[2022-09-03T17:14:06Z] <illiliti> hm
[2022-09-03T17:23:47Z] <testuser[m]12> btw any idea how genpoo deals with it if a package gets an extra dependency due to automatic dependency check in configure script? I don't think they have resolver like kiss
[2022-09-03T17:28:04Z] <testuser[m]12> So it doesn't
[2022-09-03T17:28:05Z] <testuser[m]12> https://devmanual.gentoo.org/general-concepts/dependencies/#tips-for-checking-dependencies
[2022-09-03T17:30:48Z] <testuser[m]12> ~~we could use patchelf to set rpath=$pkg_dir/rpath~~