GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by 斎藤ただし (tadd@best-friends.chat)

  1. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Thursday, 22-Jan-2026 11:06:11 JST 斎藤ただし 斎藤ただし
    in reply to
    • zunda

    @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

    In conversation about 7 months ago from best-friends.chat permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      https://docs-internal.github.com/ja/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site
  2. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Friday, 16-Jan-2026 07:46:30 JST 斎藤ただし 斎藤ただし
    in reply to
    • zunda

    @zundan お返事遅くなってすみません。これはユーザーの(アカウントを代表する)ページの話ですよね。リポジトリごとのお話ではないと思います。
    自分の適当なリポジトリで作ると、こんな感じです。リンクをクリックするとp2が出てきます。
    https://tadd.github.io/wasm-insts/p1.html

    自分の知る限りですが、デプロイ方法がgh-pagesブランチが固定だったかなり昔から、リポジトリごとに複数のページを置くことが可能だった記憶があります。

    In conversation about 7 months ago from best-friends.chat permalink

    Attachments


  3. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Friday, 16-Jan-2026 00:08:04 JST 斎藤ただし 斎藤ただし
    in reply to
    • ハト / ロージー

    @rosylilly よろ っ
    - https://dl.acm.org/doi/10.1145/3742876.3742877
    - https://speakerdeck.com/tadd/gpce2025-js

    In conversation about 7 months ago from best-friends.chat permalink

    Attachments


    1. Domain not in remote thumbnail source whitelist: files.speakerdeck.com
      Integrating Static Optimization and Dynamic Nature in JavaScript (GPCE 2025)
      from Tadashi Saito
      Presented at ACM SIGPLAN GPCE 2025 in Bergen, Norway on 3rd July. • Authors:
  4. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Friday, 16-Jan-2026 00:01:11 JST 斎藤ただし 斎藤ただし
    in reply to
    • ハト / ロージー

    @rosylilly イベント登壇するエンジニアのは正直、みんなよくできてると思います、まる。

    In conversation about 7 months ago from best-friends.chat permalink
  5. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Tuesday, 13-Jan-2026 02:08:08 JST 斎藤ただし 斎藤ただし
    in reply to
    • zunda

    @zundan 前からちょっと疑問に思っていたのですが、ずんださんの要求って、リポジトリごとのPages (いくつでも作れる) では満たせない感じのものなのでしょうか?

    In conversation about 7 months ago from best-friends.chat permalink
  6. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Saturday, 10-Jan-2026 18:50:44 JST 斎藤ただし 斎藤ただし
    in reply to
    • ハト / ロージー

    @rosylilly 思い出さざるを得ない故事 https://nlab.itmedia.co.jp/cont/articles/3260030/

    In conversation about 7 months ago from best-friends.chat permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: preresearch.image.itmedia.co.jp
      Yahoo! JAPANアプリで通知誤配信 「test」とだけ書かれた通知に困惑するユーザーも | ねとらぼ
      null
  7. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Friday, 09-Jan-2026 01:20:17 JST 斎藤ただし 斎藤ただし
    in reply to
    • ハト / ロージー

    @rosylilly めんどくさかった……

    In conversation about 7 months ago from best-friends.chat permalink
  8. 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 about 7 months ago from best-friends.chat permalink
  9. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Friday, 09-Jan-2026 00:42:31 JST 斎藤ただし 斎藤ただし
    in reply to

    --- 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 about 7 months ago from best-friends.chat permalink
  10. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Friday, 09-Jan-2026 00:42:30 JST 斎藤ただし 斎藤ただし
    in reply to

    自信ないけど、これで届くのかな @tagomoris

    In conversation about 7 months ago from best-friends.chat permalink
  11. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Wednesday, 07-Jan-2026 16:41:58 JST 斎藤ただし 斎藤ただし
    in reply to
    • zunda

    @zundan たぶんですが、舌下に微量のきな粉を毎日入れて数年掛けて慣れる(舌下免疫療法)ところから、がいいかもしれません……(というような無理はなさず〜😣)

    In conversation about 7 months ago from best-friends.chat permalink
  12. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Tuesday, 23-Dec-2025 12:57:49 JST 斎藤ただし 斎藤ただし
    in reply to
    • ハト / ロージー

    @rosylilly 自分で壊してる方なのでボツにしたいところ…

    In conversation about 8 months ago from best-friends.chat permalink
  13. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Tuesday, 23-Dec-2025 12:30:39 JST 斎藤ただし 斎藤ただし
    in reply to
    • ハト / ロージー

    @rosylilly 1つはぜひ「ヤマト」って名前にしていただきましょう

    In conversation about 8 months ago from best-friends.chat permalink
  14. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Tuesday, 23-Dec-2025 05:25:35 JST 斎藤ただし 斎藤ただし
    in reply to
    • zunda

    @zundan これともう一つの記事も拝見しました。いやー、これは悔しいですね🥺 想像以上によく準備なさっていらっしゃったのが分かりました。その後の日常は大丈夫でしょうか、くれぐれもご自愛ください。
    しかし諦めず、来年の挑戦に申し込まれたのがほんと素敵です。自分も……散歩をがんばりたいものです

    In conversation about 8 months ago from best-friends.chat permalink
  15. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Saturday, 20-Dec-2025 11:39:12 JST 斎藤ただし 斎藤ただし
    in reply to
    • zunda

    @zundan なるほど〜。ただそのツリーでの返信を見る限り、成立しそうな「終盤」までゲームが続くことがあまりなかったり、そもそも価値が少なかったりはしそうです。

    In conversation about 8 months ago from best-friends.chat permalink
  16. 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 about 8 months ago from best-friends.chat permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: www.4gamer.net
      Ĺ¼÷¥ª¥ó¥é¥¤¥óËã¿ý¡ÖMaru-Jan¡×¡¤¡ÖÇ×Áàºî¤¬¤Ê¤¤¤³¤È¤Î¾ÚÌÀ¡×¥·¥¹¥Æ¥à¤È¥³¥é¥à¤ò¸ø³«¡£Ç×Áàºî¤¬¤Ê¤¤¤³¤È¤ò¥×¥ì¥¤¥ä¡¼¼«¿È¤Ç¸¡¾Ú¤Ç¤­¤ë
      from Aetas Inc.
      ¥·¥°¥Ê¥ë¥È¡¼¥¯¤ÏËÜÆü¡Ê2025ǯ12·î18Æü¡Ë¡¤2004ǯ¤«¤é³¤¯¥ª¥ó¥é¥¤¥óËã¿ý¡ÖMaru-Jan¡×¤Ë¤Æ¡ÖÇ×Áàºî¤¬¤Ê¤¤¤³¤È¤Î¾ÚÌÀ¡×¤Î¥·¥¹¥Æ¥à¤È¥³¥é¥à¤ò¸ø³«¤·¤¿¡£¥Ï¥Ã¥·¥åÃͤλÅÁȤߤòƳÆþ¤·¡¤ÆâÍÆ¤òÆÉ¤ß¡Ä
  17. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Saturday, 20-Dec-2025 04:02:11 JST 斎藤ただし 斎藤ただし
    in reply to

    いや、牌の並び方って大量にあるから意味ないのか、な。たぶん。

    In conversation about 8 months ago from best-friends.chat permalink
  18. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Friday, 19-Dec-2025 10:54:58 JST 斎藤ただし 斎藤ただし
    in reply to
    • zunda

    @zundan そういえばTodoist、値上げの通知来ましたよね。悲しいです……。
    ただ今の値段のままがいい人は(一部制限付きだけど)それも選べるっぽいので、まだ納得してはいます。

    In conversation about 8 months ago from best-friends.chat permalink
  19. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Tuesday, 16-Dec-2025 02:27:15 JST 斎藤ただし 斎藤ただし
    in reply to
    • zunda

    @zundan ちょっと中継見てました!
    https://www.hawaiinewsnow.com/honolulumarathon/
    JSTではそろそろ寝てしまいますが、心の中でうちわ(画像)を振って無事のゴールを応援しています🍻

    In conversation about 8 months ago from best-friends.chat permalink

    Attachments


    1. https://best-friends.media/media_attachments/files/115/719/045/429/087/824/original/c85573eb063d8a5f.png

    2. https://best-friends.media/media_attachments/files/115/719/045/431/978/362/original/230fe1205c941726.png
    3. No result found on File_thumbnail lookup.
      Honolulu Marathon
      from @hawaiinewsnow
      Hawaii News Now celebrates the 53rd anniversary of the Honolulu Marathon with a special edition of Sunrise. We’ll be tracking runners throughout the entire course, sharing heartfelt stories from competitors, and going behind the scenes to spotlight dedicated volunteers — from malasada makers to medical crews — who help make this massive event possible. Join us for live coverage throughout the 26.2-mile course on Sunday, Dec. 14, starting at 6 a.m. only on Hawaii News Now.
  20. Embed this notice
    斎藤ただし (tadd@best-friends.chat)'s status on Sunday, 14-Dec-2025 13:31:04 JST 斎藤ただし 斎藤ただし
    in reply to
    • zunda

    @zundan スマートウォッチさんによろしくお伝え下さいww

    In conversation about 8 months ago from best-friends.chat permalink
  • Before

User actions

    斎藤ただし

    斎藤ただし

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          393
          Member since
          21 Jul 2022
          Notices
          836
          Daily average
          1

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.