Cameron Pfiffer

Results 148 comments of Cameron Pfiffer

Wait, how did we lose the domain?

I did a little digging -- Freenom [was sued](https://krebsonsecurity.com/2023/03/sued-by-meta-freenom-halts-domain-registrations/) by Meta a little bit ago. They suspended new domain signups and may be difficult to reach for the forseeable future....

This is _very_ weird. A few things to check, that you may have already looked at: 1. Is the optimization result _actually_ done? I could imagine the optimization terminating early...

1. Yeah, I think that's right. 2. The `resume` stuff is in Turing proper -- it kind of implicitly assumes that the `resume` knowledge lives with the modelling language. We...

Yeah, that should work. I think you could just dump them into a tuple or small wrapper struct when you return them as `state`.

For folks running into this issue, I was able to address this within Julia by adding ```julia ENV["SSL_CERT_DIR"] = "/etc/ssl/certs/" ``` to my code. Alternatively, setting the environment variable as...

Maybe -- I'm not sure exactly what I'd say there since I don't _quite_ understand the problem here. What certificates are used if not the ones in `/etc/ssl/certs`?

Here's an extremely hacky way to do this. I'm going to re-do this I think because it relies on some weird metaprogramming shit and there has to be a much...

Honestly, yes. That sounds cool to me.

> So we can probably just indicate the object structure and that it's a list of them - I'd try brackets around it rather than behind it, because that's how...