ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | "Seek simplicity but distrust it" -- Alfred North Whitehead
mobinmob has quit [Quit: Connection closed for inactivity]
Denshi has joined #kisslinux
Denshi has quit [Quit: Denshi]
<testuser[m]>
Hi
<bujeddhazeus>
Hey dude, going ok?
jleightcap has quit [Ping timeout: 256 seconds]
<testuser[m]>
Good
jleightcap has joined #kisslinux
<bujeddhazeus>
Good
<bujeddhazeus>
Same
<bujeddhazeus>
I actually helped people today
<testuser[m]>
Where
<bujeddhazeus>
Gentoo
<bujeddhazeus>
Basically their musl firefox has been mia since ~78
<bujeddhazeus>
Because nobody got musl rust going
<bujeddhazeus>
I helped someone test
<bujeddhazeus>
What I did
<bujeddhazeus>
And it worked mostly
<testuser[m]>
Nice
<bujeddhazeus>
Thanks
<bujeddhazeus>
Also yesterday I released my first open source software
<bujeddhazeus>
Well just a shell script
<bujeddhazeus>
But a pretty useful one
<testuser[m]>
Show
<bujeddhazeus>
Well
<bujeddhazeus>
I'm awaiting a request for gentoo to host it
<testuser[m]>
No shithub repo?
<bujeddhazeus>
No I want to give it a better home
<testuser[m]>
Ok
<bujeddhazeus>
I also asked them for feedback
jleightcap has quit [Read error: Connection reset by peer]
<bujeddhazeus>
Then I will share with the public
<testuser[m]>
What does it do
<bujeddhazeus>
But I have gpl2'd it via email
<bujeddhazeus>
It uses gentoo crossdev to cross-emerge and build minimal livecd
<testuser[m]>
Nice
<bujeddhazeus>
:)
<bujeddhazeus>
~150-170MB for firefox
<bujeddhazeus>
Well. And sway, zsh, gentoo core with busybox instead of gnu stuff... and kernel
<noocsharp>
i shudder to know how many of my packages are outdated
<noocsharp>
i still haven't updated to openssl 3
<dilyn>
lmao
<jedavies>
dilyn: looks good
<noocsharp>
my compiler can now add numbers
<noocsharp>
so close to replacing c
<sereg>
noocsharp: the fear is real! xD
<dilyn>
gnu better watch out
<bujeddhazeus>
gnu better not cry
<sereg>
gnu better not pout
<bujeddhazeus>
noocsharp is tellin' you why
<bujeddhazeus>
gcc is leaving from town
gtms has quit [Quit: gtms]
mobinmob has quit [Quit: Connection closed for inactivity]
bibliocar has joined #kisslinux
<bibliocar>
The library compatability problem could be easily solved if software specified what versions of the libraries they need, and the os has the ability to have multiple versions of the same library, and not have them conflict...
<bibliocar>
I know, easier said than done, but it works well enough with vscode and arduino.
<dilyn>
that sounds like the wrong solution
<dilyn>
I mean we already have a solution to the library incompatibility problem...
<bibliocar>
just include the release number if they're not backwards compatible?
<natris1979[m]>
I get what thy are doing: It's a "simple" example of a project that conforms to all their standards so you can see them, rather than the implementation details as the focus, but it's still funny.
<noocsharp>
the library compatibility problem can be solved by getting rid of binary libraries
<natris1979[m]>
noocsharp: how does that solve it if two programs need a different version of a library?