/proc/cpuinfo の flags の各flagに説明が付いてほしい
Developer of iMast https://github.com/cinderella-project/iMast (Third-party Mastodon client for iOS)
あと一応 Misskey の Collabolator だったり Quesdon を昔作ってたりしました
渋谷凛のことが大好き。
フォロリクはお気軽に。
FANBOXを始めました https://rinsuki.fanbox.cc/
Pythonで適当に書いたスクリプトをRustで適当に書いたスクリプトに置き換えた結果、なんか1〜2倍くらいの速度になった気がする
このアカウントは、notestockで公開設定になっていません。
Wikipedia あるんだ https://ja.wikipedia.org/wiki/2020%E5%B9%B4Twitter%E3%83%93%E3%83%83%E3%83%88%E3%82%B3%E3%82%A4%E3%83%B3%E8%A9%90%E6%AC%BA
Twitterの凍結を金払ったら解除したるよつってるやつ、2020年にも管理ツール悪用されてるのでまあまた漏らしてるんでしょうという感じがする
このアカウントは、notestockで公開設定になっていません。
info: any updates to rustup will need to be fetched with your system package manager
/bin/sh: 1: cargo: not found
ズコーッ
The path /opt/homebrew/Cellar/rust/1.69.0 is not shared from the host and is not known to Docker.
You can configure shared paths from Docker -> Preferences... -> Resources -> File Sharing.
See https://docs.docker.com/desktop/mac for more info.
そうですか。。。。。。
これか "no matching manifest" on cross v0.2.5 · Issue #1214 · cross-rs/cross
https://github.com/cross-rs/cross/issues/1214
うっそぴょ〜ん amd64 しかありませんでした https://github.com/cross-rs/cross/pkgs/container/x86_64-unknown-linux-gnu
このアカウントは、notestockで公開設定になっていません。
@orumin musl でいいならそれでいいけど glibc 使いたいというワガママを言い出すとむずかったような?
さて Rust で書けたのはいいのだがここからどうやって x86_64 Linux に持っていこう (現在地: arm64 Darwin)
複数のドメインが同じバックエンドに繋がっている場合 (e.g. alice@alice.example と bob@bob.example が どちらも ttps://saas.example/users/:name になっている) 時ってドメインブロックどうなるんだろう
std::mem::swapのところ思いついた時楽しかった https://gist.github.com/rinsuki/9ef6b71e56056b1d22e0fb8a5f8a10eb
https://serde.rs/field-attrs.html#with
#[serde(with = "module")] 自体は serde 本体に入っているので、それっぽいのを探してくるとか、 deserialize だけでいいなら #[serde(deserialize_with = "path")] を使う
Rust の serde で {"size": "1234567890"} を {size: u64} に deserialize するにはどうしたらいいんだ