@zundan そういえばお返事忘れていましたが、今のPagesはActions経由でデプロイするのが推奨の方法(旧来のはラベル上、Legacy扱い)らしいので、その意味でも大丈夫だったかもしれません。
https://docs.github.com/ja/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0-github-actions-%E3%83%AF%E3%83%BC%E3%82%AF%E3%83%95%E3%83%AD%E3%83%BC%E3%81%AB%E3%82%88%E3%82%8B%E5%85%AC%E9%96%8B
Notices by 斎藤ただし (tadd@best-friends.chat)
-
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Thursday, 22-Jan-2026 11:06:11 JST
斎藤ただし
-
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Friday, 16-Jan-2026 07:46:30 JST
斎藤ただし
@zundan お返事遅くなってすみません。これはユーザーの(アカウントを代表する)ページの話ですよね。リポジトリごとのお話ではないと思います。
自分の適当なリポジトリで作ると、こんな感じです。リンクをクリックするとp2が出てきます。
https://tadd.github.io/wasm-insts/p1.html自分の知る限りですが、デプロイ方法がgh-pagesブランチが固定だったかなり昔から、リポジトリごとに複数のページを置くことが可能だった記憶があります。
In conversation from best-friends.chat permalink Attachments
-
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Friday, 16-Jan-2026 00:08:04 JST
斎藤ただし
@rosylilly よろ っ
- https://dl.acm.org/doi/10.1145/3742876.3742877
- https://speakerdeck.com/tadd/gpce2025-jsIn conversation from best-friends.chat permalink Attachments
-
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Friday, 16-Jan-2026 00:01:11 JST
斎藤ただし
@rosylilly イベント登壇するエンジニアのは正直、みんなよくできてると思います、まる。
In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Tuesday, 13-Jan-2026 02:08:08 JST
斎藤ただし
@zundan 前からちょっと疑問に思っていたのですが、ずんださんの要求って、リポジトリごとのPages (いくつでも作れる) では満たせない感じのものなのでしょうか?
In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Saturday, 10-Jan-2026 18:50:44 JST
斎藤ただし
@rosylilly 思い出さざるを得ない故事 https://nlab.itmedia.co.jp/cont/articles/3260030/
In conversation from best-friends.chat permalink Attachments
-
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Friday, 09-Jan-2026 01:20:17 JST
斎藤ただし
@rosylilly めんどくさかった……
In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Friday, 09-Jan-2026 00:42:32 JST
斎藤ただし
寝ぼけ眼でCRubyのソース読んでたんですが、morisさんは起動中にRUBY_BOX=0/1が変更されると予期しているのかな?そうでなければ起動時に固定したほうがいいと思うんだけど、現状getenv("RUBY_BOX")が動的に何度も呼ばれてるのでそれなりに心配。
ただ眠いので勘違いしているだけかもしれない。In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Friday, 09-Jan-2026 00:42:31 JST
斎藤ただし
--- a/class.c
+++ b/class.c
@@ -978,7 +978,7 @@ rb_class_new(VALUE super)
RCLASS_SET_MAX_IV_COUNT(klass, RCLASS_MAX_IV_COUNT(super));
}
- RUBY_ASSERT(getenv("RUBY_BOX") || RCLASS_PRIME_CLASSEXT_WRITABLE_P(klass));
+ RUBY_ASSERT(ruby_box_enabled || RCLASS_PRIME_CLASSEXT_WRITABLE_P(klass));
return klass;
}In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Friday, 09-Jan-2026 00:42:30 JST
斎藤ただし
自信ないけど、これで届くのかな @tagomoris
In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Wednesday, 07-Jan-2026 16:41:58 JST
斎藤ただし
@zundan たぶんですが、舌下に微量のきな粉を毎日入れて数年掛けて慣れる(舌下免疫療法)ところから、がいいかもしれません……(というような無理はなさず〜😣)
In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Tuesday, 23-Dec-2025 12:57:49 JST
斎藤ただし
@rosylilly 自分で壊してる方なのでボツにしたいところ…
In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Tuesday, 23-Dec-2025 12:30:39 JST
斎藤ただし
@rosylilly 1つはぜひ「ヤマト」って名前にしていただきましょう
In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Tuesday, 23-Dec-2025 05:25:35 JST
斎藤ただし
@zundan これともう一つの記事も拝見しました。いやー、これは悔しいですね🥺 想像以上によく準備なさっていらっしゃったのが分かりました。その後の日常は大丈夫でしょうか、くれぐれもご自愛ください。
しかし諦めず、来年の挑戦に申し込まれたのがほんと素敵です。自分も……散歩をがんばりたいものですIn conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Saturday, 20-Dec-2025 11:39:12 JST
斎藤ただし
@zundan なるほど〜。ただそのツリーでの返信を見る限り、成立しそうな「終盤」までゲームが続くことがあまりなかったり、そもそも価値が少なかったりはしそうです。
In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Saturday, 20-Dec-2025 04:02:12 JST
斎藤ただし
なんだかむちゃくちゃレインボーテーブル攻撃しやすそうな麻雀見つけたけど?? https://www.4gamer.net/games/015/G001524/20251218019/
(教訓: 胡椒を入れてよく伸ばしましょう)In conversation from best-friends.chat permalink Attachments
-
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Saturday, 20-Dec-2025 04:02:11 JST
斎藤ただし
いや、牌の並び方って大量にあるから意味ないのか、な。たぶん。
In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Friday, 19-Dec-2025 10:54:58 JST
斎藤ただし
@zundan そういえばTodoist、値上げの通知来ましたよね。悲しいです……。
ただ今の値段のままがいい人は(一部制限付きだけど)それも選べるっぽいので、まだ納得してはいます。In conversation from best-friends.chat permalink -
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Tuesday, 16-Dec-2025 02:27:15 JST
斎藤ただし
@zundan ちょっと中継見てました!
https://www.hawaiinewsnow.com/honolulumarathon/
JSTではそろそろ寝てしまいますが、心の中でうちわ(画像)を振って無事のゴールを応援しています🍻In conversation from best-friends.chat permalink Attachments
-
Embed this notice
斎藤ただし (tadd@best-friends.chat)'s status on Sunday, 14-Dec-2025 13:31:04 JST
斎藤ただし
@zundan スマートウォッチさんによろしくお伝え下さいww
In conversation from best-friends.chat permalink