acheam changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.bvnf.space | post logs or else | song of the day https://vid.puffyan.us/P6TERVMCUhI
chomwitt has quit [Ping timeout: 268 seconds]
jslick has joined #kisslinux
ioraff has joined #kisslinux
kektagen has quit [Quit: Bouncer going down...]
ejjdhfjsu has joined #kisslinux
ioraff has quit [Ping timeout: 246 seconds]
ioraff has joined #kisslinux
eifawq has joined #kisslinux
<phoebos> hi claudia02
eifawq has quit [Client Quit]
ioraff has quit [Remote host closed the connection]
illiliti has joined #kisslinux
phoebos has left #kisslinux [#kisslinux]
ioraff has joined #kisslinux
phoebos has joined #kisslinux
<noocsharp> i saw you on lobste.rs phoebos
ioraff has quit [Quit: ioraff]
chomwitt has joined #kisslinux
<testuser[m]> Hi
illiliti has quit [Read error: Connection reset by peer]
illiliti_ has joined #kisslinux
chomwitt has quit [Quit: Leaving]
kwlw4 has joined #kisslinux
<kwlw4> Hi
<kwlw4> testuser[m]: is it possible to use sbase with glibc?
<kwlw4> and nvidia drivers
<kwlw4> I'm just trying to make my system as minimal as possible
kwlw4 has quit [Quit: Client closed]
<stjohn> kwlw4: You can definitely compile sbase with glibc, but I don't know if you can compile anything else with sbase. I've tried it and immediately run into weird problems that come from the fact that sbase hasn't implemented something yet or has implemented it differently. Their tar and sed are particularly troublesome. If you want to use sbase, the safest thing to do is compile everything else first with busybox, t
<stjohn> en you're done.
kwlw4 has joined #kisslinux
<kwlw4> stjohn: I think I'll stick with busybox, thanks :)
kwlw4 has quit [Client Quit]
illiliti_ has quit [Read error: Connection reset by peer]
illiliti has joined #kisslinux
black_crow has joined #kisslinux
ejjdhfjsu has quit [Read error: Connection reset by peer]
black_crow has quit [Quit: WeeChat 3.5]
<phoebos> noocsharp: i'm new there ^^
<claudia02> hola phoebos
ella-0 has joined #kisslinux
an3223_ has quit [Remote host closed the connection]
progenyx has joined #kisslinux
ella-0_ has quit [Read error: Connection reset by peer]
an3223_ has joined #kisslinux
illiliti has quit [Read error: Connection reset by peer]
illiliti_ has joined #kisslinux
lealgo[m] has quit [Ping timeout: 244 seconds]
lealgo[m] has joined #kisslinux
riteo has joined #kisslinux
<riteo> hiiiiiiiiiiiiiii!
<riteo> just sent what nvidiaLinuxUser asked me on shithub: https://github.com/kiss-community/community/pull/1139
<riteo> how do you guys handle bleeding edge packages? The latest kakoune release is wayyyy too old and we're loosing lots of goodies like a hare highlighter; should I make it git or just track the current HEAD every once in a while?
<riteo> the first approach should be the "freshest" while the second one should be the most stable I think, since the package is pretty much garaunteed to compile (ignoring compiler issues such as version changes)
an3223_ has quit [Remote host closed the connection]
an3223_ has joined #kisslinux
<illiliti_> how about asking mawww to cut a release first?
<riteo> I read a bit and it looks like they want to be absolutely sure that it's stable or something like that
<riteo> and it's still getting actively updated anyway, so something might be in the works
<riteo> I read that the goal was to release monthly, but mawww got busy with life
<illiliti_> i would ask anyway
<riteo> perhaps we could package our own monthly releases?
<illiliti_> no
<riteo> yeah it would be more a fork than anything in that case
<riteo> there was this issue already asking for it last year: https://github.com/mawww/kakoune/issues/4290
<illiliti_> it's time to remind about release again
<riteo> *sigh*, I don't want to be *that* guy asking for ETAs, but I think that asking mawww's point of view in general shouldn't be that bad
<illiliti_> yep
<illiliti_> simple question wouldn't hurt. no need to even mention etas
<riteo> done, on their IRC channel
<testuser[m]> I find it great that people who don’t come from a computer science can learn and become so knowledgeable about programming. The rust community is so great and welcoming
<stjohn> testuser[m]: In my experience people can walk out of a computer science degree and still not know the first thing about programming. They're different disciplines, even if they do overlap.
<testuser[m]> It's a copy pasta
<illiliti_> it's not limited to programming btw
<stjohn> Oh? How's that?
ejjdhfjsu has joined #kisslinux
<illiliti_> i've met plenty of people who has degree of something and they have absolutely no idea how things are working in their profession
<illiliti_> dunno, maybe it's just experience matter or bad education(most likely, at least in ~~my~~ country)
<illiliti_> also they are not willing to improve, progress
<illiliti_> basically their progress has stopped when they graduated from some college it seems
ioraff has joined #kisslinux
<illiliti_> it seems it doesn't support xdg spec as well as posix TMPDIR
<illiliti_> but interesting
<stjohn> illiliti_: You're probably right, part of it is a matter of lacking real-world experience. But some people go into computing just because it pays well, and then they're totally unable to learn anything new when they get a real job. They can pass exams, but they can't actually be a programmer. It can be spectacular to watch them crash and burn --- provided you're not the one who has to clean up the wreckage :P
<riteo> news from #kakoune: mawww's working on breaking changes, but if people ask enough he might make a release
<riteo> someone said that "master is almost always releaseable", so I'm tempted to just either randomly pin HEAD every once in a while or to go straight to a `git` version
<riteo> guys, random question: are `\n`s line separators or terminators?
<riteo> because I heard that stuff subtly breaks if there's no EOF newline, but most software visualizes newlines as spaces
<riteo> like, I don't know if you noticed, but Dylan made the help pages with 80 column wide headers with an extra newline at the end, which breaks on an 80 column terminal on busybox `less` but not `more` nor `cat`
<riteo> ok, POSIX defines a line as: "A sequence of zero or more non- <newline> characters plus a terminating <newline> character.". Is thus an 80 column line 79 characters + a newline or 80 characters + a newline?
<testuser[m]> Probably the former
<testuser[m]> Btw use `less -S`
<riteo> well that hides the issue, doesn't it?
<testuser[m]> Yeah
<testuser[m]> But u should use -S anyways
<riteo> Why? Can I scroll right?
<testuser[m]> Yeah
<riteo> oh, nice
<testuser[m]> It's much less messy
<riteo> I'll change my PAGER env var then
<riteo> umh
<riteo> `/usr/bin/kiss-help: line 35: less -S: not found`
<riteo> am I dumb or is this a kiss-help bug
<testuser[m]> it's executing "$PAGER" instead of $PAGER
<riteo> bruh
<riteo> probably blind shellcheck compliance, dunno
<riteo> oh well
<riteo> talking about the line thing, the most annoying part is that more and cat blindly output stuff and it works fine, fills the whole terminal. While less and everything else put that space to represent the newline
<riteo> so there's a pretty obvious inconsistency
ejjdhfjsu has quit [Read error: Connection reset by peer]
<riteo> I mean, POSIX defines an empty line as: `A line consisting of only a <newline>`
<riteo> so I think that actually the right definition is 80 columns of chars + newline, and not the more common 79 columns of char + newline
<riteo> and that is a huge mess
<riteo> also a blank line is "a line consisting solely of zero or more <blank> characters terminated by a <newline>"
<riteo> wtf, newlines are also in the space character class
<testuser[m]> Yeah
<riteo> but it also says "any characters included in the class blank are automatically included in this class."
<riteo> I'm severely confused rn
<riteo> well, terminals surely interpret newlines as 0 column wide
<riteo> it's those pesky editors/viewers that for some unkown reason visualize them as 1 column wide spaces
<riteo> fuck, control characters seem to have a 1 column width
<riteo> in unicode world, I mean
<riteo> I think that that's the issue, unicode defines stuff differently from terminals
<riteo> well, gotta go for now, although I'll still read the logs if you want to scream at random tools with me
<riteo> cya!
riteo has quit [Quit: epic newline moment]
ioraff has quit [Quit: ioraff]
ioraff has joined #kisslinux
an3223_ has quit [Remote host closed the connection]
an3223_ has joined #kisslinux
chomwitt has joined #kisslinux
illiliti_ has quit [Read error: Connection reset by peer]
illiliti has joined #kisslinux
illiliti has quit [Quit: leaving]
an3223_ has quit [Remote host closed the connection]
an3223_ has joined #kisslinux