Adam Szkoda

Results 68 comments of Adam Szkoda

> Hey! We made an alternative: https://github.com/inkdrop-org/inkdrop-visualizer Thanks! I don't see any way to filter based on dependencies in [the demo](https://demo.inkdrop.ai/) though?

@ddevault Have you set `max_open_files` in the config file to some value less than `ulimit -n`? I'm guessing you're getting "too many open files" error after some time?

Hi @xphoniex 👋. Nice work on the RFC. I anticipate some problems with org-nodes living *outside* of Kubernetes trying to form a cluster with the ones living *inside* it due...

Regarding state storage, am I correct in assuming the plan is to use [persistent volumes](https://kubernetes.io/docs/concepts/storage/volumes/)?

> Hi @adaszko 👋 > > QUIC uses UDP under the hood, but it's not listed [here](https://kubernetes.io/docs/concepts/services-networking/service/#protocol-support), however it is supported on [Google Load Balancer](https://cloud.google.com/blog/products/gcp/introducing-quic-support-https-load-balancing). We might need to test...

Not as a part of axum but we could cache computed responses with [stretto](https://github.com/al8n/stretto). That, of course, invites one of the three hard problems in computer science.

> > Let's take the case of an outside org-node making 2 requests to an inside one. Even if we have distinct ports for every org-node, the load balancer can...