21:19:47
icon

Surprising soundness trouble around `PollFn` - Rust Internals
internals.rust-lang.org/t/surp
`F: !Unpin`の場合でも`core::future::PollFn<F>: Unpin`になっていたのか。クロージャ内でpinしたつもりがクロージャごとムーブされうるというのは確かにやらかしを招きやすそう……と思いきや既に「修正」済だったか(<github.com/rust-lang/rust/pull>)

Web site image
poll_fn and Unpin: fix pinning by RalfJung · Pull Request #102737 · rust-lang/rust
21:28:56
icon

Structural pinningがunsafe to implementだから`Unpin`はsafe to implementにできるというのは理屈の上ではそれはそうだけど、実際の運用としては中々微妙だよなあ。それを言い出したら既に`Drop`がsafe to implementであって`Drop::drop`が問答無用で`Self`をunpinするという避けえない挙動があって、それと一貫しているとは言えるけど

19:22:32
2024-03-25 20:57:44 mistress ashtenの投稿 ashten@woem.men
icon

このアカウントは、notestockで公開設定になっていません。

19:23:48
2024-03-25 22:30:19 anarcho-catgirlismの投稿 AnarchoCatgirlism@transfem.social
icon

このアカウントは、notestockで公開設定になっていません。

20:02:08
icon

FEP-2c59: Discovery of a Webfinger address from an ActivityPub actor - Standards / Fediverse Enhancement Proposals - SocialHub
socialhub.activitypub.rocks/t/
`acct:`URIからWebFingerでActivity Streamsのアクターを発見する仕組みは要はWeb Linkingなのだから、アクターから`acct:` URIを発見する仕組みにもWeb Linkingを活用した方がキレイでは? 天才か? ……などと自画自賛しながらコメントを書くなどしていた

20:13:11
icon

`preferredUsername`に代わる仕組みが模索されているモチベーションとしては、第一に現行の仕組みは将来的に`id`としてDIDを使うような拡張の道を阻むというのがあるし、現状でもカノニカルな`acct:` URIがActivityPubサーバと異なるドメインにある場合にWebFingerリクエストを複数回行う必要があって非効率というのがある……のだと理解している

20:17:30
icon

"ActivityPub and Webfinger" CG Note, First Draft from a on 2024-03-25 (public-swicg@w3.org from March 2024)
lists.w3.org/Archives/Public/p
ActivityPub and WebFinger
swicg.github.io/activitypub-we

"ActivityPub and Webfinger" CG Note, First Draft from a on 2024-03-25 (public-swicg@w3.org from March 2024)
20:31:21
icon

創作投稿系のサービスにありがちな、「BL・GLにはタグ付けしてください」のようなルールについて、何故へテロだけ除外されているのだろうかと常々思っている

21:19:15
icon

Threadsで目を付けていたアカウント~20件(全て非技術系の話題がメインのアカウント)にWebFingerクエリを投げて回ったものの全てに404を返されるなどしていた

21:23:44
icon

手製の`~/.dotfiles/local/bin/webfinger`スクリプト、そういやpushしていなかったな