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=S81bNIK4MaE
<riteo> > Oops: general protection fault, probably for non-canonical address 0xdead000000000108: 0000 [#1] PREEMPT SMP NOPTI
<riteo> Chat is my RAM fried
<riteo> I did a few passes of memtest but outside of overheating my machine it reported no errors. I'm reading that I should do at least 8 passes though
<riteo> Funnily enough I also have half of my ram soldered to the board, so if that's fried I can say bye bye to my sweet laptop; I'm still not skilled enough to do bga reballing and I'm not going to get RAM chips from sketchy websites
<midfavila> get a reform
<midfavila> :3c
<midfavila> aaa
<midfavila> im so excited to finally be ready to get my workstation shipped
<midfavila> gonna reserve a model b122 keeb in jan, then the pc, and after that...
<midfavila> need some more furniture and bike stuff. then we're saving for a house >:O
<midfavila> hrmmm
<midfavila> dilyn needs to log on
<midfavila> i want to ask him about getting a job with canonical
<midfavila> their entry level dev/techie jobs claim that a four-year programme is necessary but then the other requirements would basically be met by anyone who can daily KISS
<midfavila> basically just "can you troubleshoot", "can you do performance tuning", "can you make linux operate in a heterogenous environment", "can you admin linux", "do you know what a for-loop is", etc
fitrh has joined #kisslinux
fitrh_ has joined #kisslinux
fitrh has quit [Ping timeout: 244 seconds]
fitrh_ has quit [Quit: fitrh_]
fitrh has joined #kisslinux
fitrh has quit [Quit: fitrh]
phinxy has quit [Ping timeout: 248 seconds]
phinxy has joined #kisslinux
<riteo> all right good news fellas
<riteo> I memtested overnight and got 19 passes. I think the RAM's fine
<riteo> I mean that 0xdead.... address was kinda sus
<riteo> I also got some mm refcount issues but now I gotta understand what the hell causes those
<riteo> I have some fine italian homemade patches but they are super minimal and definitely don't do mm operations
<riteo> I'll try using the latest git head (although I'm already on rc3). I wonder if the fact that I'm building with LLVM and thin-LTO is messing something up
<dth0x> test
<midfavila> failed
<dth0x> :)
<riteo> why do all my phrases start with "I"
<riteo> is that just english or am I dumb
<midfavila> english is abominable
<midfavila> it's just english
alfiee has quit [Quit: WeeChat 4.5.0]
alfiee has joined #kisslinux
l_k has quit [Ping timeout: 265 seconds]
l_k has joined #kisslinux
l_k has quit [Ping timeout: 265 seconds]
l_k has joined #kisslinux
asimov has joined #kisslinux
<asimov> hi guys
<asimov> riteo: you can run steam fine in kiss with flatpak?
<midfavila> fwah
<midfavila> i'm putting the riscv port on hold until i get my workstatin
<midfavila> workstation*
<midfavila> i'm done trying to cross-compile it using the skarnet toolchain
asimov has quit [Ping timeout: 265 seconds]
<riteo> asimov yes I can consoom videogames all day long fine
<riteo> if you look at my notes on codeberg I have a lot of tips and tricks
<riteo> look in the "gaming" directory
<riteo> I have some small developments that I should put in the notes but the gaming section should be fine
<midfavila> GAMING
<midfavila> for GAMERS
<riteo> YES
<riteo> I'VE MADE
<riteo> KISS GAMING 2: DRM EDITION
<riteo> jokes aside I should really resurrect kiss-games
<riteo> although for most stuff flatpak is unavoidable and arguably the best solution anyways
<riteo> because glibc and a shitload of dynamic libraries
<midfavila> i was linked conty in here before
<midfavila> it seems okay
<riteo> conty?
<riteo> like, containers?
<midfavila> ig. i didnt look into it super deep.
<riteo> oh wow that looks super smart
<riteo> (I already looked it up I don't have instant reading)
<riteo> very clever solution though, containers do solve quite elegantly a plethora of issues
asimov has joined #kisslinux
<riteo> also btw midfavila flatpak is just that, containers
<riteo> and it's more integrated so we're talking pretty much about the same thing
<riteo> and flatpak is more integrated. I know that means DBus but you'd be hard pressed to find a better permission-system sandbox thingie
<midfavila> :gun:
<riteo> fight me
<riteo> also I said that it's more integrated twice
<riteo> attention span much
<riteo> true gen z style
<riteo> wait am I "gen z"
asimov has quit [Remote host closed the connection]
asimov has joined #kisslinux
<midfavila> yes
<midfavila> you are spared the sin of skibidi toilet and instead laden with the burden of amogus
<riteo> I had to do a double take
<riteo> I read burger of amogus
<asimov> riteo: can you send me your .profile?
<asimov> i still getting the problems with screencasting
<asimov> maybe something about the order of execution or missing something in .profile
<asimov> i getting some errors too when launching steam on flatpak
<riteo> uhhh it's full of... stuff and very complicated
<riteo> the only stuff that matters for flatpak is the stuff I documented in my notes though
<riteo> I don't feel comfortable doing that sorry
<riteo> what errors are you getting?
<asimov> i dont remember exactly
<asimov> but
<asimov> was an error about display
<asimov> and all time it prompted a screen saying that dbus-update-activation-environment DISPLAY would solve this
<riteo> then
<riteo> you did not set the activation environment right :P
<asimov> how to set it right?
<asimov> what is needed?
<riteo> note that that "exec dbus-update..." thing is in my *sway config*. No idea about your WM, just run it _after_ loading it or the DISPLAY env var will not be picked up since, well, it's not been set yet :P
<asimov> make sense now
<asimov> if im not using sway
<asimov> but dwl
<asimov> what would be the XDG_CURRENT_DESKTOP?
<riteo> you can put dwl
<riteo> the idea is that this variable will be the one that "identifies" your DE
<asimov> but this will work in portals?
<riteo> in other words, if xdg-desktop-portal tries to open stuff, it will look for dwl-portals.conf instead of e.g. sway-portals.conf
<riteo> the idea is that you can have multiple sessions configured and that variable selects which configuration to load
<riteo> oh sorry I was writing and I did not read that message
<riteo> yeah that's exactly the point :P
<riteo> it will work as long as you write "dwl" in the portal configurations
<riteo> instead of, say, sway
<asimov> okay
<asimov> i will try it and get back later with results
<riteo> great, lemme know
<asimov> maybe this configs solve my other problems or not
<asimov> anyway
<asimov> i will send you my .profile later
<riteo> aight
<asimov> and you can assist me with it?
<riteo> ig
<riteo> I should be able fine
<asimov> i thinking now that maybe it is making pipewire get buggy in screencasting
<asimov> since you and sewn can run it fine on kiss
<riteo> well the activation environment is essential to flatpak so I'd argue so very much
<riteo> but one never knows
asimov has quit [Remote host closed the connection]
<riteo> btw I think that this was the confirmation that I have to polish those notes even more, port them to HTML and put them on my website
<riteo> since linking https...codeberg...src...branch...main..whatever is way weirder than https://riteo.dev/notes/kiss/flatpak-dbus.html or something like that
<riteo> also, why the fuck is HTML so clean actually?!!?
<riteo> especially after I found about this https://meiert.com/en/blog/write-html/
l_k has quit [Ping timeout: 264 seconds]
l_k has joined #kisslinux
l_k has quit [Read error: Connection reset by peer]
l_k has joined #kisslinux
dilyn has joined #kisslinux
<dilyn> mid what kinda spot at the circle of friends you looking for?
<dilyn> Gotta warm you, hard pressed to get a gig without a BS or BA, especially if it ain't in CS
<dilyn> Happy festivus fambinos :)
dilyn has quit [Ping timeout: 265 seconds]
<riteo> does that mean that if I'll ever finish studying and get a CE degree I could actually have a chance at finding a job in places like that