Ryan Barrett

Results 329 issues of Ryan Barrett

A "sufficiently decentralized social network." Don't know much about it yet otherwise. Looks pretty heavy on crypto people, like Nostr (#446). - https://docs.farcaster.xyz/ - https://github.com/a16z/awesome-farcaster - https://paragraph.xyz/@kc/atproto-vs-farcaster - https://twitter.com/varunsrin/status/1629161481588580354

new protocol

https://www.lens.xyz/ , heard about it from @whereismeow (née @mingyeow) today, thanks Ming! Don't know much yet, looks web3/blockchain based, but solid recommendation, will look more.

new protocol

Posted a photo just now and it's not working. Forgot to include `u-photo` first, but then I tried attaching it to the `img` and then the surrounding `a` and updated...

Would be nice to ditch our own code for this! https://cloud.google.com/appengine/docs/legacy/standard/python/ndb/cache , https://googleapis.dev/python/python-ndb/latest/context.html#google.cloud.ndb.context.Context.set_cache_policy It has a bug/weird behavior that we'd probably need to work around though, https://github.com/snarfed/bridgy-fed/issues/558 . More: https://github.com/snarfed/bridgy-fed/issues/558#issuecomment-1603253691

We have a `User.deleted` boolean, but it's easy to forget to check that during processing. Should we be more aggressive when it's true and assert or return `None` on some...

We handle some processing and object deliveries async, eg inbound webmentions. Lots of background on the tradeoffs on https://fed.brid.gy/docs#error-handling . We don't currently have [status pages for those async deliveries](https://webmention.net/draft/#receiving-webmentions)....

https://socialhub.activitypub.rocks/t/documenting-federation-behavior-in-a-semi-standard-way/453 https://github.com/gabek/fedidocs/issues/4

If you post on protocol A, and we bridge that post to protocols B and C, and someone replies on B, we could hypothetically bridge that reply across to C....

eg https://www.jvt.me/mf2/2023/06/kkiv9/, a like of a tweet. In `web._activitypub_targets`, we correctly remove the tweet from the initial set of targets, then we see we have no targets and deliver the...

My user page shows this right now: That post, https://snarfed.org/2023-06-02_bridgy-stats-update-8 , has HTML `content` in its stored `Object`, which is fine, except it starts with an inline ``, and the...