Aumetra Weisman

Results 181 comments of Aumetra Weisman

@erlend-sh it would be great if you have a more concrete description of the deeper integration you would like to see between `rauthy` and `kitsune`. Right now the integration that...

Hmm, interesting. Probably doable with the current database schema. We already have a `domain` field (used for Webfinger resolution at the moment) that we could actually fill with the domain...

Either we can do host-based routing or we do it similar to Takahe where they have `[username]@[domain]` routes. The first one would keep the routes compatible with the current layout...

The article makes some interesting points that I will try to include in potential designs. > The key is just that looking up an object uses the entire URL, treating...

Oh, they have an 1:N mapping from users (registered local users) to accounts (ActivityPub identities; that's actually a really interesting naming, might adopt that). Very interesting

But hey, the fetcher is covered quite well at least ``` crates/kitsune-core/src/activitypub/fetcher.rs: 132/153 ```

Nevermind. That crate can't do distributed rate limiting (i.e. sync the rate limiting keys between nodes)

Maybe we can attempt to conditionally enable the `vendored` feature on `openssl-sys` to produce statically linked binaries while the PR isn't merged?

I'm gonna test the compile times on my laptop today. Seems much closer to what most people probably have (computing power-wise) Maybe I'll get some new insights

We optimized the `isolang` compile times and cut them down to 3 seconds