We'll see how easy it gets to get them when Magnus is playing at some parallel tournament, though. Nakamura, for instance, has already made a point about that.
Not really sure if I would like in person meetings, but a more relaxed (than HN) communication channel with alikes would be nice. Perhaps Telegram channels might be a good idea. Would be also nice to have a global (or less local) channel as well.
Also I wonder what the official local channels language would be? As a non native I'd probably still like for everything to be in English, which might sound weird to many.
I am using path to wire my http only cookies to be sent only to /api not in assets/html requests. The cookie will eventually contain a JWT token I do use as an access token. Consequently I will probably wire my refresh cookie only to be sent to /api/refresh-token and not in other requests.
The client won't get to decide which cookie to send where.
My take is one should be especially wary of packages that depend on C libraries and need compliation. You get to be extremely bound to what the OS distribution has to offer. If that's the case, docker is probably the safest solution.