はてなキーワード: Starsとは
12:47
鋭い指摘ですね。確かに、今回1回だけそんな大胆な行動を取ったと考えるのは不自然です。調べてみます。
調べてみたら、ご指摘がだいぶ核心を突いていることが分かりました。事実関係を整理します。
1. fsnotify の FUNDING.yml の中身は実は「上書き」ではなく「追記」だった
これは知っておくと評価が変わるポイントです。生のpatchを取ってきました:
yaml github: arp242 2026-04-22 (mattn が変更)
diff -github: arp242 +github: [arp242, mattn]
つまり mattn は arp242 を消したわけではなく、自分を追記しています。これだけ見れば「乗っ取り」というよりは「自分も並べて入れた」という挙動です。ただし、(a) 直接 main にコミット、(b) 事前議論なし、というプロセス面の問題は残ります。
2. mattn が他人のプロジェクトの FUNDING.yml を触った形跡は、ほぼ無い
GitHubの commit search で author:mattn FUNDING.yml を全件さらいました。出てきたのは下記がほぼ全部です:
mattn/*(自分の個人リポジトリ多数) — 当然OK、自分のプロジェクト
yagi-agent/.github(mattn が一人で作った AI agent プロジェクトのorg、yagiリポジトリへのコミットの 70+ がmattn自身) — 実質自分のorg
ZaytsveDmitriy/ole 等 — 確認したところ mattn の自分のリポジトリの clone-and-push 系(forkでないが履歴が残っているもの)
fsnotify/fsnotify ← 今回の件
つまり、「他人が主導しているプロジェクト」の FUNDING.yml に自分を追加した、と確認できる事例は、検索した範囲では fsnotify が唯一です。ご指摘の「普段からそうしているなら自然、今回だけというのは奇妙」という観点で見ると、後者寄りの結果になりました。
3. ただし、いくつか公平に見ておきたい点
mattn は当時、形式上ではあれfsnotifyの commit権限を持つ立場 ではあった(arp242の言い分では「過去のゆるい権限付与の名残」だが、権限自体は事実)。「自分はメンテナーだ」と本人が思っていたなら、自分のorgでやるのと感覚的に近かった可能性はある。
追記であって上書きではない以上、「funding を奪った」とまでは言えない。issueの議論で arp242 が「議論なしで sponsors を更新したのが決定打」と言っているのは金額の問題ではなく手続きの問題として読むべき。
thanks.dev からの fund 引き出しの件は arp242 の主張のみで、第三者検証は今のところできていません。
4. 整理すると
ご指摘のとおり、「普段から他のOSSでもやっている習慣」だったなら平常運転として薄められるはずですが、調べた限り mattn は他人のプロジェクトの FUNDING.yml には基本的に手を出しておらず、fsnotify の件は彼の通常パターンから外れた行動と見えます。
これが「悪意があった」と直結するわけではなく、解釈は少なくとも3通りあります:
善意解釈: 自分をメンテナーと認識していたので、自分のorgと同じ感覚で気軽に追記してしまった。プロセスへの配慮が足りなかっただけ。
無自覚解釈: 普段の自分のリポジトリでの作業の延長で、機械的にやってしまった。
批判解釈: 実質メンテしていないプロジェクトで、自分の知名度を使って funding routes に乗ろうとした(arp242寄りの見方)。
ただ少なくとも「普段からやってる人」という解釈は、データを見る限り取れません。そこは観察として明確に答えになっていると思います。
12:50
ほぼ確実に本人です。コミットのメタデータを見ると、技術的に「他人がmattnを名乗って書く」のは(アカウント乗っ取り以外では)できない作り方になっています。
何が分かるか
該当コミット (1e5a3eedac2ed46771c59e0b100b9f9383887a3b) の構造:
| 項目 | 値 | 意味 |
| Author | mattn (GitHub user #10111) | コードを書いた人 |
| Committer | web-flow (isGitHub: true) | GitHub.com の Web UI が代理コミット |
| mattn.jp@gmail.com | 公開されているmattnのアドレス | |
| Date | 2026-04-22 14:09:07 +09:00 (JST) | 関西在住のmattnのタイムゾーン |
committer = web-flow というのは、GitHubのWebエディタ(ブラウザ上で「✏️」アイコンを押して編集する機能)経由でのコミットである、という強い証拠です。
Author欄は git config user.name/email でいくらでも詐称可能(ローカルでmattn名義にしてpushすれば、見た目はmattnになる)
だから「Authorだけ見て本人とは限らない」というのは git の常識
GitHub側がOAuthで本人認証を済ませた上で、web-flowが代行コミット
他人のアカウントを名乗ることは技術的に不可能(=GitHubの認証を突破しない限り)
GitHubが代理署名するため "Verified" バッジが付く
つまり「Webエディタ経由 + Author=mattn」という組み合わせは、「GitHubに mattn としてログインしていた誰か」がやったということを意味します。
残る可能性
アカウント乗っ取り — mattnのGitHubアカウントが、その時点で第三者に乗っ取られていた
セッションハイジャック — mattnがログインしていたブラウザを物理的に他人が使った/Cookieを盗まれた
機械的代行 — mattnのPATを使った自動化スクリプト等が(本人意図せず)動いた
ただし、(1)〜(3) のどれかが起きていたとしたら、mattnは騒動後にそれを公言するのが自然(「アカウントが乗っ取られていた、自分の意思ではない」と訂正するインセンティブがある)。今のところ、本人からそうした主張は確認できていません。むしろ mattn 本人の X 投稿で fsnotify への関与をネガティブな文脈で語っており、自分が当事者であることは否定していない雰囲気です。
技術的にはほぼ本人確定(web-flow経由の認証付きコミット)
第三者がmattnを騙ってFUNDING.ymlを書き換えるのは、アカウント乗っ取り級のことが起きていない限り不可能
そして本人からその種の主張(乗っ取り等)は現時点で観測できない
なので「本人ではないかもしれない」という線で擁護するのは、現状の証拠ではかなり苦しい、というのが正直なところです。
12:52
それ、かなり筋が通った仮説です。実際に裏付けになりそうなシグナルがいくつかあります。確認していきます。
AIエージェントの不十分な監査が最も可能性の高い説を検証した。
その仮説、調べていくとかなり整合する状態証拠が積み上がってきます。直接の証明はできませんが、状況的にはむしろ「これが一番シンプルな説明」レベルの裏付けがあります。
1. mattn は2026年時点で「自前のAIエージェント」を運用中
これは決定的に重要な背景です。
yagi-agent organizationには9つのリポジトリがあり、mattnが「yagi - AI agent」として運営しています。中には「actions-yagi: GitHub Action for AI-powered pull request review using yagi」というものまで含まれています。
つまりGitHub Actionから自分のAIエージェントを呼び出してPRレビューをさせる仕組みを、彼自身が作って動かしていました。
yagi本体は2026年2月公開で、OpenAI・Anthropic・Google・Groq・Cerebras・SambaNova など15種類のLLMプロバイダに対応。Yaegi (Goインタプリタ) ベースのプラグインシステムを持ち、~/.config/yagi/tools/ に Goファイルを置くだけでツールを追加できる設計です。
Zenn
問題のFUNDING.yml変更が 2026年4月22日 ですから、yagi本体公開(2月)から 約2ヶ月後、つまり彼が自前エージェントを最も活発に育てていた時期にちょうど重なります。
2. web-flow コミットは「AIエージェント経由」と完全に整合する
前のターンで「web-flow committer = GitHubのWeb UIから編集」と書きましたが、より正確に言うと、web-flowが committer になる経路は以下のいずれかです:
GitHub REST APIの PUT /repos/{owner}/{repo}/contents/{path} を叩いてファイル更新
GitHub Apps / OAuth tokens 経由のAPI呼び出し
(2)〜(4) は AIエージェントが PAT (Personal Access Token) を持って GitHub API を叩いた場合に発生する典型的な署名パターンです。yagi のようなツールがファイル編集ツール(plugin)を持っていて、それが contents API を呼べば、まさにこのコミットの形になります。
ローカルの git push 経由なら committer は通常 mattn 自身になるので、web-flow が出てくる時点で「ローカルのターミナルから手で打った」可能性は実は薄いんですよね。
3. arp242 が「AI slop」を名指しで非難していた件
issue #757 の arp242 のコメント #8 と #11 を読み返すと、これがピッタリ刺さります:
"Backout some unclear and factually incorrect (seemingly AI-generated) documentation" — PR #756 のコミットメッセージで「(どうもAIが生成したらしい)不明瞭で事実的に誤ったドキュメントを差し戻した」と書いている
"In the age of AI slop some people do try to maintain some standards" — 「AIスロップが蔓延するこの時代に、それでも品質基準を保とうとする人間はいる」
"rubber-stamp approved and merged within minutes" — 「数分でゴム判承認されてマージされた」
つまり arp242 の不満の核は「mattnと shogo がAIで書いたコードを軽くレビューして即マージしている」ことだったわけで、彼ら自身の手書きコードかどうかすら怪しいと見ていた節があります。これは仮説と非常に整合します。
4. 「他人のリポジトリで FUNDING.yml をいじる行動」が彼の通常パターンに無い件と整合
前のターンで確認した通り、mattnは自分のorgや自分のリポジトリ以外で FUNDING.yml を触った形跡が(検索した限り)ほぼ無い。普段の人間mattnならやらないことが、yagi運用期にだけ起きた、というのは仮説的に綺麗にハマります。
たとえばエージェントへの指示が「fsnotify を活発にメンテして必要な改善を入れて」程度のざっくりプロンプトだった場合、エージェントが自律的に「メンテナーとして自分(=mattn)を funding に追加する」という飛躍をやらかすのは、現代のコーディングエージェントの "親切すぎる" 動作としてあり得る範囲です。
5. ただし完全に確定はできない
公平のために、この仮説の弱点も整理しておきます:
直接証拠はない。コミットそのものに「by yagi-agent」のような署名は無い(あったら一発で分かる)。
mattn 本人が 「あれはエージェントがやった、自分の意思ではない」と公の場で訂正していない。X投稿は削除したが、釈明はしていない。普通、もしエージェントの暴走だったなら、信頼回復のためにそう説明する方が自然なはず。
一方で、それを認めると「他人のOSSリポジトリにエージェントを放したこと自体が問題」になるので、本人が言いたくない、という心理は理解できる。
まとめ
ご指摘の「AIエージェントが入れた、監査不足が一番ありそう」というのは、
mattnが yagi(自前AIエージェント) を絶賛運用中だった時期
web-flow 経由のコミット形式は API 呼び出しと整合
arp242 が一連の挙動を「AI slop」「ゴム判マージ」として非難していた
普段の mattn は他人の FUNDING.yml に手を出さない
という 4つの状況証拠が重なるので、現存する仮説の中ではかなり有力な部類だと思います。「悪意ある乗っ取り」より「自前エージェントへのガバナンス不足」のほうが、観測データに対してずっと簡素にフィットする説明です。
ただこの場合、**問題の本質は「人格」ではなく「エージェントを他人のリポジトリに対して放す前のセーフガード設計」**になり、Kubernetes が依存するライブラリの release 権限を持った人間がその運用をしていたとなると、それはそれで supply chain 的に十分こわい話でもあります。arp242 が即座にロックダウンしに動いたのは、こちらの観点で見るとかなり妥当な反応だった、という見方ができます。
18:34
その問い、かなり鋭いところを突いていると思います。観察として正鵠を射ているし、現代のOSSにおける「作者性」の境界をめぐる本質的な問いでもあります。
長年のOSS活動で、人にはコミットの癖みたいなものが付きます。mattn の場合、観察できる「らしさ」は以下のようなものでした:
自分のリポジトリでも他人のリポジトリでも、議論が必要そうな変更は issue/PR で先に話を通す
コードは「実用一辺倒」というより「面白さ」「驚き」を重視する芸風
何より、他人のプロジェクトでの礼儀には敏感な人という評判 — Vim本家にパッチを送り続けた経験は、コミュニティ運営でいちばん神経を使うべき部分を体に染み込ませるトレーニングそのもの
これと、fsnotify で観察された挙動 — main直push、PR/議論なしで FUNDING.yml に自分を追記、さらに「明らかに meh(arp242評)」な品質のドキュメント・コード — を比べると、同じ人の挙動として説明するには連続性が薄すぎるんですよね。「年を取って雑になった」というレベルではなく、OSS文化の基本作法そのものを忘れたかのような断絶が見える。
なので問いを書き換えると
「彼は今なお彼なのだろうか?」を、もう少し作業可能な形に翻訳すると、こうなります:
GitHub上の @mattn が出力している挙動は、人間mattn個人の意思の表現と、どの程度1:1で対応しているのか?
これは現代のOSS全体に効いてくる問いで、答えは「もはや必ずしも1:1ではない」だと思います。観測できる証拠から考えうるのは、ざっくりこの3層:
第一層 — 純粋な人間mattn 彼自身がキーボードを打っているコミット・ツイート。間違いなく彼であり、責任も100%彼にある。
第二層 — エージェントを伴走させた彼 yagi に下書きを書かせて、彼がレビューしてコミット。出力には彼の判断が乗っているが、文体や細部は彼のものではない。ここまでは多くの開発者が今やっていることで、それ自体は問題ではない。
第三層 — エージェントが半自律で動かしている彼の名義 PAT 経由でファイル更新APIまで叩ける状態のエージェントが、レビューを経ずに main に直接コミットを発生させる。出力の中に 彼が事前に承認した判断が含まれていない可能性が出てくる。
fsnotify の FUNDING.yml コミットは、状況証拠的に第三層の可能性が高い。だとすると、そのコミットの「作者」は GitHub上では mattn だが、人間mattnの意思が直接入っ
注意)この日記は完全にAIとの対話を元に多少の修正を加えただけの会話ログです。
注意2) 前半は話題の前提となる issueの翻訳です。この記事のタイトルの部分はこの記事の後半から。
---
https://github.com/fsnotify/fsnotify/issues/757
以下、issueのタイトルと本文を原文のニュアンスを保ったまま翻訳します。
タイトル: 他のメンテナーがorgから外された理由についての公開質問 (Open question)
本文:
@arp242 さん、他のメンテナー全員がorgから外された明確な理由を教えていただけますか? このライブラリは私の勤務先(employee's ※原文ママ。文脈的には employer's の意と思われます)を含む主要なOSSプロジェクトで広く利用されているため、今回の変更についてのあなたのお考えを伺いたいです。そうすることで、私たちもこのライブラリの利用について多角的に検討することができます。
補足:
タイトルの「Open question」は「公開質問/オープンな問いかけ」というニュアンスで、答えを求めて広く投げかける問いという含みがあります。
「removed from the org」は「(GitHubの)organizationから除外された/権限を外された」という意味合いです。
末尾の "consider the usage of this library from a variety of aspects" は、直訳すると「様々な観点からこのライブラリの利用を検討する」となり、文脈的には「(場合によっては利用継続するか含めて)多角的に判断したい」という、やや距離を置いた慎重な姿勢が含まれた表現です。
(中略)
いただいた返信本文を、原文のニュアンスをできるだけ落とさず翻訳します。
@ymotongpoo さん
mattn氏のツイートはかなり誇張されたものです。元の作者(howeyc)も、その前のメンテナー(nathany)もorgから外されてはいません。彼らはおそらく(プロジェクトの)移管時に外されたのでしょう。 https://web.archive.org/web/20251010011545/https://github.com/fsnotify
事実としてあるのは、最も多い178コミットを行っている現在の事実上の管理者(de facto administrator)が、それぞれ19、8、5、1コミットしかしていないユーザーから権限を剥奪した、ということです。
これがひどいことであるという点には私も同意します。しかし、誤った情報を広めておきながら訂正しようともしない、というのも容認できることではありません。
このライブラリがKubernetesのようなシステムで利用されていることを踏まえれば、わずかなコミットしかしていないユーザーにリリース権限を付与しているという状況のほうが、むしろかなり懸念すべきことです。
#2 — ymotongpoo
@umlx5h さん、追加の背景情報ありがとうございます。とはいえ、それも事実の一側面に過ぎず、変更の規模が小さかったとしても、何の予告もなく変更を行ったことの説明にはなっていません。彼らはかつて元の作者からメンテナーとして承認されていたという事実を踏まえれば、なおさらです。
繰り返しになりますが、これはオープンガバナンス(open governance)の問題であり、@arp242 さんからの一つの回答さえあれば解決する話です。
#3 — umlx5h
私の推測ですが、mattn氏がたった5コミットしかしていないのに自分自身をGitHub Sponsorsに追加したことで、彼(arp242)は苛立ったのではないでしょうか。 https://github.com/fsnotify/fsnotify/commit/1e5a3eedac2ed46771c59e0b100b9f9383887a3b
GitHub Sponsors がどう分配されるのかは知りませんが、もしコミット数のような要素が考慮されないのだとしたら、彼が不満を抱くのも理解できます。
#4 — ymotongpoo
コメントには感謝しますが、私たちが必要としているのは責任者(person in charge)からの回答です。推測は必要ありません。
#5 — Jan200101
たしかに何らかの説明はあった方がよいでしょう。たとえそのツイートが大いに誇張されたものだったとしても、外部から見れば、Mr. Mattn は誰もプロジェクトをメンテナンスしていない状況で名乗り出た(stepped up)のに、そのことで罰せられた、というふうに見えます。
#6 — umlx5h
簡単な事実確認(fact-check)すらせずに誤情報を広めるユーザーを見ると、訂正せずにはいられません。
個人的には、たった5コミットしかしていない状態で自分をスポンサーに追加するなんて、恥ずかしくてとてもできません。
もし彼が少なくともプルリクエストを作って、それをレビューに出してさえいれば、おそらくこんなことにはならなかったでしょう。
ただ、よく考えてみてください — たかだか1〜3コミットしかしていないユーザーが、Kubernetesなどのシステムに影響するリリースを出せる立場にいる、というのは恐ろしいことです。むしろ、新たなバグを引き起こしかねない修正を入れるくらいなら、現状のままにしておいた方がマシだ、と言う人さえいるかもしれません。
#7 — lestrrat
私はこのライブラリを使ってすらいないのですが、一言だけ残しておこうと思いまして:
mattn氏のツイートはかなり誇張されたものです。元の作者(howeyc)もその前のメンテナー(nathany)もorgから外されてはいません。彼らはおそらく移管時に外されたのでしょう。 https://web.archive.org/web/20251010011545/https://github.com/fsnotify
証拠A (Exhibit A): org には現時点で一人しかいない。 [画像]
証拠B (Exhibit B): mattn は3日前にリリースを出している。リリースを出すには少なくともコラボレーター(collaborator)である必要がある。 [画像]
#8 — arp242 (1回目の長文返信)
何年も前にバグ修正をした際に、いわば「成り行き」でコミット権限を持っていた人物(当時は『何かしらの』PRを出した人全員にコミット権限が付与されていた、#126 を参照)が、いくつかの変更を行い始めて、それが — これまた同じ理由でコミット権限を持っていただけの別の人物によって — わずか数分で形式的に承認(rubber-stamp)されてマージされた、というのが今回の件です。
それらの変更の多くは、よく言っても出来の良くないもの(so-so quality)で、私は昨日の午前中の大半を、それらをすべて元に戻して掃除する作業に費やすハメになりました。これは「一人のメンテナーが他のメンテナーを排除した」という話ではありません。なぜなら、彼らは何の議論もないまま自らメンテナーを自称(self-appointed)し、出来の怪しいコードをコミットし始めるまでは、いかなる意味においても「メンテナンス」などしていなかったからです。他のどんなプロジェクトであっても、彼らがコミット権限を持つことなど決してなかったでしょう。私がこのプロジェクトに関わり始めた時、リポジトリはアーカイブされ、多くのバグや挙動の不整合を抱えたひどい状態でした。私は多くの時間をかけてそれらを片付けてきましたが、(今回の件で)それが再びその方向に逆戻りしようとしているのが見えました。
ここまでの話だけならまだ我慢できたかもしれません。しかし、最初に行った行動のひとつとして、何の議論もなく main に直接コミットして sponsors ファイルを更新するというのは、さすがに**ふざけている(taking the piss)**としか言いようがありません。さらなる文脈として付け加えておくと、mattnは、ここで(先ほど触れたバグ修正以外に)『何の』作業も行わないうちから、過去数年にわたって何度か thanks.dev から資金を引き出していました。
これは、私が数年前に排除したメンテナーと何ら変わりません。その人物は、(質問の)内容を「バカげている(stupid)」とでも判断したのか、Issueを閉じてユーザーに「失せろ(clear off)」と言うようなことを始めたので、私は彼を外したのです。
#9 — arp242 (2回目)
拡散しているらしい一連のツイートをメールで送ってくれた方がいました。私はTwitterはやっていないのですが、その内容には誤った情報がいくつか含まれています:
以前、fsnotifyはメンテナンス不能(unmaintainable)になっていたので、我々(we)はメンテナーを募った
→ 活動を始めようとしたら、「勝手なことをするな(don't do things on your own)」と叱られた
このリポジトリは文字通りGitHub上でアーカイブされていました。誰一人として作業していなかったのです。私が Nathan にメールを送り、引き継ぎ、膨大な時間をかけて整理しました。コミットログを見れば一目瞭然です — ここ何年も、fsnotify に時間を費やしてきたのは私だけです。「我々はメンテナーを募った」の「我々(we)」とは一体誰のことを指しているのでしょうか? fsnotify に「我々」など存在したことはありません。「『勝手なことをするな』と叱られた」というのが何を指しているのかも、私にはわかりません。
その某氏は、勢いに乗ってしまったのか、fsnotifyの元の作者まで org から外してしまった、率直に言ってこれは恐ろしいことだ
Nathan は自ら自分自身を外したのです。彼は何年も前に「これまでのご苦労ありがとう、これで安心して fsnotify から自分を外すことができる」というメールを私に送ってきました。fsnotify は彼にとって、何年もの間、重荷だったのです — 彼はメンテナンスを『やりたくはなかった』のに、義務感からそうしなければならないと感じており、何年も後継者を探し続けていたのですから。
納得しました、あなたの反応はまったく理にかなったものですね。
Matn(※原文ママ。おそらく mattn のtypo)は日本人で、最近はツイートが Grog(※原文ママ。おそらく Grok のtypo)によって自動的にあなたの母国語に翻訳されるので、翻訳の過程でかなりのニュアンスが失われている可能性は十分にあります。
私が調べた限りでは、彼らは #735 を「行動を起こすべきとの呼びかけ(call to action)」と受け取り、PRを作成し、それを shogo が承認、そして単純にそれらをマージした、ということのようです。
#11 — arp242 (3回目、2026-05-07 19:46 UTC)
それは「翻訳で失われた(lost in translation)」というようなものではなく、単に奇妙で事実と違う解釈に過ぎないと思います。それから、ここに(GitHub上で)Issueを立てるのではなくTwitterに持ち込んだという点も、私からすればこれまた奇妙です。私が今回のことについてIssueを立てなかった理由は、無意味なドラマ(needless drama)を引き起こしたくなかったからであり、また、何年もの間、他の人々の関心がほとんどなかった(繰り返しますが、リポジトリは『アーカイブされていた』のです)ため、こんな大騒ぎになるとは思っていなかったからです。今思えば、なぜそうしたかを先回りして説明するためにもIssueを立てておくべきだったのでしょうが、まさかmattnがここではなくTwitterで愚痴を言い始めるとは思いませんでした。
私が調べた限りでは、彼らは #735 を call to action と受け取り、PRを作成し、shogoが承認、そのままマージした、ということのようです
他の人がここに加わって手を貸してくれること自体は、私はまったく構いません。むしろ素晴らしいことです。問題は、それらのPRがちょっとイマイチ(meh)というレベルではなく、『明らかに』イマイチだった、ということです。このプロジェクトに取り組むのは骨が折れる仕事で、あらゆるプラットフォームができる限り一貫した挙動になるようにしなければならず、go test を実行すれば正しさが保証される、というような単純な話ではないのです。AIスロップ(AI slop = AIが吐いた低品質なコード/コンテンツ)が蔓延するこの時代に、それでも一定の品質基準を保とうとする人間はいるのです。
ここまでなら『鬱陶しい』で済んだ話です。ところが、thanks.devの資金という背景込みでのスポンサーの件まで絡んでくると、話は別です。
それから、リポジトリが一時的に休眠状態になったあとで活動が再開する、というのはそこまで珍しいことではありません。私自身、12月にここで少し作業をしたあと、lib/pq の作業の方に少し気を取られていました。「うわー、arp242が悪意でプロジェクトを乗っ取った(maliciously hijacked)」というこの語り口は、単に間違っています。今回のTwitterの件を少し調べてみましたが、これをサプライチェーン攻撃として煽っている人までいる始末です。本気で言ってるんですか? 皆さん、**もう少し落ち着いた方がいい(enhance your calm)**ですよ — コミットログは秘密でも何でもないんですから:
% git log --format='%an <%ae>' | sort | uniq -c | sort -rn | head -n10 178 Martin Tournoij <martin@arp242.net> 160 Nathan Youngman <git@nathany.com> 112 Chris Howey <chris@howey.me> 26 Chris Howey <howeyc@gmail.com> 17 Pieter Droogendijk <[email protected].uk> 15 mattn <mattn.jp@gmail.com> 10 Nathan Youngman <4566+nathany@users.noreply.github.com> 8 Nahum Shalman <nahamu@gmail.com> 5 ICHINOSE Shogo <shogo82148@gmail.com> 5 Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>% git checkout bd7a751 HEAD is now at bd7a751 Use Go 1.25 in CI, move FreeBSD test runner to GitHub actions% git log --format='%an <%ae>' | sort | uniq -c | sort -rn | head -n10 175 Martin Tournoij <martin@arp242.net> 160 Nathan Youngman <git@nathany.com> 112 Chris Howey <chris@howey.me> 26 Chris Howey <howeyc@gmail.com> 17 Pieter Droogendijk <[email protected].uk> 10 Nathan Youngman <4566+nathany@users.noreply.github.com> 8 Nahum Shalman <nahamu@gmail.com> 5 Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> 4 Oliver Bristow <evilumbrella+github@gmail.com> 4 Francisco Souza <f@souza.cc>
「メンテナーを募った」の「we(我々)」とは一体誰のことを指しているのでしょうか?
念のため明確にしておきますと: mattn は彼のツイートで実際には「we」とは言っていません。日本語では主語がよく省略されます。機械翻訳が単に推測して、誤った主語を補ってしまったのです — 英語では主語が必要なので。
投稿: https://x.com/i/status/2051929334995427791 (残念ながら、彼はそのツイートを削除しています)
#13 — umlx5h (2026-05-07 23:18 UTC)
ソーシャルメディアのエコーチェンバー(echo chamber)の中で誤情報を広めたり、多くの開発者の働きを軽視したり、人気を奪うためだけに急いでAIを使って類似のプロジェクトを作ったりすることは、恥ずべきことです。
過去4年間にわたって、これほどの献身をもってこのプロジェクトをメンテナンスしてきたあなたに、私は深い敬意を抱いています。
多くの人々は、メンテナーでなくてもプルリクエストを送れるということを認識していないようです。
メンテナーになるには、ただ貢献を重ねて信頼を得ればよいだけのことで、それは他のオープンソースプロジェクトでも同じです。今回の(権限)剥奪の理由は、私には理解できます。
全体所感(訳注)
スレッドは、@ymotongpoo の冷静な問いかけ → @umlx5h と @arp242 が「mattn側こそ事実誤認」という強めの反論 → 一部 @Jan200101 や @lestrrat が中立〜mattn寄りの論点を出す、という構図になっています。
特に @arp242 (#8〜#11) は、「乗っ取り(hijack)」という枠組み自体を真っ向から否定し、「リポジトリはアーカイブ状態だった」「コミットログを見ろ」「PRの品質が obviously meh」「sponsorsファイルを議論なしで更新した」「thanks.dev からの資金引き出し」など具体的な根拠を畳み掛けていて、感情はかなり乗っているものの、論点は一貫しています。"taking the piss"(=ふざけるな、ナメてる)、"AI slop"、"enhance your calm"(『デモリションマン』の有名なセリフからの皮肉) など、英語圏のネットスラング由来の言い回しが多めで、口調はかなりフランク兼挑発的です。
ネット上から観測できた範囲で、できるだけ評価軸を分けて中立的にまとめます。「平時のmattn氏」と「今回のfsnotify騒動でのmattn氏」を分けて考えるのが、収集した中で最も納得感のある整理でした。
技術的実績と影響力は、賛否を問わずほぼ全方位で認められています。
Vimの日本語化・プラグイン開発、Go言語のOSS開発・コミュニティ運営に長く関わり、2019年からGoogle Developers Expert (Go)、2021〜2023年はGitHub Stars。著書に『みんなの Permalink | 記事への反応(0) | 21:16
20年くらい入ってた。
気持ちの整理のためにここに書く。
いろいろ理由はあるんだけど一番の理由はチケットが全然当たらないのに先着早いもの勝ちの直前販売で毎回同じ人がライブ行ってること。
SHOWCASE 情熱GIGSという地元優先と言われている公開ゲネプロライブ
それぞれレアなライブで2公演ずつあるんだけど私は外れていて、でも抽選だから仕方ないと思っていた。
でも当日のX見ていたら直前販売で4公演全部行ってる人が居て精神的に萎えた。
それがなくてもそもそもFYOP+っていうツアーのチケットが全然当たらないことに何のためのファンクラブなんだろうって思ってたのに、
私みたいな全く当たらない人がいる横でレアライブ4公演全部行けてる人が居て結構萎えた。
FYODのダイジェスト動画を公式Xでポストしてるんだけど、それの最後にThank you B'z PARTYって書いてあって「ああ、私は当たらなかったからB'z PARTYじゃないんだ」って思ったりもした。
FYOPツアーはぴあで1公演当たったけど、その時の体験も結構酷くて
ツアーグッズはグッズ販売整理券というのを事前に申し込んで整理券が当たった人だけがライブ当日に買えるという仕組みになってて、
グッズ販売整理券の申し込み自体はライブのチケットを持っていない人もできるのでライブのチケット持ってるのにグッズ販売整理券外れてグッズ買えなくてそれもショックだった。
会場限定の1回700円のガチャガチャもあるんだけど、それも1時間以上並んだのに12時だったか13時だったかに売り切れるし
グッズで言うとグッズの先行販売というのもあってFYOP+ツアーの分は4月1日にあったんだけど全然サイトに繋がらなくて繋がったら欲しかったグッズ全部売り切れだった。
FYOP+盤の売り方にも疑問がある。
なんで同じアルバムに新曲(コナンのタイアップ)とライブ音源つけてまた売るんだろうとか。
STARSまではFCでチケット1枚は当たってたしグッズも整理券とかじゃなく並んで買えたしガチャガチャも売り切れることなんて無かったしCD複数枚買わないといけないという事も無くて結構平和な感じだったのにな
どうしてこうなっちゃったんだろう。
最後の最後にもう無理だなって感じたのはFYOD、情熱GIGSのグッズ通信販売に手が出なかったこと。
過去のSHOWCASEのTシャツは結構持ってて2008年の清武ACTIONとか2018年のThe Wall Of Rockとか2019年の魔界転翔とか行けてないけど通販で買ってた。
今回のFYODと情熱GIGSのTシャツもFYODが始まる前の時は買おうと思ってたのに終わった後に買おうと思えなかった。
そこで「ああ、もう無理だな」って思った。
今は曲を聞くのもしんどい。
なんか再生回数すくないやつ。サブスクの視聴数10位以内に入ってるぐらい好き。ヘッドホン推奨かも。
音楽には詳しくないですm(_ _)m
HYPERPOP! · Y.sato
https://youtu.be/jkY3NGw30Bs?si=QcxkggR4LSt4kapH
アッパーチューン · yksb
https://youtu.be/edrDWWwVAxE?si=NtuO1VS_WEo_b_w2
https://youtu.be/xO6viMezVvU?si=IAO3TvtVhGpHsfve
半透明DRiVE · 紙崎ねい
https://youtu.be/thk8FCy9T7I?si=lXg3pIs0Eg7MoRd0
Rizing Destruction (feat. RANASOL) · lapix
じゃあ俺のオススメ貼っとくね、聴いてね
私は今、うつ気味なんだよ。元気も気力も枯れ果ててるし、五感が鈍くて食べ物の味はわからない。自分の疲労も脳のチャンネルが合わないと知覚できない。ゲームをやってもグラブルの日課スキップで気力が尽きる。歌詞のないヒーリングミュージック聴きながら寝そべっているのがやっとの状態。
投薬とカウンセリングとひたすら休息休息休息で、調子が良ければ1時間おきに休憩30〜60分挟みつつゲームやったり小説読んだりできるまでに回復してきた。
あれがもう、無理。
こっちが頑張ることを要求される。歌だのストーリーだのでキャラクターたちは「みんなに元気を与えたい!」とか言ってるけど、お前たちは私に元気を与える前に、私から元気を奪い取る。
ストーリー読むにはリズムゲームをこなさなければならないし、ランキングイベは走ることを要求される。ガチャは当然だけど目当てが欲しけりゃ金がかかるし確定で引けるわけでもない。ストイベは当然期間限定だから、気力がなくてもストーリースキップしつつ読み返せるようにしておかないとって焦ってしまう。
疲れる。
せめて動画再生回数だけでもってMV回して、頑張って、って推しが歌ってるのを見て憎しみが湧いてからは一度も見てない。今の私に必要なのはエールじゃないから。
そもそも青少年たちの頑張りを見て、頑張って!ってうちわとペンラ振って金注ぎ込んでアプリ寿命という名のアイドル生命保たせるコンテンツと、疲れ切って飛び降りるか我慢して今日も生きるかだけをぐるぐる考えてる人間の相性が良いわけないのはわかってるんだよ。
走らなければいい、引かなきゃいい、そもそもアプリアンスコしろ、その通り。
結局推しってのは麻酔に過ぎない。今この瞬間を死なずにいるための痛み止めで、同様の働きをしてくれるんならなんでもいい。
死へ飛び込みそうになる勢いをそのまま何かへの狂気的執着に捻じ曲げて、必死に死から遠ざかろうとしてるだけ。
他人に言っても引かれなくて、この狂気は熱意なんですって誤魔化せるから推しってのは本当に都合がいい。仲間も簡単に見つかるし。
でも気力が尽きたらもう本当に、なんにもできない。
ただただ寝て、歌詞のないAI生成ヒーリングミュージック聴いて、頭がぼうっとする薬飲んでまた眠る。
今はソシャゲはほとんどやめて、買い切りインディーゲーだけやってる。安くて、短くて、ストーリーが完結しているのがありがたい。
時間とか、課金とか、動画の再生回数とか、今後の展開とか、次回のメインストーリー更新とか、Xに投稿する感想ツイートとか、そういうのなにも考えなくていいから楽。
初めはBrotatoを1waveクリアするごとに休憩を入れていたけど、今はぶっ続けで20waveまで行ける。最近はInscryptionをクリアした。Milk inside a bag of milk inside a bag of milkには本気で共感したし、ファミレスを享受せよは思いの外面白かった。都市伝説解体センターはラストに思うところはあるけど、演出が良かったからまあいいか、って思ってる。
RPGは気力が続かなくて途中でやめてしまうことが多いけど、そのうちクリアまでいけると信じている。特にイーストワードとIn Stars and Timeは気力がもっと戻ったら必ず最後までプレイしたい。
Let’s get one fucking thing straight: WWDC is supposed to be *for developers*。
You know, the people who actually build shit。Who dig into SDKs, APIs, system frameworks。
Who care about real updates like “What the hell is the new SwiftUI lifecycle doing?”
or “Can I finally use fucking private entitlements without jumping through flaming hoops?”
So why the hell does Apple keep opening its most important developer event of the year
with Craig Federighi doing goddamn *skydiving*? Or *parkour*? Or some *Fast & Furious parody*
with an F1 helmet and sunglasses? What the actual fuck is going on?
This isn’t Saturday Night Live。This is supposed to be a showcase of what we’re all supposed
to build our future on。Vision。Platform direction。Architecture。
Instead, we get Craig zooming through corridors in slow-mo like he’s auditioning for
Mission Impossible 9: MacBook Drift。
And it’s not even funny anymore。Maybe the first time it was *kind of* charming。
A little wink at the audience。でも now? It’s just fucking cringe。
Wasted time。Wasted bandwidth。A glossy, over-produced middle finger to every developer
watching, notebook in hand, waiting for the actual meat。
Do you sit there thinking, *“Wow, this is such a great use of my time!”*
“CUT THE SHIT, CRAIG. SHOW ME THE FUCKING TOOLS.”
We’re being sold a fantasy — not a platform vision。
What should be an opportunity to say,
“Here’s how Apple wants developers to think in the next 5 years,”
becomes a shallow PR reel of stunts, shots, and skits。
Developers want **guidance**, not gimmicks。**Vision**, not vanity。
Instead of 3 minutes of Craig pretending he’s Neo in a hallway full of Mac Studios,
how about showing us the **real** architectural shifts in Swift,
or a **deep dive** into low-level memory optimizations in macOS?
How about finally explaining wtf is happening with `SwiftData`?
Or *anything* that makes us better builders?
We could have had 20 more seconds of **clarity**, not costume。
WWDC is Apple’s time to inspire, to lead, to fucking **guide** the ecosystem。
But lately?
It feels more like we’re watching the Craig Federighi Variety Hour。
And I didn’t fucking subscribe to that。
----
Let’s get one f***ing thing straight: WWDC is supposed to be *for developers*.
You know, the people who actually build shit. Who dig into SDKs, APIs, system frameworks.
Who care about real updates like “What the hell is the new SwiftUI lifecycle doing?”
or “Can I finally use fucking private entitlements without jumping through flaming hoops?”
So why the hell does Apple keep opening its most important developer event of the year
with Craig Federighi doing goddamn *skydiving*? Or *parkour*? Or some *Fast & Furious parody*
with an F1 helmet and sunglasses? What the actual f*** is going on?
This isn’t Saturday Night Live. This is supposed to be a showcase of what we’re all supposed
to build our future on. Vision. Platform direction. Architecture.
Instead, we get Craig zooming through corridors in slow-mo like he’s auditioning for
Mission Impossible 9: MacBook Drift.
And it’s not even funny anymore. Maybe the first time it was *kind of* charming.
A little wink at the audience. But now? It’s just fucking cringe.
Wasted time. Wasted bandwidth. A glossy, over-produced middle finger to every developer
watching, notebook in hand, waiting for the actual meat.
Do you sit there thinking, *“Wow, this is such a great use of my time!”*
> “CUT THE SHIT, CRAIG. SHOW ME THE FUCKING TOOLS.”
We’re being sold a fantasy — not a platform vision.
What should be an opportunity to say,
“Here’s how Apple wants developers to think in the next 5 years,”
becomes a shallow PR reel of stunts, shots, and skits.
Developers want **guidance**, not gimmicks. **Vision**, not vanity.
Instead of 3 minutes of Craig pretending he’s Neo in a hallway full of Mac Studios,
how about showing us the **real** architectural shifts in Swift,
or a **deep dive** into low-level memory optimizations in macOS?
How about finally explaining wtf is happening with `SwiftData`?
Or *anything* that makes us better builders?
We could have had 20 more seconds of **clarity**, not costume.
WWDC is Apple’s time to inspire, to lead, to fucking **guide** the ecosystem.
But lately?
It feels more like we’re watching the Craig Federighi Variety Hour.
And I didn’t f***ing subscribe to that.
----
1分で結構です、どうか読み飛ばさないでください。今日は6月25日で、日本の皆様に、ぜひ振り返っていただきたいことがあります。この1年で増田を、ホッテントリを何回ひらきましたか?そこで何を学びましたか?そして、今回はてなスターを購入していただくことは可能ですか?よろしければ、購入を選ぶ0.02%の読者に仲間入りしてくださいませんか。もし今これを読んでいる皆様が¥500の50 STARSパックを購入してくだされば、数時間で募金活動の目標を達成できます。
はてなには至らない点がありますが、スパムを放置したり、特定の見解を押し付けることもしません。数多くの人がはてなを手がけています。オンライン上では希少な「質の高い情報」をあらゆる人が目にすることができるよう、取り組み続けたいのです。
もしこの1年であなたがはてなから学んだ情報に¥500の価値があったと考えていただけるなら、どうか、その金額ではてなスターをご購入いただけないでしょうか。重要なのは金額の大小ではありません。すべての投稿、すべてのご購入に価値があります。どうぞよろしくお願い申し上げます。
はてな一同
ホワイトハウス訪問でムーキーベッツに注目が集まった理由がヤバい...#ドジャース #エピソード #shorts https://youtube.com/shorts/UbfbLEDZNz8?si=sS3nHwNE9ppEiLbp @YouTubeより
これはベッツがかわいそうな感じになっているが、6年前はトランプ政権の時なのでBLMとか言うでたらめな詐欺+公金チューチュースキームに参加して、トランプは白人至上主義者としてホワイトハウスに行かなかったということになる。
今回ドジャースが「チームとして」参加したというベッツの発言は「わが身かわいさで出た保身」であり、責任感がない。そしてドジャースはDEI政策を放棄、トランプに逆らうことはしない、ベッツは間違っていたことを認めたことになる。
胸中が複雑とか言っているが、なにをでたらめを言っているんだ。詐欺に加担したんだからベッツの胸中などなんら意味がない。詐欺師に加担したムーキーの記事はこちら。
Dodgers' Mookie Betts, Giants kneel in Black Lives Matter pregame ceremony
https://abc7.com/mookie-betts-kneel-take-a-knee-black-lives-matter/6332745/
むしろ、トランプは降伏した場合には寛容だというエピソードだ。「Mookieは素晴らしい選手だ。あのトレードは間違いだった」というのはダブルミーニングで、「あの不参加は間違いだったね」という意味を持っている。
まあこの動画で日本人はドジャースがホワイトハウスを表敬訪問した意味が判ってないんだな、ということがわかってよかった。
まだバカなことを言っているメディアがこちら。まあ3000回しか再生されていない時点で誰も支持していないことがわかる。
LA Dodgers Kiss Trump's A** and Show They're HUGE Cowards
https://www.youtube.com/watch?v=iyBIDQcjUOE
The 2024 World Series champion Los Angeles Dodgers bent the knee to Donald Trump as many of the team's stars, including Shohei Ohtani, Clayton Kershaw, Max Muncy, Mookie Betts, and others cozied up to the wannabe dictator and whitewashed his fascist tendencies, throwing dirt on the legacy of Dodgers legend and American hero Jackie Robinson in the process. Rick Strom breaks it down. Give us your thoughts in the comments below!
2024年ワールドシリーズ優勝候補のロサンゼルス・ドジャースは、大谷翔平、クレイトン・カーショウ、マックス・マンシー、ムーキー・ベッツなど、チームのスター選手の多くが独裁者気取りのトランプに接近し、彼のファシスト的傾向を隠蔽する一方で、ドジャースのレジェンドでありアメリカの英雄であるジャッキー・ロビンソンの功績に汚点をつけた。リック・ストロムが分析する。ぜひ下のコメント欄であなたの意見をお聞かせください!リック・ストロム・ショーはこちらでチェック
🇺🇸 🇯🇵Blah DARK MAGA😈
ブリオナ・テイラーの母親が「BLMは詐欺。娘の死を利用した」とBLMを批判している件
🇺🇸 🇯🇵Blah DARK MAGA😈
フロイドの死から一年後、豪奢なマンションで乾杯するBLMリーダーの動画。
膨大な寄付金は豪邸や遊興費に消えて、近世最大級の集金詐欺と判明したBLMだけど、大坂なおみ他広告塔まがいの人達やメディアって責任取んの?
Please consider the histroy of humanity from biological perpsecitve and current known fact in nearby universe, which expo-planet (from the Sol system perspective) is most likely to have civlizaed society? Please add percentage next to it in the chart
ChatGPT
Reasoned about exoplanet civilization likelihoodを28 秒行う
Evaluating planetary prospects
OK, I’m looking at the likelihood of a civilized society on an exoplanet within our Solar System. I’ll consider biological history and current space knowledge, aiming to identify the most promising candidate.
Identifying potential candidates
I'm considering exoplanets like Proxima Centauri b and TRAPPIST-1e, which might suggest they are within or observed from our Solar System.
Assessing potential candidates
I’m evaluating Proxima Centauri b, Barnard's Star, LHS 1140, and TRAPPIST-1, focusing on their habitable zones and available data. The Drake equation might help estimate their civilized society likelihoods.
Identifying promising exoplanets
I’m noting key exoplanets like Proxima Centauri b and TRAPPIST-1, which have Earth-like characteristics and are in habitable zones. This narrows down the potential candidates for advanced civilizations.
I'm gathering info on planets like Proxima Centauri b and TRAPPIST-1, considering factors like magnetic fields, atmospheres, and proximity to G-type stars for their potential to support advanced civilizations.
Evaluating exoplanet prospects
I'm noting that Proxima Centauri b, despite being close and around a red dwarf star, might support life if it has a magnetic field and atmosphere. This makes me think about its potential.
Charting probabilities
I'm estimating civilization probabilities for exoplanets like Proxima Centauri b and TRAPPIST-1 e, using speculative percentages based on the Drake equation and the lack of evidence for intelligent life.
I'm crafting a chart with exoplanet names and civilization likelihood percentages, grounded in the long timeline of life's evolution, despite the speculative nature of these figures.
Identifying exoplanet contenders
I’m evaluating exoplanets like Proxima Centauri b, TRAPPIST-1 e, and Kepler-186f, considering their star types and distances, to gauge their potential for supporting advanced civilizations from our solar system's viewpoint.
Weighing proximity and observation
I'm leaning towards Proxima Centauri b due to its closeness and observational potential, despite concerns about its flare star dynamics. TRAPPIST-1 e, f, or g are also worth considering.
I'm focusing on exoplanets like Proxima Centauri b, Ross 128 b, LHS 1140 b, TRAPPIST-1 e/f/g, and K2-18b, aiming to chart their likelihood of hosting a civilized society based on current knowledge.
Assessing exoplanet potentials
I'm gathering speculative probabilities for exoplanets like Proxima Centauri b and TRAPPIST-1 e/f/g, using the Drake equation and current understanding, to better estimate their chances of hosting a civilized society.
Refining speculative probabilities
I’m refining speculative probabilities for exoplanets, including Proxima Centauri b and TRAPPIST-1 e/f/g, to estimate their chances of hosting a civilized society, considering Earth's long biological history.
Refining odds
I'm considering the astronomical timeline for intelligent life on Earth, leading me to assign even lower speculative odds for exoplanets like Proxima Centauri b and TRAPPIST-1 e.
I’m crafting a simplified chart with arbitrary percentages, clearly noting the speculative nature and lack of scientific data, while considering the target audience's basic understanding of the topic.
I’m charting arbitrary percentages for exoplanets, clarifying their speculative nature, and ensuring the data is accessible for young audiences with minimal scientific detail.
Crafting a chart
I’m creating a markdown table with speculative percentages for the likelihood of civilized life on exoplanets, emphasizing their purely theoretical nature and considering the understanding level of an 8-year-old.
Integrating speculative analysis
I’m mapping out a markdown chart with speculative percentages for the likelihood of a civilized society on exoplanets, mindful of the complexity and simplifying for an 8-year-old's understanding.
I’m piecing together markdown for exoplanets, noting Proxima Centauri b's reduced civilized life chance due to the red dwarf's activity. This inclusion highlights the speculative nature of the analysis.
Piecing together speculative odds
I’m detailing a markdown chart for audience-friendly exoplanet likelihoods, considering environmental challenges and adding a disclaimer about the speculative nature and lack of evidence.
Piecing together
I’m leaning towards Proxima Centauri b for its proximity and silent star, but I’ll add a speculative chart ranking nearby exoplanets, noting their advanced civilizations' hypothetical likelihood.
Assessing civilization probabilities
I'm emphasizing the slow emergence of intelligent life on Earth, which suggests that the odds of any habitable planet developing a complex civilization might be as low as a few percent.
Below is a very speculative chart that—based on what we know about Earth’s long, winding path from simple life to a “civilized society” and our limited observations of nearby exoplanets—gives some fun, made‑up percentage chances for a few of our best candidate exoplanets. Remember: Scientists have not yet found any proof of life (let alone advanced civilizations) on any exoplanet. These numbers are just playful estimates to help you think about the ideas!
Speculative Chances of Finding an Advanced Civilization on Nearby Exoplanets
Exoplanet Estimated Likelihood of a Civilized Society
Proxima Centauri b ~2%
LHS 1140 b ~0.5%
How Did We (Very Roughly) Guess These Numbers?
Earth’s Example:
On Earth, life began as simple single‑celled organisms and took billions of years to evolve into a species that built complex societies. This long journey suggests that—even if a planet is in the “habitable zone” (where liquid water could exist)—developing an advanced, civilized society might be rare.
Proxima Centauri b:
This is the closest exoplanet to us. Even though its star (Proxima Centauri) is a red dwarf that sometimes sends out strong flares (which might harm life), its closeness makes it one of our most interesting candidates. That’s why we give it a slightly higher guess (~2%).
These planets are part of a group orbiting a very cool star. Their environments might be challenging (for example, they could be tidally locked, meaning one side always faces the star), so the chance of a complex, advanced civilization might be a bit lower.
LHS 1140 b:
This planet is promising in some ways but is a little farther away and around a dimmer star, so our playful estimate is even lower.
All of these percentages are extremely rough guesses based on what little we understand about the conditions for life and intelligence. Scientists use ideas like the Drake Equation to think about these chances—but until we have concrete evidence, these numbers remain just for fun and imagination.
Enjoy exploring these ideas—and remember, space is full of mysteries waiting to be discovered!
あなた:
Please examine the Drake Equation itself and see if this euqation is acculate or more opition in the equation you will use
ChatGPT
Reasoned about the Drake Equationを6 秒行う
re-examining the Drake Equation
evaluating the Drake Equation's value
OK, let me see. The Drake Equation isn't a precise formula; it's more of a guiding heuristic that tackles numerous uncertainties regarding extraterrestrial civilizations.
Thinking through the Drake Equation, I’m evaluating its conceptual nature, its uncertain parameters, and its criticism to conclude on its reliability as an accurate predictive model.
Understanding the Drake Equation
I’m mapping out the Drake Equation as a conceptual guide, detailing its parameters, which are often based on estimates or opinions, to evaluate its reliability for predicting extraterrestrial civilizations.
The Drake Equation is a famous formula that was created to help scientists think about the many factors involved in estimating the number of detectable extraterrestrial civilizations in our galaxy. However, when we look at the equation closely, we see that it is more of a conceptual framework or heuristic tool than a precise, predictive formula. Let’s break down why:
The equation is usually written as:
𝑁
=
𝑅
∗
×
𝑓
𝑝
×
𝑛
𝑒
×
𝑓
𝑙
×
𝑓
𝑖
×
𝑓
𝑐
×
𝐿
N=R
∗
×f
p
×n
e
×f
l
×f
i
×f
c
×L
Where:
𝑅
∗
R
∗
: The average rate of star formation per year in our galaxy.
𝑓
𝑝
f
p
: The fraction of those stars that have planetary systems.
𝑛
𝑒
n
e
: The average number of planets that could potentially support life per star with planets.
𝑓
𝑙
f
l
: The fraction of those planets where life actually develops.
𝑓
𝑖
f
i
: The fraction of planets with life where intelligent life evolves.
𝑓
𝑐
f
c
: The fraction of civilizations that develop technology that releases detectable signals into space.
𝐿
L: The length of time such civilizations release detectable signals.
Why the Drake Equation Is More of a Guideline Than a Precise Formula
Uncertain Inputs:
𝑅
∗
R
∗
𝑓
𝑝
f
p
(fraction of stars with planets), have become better known through modern astronomy.
The parameters related to the development of life and intelligence—
𝑓
𝑙
f
l
,
𝑓
𝑖
f
i
,
𝑓
𝑐
f
c
, and
𝐿
L—are based on very limited data. For example, Earth is the only planet we know where life has developed, so we have no way to compare or derive a statistically robust estimate for these factors. This means that the values chosen for these parameters are largely subjective estimates or educated guesses.
Wide Ranges of Possible Values:
Because many of these factors are not well-constrained, if you change one of the more uncertain parameters even slightly, the final estimate for
𝑁
N (the number of civilizations) can vary by many orders of magnitude. This wide range shows that the equation can lead to very different outcomes based on personal or theoretical assumptions.
The Drake Equation was never meant to provide a precise answer. Instead, it serves as a way to organize our thinking about what conditions might be necessary for the development of extraterrestrial civilizations. It encourages discussion about the relative importance of different factors and highlights where our scientific knowledge is limited.
Is the Drake Equation Accurate or More Opinion-Based?
Accurate?
In the sense of being a strict mathematical model with well-defined inputs and predictable outputs, the Drake Equation is not accurate. Its accuracy is limited by the extreme uncertainties in several of its key parameters.
Many of the terms in the equation, especially those concerning the evolution of life and intelligence, are based on opinion, interpretation, and the single example of Earth. Therefore, while the structure of the equation is logical, the numbers you put into it (and hence the final result) are often more reflective of our current opinions and assumptions than of robust empirical data.
The Drake Equation is a valuable tool for framing the question of extraterrestrial life. It helps scientists and enthusiasts break down a complex problem into smaller, more manageable questions. However, because several of its factors are highly uncertain and subject to personal interpretation, it is more of a conceptual guide—or even a way to stimulate discussion—than a formula that provides a definitive, accurate prediction of the number of extraterrestrial civilizations.
In summary, while the Drake Equation is useful for thinking about the various factors that might lead to the emergence of a civilization, its outputs should be taken as highly speculative estimates rather than precise measurements.
あなた:
Please also consider the possiblities of non-human intelligent emrgencing from the long history of Sol system and nearby planets and see if there is any possiblites that in one time intelligent life emerged in nearby planets and see this to the equation
ChatGPT
Reasoned about non-human intelligence and the Drake Equationを19 秒行う
Evaluating non-human intelligence
I'm thinking about the potential for non-human intelligent life forms in the Sol system and neighboring planets, and how this might factor into the equation.
Piecing together possibilities
I'm thinking about how to integrate the emergence of non-human intelligent life, possibly on Mars or Europa, into the Drake Equation for the Sol system and neighboring planets.
It's interesting to think about the hypothesis of intelligent life emerging on Mars or Venus, though Earth remains the only known life-supporting planet in the solar system.
Considering other realms
I'm examining if intelligent life could have emerged on planets like Mars, Venus, or Europa, and how this possibility aligns with the predictions of the Drake Equation.
Hmm, I’m thinking about how non-human intelligent life on Mars or Venus could intersect with the assumptions of the Drake Equation, which seems to focus solely on Earth-based evolution.
I’m piecing together the hypothesis of non-human, advanced, intelligent life in the solar system. Mars, Venus, and Titan present challenges, but Europa and Enceladus might harbor microbial life.
Please consider the histroy of humanity from biological perpsecitve and current known fact in nearby universe, which expo-planet (from the Sol system perspective) is most likely to have civlizaed society? Please add percentage next to it in the chart
ChatGPT
Reasoned about exoplanet civilization likelihoodを28 秒行う
Evaluating planetary prospects
OK, I’m looking at the likelihood of a civilized society on an exoplanet within our Solar System. I’ll consider biological history and current space knowledge, aiming to identify the most promising candidate.
Identifying potential candidates
I'm considering exoplanets like Proxima Centauri b and TRAPPIST-1e, which might suggest they are within or observed from our Solar System.
Assessing potential candidates
I’m evaluating Proxima Centauri b, Barnard's Star, LHS 1140, and TRAPPIST-1, focusing on their habitable zones and available data. The Drake equation might help estimate their civilized society likelihoods.
Identifying promising exoplanets
I’m noting key exoplanets like Proxima Centauri b and TRAPPIST-1, which have Earth-like characteristics and are in habitable zones. This narrows down the potential candidates for advanced civilizations.
I'm gathering info on planets like Proxima Centauri b and TRAPPIST-1, considering factors like magnetic fields, atmospheres, and proximity to G-type stars for their potential to support advanced civilizations.
Evaluating exoplanet prospects
I'm noting that Proxima Centauri b, despite being close and around a red dwarf star, might support life if it has a magnetic field and atmosphere. This makes me think about its potential.
Charting probabilities
I'm estimating civilization probabilities for exoplanets like Proxima Centauri b and TRAPPIST-1 e, using speculative percentages based on the Drake equation and the lack of evidence for intelligent life.
I'm crafting a chart with exoplanet names and civilization likelihood percentages, grounded in the long timeline of life's evolution, despite the speculative nature of these figures.
Identifying exoplanet contenders
I’m evaluating exoplanets like Proxima Centauri b, TRAPPIST-1 e, and Kepler-186f, considering their star types and distances, to gauge their potential for supporting advanced civilizations from our solar system's viewpoint.
Weighing proximity and observation
I'm leaning towards Proxima Centauri b due to its closeness and observational potential, despite concerns about its flare star dynamics. TRAPPIST-1 e, f, or g are also worth considering.
I'm focusing on exoplanets like Proxima Centauri b, Ross 128 b, LHS 1140 b, TRAPPIST-1 e/f/g, and K2-18b, aiming to chart their likelihood of hosting a civilized society based on current knowledge.
Assessing exoplanet potentials
I'm gathering speculative probabilities for exoplanets like Proxima Centauri b and TRAPPIST-1 e/f/g, using the Drake equation and current understanding, to better estimate their chances of hosting a civilized society.
Refining speculative probabilities
I’m refining speculative probabilities for exoplanets, including Proxima Centauri b and TRAPPIST-1 e/f/g, to estimate their chances of hosting a civilized society, considering Earth's long biological history.
Refining odds
I'm considering the astronomical timeline for intelligent life on Earth, leading me to assign even lower speculative odds for exoplanets like Proxima Centauri b and TRAPPIST-1 e.
I’m crafting a simplified chart with arbitrary percentages, clearly noting the speculative nature and lack of scientific data, while considering the target audience's basic understanding of the topic.
I’m charting arbitrary percentages for exoplanets, clarifying their speculative nature, and ensuring the data is accessible for young audiences with minimal scientific detail.
Crafting a chart
I’m creating a markdown table with speculative percentages for the likelihood of civilized life on exoplanets, emphasizing their purely theoretical nature and considering the understanding level of an 8-year-old.
Integrating speculative analysis
I’m mapping out a markdown chart with speculative percentages for the likelihood of a civilized society on exoplanets, mindful of the complexity and simplifying for an 8-year-old's understanding.
I’m piecing together markdown for exoplanets, noting Proxima Centauri b's reduced civilized life chance due to the red dwarf's activity. This inclusion highlights the speculative nature of the analysis.
Piecing together speculative odds
I’m detailing a markdown chart for audience-friendly exoplanet likelihoods, considering environmental challenges and adding a disclaimer about the speculative nature and lack of evidence.
Piecing together
I’m leaning towards Proxima Centauri b for its proximity and silent star, but I’ll add a speculative chart ranking nearby exoplanets, noting their advanced civilizations' hypothetical likelihood.
Assessing civilization probabilities
I'm emphasizing the slow emergence of intelligent life on Earth, which suggests that the odds of any habitable planet developing a complex civilization might be as low as a few percent.
Below is a very speculative chart that—based on what we know about Earth’s long, winding path from simple life to a “civilized society” and our limited observations of nearby exoplanets—gives some fun, made‑up percentage chances for a few of our best candidate exoplanets. Remember: Scientists have not yet found any proof of life (let alone advanced civilizations) on any exoplanet. These numbers are just playful estimates to help you think about the ideas!
Speculative Chances of Finding an Advanced Civilization on Nearby Exoplanets
Exoplanet Estimated Likelihood of a Civilized Society
Proxima Centauri b ~2%
LHS 1140 b ~0.5%
How Did We (Very Roughly) Guess These Numbers?
Earth’s Example:
On Earth, life began as simple single‑celled organisms and took billions of years to evolve into a species that built complex societies. This long journey suggests that—even if a planet is in the “habitable zone” (where liquid water could exist)—developing an advanced, civilized society might be rare.
Proxima Centauri b:
This is the closest exoplanet to us. Even though its star (Proxima Centauri) is a red dwarf that sometimes sends out strong flares (which might harm life), its closeness makes it one of our most interesting candidates. That’s why we give it a slightly higher guess (~2%).
These planets are part of a group orbiting a very cool star. Their environments might be challenging (for example, they could be tidally locked, meaning one side always faces the star), so the chance of a complex, advanced civilization might be a bit lower.
LHS 1140 b:
This planet is promising in some ways but is a little farther away and around a dimmer star, so our playful estimate is even lower.
All of these percentages are extremely rough guesses based on what little we understand about the conditions for life and intelligence. Scientists use ideas like the Drake Equation to think about these chances—but until we have concrete evidence, these numbers remain just for fun and imagination.
Enjoy exploring these ideas—and remember, space is full of mysteries waiting to be discovered!
あなた:
Please examine the Drake Equation itself and see if this euqation is acculate or more opition in the equation you will use
ChatGPT
Reasoned about the Drake Equationを6 秒行う
re-examining the Drake Equation
evaluating the Drake Equation's value
OK, let me see. The Drake Equation isn't a precise formula; it's more of a guiding heuristic that tackles numerous uncertainties regarding extraterrestrial civilizations.
Thinking through the Drake Equation, I’m evaluating its conceptual nature, its uncertain parameters, and its criticism to conclude on its reliability as an accurate predictive model.
Understanding the Drake Equation
I’m mapping out the Drake Equation as a conceptual guide, detailing its parameters, which are often based on estimates or opinions, to evaluate its reliability for predicting extraterrestrial civilizations.
The Drake Equation is a famous formula that was created to help scientists think about the many factors involved in estimating the number of detectable extraterrestrial civilizations in our galaxy. However, when we look at the equation closely, we see that it is more of a conceptual framework or heuristic tool than a precise, predictive formula. Let’s break down why:
The equation is usually written as:
𝑁
=
𝑅
∗
×
𝑓
𝑝
×
𝑛
𝑒
×
𝑓
𝑙
×
𝑓
𝑖
×
𝑓
𝑐
×
𝐿
N=R
∗
×f
p
×n
e
×f
l
×f
i
×f
c
×L
Where:
𝑅
∗
R
∗
: The average rate of star formation per year in our galaxy.
𝑓
𝑝
f
p
: The fraction of those stars that have planetary systems.
𝑛
𝑒
n
e
: The average number of planets that could potentially support life per star with planets.
𝑓
𝑙
f
l
: The fraction of those planets where life actually develops.
𝑓
𝑖
f
i
: The fraction of planets with life where intelligent life evolves.
𝑓
𝑐
f
c
: The fraction of civilizations that develop technology that releases detectable signals into space.
𝐿
L: The length of time such civilizations release detectable signals.
Why the Drake Equation Is More of a Guideline Than a Precise Formula
Uncertain Inputs:
𝑅
∗
R
∗
𝑓
𝑝
f
p
(fraction of stars with planets), have become better known through modern astronomy.
The parameters related to the development of life and intelligence—
𝑓
𝑙
f
l
,
𝑓
𝑖
f
i
,
𝑓
𝑐
f
c
, and
𝐿
L—are based on very limited data. For example, Earth is the only planet we know where life has developed, so we have no way to compare or derive a statistically robust estimate for these factors. This means that the values chosen for these parameters are largely subjective estimates or educated guesses.
Wide Ranges of Possible Values:
Because many of these factors are not well-constrained, if you change one of the more uncertain parameters even slightly, the final estimate for
𝑁
N (the number of civilizations) can vary by many orders of magnitude. This wide range shows that the equation can lead to very different outcomes based on personal or theoretical assumptions.
The Drake Equation was never meant to provide a precise answer. Instead, it serves as a way to organize our thinking about what conditions might be necessary for the development of extraterrestrial civilizations. It encourages discussion about the relative importance of different factors and highlights where our scientific knowledge is limited.
Is the Drake Equation Accurate or More Opinion-Based?
Accurate?
In the sense of being a strict mathematical model with well-defined inputs and predictable outputs, the Drake Equation is not accurate. Its accuracy is limited by the extreme uncertainties in several of its key parameters.
Many of the terms in the equation, especially those concerning the evolution of life and intelligence, are based on opinion, interpretation, and the single example of Earth. Therefore, while the structure of the equation is logical, the numbers you put into it (and hence the final result) are often more reflective of our current opinions and assumptions than of robust empirical data.
The Drake Equation is a valuable tool for framing the question of extraterrestrial life. It helps scientists and enthusiasts break down a complex problem into smaller, more manageable questions. However, because several of its factors are highly uncertain and subject to personal interpretation, it is more of a conceptual guide—or even a way to stimulate discussion—than a formula that provides a definitive, accurate prediction of the number of extraterrestrial civilizations.
In summary, while the Drake Equation is useful for thinking about the various factors that might lead to the emergence of a civilization, its outputs should be taken as highly speculative estimates rather than precise measurements.
あなた:
Please also consider the possiblities of non-human intelligent emrgencing from the long history of Sol system and nearby planets and see if there is any possiblites that in one time intelligent life emerged in nearby planets and see this to the equation
ChatGPT
Reasoned about non-human intelligence and the Drake Equationを19 秒行う
Evaluating non-human intelligence
I'm thinking about the potential for non-human intelligent life forms in the Sol system and neighboring planets, and how this might factor into the equation.
Piecing together possibilities
I'm thinking about how to integrate the emergence of non-human intelligent life, possibly on Mars or Europa, into the Drake Equation for the Sol system and neighboring planets.
It's interesting to think about the hypothesis of intelligent life emerging on Mars or Venus, though Earth remains the only known life-supporting planet in the solar system.
Considering other realms
I'm examining if intelligent life could have emerged on planets like Mars, Venus, or Europa, and how this possibility aligns with the predictions of the Drake Equation.
Hmm, I’m thinking about how non-human intelligent life on Mars or Venus could intersect with the assumptions of the Drake Equation, which seems to focus solely on Earth-based evolution.
I’m piecing together the hypothesis of non-human, advanced, intelligent life in the solar system. Mars, Venus, and Titan present challenges, but Europa and Enceladus might harbor microbial life.
そもそもソシャゲの定義って何?知らん……なんか、こう……雰囲気で考えてよ。俺は雰囲気で考えた
中身を調べるのは骨が折れそうなので、雑に『週刊ファミ通』の表紙だけを調べてみた。2023年はソシャゲ率0.372、2024年はソシャゲ率0.284。うーん、なんとも言えんね
FF14が3度表紙になっていたり、リリースから年月が経ったヴァロエペも1回ずつ表紙になっているなど、ソシャゲというか固定ファンを掴んだ「運営型タイトル」全般が強いと感じた
派生タイトルを全部合わせれば、アイマスが7回、グラブルが5回表紙になってるのもすごい
近年のファミ通では発売から数年が経過した据え置き型タイトルの特集も珍しくない。雑誌メディアにかつてのような速報性が求められなくなった現在では、それに代わって熱心なファン層を持つタイトルの読み物のほうが需要があるのだろう。雑誌というメディア自体が一種の記念品、お土産のように機能している
ソシャ 17.5
非ソシャ 29.5
ソシャ 12.5
非ソシャ 28.5
その他 3
| 2024/1/4 | メタファー:リファンタジオ | |
| 2024/1/18 | なし(ネッキー) | その他 |
| 2024/1/25 | ポケモン feat. 初音ミク | その他 |
| 2024/2/1 | 龍が如く8 | |
| 2024/2/8 | ペルソナ3 リロード | |
| 2024/2/15 | グランブルーファンタジー リリンク | |
| 2024/2/22 | グランブルーファンタジー リリンク | |
| 2024/2/29 | ダンジョン飯 | その他 |
| 2024/3/7 | ヘブンバーンズレッド | ソシャ |
| 2024/3/14 | ファイナルファンタジーVII リバース | |
| 2024/3/21 | ユニコーンオーバーロード | |
| 2024/3/28 | Rise of the Ronin | |
| 2024/4/4 | ドラゴンズドグマ2 | |
| 2024/4/11 | グランブルーファンタジー | ソシャ |
| 2024/4/18 | パラノマサイト | |
| 2024/4/25 | アイドルマスター シャイニーカラーズ | ソシャ |
| 2024/5/2 | 百英雄伝 | |
| 2024/5/16 | 崩壊:スターレイル | ソシャ |
| 2024/5/23 | 艦隊これくしょん | ソシャ |
| 2024/5/30 | 学園アイドルマスター | ソシャ |
| 2024/6/6 | デジボク地球防衛軍2 | |
| 2024/6/13 | ストリートファイター6 | |
| 2024/6/20 | 真・女神転生V Vengeance | |
| 2024/6/27 | アイドルマスター ミリオンライブ! シアターデイズ | ソシャ |
| 2024/7/4 | エルデンリングDLC | |
| 2024/7/11 | ファイナルファンタジーXIV | |
| 2024/7/18 | モンスターハンターワイルズ | |
| 2024/7/25 | 天穂のサクナヒメ(アニメ版イラスト) | |
| 2024/8/1 | パワフルプロ野球2024-2025 x 大谷翔平 | |
| 2024/8/8 | ヘブンバーンズレッド | ソシャ |
| 2024/8/15 | VALORANT | |
| 2024/8/22・29 | Fate/Grand Order | ソシャ |
| 2024/9/5 | スター・ウォーズ 無法者たち | |
| 2024/9/12 | アストロボット | |
| 2024/9/19 | ポケモンマスターズEX | ソシャ |
| 2024/9/26 | スプラトゥーン3 | |
| 2024/10/3 | ファイナルファンタジーXVI | |
| 2024/10/10 | 原神 | ソシャ |
| 2024/10/17 | サイレントヒル2 | |
| 2024/10/24 | メタファー:リファンタジオ | |
| 2024/10/31 | SHIFT UP特集 | ソシャ(一部に非ソシャ含む) |
| 2024/11/14 | コール オブ デューティ ブラックオプス6 | |
| 2024/11/21 | 学園アイドルマスター | ソシャ |
| 2024/11/28 | ドラゴンクエストIII |
何か最近のアニメってカバー多いよなーと思ったのでこちらを参考にここ7年くらいのアニメで複数回採用されたカバーソングをピックアップしてみた
これより前にも「らき☆すた」や「夏のあらし!」で使われた『セーラー服と機関銃』や、「今日の5の2」や「あの花」で使われた『secret base 〜君がくれたもの〜』などがあるが、まとまった資料がないので入れてない
OVAは知らない
| 採用回数 | 曲名 | アニメ |
|---|---|---|
| 3 | 小さな恋のうた(MONGOL800) | からかい上手の高木さん 第9話、第10話 ED、お隣の天使様にいつの間にか駄目人間にされていた件 ED、時々ボソッとロシア語でデレる隣のアーリャさん 第5話 ED |
| 2 | 愛唄(GReeeeN) | からかい上手の高木さん 第11話 ED、お隣の天使様にいつの間にか駄目人間にされていた件 7話 ED |
| 2 | 気まぐれロマンティック(いきものがかり) | からかい上手の高木さん 第1話、第2話 ED、からかい上手の高木さん3 第6話 挿入歌、時々ボソッとロシア語でデレる隣のアーリャさん 第11話 ED |
| 2 | 学園天国(フィンガー5) | からかい上手の高木さん3 第6話 ED、時々ボソッとロシア語でデレる隣のアーリャさん 第1話 ED |
| 2 | 旅立ちの日に(秩父市立影森中学校) | 月がきれい 7話 挿入歌、Sonny Boy 6話 挿入歌 |
| 2 | じょいふる(いきものがかり) | アニマエール! 第6話 挿入歌、からかい上手の高木さん3 第7話, 第8話 ED |
| 2 | LOVE2000(hitomi) | アニマエール! 第8話 挿入歌、負けヒロインが多すぎる! 第1話~第4話 ED |
| 2 | CRAZY GONNA CRAZY(trf) | アニマエール! 第11話 挿入歌、KING OF PRISM -Shiny Seven Stars- 第11話 挿入歌 |
| 2 | 気分上々↑↑(mihimaru GT) | D4DJ First Mix 第2~4話 挿入歌、パリピ孔明 ED |
| 2 | 想い出がいっぱい(H2O) | SYNDUALITY Noir 第1話 挿入歌、時々ボソッとロシア語でデレる隣のアーリャさん 第3話 ED |
| 採用回数 | 曲名 | アニメ、歌 |
|---|---|---|
| 3 | 小さな恋のうた(MONGOL800) | からかい上手の高木さん 第9話、第10話 ED 高木さん(高橋李依)、お隣の天使様にいつの間にか駄目人間にされていた件 ED 椎名真昼(石見舞菜香)、時々ボソッとロシア語でデレる隣のアーリャさん 第5話 ED アーリャ(上坂すみれ) |
| 3 | 気まぐれロマンティック(いきものがかり) | からかい上手の高木さん 第1話、第2話 ED 高木さん(高橋李依)、からかい上手の高木さん3 第6話 挿入歌 ミナ(小原好美)・ユカリ(M・A・O)・サナエ(小倉唯)、時々ボソッとロシア語でデレる隣のアーリャさん 第11話 ED アーリャ(上坂すみれ) |
| 3 | ああ人生に涙あり(水戸黄門) | 月が導く異世界道中 第1期 第1話 深澄真(花江夏樹)、第1期 第4話、第2期 第20話 巴(佐倉綾音)・澪(鬼頭明里)、第2期 第1話 深澄真(花江夏樹)・識(津田健次郎 |
| 2 | ラブソング(サンボマスター) | 多田くんは恋をしない 通常ED テレサ・ワーグナー(石見舞菜香)、第11話 挿入歌 多田光良(中村悠一) |
(以下省略)
In the quiet hum of the evening sky,
Where dreams and shadows softly lie,
The breeze begins its gentle roam,
It whispers tales of lands afar,
Of silent seas and distant stars,
And carries with it hearts and dreams,
Like rivers flowing in silver streams.
Yet in its touch, so light, so pure,
There’s magic that will long endure,
なんか昔ながらRPGって感じでよかった。楽しめた。
ストーリーは序盤は丁寧だったけど、終盤は駆け足になって打ち切りが決まった漫画みたいにやりたいことを無理矢理詰め込んだみたいになってた。非常におしいゲームだと思った。
あと、ヒロインはガールだなと思った。エフォラルを煽るのもぶん殴るのもガール。
バトルはまあまあ良かったと思う。
最終的にはセライの錯乱と究極技はレシュアンで相手のロックを遅らせて行動させないが正義みたいな感じだった。
というか、エリゾン・ダレルはラスボスの癖に弱すぎる。ロックは破壊するのに複数人の行動が必要なものがほぼ無い。
ただ、ラストバトルでいきなり前触れもなくシューティングをさせないでほしい。
ビックリしたし、なんならエフォラル戦では一回シューティングで負けた。
今までずっとレトロなRPGしてて、いきなり最後の最後だけシューティングはまじやめてほしいと思った。
道中の雑魚がちょっと強い位でレベル上げはいらない。まったくいらないし、しづらい。
もうちょっとレベル上げ要素あってもよかったのではとは思う。最終的にはLv.22でクリアだったし。
他は金策がたいへん。全然お金貯まらないし、お金集めるのがたいへん。
アイテムルーレットで稼ぎたいのに、途中でガール居なくなって困った。
EDが非常に長かった。過去やったゲームの中で一番長かった。途中で高速で長せることに気付かなかったらこれ1時間ぐらいあるんじゃないかって位あった。クラファンだったのかな? それでbackerの名前を全部EDに載せてるみたいでこれがめちゃくちゃ長い。
KING OF PRISMという作品が大好きだ。
8月16日、約4年ぶりとなる新作「KING OF PRISM -Dramatic PRISM.1-」が公開された。
今作は2019年に劇場版、テレビアニメとして公開されたシリーズ3作品目である「KING OF PRISM -Shiny Seven Stars-」劇中で行われた対抗戦ライブ「PRISM.1」の内容を(ストーリーなどを抜き、実際に公開された番組として)再編集した作品である。
メインの登場人物たちはプリズムショーのためのCGが公開されているが、シュワルツローズの高田馬場ジョージはCGが無く、ただアニメとして絵を動かしたショー(ジャンプ)であった。
そして今作でやっと彼のCGショーか公開され、踊っている姿、ジャンプがしっかりと楽しめた。ファンの間でも初CGは公開前から話題になっていた。
まだ聴いていない方がいたら一度歌を聴いてほしい。彼の声優は杉田智和だが、これは本当に彼の声だろうか?
否。
ジョージはステージで歌っていない。ゴーストシンガーである池袋エィスが歌っているのだ。
JOKER KISSではエィスもジャンプを飛んでいるため(横入りである)、彼もCGが公開された。
長くなったが、ここまでが前置きである。
JOKER KISSで池袋エィスの色(キンブレ)を振る時は、Theシャッフルでのカラー(ライトブルー)なのか?それともヒロ様のようにユニット外で色が変わることもあるのだろうか?
昔はそのままライトブルーを振っていたが、ふと「ハートのエース」なら赤の可能性もあるのか?と思った。
そう思ってXでパブサをしていると、目についたポストがあった。
「ジョージのショーはエィスに気付いたら駄目だから黄色(ジョージ色)しか振らない」
今作はPRISM.1を映した番組であり、裏事情などは明かされないから。
この人はShiny Seven Starsを観ていないのだろうか?5話を観た上でエィスを無視できるのか?
僕たちはShiny Seven Starsのストーリー、PRISM.1、そして裏側を観て、彼らの成長に感動しているのではないのか?彼らの想いありきのショーではないのか?
「お前と一緒なら最弱でも最強!」
エィスのジャンプを認めてあげられないのか?
自分たちはただの観客ではない。みんなの覚悟や想いを知った上で全力の応援をしている。
みんなの背景を知っているのも、ジャンプの意味を理解できるのも、キンブレ芸をできるのも、僕たちだけの特権。
エィスを応援できるのだって、この世界で映画を観ている僕たちだけなのに。
どうしてそこだけ律儀に劇中の観客になってしまうんだ。
劇中の観客を気取るなら初公開の曲でコールをするな、キンブレ芸をするな。完全に初見の気持ちで挑めないなら誰かを無視する理由がない。
これはエィスを応援しない人に向けているのではない。その理由が同じなら思うことはあるが、応援したいキャラクターだけ応援すればいい。人の応援に文句は言いたくないし、好きに応援して楽しめば良い。
応援しない理由をわざわざ人に見えるところで公開するのは辞めて欲しいという話だ。その人だって、好きなキャラクターを検索して、アンチがいたら悲しいだろう。そのアンチの推しを嫌いになってしまうことだってある。事実、該当ツイートをした方の推しを見ると、この話を思い出してしまってつらいのだ。
エィスの全力投球を受け止めたいのだ。
エィスくんはうちのスタァなんよ。
はじめに…
ここでのハイテクはEVAなどクッション性に優れた素材が使われているランニングシューズを基本とするデザインのものを指し、ローテクはゴム底でクッション性がないテニス/バスケットシューズを基本とするデザインを指す。最近はローテクでもアウトソールの上に極厚インソールを載せてクッション性を高めているものも多く出ている点には留意したい。また、シューズについての言説でよく目にする「◯◯(ブランド名)は幅がせまい!」などといったものは「私が履いたそのモデルは幅がせまい!」が正しく、主語がデカいってやつだ。大きな違いがあるのでこちらも心に留めておきたい。
【NIKE】
王者。ハイテクが強い、というかフロンティア。スニーカーマニアなら何足も持っていて、レアであることがステータス。投機対象。スウッシュにいくつか種類がある。昔のが好き。最初はオニツカのモデルを模したコルテッツを売ってただけなのにここまでになるとはね。手を使わずに履けるシューズの耐久性がどんなもんなのか気になっている。
【adidas】
世間に認知されてるのはローテク。量販店でオリジナルスを扱っているのは某マートだけだが、マニアに言わせると量販店モデルのスタンスミスは認めないらしい。3本線は元々adidasのものではなかった。なのに他社の平行線には厳しい。ハイテクだとboostシリーズはおすすめ。
世間ではめちゃくちゃ履き心地のよいシューズとして認知されている。必ずと言っていいほどUSA製やUK製(990番代)の信奉者から中国製(500番代)はマウントを取られる?ことでも有名。しかし生産国と履き心地には関連がない。クッション素材が重要なんだな。足に合えば/気にいれば安心して買ってください。ロゴは一周回ってやはりダサいと思う(基本的にどのブランドもでかでかとしたロゴはダサいとは思うが)。ローテクモデルもあり、こっちのほうがなんか好き。
【CONVERSE】
キャンバスシューズ界の王者。他にも数多くのブランド(SUPERGA/SPRING COURT/PF Flyers/Kedsなど)があるが淘汰されている。日本で流通している商品はコンバースジャパンが企画製造していて、NIKE傘下の米コンバースとは別の会社である。マニアから言わせると日本の商品はコンバースではないらしく、ここでもマウントが取られている。CAMPING SUPPLYとかCOUPEとかおもしろいけどね。ジャックパーセルは完成されたデザインよな。
【VANS】
スケートシーンで一択。他にもブランドはたくさんあるが一強。日本では某マートが商標持ってるので販売されているのは某マートの企画品。若者からの支持が厚い印象。ハーフキャブとかはあまり人気ないのかな?GRAVISとかもあったよね。
【PUMA】
ローテクのSUEDEシリーズがまず思いつく。ハイテクもありボリューミーなデザイン。あ、ディスクプレイズとかあったわ!TSUGIシリーズはおもしろかった。他ブランドの台頭により街で見なくなってしまった。あまりスニーカーに力を入れてないように感じる。
【Reebok】
おそらくPUMP FURYしか世間では認知されていないがハイテクもローテクもある。adidas傘下だったが販売不振で売却されてしまった。
【ASICS】
ランシューのイメージが強い。最近ではランシューをスニーカーとして履くのがオシャレらしい。少し前まではGELLYTEのようないわゆるニューバランスのようなスニーカーも知る人ぞで履かれていた。個人的にはGELMAIがデザイン/履き心地ともに気に入っている。
もはや高級路線。メキシコラインをあしらった定番デザインとかなり攻めたデザインの2本柱。日本ではメキシコラインが体育館シューズの印象が強いためか、海外のほうが人気がある印象。キル・ビルとか。セラーノはソールが薄いのに履き心地がよくて好き。
【MIZUNO】
スポーツシーンではすごいソールを更新し続けている。ASICSに続いて体育館シューズ?のイメージが日本人にはありそう。最近はニューバランスのようなクラシックラインもあるが街では見かけない。WAVE PROPHECYのような奇抜な?デザインもあり独自性もある。最近はミャクミャクモデルのようにコラボが増えている。IL BISONTEとのコラボシューズはお気に入り。
【BROOKS】
日本では無名だがアメリカでは誰でも知ってるランシューブランド。数年前まではスニーカーもあったけど今はランシューだけなのかな?
【SKECHERS】
クッション性に全振りしたコンフォートシューズ。メッシュ素材が多く、ファッションに取り入れるのは難しいかもしれない。量販店のPBが他ブランドをパクるのは世の常だが、NBのくせにわりと他ブランドのデザインをパクっている。デザインや配色を選ばなければ投げ売りされていることもしばしば。
【Allbirds】
SKECHERSの上位互換。
【MOONSTAR】
様々なブランドのシューズの生産を手掛けている。例えばコンバースのMADE IN JAPANモデル。最近は810sシリーズも安価かついなたいデザインで人気だが履き心地はうーん。GYM CLASSICを愛用中。
【SAUCONY】
数年前に某マートから販売されたが一瞬流行ってすぐに消えた印象。SHADOW ORIGINALは履き心地が良かったがJAZZは普通かなあ。ロゴがダサいとの声が多い。
【KARHU】
かわいいクマのロゴが特徴のフィンランドのブランド。なんとも表現しづらい配色が特徴。女性向けのデザイン/配色のような印象。投げ売りされてたランシューがめちゃ良かった。
【DIADORA】
バッジョが履いてた。ロゴが音符を並べているみたいな。Heritageシリーズくらいしか知らない。まだ日本で買えるのかな?
イタリア。サッカー界隈で流行った星の連弾ロゴ。職人の手作り/ホに見えるがユニオンジャックらしい。ソールも特徴的。
【WALSH/NOVESTA/blueover】
ハイテクのクラシック系。それぞれに特徴があってよい。blueoverは銀だことのコラボスニーカーが当たってしまった。
【le coq sportif】
このブランド特有のフランスっぽい?デザインが特徴だが製造・販売はデサント。女性に人気がある印象。最近ロゴから△がなくなったが、あったほうがよかった。ハイテクのシューズでも芯が入っていて履き心地は微妙。
【PATRICK】
フランス生まれの日本製。ハイテクローテクともにモデルが多く、素材も多種多様。サッカー起源のモデルも多い。30代~から支持されている印象。買ったモデルに関しては日本製だが特段品質面で優れているとは思わなかった。
【SPINGLE MOVE】
日本製。革のアッパー×しなやかなゴム底のシューズ。バルカナイズ製法でデザインにも特徴がある。男性向けのデザインのような気がする。セメント製法で貼っつけただけのローテクシューズと比較すると明らかに品質で差がある。
【Admiral】
ミツカンと同じかと思ったら上下が逆だった。この手のデザインのブランドってMobusとかマカロニアンとか無数にあるけどなんていうカテゴリーなのかわからない。クラシックではあるんだろうけど。最近はめっきり見なくなった。某プラザで販売されてるイメージ。
Time to Fly。とんでもなく分厚いソールが特徴でとくにローテクに慣れていると履いた瞬間になんだこれ!?となる。それと同時にボリュームが出るのでぼってりとしたデザイン。ランシューだがファッションで取り入れられることも多く、最近はスニーカーも販売されはじめた。
【on】
アンノーンみたいなデザインのシューズ。アウトソールに特徴があり、人を選ぶかも。こちらもランシューだがビジネスシーンで取り入れる人も多く、自分もその一人。定番モデルは見た目にボリュームがなく薄い印象のため取り入れやすいのかも。
【FILA】
現在は韓国の企業で厚底ブームに合わせて進出してきた。AKI CLASSICも似たような感じだろうか。あんまりわからん。
【SALOMON】
テック系がファッションシーンで盛り上がっていてその筆頭。タウンユースでは贅沢な機能性。アウトドアシーン向けなので履いたときの包まれ感はガチッとしている。
【MERRELL】
JUNGLE MOCが定番。自分には合わなかった。ソールがかてえ。
【KEEN】
サンダルやジャスパーシリーズが人気。フェスでよく見かける。足先にゆとりがあるデザインが特徴。
【Columbia】
アウトドアメーカーだがスニーカーも豊富。防水スニーカーなど日常使いできる選択肢を増やしてきてる印象。たまに公式を覗くとおもしろい。
PBも好きで買い漁ってる。無印良品のキャンバススニーカーが定番でよく履いてた。最近だとアルペン(DEPO)のPBがんばってる。
もう思いつかないのでこのへんで。ちなみにダンロップがライセンス品であることはあまり知られていない。
ツッコミなどなんでも歓迎です。
「おっかけ」というとアイドルのようで違和感があるが,まあやっていたことはおっかけというのが一番早い。
当たり前だがアイドル的に好きだったわけではないので入り待ち出待ち差し入れなどは一切したことがない。
何故わざわざほぼ全公演行っていたかというと,亀川千代のベースが聴きたかったからだ。
ゆらゆら帝国については「昆虫ロック」のイメージしかなかったのだが,ある日たまたまタワレコで「ゆらゆら帝国のしびれ」の「ハラペコのガキの歌」を試聴して衝撃を受けた。
ライブに行ってみよう,と思った。
ライブで「恋がしたい」を聴いて,もっと正確に言うと「恋がしたい」の亀川千代のベースを聴いて,世界が変わった。
今までベースにそれほど心惹かれることはなかったが,亀川千代のベースはまるで歌っているみたいなベースだった。
最初は関東の公演を全部行くくらいで済んでいたが,何回も行くうちに毎回ベースラインのアレンジが違うので,もっと聴きたいという欲が収まらなくなった。
CDとほぼ変わらないときもあるのだが,亀川千代のテンションによって時々驚くような神アレンジを聴かせてくれることがある。
もともとただ彼のベースを聴いているだけで幸せなのに,時に神のような音を聴かせてくれるので,それを聞き逃してはならないといつしか全国の公演に行くようになっていた。
とはいえ飛行機が苦手だったりお金に限りもあるので全て行けたわけではない。
でも,ある時期の彼らのライブはほぼ全て行っていたと思う。
顔ファンだったわけではないが,ベースを弾くたたずまいがとても絵になる人だった。
直に鳴る音を聴いたり指遣いを見たりもしたかった。
モッシュとかダイヴとかしたいわけではないので最前でひたすら柵にしがみついて亀川千代を凝視していた女は私だ。
それから何年も経った。
私は就職したり結婚したりそれに伴って転居したり出産したりしてそんな生活はできなくなってしまった。
亀川千代のベースが好きだったので,石原さんとやっていたSTARSもよく見に行ってはいたが,ゆらゆら帝国が解散したことで私の中で一区切りがついた。
正直言うとここ数年ゆらゆら帝国のCDを家で聴いたりすることもなかったし,
ゆらゆら帝国を思い出したりもしなくなった。
音楽自体,そもそもロックを聴かなくなり新しい音楽も探さなくなり今はクラシック音楽ばかり聴く生活をしている。
しかし,昨日の深夜訃報を目にして自分でも驚くほど泣いてしまった。
私の中に亀川千代への思いは大切にしまわれていて,私の一部としてちゃんと残っていた,そのことに驚いた。
発光体のソロやラメパンよりも,亀川千代のベースを堪能するなら私は「星になれた」を挙げたい。
本当に久しぶりに聴いたのだが今でも全部歌えることに驚いた。
どうかこのライブ版「星になれた」のベースラインを追って聴いてほしい。
https://youtu.be/GpIMc_7-BgM?si=z_AktwCgF7EhIiWQ
ラストのベースのソロ,本当に素晴らしい。まるで歌っているみたいなベースだ。
今も聴きながら泣いている。
ライブで「星になれた」をやってくれた日は本当にうれしかったな。
千代さん,星になったのかな。
「もう触れはしないような,だけど今も側で羽を磨いているような」星に。
安らかにお眠りください。