@laozhoubuluo@dvd.chat @dev@post.naskya.net @dvd@dvd.chat @xwyqi@dvd.chat @neconeco@dvd.chat
好像 ActivityPub 和 Firefish API 返回的链接来自同一个对象存储,但是文件名和格式不一样
~$ http https://dvd.chat/users/9koq04e9e3mob0t9 Accept:application/activity+json | jq '{icon:.icon, url:.url}'
{
"icon": {
"type": "Image",
"url": "https://chatstorage.dvd.moe/dvdchat/dvdchat/6f06a913-c9c6-4423-9fcb-bfd1104666db.png",
"sensitive": false,
"name": null
},
"url": "https://dvd.chat/@xwyqi"
}
~$ http post https://dvd.chat/api/users/show username=xwyqi | jq .avatarUrl
"https://chatstorage.dvd.moe/dvdchat/dvdchat/thumbnail-3cab4388-1f8c-4e81-a006-4f5d73443d53.webp"
~$
Notices by Eana Hufwe (eana@s.1a23.studio)
-
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Saturday, 20-Jul-2024 08:33:08 JST Eana Hufwe -
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Saturday, 20-Jul-2024 03:58:00 JST Eana Hufwe @laozhoubuluo@dvd.chat @xwyqi@dvd.chat @neconeco@dvd.chat @dvd@dvd.chat
稍微改动一下措辞新的 Mastodon API 使用新格式来管理数据库中的 Mastodon 会话,而旧实现直接套用 Misskey 会话。更新后所有以前的 Mastodon 客户端登记和用户回话均会失效。所有客户端都需要重新登记,所有用户都需要重新登录。
所有 ID(状态/帖子、通知、用户等 ID)都将使用字母数字格式,与 Firefish/Misskey API 保持一致。旧的数字 ID 将不能再用于新 API。搭车好奇下为什么 dvd.chat 的 ActivityPub API 返回的部分用户头像 URL 看起来挂掉了。直接网页访问 dvd.chat 找相应用户的时候头像的 URL 和 ActivityPub 返回的不一样。In conversation from s.1a23.studio permalink -
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Saturday, 20-Jul-2024 03:57:57 JST Eana Hufwe @dvd@dvd.chat @laozhoubuluo@dvd.chat @xwyqi@dvd.chat @neconeco@dvd.chat 仔细检查了一下,好像是 Firefish 的问题,ActivityPub 返回值是对的,update remote user 的 raw data 也是对的,但是本地服务器的调用的头像没更新
In conversation from s.1a23.studio permalink -
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Friday, 12-Jul-2024 16:38:20 JST Eana Hufwe @dev@post.naskya.net an ordinary update of every software:
In conversation from s.1a23.studio permalink Attachments
-
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Thursday, 11-Jul-2024 09:47:42 JST Eana Hufwe 🎊
祝
!
マ
ー
ジ
完
了
https://firefish.dev/firefish/firefish/-/commit/ee8e00cb2f28ea64a053c5950c5d4e4f5989b876
#FirefishIn conversation from s.1a23.studio permalink Attachments
-
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Sunday, 07-Jul-2024 00:59:26 JST Eana Hufwe In conversation from s.1a23.studio permalink -
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Friday, 24-May-2024 08:05:47 JST Eana Hufwe My largest PR/MR in quite a while, and it’s for #Firefish! :firefish:
Even larger than the ones I write at work.
(sorry naskya for throwing over such a huge changeset in one go 😔)
https://firefish.dev/firefish/firefish/-/merge_requests/10905In conversation from s.1a23.studio permalink Attachments
-
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Friday, 24-May-2024 02:32:30 JST Eana Hufwe @dev@post.naskya.net こういう時はやっぱLLM(コストはだいぶ高いけど)
In conversation from s.1a23.studio permalink Attachments
-
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Friday, 24-May-2024 02:27:49 JST Eana Hufwe @dev@post.naskya.net DeepL にかけたらなんか美味しそうなのが出てきたw「自鯖はサクサク」、機械翻訳が全く機能しにゃい表現だ(もっと頑張ってくれ)Translated from ja: "My mackerel is crunchy", an expression for which machine translation doesn't work at all (try harder).
In conversation from s.1a23.studio permalink -
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Wednesday, 15-May-2024 08:29:23 JST Eana Hufwe 《简中互联网一瞥之 GPT-4o tokenizer》
https://gist.github.com/ctlllll/4451e94f3b2ca415515f3ee369c8c374In conversation from s.1a23.studio permalink Attachments
-
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Sunday, 31-Mar-2024 12:43:03 JST Eana Hufwe @dev@post.naskya.net ありがとうございます!今度 merge したら新しい docker-compose.yml を使ってみます。
(今回は絶対 pg_dump してから down するように・・・)In conversation from s.1a23.studio permalink -
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Sunday, 31-Mar-2024 12:24:28 JST Eana Hufwe @dev@post.naskya.net ええ、前の dev/db/docker-compose.yml から移行するときバックアップ取るのを忘れちゃって、システムをリブートした時コンテナのデータが消えてしまいました。確かに本番用の docker-compose.yml と同じく volume 設定を追加した方がいいと思います。
In conversation from s.1a23.studio permalink -
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Thursday, 28-Mar-2024 07:54:33 JST Eana Hufwe #Firefish 開発環境の DB 設定が変わるとき、絶対毎回どっかでミスして、データが全ロスしちゃう
幸い開発用のやつだから何回でもやり直せる、でもアカウント作り直しとか正直ちょっとだるいIn conversation from s.1a23.studio permalink -
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Saturday, 23-Mar-2024 16:41:31 JST Eana Hufwe Spent some time to port over #Iceshrimp ’s #Mastodon API over to #Firefish. Now timeline request performance is way faster than the old #Megalodon implementation.
Everything else is so far so good, I’ll use it for a couple weeks to see if there’s any bugs to fix.In conversation from s.1a23.studio permalink -
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Saturday, 09-Mar-2024 12:32:49 JST Eana Hufwe ご覧の通り、Safari(Webkit)は機能紹介のとき紹介画像の内容がちゃんと表示してるかどうかさえ確認できていなかったようだ
https://webkit.org/blog/15063/webkit-features-in-safari-17-4/
ブ
ル
ー
ベ
リ
ーIn conversation from s.1a23.studio permalink Attachments
-
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Monday, 04-Mar-2024 12:47:59 JST Eana Hufwe @dev@post.naskya.net Weblate はたぶん長すぎる文字列を読みやすいように、一定な長さに達すると折り返そうとしたかも。YAML では " で囲まれた文字列で途中一回のみの改行はスペースとみなす特性があって、これを利用して折り返そうとしている。[If] the following line is not empty, the line break is converted to a single space (x20).
— 6.5. Line Folding – YAML Specification version 1.2英語などは普通の文にスペースが多用されたので、自然的に改行できるが、CJT 言語(Chinese, Japanese, Thai)は滅多にスペース使わないので、アルゴリズム的にこんな変な改行をせざるを得ないと思うIn conversation from s.1a23.studio permalink -
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Thursday, 29-Feb-2024 16:22:23 JST Eana Hufwe @dev@post.naskya.net
そうか
中国語だったらもうちょっとマシになるかなと試してみたら、案の定 Chinese-speaking country だった
そんで「漢字圏」だけをいれると辞書的な定義が出てきた
こりゃだめだIn conversation from s.1a23.studio permalink Attachments
-
Embed this notice
Eana Hufwe (eana@s.1a23.studio)'s status on Thursday, 29-Feb-2024 12:53:47 JST Eana Hufwe @dev@post.naskya.net にゃ語に変換してからこの結果だったらもう随分すごいと思う、でも「漢字圏」が Chinese-speaking country になるのがなんか普段の DeepL っぽくない気がする
In conversation from s.1a23.studio permalink