Paige Thompson

Results 53 comments of Paige Thompson

Ah interesting, yeah I'm not really sure then I thought maybe I saw someone say that it had something to do with trying to use `add_subdirectory()` caused the includes to...

yeah I couldn't quite figure out how to get XCode / CMake / Conan working together right either. XCode builds my project ok, but it's not picking up any of...

Another one is run by Google https://protectingchildren.google/tools-for-partners/

I actually found out a little more about these services and they're actually a little bit more prohibitive than I had imagined. Namely because when something is detected, the operator...

> Ah I see. They've been known to give access to the hash databases without reporting requirements. The thing is that legally if you're in the US if you see...

This is actually more relevant to synapse though because #synapse-admins:matrix.org is what inspired this idea for me anyway. It's nice that cloudflare has this, but not everybody on Matrix uses...

I've started testing this by simply adding `MaxBytes: 1048576` to all of the streams, however the SaaS provider I found only gives me 10 streams at the moment and I...

on working server: ``` time="2024-09-28T13:17:41.519923126Z" level=info msg="Server is ready" component=jetstream time="2024-09-28T13:17:45.523372424Z" level=info msg="Enabled perspective key fetcher" num_public_keys=2 server_name=matrix.org time="2024-09-28T13:17:46.368612095Z" level=info msg=PerformDeviceCreation context=missing device_id=0x40055d4f40 display_name=0x40055d4f40 localpart=MATRIX time="2024-09-28T13:17:46.379112327Z" level=info msg="Enabling shared secret...

- https://github.com/matrix-org/dendrite/blob/6cd1285ca0276bebd407110c37031bc4622f0b79/cmd/dendrite/main.go#L203 - https://github.com/matrix-org/dendrite/blob/6cd1285ca0276bebd407110c37031bc4622f0b79/setup/base/base.go#L123 something is hung up in waiting or blown out before https://github.com/matrix-org/dendrite/blob/6cd1285ca0276bebd407110c37031bc4622f0b79/setup/base/base.go#L206 but it's not apparent what; more logging might help