IRC channel logs

2021-09-16.log

back to list of logs

<stikonas>oriansj: I was comparing M1 and C versions of cc_* and M1 version does not seem to use Address_of. Is it simply not implemented (cause not needed to bootstrap M2-Planet?)
<oriansj>stikonas: where in M2-Planet do you see &thing ? so no, it isn't needed to bootstrap M2-Planet
<stikonas>ok, so cc_* C version has a bit more features tha necessary...
<stikonas>anyway, with Address_of gone I think I can put most global variables into registers on riscv...
<stikonas>quicker to access and faster on qemu...
<oriansj>well there aren't that many that really matter. global_token is going to the be huge one on the input side and output_list is the huge one on the output side
***sm2n_ is now known as sm2n
<Jeremy_Rand>Hi! Any chance whoever runs bootstrappable.org could enable HSTS? Kind of unfortunate that a security-relevant project doesn't have HSTS enabled in 2021....
<civodul>Jeremy_Rand: hi! the nginx config is at https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/nginx/berlin.scm#n824
<civodul>it'd be great if you could provide a patch
<Jeremy_Rand>Hi civodul! I might be able to do that. Not familiar with the workflow that Savannah uses (I'm more accustomed to stuff like Gitea / Gogs / GitLab), but it's never a bad time to learn.
<xentrac>it's git, so people can pull your patches from any of those
<Jeremy_Rand>Ah, that works. I'll look into pushing a branch to Gogs or something. Thanks for pointing that out xentrac.
<xentrac>not sure what civodul prefers, just saying don't let concerns about the workflow stop you :)
<stikonas>there isn't much hosted directly on bootstrappable.org...
<stikonas>somehow most of the code is on github
<Jeremy_Rand>civodul: hmm, I am sufficiently new to Scheme that I am hesitant to try to patch this unless I can test my changes easily prior to sending something your way... which I'm not sure is going to be straightforward
<Jeremy_Rand>Maybe I'll try again once I'm more familiar with Scheme (which is on my TODO list), unless someone else beats me to it.
<civodul>Jeremy_Rand: yup, don't worry about the workflow nor about the parenthesized version of nginx config
<civodul>you can paste a patch here or send it by email and we'll double check that nothing breaks
<civodul>perhaps it's trivial but i'm not familiar with HSTS config