<phoebos>
acheam: suckless have their repo world-writable, and moderators merge from a branch into the live thing
<phoebos>
seems like too much work
<acheam>
yeah
<acheam>
that needs constant moderation
<acheam>
you could do a mob branch
<acheam>
s/branch/user/g
<acheam>
or just manually add people
<phoebos>
i'm happy to give people i know and trust here ssh access, but everyone else can either open a PR on github which we can then manually handle, or send me a patch
<phoebos>
kiss-community mailing list when again
<acheam>
*cough* *cough* dilyn
<phoebos>
does dilyn still have that linode?
<phoebos>
he probably doesn't have time to redo mlmmj etc
<acheam>
yeah lmao that thing took him weeks
<acheam>
I miss dilyn, I wonder what he's been up to recently
<acheam>
> is making a website for anti-systemd fud spreaders
<phoebos>
4am thanks to DST
<acheam>
bro
<phoebos>
\o
<acheam>
night, lad
illiliti has joined #kisslinux
ejjdhfjsu has quit [Remote host closed the connection]
vulpine has quit [*.net *.split]
vulpine has joined #kisslinux
illiliti has quit [Read error: Connection reset by peer]
illiliti_ has joined #kisslinux
<testuser[m]>
It is painful to see that a large portion of our industry hasn’t adopted writing C++ without mixing C code, let alone be modern C++. Where things went wrong?
<testuser[m]>
phoebos: I've had an interviewer laugh in my face when I told them my favorite language was Scheme.
<testuser[m]>
Then they just walked out in the middle of the interview without saying a word when it wasn't going well, leaving the other interviewers to continue without them.
<testuser[m]>
At the time I didn't say anything, and just continued the interview as if nothing happened, but in retrospect, I think I should have politely terminated the interview myself, as I don't want to work with rude, unprofessional snobs, but I'm wondering what people here would have done, and how you've faced rudeness during interviews yourself?
<soliwilos>
I've not encountered a situation like that, but if they didn't explain their laughter I think I might just ask why.
<soliwilos>
With one of them leaving, I'd probably expect the interview to be over.. Depending a bit on the role that person had.
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
soliwilos has quit [Ping timeout: 240 seconds]
<cot>
Personally I would've just continued the interview but not have taken the job
<cot>
Though my opinion probably doesn't count, since I've never had an interview (yet).
<testuser[m]>
lol it was a pasta i forgot to cut the last line out
<cot>
oh lol.
* cot
smooth brain took a minute to figure out what a "pasta" was
sad_plan has joined #kisslinux
<sad_plan>
hi
<cot>
ehlo
<testuser[m]>
hi
dilyn has joined #kisslinux
<dilyn>
I miss you too acheam <3
<cot>
aha hey dil
<dilyn>
mailing list wouldn't be so hard to setup again; I've just been busy in a way that leaves me unable to really focus on things :v
an3223 has quit [Remote host closed the connection]
an3223 has joined #kisslinux
<dilyn>
o/ c:
<testuser[m]>
dilyn: hi
<sad_plan>
im struggling to build latest firefox. is there something wrong with my nodejs build, which makes it fail, or what seems to be the issue? http://0x0.st/oarb.txt
<sad_plan>
using libressl though, so have to statically link openssl like we used to with nodejs
<sad_plan>
it did build just fine on my desktop, but not on my laptop for some reason. which is abit strange, as they run from the same repos
ejjdhfjsu has joined #kisslinux
<phoebos>
acheam: it would be nice to have each numbered clause in the style guide be linkable, with an id and anchor tag so that we could point people to https://foo.bar/style-guide/#0210 etc
<phoebos>
to do this, we can either: write html `<a id="0210" href="#0210">0210</a>` into the template to be processed, and switch to calling smu without -n
<phoebos>
or patch smu to add a new thing, for example %[0210] produces the above html
<phoebos>
i don't like the first one because it's nice to keep the text sources texty and more readable
<phoebos>
but applying a patch to a submodule might break easily