phoebos changed the topic of #kisslinux to: Unofficial KISS Linux community channel | https://kisscommunity.bvnf.space | post logs or else | song of the day https://yewtu.be/watch?v=SW9RrOLoYE0
avs_origami has quit [Remote host closed the connection]
avs_origami has joined #kisslinux
avs_origami has quit [Remote host closed the connection]
thomas_adam has joined #kisslinux
avs_origami has joined #kisslinux
avs_origami has quit [Remote host closed the connection]
<midfavila> riteo: acquire immediately one (1) backup 4g connection
<midfavila> otherwise its all et finito
ukky has quit [Ping timeout: 246 seconds]
ukky has joined #kisslinux
fultilt has quit [Quit: Leaving]
avs_origami has joined #kisslinux
avs_origami has quit [Remote host closed the connection]
avs_origami has joined #kisslinux
fitrh has joined #kisslinux
fitrh_ has joined #kisslinux
fitrh has quit [Ping timeout: 248 seconds]
avs_origami has quit [Remote host closed the connection]
fitrh_ has quit [Ping timeout: 252 seconds]
sjalv has quit [Ping timeout: 252 seconds]
avs_origami has joined #kisslinux
avs_origami has quit [Remote host closed the connection]
<riteo> midfavila: that's a really good tip but I don't think I'm going to convince my parents easily to buy a 4g plan, let alone any logisticical related things
avs_origami has joined #kisslinux
sjalv has joined #kisslinux
avs_origami has quit [Remote host closed the connection]
avs_origami has joined #kisslinux
avs_origami has quit [Remote host closed the connection]
avs_origami has joined #kisslinux
avs_origami has quit [Remote host closed the connection]
avs_origami has joined #kisslinux
avs_origami has quit [Remote host closed the connection]
<midfavila> :P
<midfavila> unrelated holy shit i'm going to find whoever created OMEMO and fucking kill them
<midfavila> like i'm going to reach through their computer screen and rip their throat out
<midfavila> xmpp as an ecosystem has the same shit wrong with it that matrix does
<midfavila> the core protocol has zero features so everyone implements a shitload of extensions but they all implement different extensions and in different ways that are subtly incompatible because there's no standardized module system or anything
<midfavila> and it's like, bruh
<midfavila> what the fuck
<thomas_adam> Is it?
<midfavila> how hard is it to just shell out to a program to encrypt and decrypt messages
<thomas_adam> midfavila: Because that will incur quite a bit of overhead.
<midfavila> well, sum total, of course, but really you're just spawning a new process. i know that i'd trade off having a little overhead for keeping my sanity
* midfavila rubs his temples
<midfavila> either way, i'm just running my mouth
<thomas_adam> But that would have a tonne of overhead of FDs, I/O, etc. It's not a good design at all. Not for something like a messaging protocol which is designed to operate at scale. It's like trying to cut down a tree with a bread knife...
<midfavila> yeah, at scale it would be a disaster. i'm just annoyed with xmpp and specifically the XEPs implemented for libpurple atm, that's all.
<thomas_adam> OK.
<thomas_adam> midfavila: You can imagine something analogous to why the message/exec approach would suck: Style * InitialMapCommand Foo\nDestroyFunc Foo\nAddToFunc Foo\n+ I All Exec exec xterm\n+ I All (XTerm) Exec exec xterm
avs_origami has joined #kisslinux
fultilt has joined #kisslinux
avs_origami has quit [Remote host closed the connection]
avs_origami has joined #kisslinux
avs_origami has quit [Remote host closed the connection]
phinxy has quit [Quit: WeeChat 3.5-dev]
phinxy has joined #kisslinux
<midfavila> hmm. did core/musl change recently? git fails because the regex.h that comes with kiss' default build lacks REG_STARTEND. modifying config.mak in git/build to indicate that as per git's failure message doesn't fix the issue either. worst case i patch musl for now but i wanted to know if this is like
<midfavila> a thing
<midfavila> or if it's a weird issue in my system. alpine/gentoo/etc experience it as well but i've never run into this under kiss.
<sad_plan> musl hasnt changed in the last 8 months, so I wouldnt say recently
<sad_plan> atleast for kiss that is
<sad_plan> which version are you using of git? latest?
<sad_plan> could have a look here, if youve missed something on your end https://codeberg.org/kiss-community/repo/raw/branch/master/core/git/build
<midfavila> just pulled repo like two days ago
<midfavila> so whatever version that references
<midfavila> lemme check
<midfavila> 2.47.0
<midfavila> and i mean i shouldnt be missing everything. i have basically 100% stock upstream builds running now
<midfavila> the only non-upstream bit is the toolchain.
<midfavila> s/every/any/
<midfavila> jesus its been a long couple of days
<midfavila> honestly at this point i just want to figure this out and be done with it
<midfavila> it's maddening that even with the proper options in config.mak set it just doesn't seem to give a damn