とりあえずOKだな
Notices by のえる (noellabo@fedibird.com), page 31
-
のえる (noellabo@fedibird.com)'s status on Monday, 14-Oct-2024 11:13:42 JST のえる -
のえる (noellabo@fedibird.com)'s status on Monday, 14-Oct-2024 11:12:47 JST のえる -
のえる (noellabo@fedibird.com)'s status on Monday, 14-Oct-2024 11:09:59 JST のえる @mrmts この場合、返信にはしない方がいいですね。先に述べられていたように、双方をフォローしていないとタイムラインから省かれるデメリットもありますし。
いろいろ考えると、Ice CubesというMastodonアプリの『引用』機能の形態が(今回のお話の)妥協点として優れているように思います。
-
のえる (noellabo@fedibird.com)'s status on Monday, 14-Oct-2024 11:09:17 JST のえる Ice Cubesによる、通知する疑似引用(投稿末尾にメンションと投稿URLを含む、通常投稿)のサンプルです。
From: @mrmts
https://mstdn.mrmts.com/@mrmts/113303197333601183 [参照] -
のえる (noellabo@fedibird.com)'s status on Monday, 14-Oct-2024 03:26:01 JST のえる かわいそうに……
まだ生体サーバになったことに
気が付いていないんだ……In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Monday, 14-Oct-2024 00:37:57 JST のえる @gredia です。ソースからいきましょう!
In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Monday, 14-Oct-2024 00:34:35 JST のえる @shorty うん、残念だけどしかたなし! これまでおつかれさまでした!
In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Monday, 14-Oct-2024 00:25:06 JST のえる @gredia これ読んで
https://fedibird.com/@noellabo/113038114357160974 [参照]In conversation from fedibird.com permalink Attachments
-
のえる (noellabo@fedibird.com)'s status on Sunday, 13-Oct-2024 23:04:36 JST のえる @gredia エラーページはキャッシュしてnginxが返すので、mastodon-webのpumaが止まっていても表示されるよ。
In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Sunday, 13-Oct-2024 21:07:30 JST のえる @mrmts 返信の時は(自分で入れ替えない限り)投稿の先頭にメンションがつくので、
返信を意図しないメンションは投稿末尾にメンションをつけるといいですよ。あなたに通知しておきます、という意図が伝わりやすいかと思います。
In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Sunday, 13-Oct-2024 20:44:58 JST のえる あ、Fedibird独自なのにFedibirdバッジがついてない設定項目をみつけてしまった。なおすか……
In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Sunday, 13-Oct-2024 20:36:01 JST のえる @thomas The first time you press the shortcut to bring focus to the timeline, it will work from then on.
(e.g. pressing "1")
It's not a problem once you get used to it, but it's very confusing.
In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Sunday, 13-Oct-2024 12:18:21 JST のえる ビリヤニ、公式の提供期間が終了してても、なぜか入荷が続いてる店があったりするよねー。
In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Sunday, 13-Oct-2024 07:44:34 JST のえる @fudan10u 自分で消したならゼロよ。猶予があるのは、モデレータ削除の時だけ。
In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Sunday, 13-Oct-2024 04:10:15 JST のえる @digi__tan でじたんありがとうね!
震度は3だったけど、小さいなりに地響きして揺さぶられる感覚の地震だったよ。こわいこわい。In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Sunday, 13-Oct-2024 03:51:45 JST のえる なかなかの揺れだったなー
In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Saturday, 12-Oct-2024 21:31:48 JST のえる スト6はいいぞおじさん「スト6はいいぞ」
In conversation from fedibird.com permalink -
のえる (noellabo@fedibird.com)'s status on Saturday, 12-Oct-2024 21:21:37 JST のえる @shorty 一応、Mastodonにもあげておきます。
git clone https://github.com/nodenv/nodenv ~/.nodenv
cd ~/.nodenv && src/configure && make -C src
echo 'export PATH="$HOME/.nodenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(nodenv init -)"' >> ~/.bashrccd ~
source .bashrcmkdir -p "$(nodenv root)"/plugins
git clone https://github.com/nodenv/node-build.git "$(nodenv root)"/plugins/node-build
git clone https://github.com/nodenv/nodenv-update.git "$(nodenv root)"/plugins/nodenv-updatenodenv install 20.15.1
nodenv global 20.15.1cd live
corepack enable
corepack prepare --activateIn conversation from fedibird.com permalink Attachments
-
のえる (noellabo@fedibird.com)'s status on Saturday, 12-Oct-2024 21:20:08 JST のえる @shorty 作戦を変更して、nodejsのインストールをnodenvでやってみましょう。
この方法では、nodeの環境をmastodonユーザーの環境に閉じて構築します。(システムのnodejsは無視されます)
まず、mastodonユーザーに切り替えてから実行です。
sudo -iu mastodon
このあとのコマンドはMastodon上だと扱いづらいので、こちらにまとめておきます。
https://gist.github.com/noellabo/60261c0e72de0e7427627cf09ea132afここまでで、無事にyarn 4.5.0がインストールできたら、yarn installに進めます。
設定後、systemdのunitファイルの設定を変更する必要があるので、追って説明します。
In conversation from fedibird.com permalink Attachments
-
のえる (noellabo@fedibird.com)'s status on Saturday, 12-Oct-2024 19:44:16 JST のえる @hanubeki おお、ありがとう!
In conversation from fedibird.com permalink