Is anyone experiencing github sending webhooks with unexpected TLS version numbers?
Today our webhooks started intermittently failing to send to our nginx instance... it's all a bit odd.
#github#webhooks
Programming Language Implementation Summer School (PLISS) 2023 registration is open -- we have another roster of great speakers, and this PLISS is aimed at all junior researchers. I'm looking forward to it! https://t.co/uwjrE9usfI
A team at Oracle is currently being put together to develop static analysis tools. It's a niche area but an interesting one. If you have experience in or genuine interest that area, and good software development skills, it might be a good fit for you. DM me for more info.
I've been using fish as my shell for a couple of months -- it's very good! However, the default behaviour of `fish_add_path` is a security footgun: if you've ever used it without adding `-g` you should check your `$PATH` https://t.co/MrmP0NGExR
@lqd@laurencetratt Oh! I didn't notice the typo. That was perhaps ripped prior to me having an internet connection. In the old days I typed in the tags...
@johnregehr @YuyouF Is it to do with the new module still sharing the `LLVMContext` from the old module? I note that we use `cloneToNewContext()` in our JIT (albeit for concurrency reasons)...