ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else
mov_eax has joined #kisslinux
<phoebos> noocsharp: would you consider modifying the community isync package so that it installs the manpage?
nxghtmvrx has quit [Quit: nxghtmvrx]
<noocsharp> `man mbsync`
<phoebos> huh, it does install it. my bad, not sure why i forked it a while ago then
micr0 has quit [Quit: micr0]
mov_eax has quit [Ping timeout: 250 seconds]
<acheam> testuser[m] has really been slacking :(
<acheam> How was the test?
_whitelogger has joined #kisslinux
dontmindmee has joined #kisslinux
ecs has joined #kisslinux
jedavies has quit [*.net *.split]
ElKowar has quit [*.net *.split]
yamchah2 has quit [*.net *.split]
acheam has quit [*.net *.split]
clemens3 has quit [*.net *.split]
jedavies has joined #kisslinux
clemens3 has joined #kisslinux
yamchah2 has joined #kisslinux
phoebos_ has joined #kisslinux
j0hnny has joined #kisslinux
ZombieChicken has joined #kisslinux
<testuser[m]> Hi
<testuser[m]> Fine
<testuser[m]> I was just getting sleep since today is off and yesterday was sunday
<testuser[m]> Have been sleeping at 1-2 am and waking up at 8
Uks2 has quit [Ping timeout: 250 seconds]
Uks2 has joined #kisslinux
gtms has joined #kisslinux
<ZombieChicken> Hello
<testuser[m]> hi
<ZombieChicken> silly question; is kiss source-based?
<testuser[m]> yeah
<ZombieChicken> ty
<testuser[m]> there are unofficial binaries though, for shitty fat packages like firefox / llvm / clang etc
<ZombieChicken> Yeah
Uks2 has quit [Ping timeout: 240 seconds]
Uks2 has joined #kisslinux
pehaef has joined #kisslinux
pehaef has quit [Client Quit]
pehaef has joined #kisslinux
ZombieChicken has quit [Quit: WeeChat 3.2]
pehaef has quit [Ping timeout: 252 seconds]
buffet has joined #kisslinux
soliwilos has joined #kisslinux
Uks2 has quit [Quit: Byee]
Uks2 has joined #kisslinux
Uks2 has quit [Ping timeout: 240 seconds]
Uks2 has joined #kisslinux
Uks2 has quit [Ping timeout: 240 seconds]
Uks2 has joined #kisslinux
stjohn has joined #kisslinux
Uks2 has quit [Ping timeout: 244 seconds]
Uks2 has joined #kisslinux
progenyx has quit [Quit: progenyx]
smartin has joined #kisslinux
claudia02 has joined #kisslinux
claudia02 has quit [Quit: claudia02]
Uks2 has quit [Ping timeout: 250 seconds]
Uks2 has joined #kisslinux
Uks3 has joined #kisslinux
Uks2 has quit [Ping timeout: 244 seconds]
mov_eax has joined #kisslinux
smartin has quit [Ping timeout: 244 seconds]
mov_eax has left #kisslinux [WeeChat 3.0.1]
smartin has joined #kisslinux
<testuser[m]> konimex: could you change libev's source url to https://fossies.org/linux/misc/libev-4.33.tar.gz ? Original source is down since a few days (weeks ?)
akira01 has quit [Ping timeout: 240 seconds]
michalsieron has joined #kisslinux
Uks2 has joined #kisslinux
Uks3 has quit [Ping timeout: 252 seconds]
mahmutov has quit [Ping timeout: 240 seconds]
acheam has joined #kisslinux
illiliti has quit [Quit: leaving]
michalsieron has quit [Quit: michalsieron]
gtms has quit [Remote host closed the connection]
Erus_Iluvatar has quit [Read error: Connection reset by peer]
Erus_Iluvatar has joined #kisslinux
Erus_Iluvatar has quit [Ping timeout: 245 seconds]
Erus_Iluvatar has joined #kisslinux
mahmutov has joined #kisslinux
mbarbar has quit [*.net *.split]
mbarbar has joined #kisslinux
Uks2 has quit [Quit: Byee]
Uks2 has joined #kisslinux
micro_O has joined #kisslinux
<micro_O> alright so i have kiss running on a relatively beefy server, now to figure out what it should be doing
<micro_O> kisscommunity.org website host, git host, build server seem like a good set of things
progenyx has joined #kisslinux
<cot> Public buildhost for kiss packages!
<omanom> would hosting an irc logger be appropriate or do you consider that already "done" since others are doing so?
<cot> Personally, I'd consider an irc logger a "waste" for a "relatively beefy server"
<cot> I mean, you could run a good irc logger on a raspberry pi zero
<omanom> true. i just wasn't sure whether it'd be a good idea to keep irc log archives around or if it would be considered redundant
<omanom> whitequark seems pretty stable so i'd probably lean towards redundant
<micro_O> omanom can't hurt to have a backup logger
<micro_O> also was considering hosting an irc quote-bot or something of that nature
<acheam> those grep lines are super ugly
<acheam> i wonder why they didn't go for a case statement
<micro_O> yeah i think it should be rewritten, but it shows just how little is needed to make an irc bot
<micro_O> i think irc bots are great 'first programming projects', and I know that some folks in here have been learning how to code
<micro_O> so if there was a community kiss-bot, thats a good way for people to collaborate
<acheam> *ahem* cotangent
kyxor has joined #kisslinux
<kyxor> phoebos[m]: Hi, I'am back. patch applied, thanks. I also unified all .c sources, so now the build is even simpler, +other benefits.
<micro_O> goot point
<micro_O> yeah maybe i will just look into adding a quote module to cot
<kyxor> what happened to irc.libera.chat ? they closed the ssl 6697 port or something? I can't connect
<acheam> ?
<acheam> micro_O: adding a quote module to cot would be some pretty high level bio-hacking!
kyxor has quit [Quit: kyxor]
kyxor has joined #kisslinux
<kyxor> I am currently using http port cause nothing else works on libera, see this: https://0x0.st/-viK.txt
<kyxor> I used to use 6697 but I don't see it on nmap, thus why I asked cause no wonder it does not work
kyxor has quit [Quit: kyxor]
kyxor has joined #kisslinux
<kyxor> ok well np, I just use port 7000 cause that one seems to work
<phoebos> kyxor: fail enough. #including your .c files is kinda icky though
<kyxor> phoebos: it's basically amalgamanation, it's the best design here considering that we don't care about building in parallel
<phoebos> cc *.c -o vi would be my preferred way, but each to their own
<kyxor> less #include dublication
<kyxor> also this is automatically becomes LTO optimized
<phoebos> ^ makes it a bit harder to debug imo
<kyxor> well if you are debugging using cc -E then you will find it way less preprocessor crap
<kyxor> Also I think debug symbols are still smart enough to save the file info, and line numbers correctly
<kyxor> Yep, debug symbols are not really affect by this with gcc, so I don't see any potential debugging problems. If anything it should make it easier
<kyxor> same story with tcc, works fine
Guest12 has joined #kisslinux
<acheam> kyxor: weird im connected on 6697 and ssl. Might be an issue with the specific host you are being routed to
Guest12 has quit [Quit: Client closed]
gtms has joined #kisslinux
smartin has quit [Quit: smartin]
gtms has quit [Remote host closed the connection]
<cot> acheam micro_O: please don't stitch a quote module on me
* acheam quickly hides the first aid guide and chloroform
micro_O has quit [Ping timeout: 250 seconds]
anarki has joined #kisslinux
anarki_ has joined #kisslinux
anarki_ has quit [Remote host closed the connection]
anarki_ has joined #kisslinux
anarki___ has joined #kisslinux
anarki___ has quit [Remote host closed the connection]
mahmutov has quit [Ping timeout: 244 seconds]
Uks2 has quit [Read error: Connection reset by peer]
Uks3 has joined #kisslinux
anarki has quit [Remote host closed the connection]
anarki_ has quit [Remote host closed the connection]
mov_eax has joined #kisslinux