Ryan Barrett

Results 419 issues of Ryan Barrett

Evidently a lightweight fork of Misskey: https://github.com/misskey-dev/dolphin #579 may imply that interop doesn't work quite yet?

app

Not sure where that will happen yet, and even where `use_instead` users currently get created. `verify`?

Simple, key-centric, UX is still rough, community is heavily Bitcoin/crypto people right now, but could be promising. https://github.com/nostr-protocol/nostr * [x] Implement `Protocol` * [ ] Serve NIP-05 discovery `/.well-known/nostr.json` path....

new protocol
now

Polls! https://github.com/snarfed/bridgy-fed/issues/395 is for just rendering them; the next step would be to let people actually post and vote in them. Sadly, as of 9/2023, they're mostly incomplete across Bridgy...

`Protocol.receive` handle errors by calling `Flask.abort`, which raises werkzeug `HTTPException`. That's fine right now, since incoming webmentions and AP inbox deliveries are individual HTTP requests, so returning non-2xx responses is...

infra

Started seeing [this error](https://console.cloud.google.com/errors/detail/CO-fpZfMq_6ktgE;time=P30D?project=bridgy-federated) yesterday on https://maurice-renck.de/de/blog/2023/podcaster-plugin-3 ([parsed mf2](https://pin13.net/mf2/?url=https://maurice-renck.de/de/blog/2023/podcaster-plugin-3)), which includes a big inlined `data:` img. Datastore raised ` google.api_core.exceptions.InvalidArgument: 400 entity is too big`, which we don't yet handle,...

infra

Would be nice to have a way to specify how long `Object`s are valid before we need to refresh them. Probably per-protocol, and even may vary with protocols, eg ATProto...

Hit an interesting edge case just now. I tried to like https://indieweb.social/@[email protected]/110794731120430327 via BF, but it correctly detected that that post was bridged, and the source and original target (https://gregorlove.com/2023/07/this-is-awesome/...

We fetch and hydrate objects from inline ids in a few places. We should probably pull those out into a more complete, tested function. I think this is the list...

infra

We special case www domains and put their fediverse @-@ identity on the bare domain, eg @[email protected] for https://example.com/ . Background in #314. This works, but [we recently discovered some...