feat: bring back `TryFrom<Bytes>` implementations by tesaguri · Pull Request #470 · hyperium/http
https://github.com/hyperium/http/pull/470
`http`の型から`Bytes`を取り出してえ〜という気持ちになるたびに手慰みにこれのコンフリクトを解消するなどしているのだけど、まさか特に動きがないまま3年も経つとは思わなんだ(?)
人々ブリッジしてくれーと念じながら無限に`app.bsky.graph.getRelationships?actor=did:plc:xbifsywyv5pka5jlknhv5yv3&others[]=…`を叩いている
https://www.w3.org/TR/2022/REC-did-core-20220719/#relative-did-urls
> The base URI value is the DID that is associated with the DID subject
あー、DIDエアプのボロが出たな(?)。それにしてもやはり`"type": "AtprotoPersonalDataServer"`は変な気がするけど
https://json-ld.org/playground/#startTab=tab-expanded&json-ld={"@context":["https://www.w3.org/ns/did/v1","https://w3id.org/security/multikey/v1","https://w3id.org/security/suites/secp256k1-2019/v1"],"id":"did:plc:ewvi7nxzyoun6zhxrhs64oiz","alsoKnownAs":["at://atproto.com"],"verificationMethod":[{"id":"did:plc:ewvi7nxzyoun6zhxrhs64oiz#atproto","type":"Multikey","controller":"did:plc:ewvi7nxzyoun6zhxrhs64oiz","publicKeyMultibase":"zQ3shunBKsXixLxKtC5qeSG9E4J5RkGN57im31pcTzbNQnm5w"}],"service":[{"id":"#atproto_pds","type":"AtprotoPersonalDataServer","serviceEndpoint":"https://enoki.us-east.host.bsky.network"}]}
`plc.directory`の"DID"文書、何故ところどころベースURI依存の記述があるのだろう。ベースURIを`https:// plc.directory/:did`とすると特に`"type": "AtprotoPersonalDataServer"`とか意味不明になる気がするけど
AT Protocolは初めからブロックチェーン技術の利用をはっきりと否定しているし(<https://atproto.com/guides/faq#is-the-at-protocol-a-blockchain>)、件の発表でも"This does not change the fact that the Bluesky app and the AT Protocol do not use blockchains or cryptocurrency, and we will not hyperfinancialize the social experience (through tokens, crypto trading, NFTs, etc.)."と書いているのは注意に値するのでは。その上で信用できないというのは自由だろうけど
Add more explicit explanations about author attribution and `fediverse:creator` by ClearlyClaire · Pull Request #32383 · mastodon/mastodon
https://github.com/mastodon/mastodon/pull/32383#issuecomment-2418975448
> renchap commented Oct 17, 2024
> We are following the discussions in https://github.com/swicg/activitypub-html-discovery and will add support for the standard once it has been defined.
ふむ
Bluesky Announces Series A to Grow Network of 13M+ Users - Bluesky
https://bsky.social/about/blog/10-24-2024-series-a
"raised a financing by foo"を"now owned by foo"と読み替えて拡散しているのを見かけるなどした。批判するにしても言葉は正確に使って欲しい
典型的に`Error<T::Error, U::Error>`のような形で使われる多相な`Error`の略記として、`type FooError<T, U> = Error<<T as Trait1>::Error, <U as Trait2>::Error>`のような別名を定義したいのだけど、しっくり来る名前が浮かばない
この方はただの例です