「Stars」を含む日記 RSS

はてなキーワード: Starsとは

2026-05-08

anond:20260508093732

この mattn は本当に mattnなんだろうか?

スポンサーの件、普段から色々なプロジェクトでそのようにしてるんだろうか? 今回だけそのようにした、と考えるのはかなり奇妙だ

12:47

鋭い指摘ですね。確かに、今回1回だけそんな大胆な行動を取ったと考えるのは不自然です。調べてみます

検索データ分析し、mattnの行動パターン評価した。

調べてみたら、ご指摘がだいぶ核心を突いていることが分かりました。事実関係を整理します。

1. fsnotify の FUNDING.yml の中身は実は「上書き」ではなく「追記」だった

これは知っておくと評価が変わるポイントです。生のpatchを取ってきました:

2022-10-14 (arp242 が新規作成)

 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寄りの見方)。

ただ少なくとも「普段からやってる人」という解釈は、データを見る限り取れません。そこは観察として明確に答えになっていると思います

fundingの更新は本人によるものだったんだろうか?

12:50

ほぼ確実に本人です。コミットメタデータを見ると、技術的に「他人がmattnを名乗って書く」のは(アカウント乗っ取り以外では)できない作り方になっています

何が分かるか

該当コミット (1e5a3eedac2ed46771c59e0b100b9f9383887a3b) の構造:

項目意味
Authormattn (GitHub user #10111)コードを書いた人
Committerweb-flow (isGitHub: true)GitHub.com の Web UI代理コミット
Emailmattn.jp@gmail.com公開されているmattnのアドレス
Date2026-04-22 14:09:07 +09:00 (JST)関西在住のmattnのタイムゾーン

なぜ "web-flow" がポイント

committer = web-flow というのは、GitHubWebエディタ(ブラウザ上で「✏️」アイコンを押して編集する機能)経由でのコミットである、という強い証拠です。

通常の git push 経由のコミットなら:

Author欄は git config user.name/email でいくらでも詐称可能(ローカルでmattn名義にしてpushすれば、見た目はmattnになる)

から「Authorだけ見て本人とは限らない」というのは git常識

しかweb-flow 経由の場合:

GitHubログインしているユーザーしかコミットできない

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を書き換えるのは、アカウント乗っ取り級のことが起きていない限り不可能

そして本人からその種の主張(乗っ取り等)は現時点で観測できない

なので「本人ではないかもしれない」という線で擁護するのは、現状の証拠ではかなり苦しい、というのが正直なところです。

あとは、彼のAIエージェントコミットに入れていて、その監査不足が一番可能性が高いと思う

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

まり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 = GitHubWeb UIから編集」と書きましたが、より正確に言うと、web-flowが committer になる経路は以下のいずれかです:

ブラウザ上のWebエディタ編集

GitHub REST APIの PUT /repos/{owner}/{repo}/contents/{path} を叩いてファイル更新

PRマージボタン

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が生成したらしい)不明瞭で事実的に誤ったドキュメント差し戻した」と書いている

github

"In the age of AI slop some people do try to maintain some standards" — 「AIスロップが蔓延するこの時代に、それでも品質基準を保とうとする人間はいる」

"rubber-stamp approved and merged within minutes" — 「数分でゴム承認されてマージされた」

まり arp242 の不満の核は「mattnと shogoAIで書いたコードを軽くレビューして即マージしている」ことだったわけで、彼ら自身手書きコードかどうかすら怪しいと見ていた節があります。これは仮説と非常に整合します。

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 が即座にロックダウンしに動いたのは、こちらの観点で見るとかなり妥当な反応だった、という見方ができます

OSS慣れしたmattnがPRというプロセスを経由せずに直pushしている、funding.ymlに自分を加える といった挙動からして、彼は今なお彼なのだろうか?

18:34

その問い、かなり鋭いところを突いていると思います。観察として正鵠を射ているし、現代OSSにおける「作者性」の境界をめぐる本質的な問いでもあります

「mattn らしさ」の指紋

長年のOSS活動で、人にはコミットの癖みたいなものが付きます。mattn の場合、観察できる「らしさ」は以下のようなものでした:

小さく刻んだコミット、簡潔だが意味のあるメッセージ

自分リポジトリでも他人リポジトリでも、議論必要そうな変更は issue/PR で先に話を通す

コードは「実用一辺倒」というより「面白さ」「驚き」を重視する芸風

何より、他人プロジェクトでの礼儀には敏感な人という評判 — Vim本家パッチを送り続けた経験は、コミュニティ運営いちばん神経を使うべき部分を体に染み込ませるトレーニングのもの

これと、fsnotify で観察された挙動mainpushPR/議論なしで 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の意思が直接入っ

fsnotifyで話題になってるmattnは本当にmattnなんだろうか?

注意)この日記は完全にAIとの対話を元に多少の修正を加えただけの会話ログです。

注意2) 前半は話題の前提となる issueの翻訳です。この記事タイトルの部分はこの記事の後半から

---

この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 は彼にとって、何年もの間、重荷だったのです — 彼はメンテナンスを『やりたくはなかった』のに、義務からそうしなければならないと感じており、何年も後継者を探し続けていたのですから

#10 — Jan200101

納得しました、あなたの反応はまったく理にかなったものですね。

Matn(※原文ママ。おそらく mattn のtypo)は日本人で、最近ツイートが Grog(※原文ママ。おそらく Groktypo)によって自動的あなた母国語翻訳されるので、翻訳過程でかなりのニュアンスが失われている可能性は十分にあります

私が調べた限りでは、彼らは #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>

#12 — vbkaisetsu

メンテナーを募った」の「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氏の評価について、ネットから観測した範囲評価 できるだけ中立的に良し悪しを述べているめのを高評価

OSS界隈で有名な人だからブログはてブ話題になりやすい人だと思う


ネットから観測できた範囲で、できるだけ評価軸を分けて中立的にまとめます。「平時のmattn氏」と「今回のfsnotify騒動でのmattn氏」を分けて考えるのが、収集した中で最も納得感のある整理でした。

平時のmattn氏 — 評価確立している部分

技術的実績と影響力は、賛否を問わずほぼ全方位で認められています

Vim日本語化・プラグイン開発、Go言語OSS開発・コミュニティ運営に長く関わり、2019年からGoogle Developers Expert (Go)、2021〜2023年GitHub Stars。著書に『みんなのPermalink | 記事への反応(0) | 21:16

2026-04-06

B'zのファンクラブをやめることにした

20年くらい入ってた。

今は精神的にキツイ状態で一旦B'zから離れることにした。

気持ちの整理のためにここに書く。

いろいろ理由はあるんだけど一番の理由チケット全然当たらないのに先着早いもの勝ちの直前販売で毎回同じ人がライブ行ってること。

FYODというファンクラブ限定ライブ

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+ツアーに行ける可能性を信じて買おうと思ってた)

FYOP+盤の売り方にも疑問がある。

なんで同じアルバム新曲コナンタイアップ)とライブ音源つけてまた売るんだろうとか。

STARSまではFCチケット1枚は当たってたしグッズも整理券とかじゃなく並んで買えたしガチャガチャも売り切れることなんて無かったしCD複数枚買わないといけないという事も無くて結構平和な感じだったのにな

どうしてこうなっちゃったんだろう。

最後最後にもう無理だなって感じたのはFYOD、情熱GIGSのグッズ通信販売に手が出なかったこと。

過去のSHOWCASEのTシャツ結構持ってて2008年の清武ACTIONとか2018年のThe Wall Of Rockとか2019年の魔界転翔とか行けてないけど通販で買ってた。

今回のFYODと情熱GIGSTシャツもFYODが始まる前の時は買おうと思ってたのに終わった後に買おうと思えなかった。

そこで「ああ、もう無理だな」って思った。

からB'zから離れることにした。

今は曲を聞くのもしんどい

2026-03-18

anond:20260318074205

じゃあ俺のオススメ貼っとくね、聴いてね

追記: ごめん元増田ボーカルないとダメって言ってた、でも聴け

2026-02-05

男女のツインボーカル

バービーボーイズのような男女のツインボーカルアーティストいないの?

ヤバイTシャツ屋さん」ぐらいしか思いつかない。

AIに聞いてもパッとしない。

この際、曲単位でもいいので教えて

DAOKO × 米津玄師打上花火

Superfly & トータス松本STARS

Eve × suis from ヨルシカ平行線

2025-08-09

もう二次元アイドルを推せないと気がついた

私は今、うつ気味なんだよ。元気も気力も枯れ果ててるし、五感が鈍くて食べ物の味はわからない。自分疲労も脳のチャンネルが合わないと知覚できない。ゲームをやってもグラブル日課スキップで気力が尽きる。歌詞のないヒーリングミュージック聴きながら寝そべっているのがやっとの状態

投薬とカウンセリングとひたすら休息休息休息で、調子が良ければ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は気力がもっと戻ったら必ず最後までプレイしたい。

2025-07-05

Craig Federighi’s Circus at WWDC: Who the F*** Asked for This?

Let’s get one fucking thing straight: WWDC is supposed to be *for developers*。

You know, the people who actually build shitWho 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 onVision。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 timeWasted bandwidth。A glossy, over-produced middle finger to every developer

watching, notebook in hand, waiting for the actual meat

Ask Yourself This:

Do you really give a fuck about Craig’s entrance?

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。

What Could Have Been?

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。

Final Thought:

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

----

TL;DR

Craig Federighi’s Circus at WWDC: Who the F*** Asked for This?

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.

Ask Yourself This:**
Do you really give a f*** about Craig’s entrance?**

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.

What Could Have Been?**

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.

Final Thought:**

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.

----

TL;DR**

2025-06-25

anond:20250625171011

1分で結構です、どうか読み飛ばさないでください。今日6月25日で、日本の皆様に、ぜひ振り返っていただきたいことがあります。この1年で増田を、ホッテントリを何回ひらきましたか?そこで何を学びましたか?そして、今回はてなスターを購入していただくことは可能ですか?よろしければ、購入を選ぶ0.02%の読者に仲間入りしてくださいませんか。もし今これを読んでいる皆様が¥500の50 STARSパックを購入してくだされば、数時間募金活動目標を達成できます

はてなには至らない点がありますが、スパム放置したり、特定見解押し付けることもしません。数多くの人がはてなを手がけていますオンライン上では希少な「質の高い情報」をあらゆる人が目にすることができるよう、取り組み続けたいのです。

もしこの1年であなたはてなから学んだ情報に¥500の価値があったと考えていただけるなら、どうか、その金額はてなスターをご購入いただけないでしょうか。重要なのは金額の大小ではありません。すべての投稿、すべてのご購入に価値があります。どうぞよろしくお願い申し上げます

はてな一同

2025-04-14

大谷ホワイトハウスに行った理由ドジャースが屈服したか

ホワイトハウス訪問ムーキーベッツに注目が集まった理由ヤバい...#ドジャース #エピソード #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😈

@yousayblah

ブリオナ・テイラー母親が「BLMは詐欺。娘の死を利用した」とBLMを批判している件

BLM活動家が2件のアジア人に対するヘイトクライム(内1件は子連れ母親)で告発されている件

マスコミ大坂なおみ氏に質問するの?

著名人政治運動推してそれっきり、総括しない風潮は疑問だわ。(例: 種苗法)

🇺🇸 🇯🇵Blah DARK MAGA😈

@yousayblah

2022年4月21日

ロイドの死から一年後、豪奢なマンションで乾杯するBLMリーダー動画

膨大な寄付金は豪邸や遊興費に消えて、近世最大級の集金詐欺と判明したBLMだけど、大坂なおみ広告塔まがいの人達メディアって責任取んの?

お小遣いバイト代寄付してた子供大勢いたよね。

https://youtu.be/VYxH4m_S1HM

※元動画はとっくに逃亡して非公開になっており、リンクはいかに利権で肥え太っていたのかがわかる動画になっている

2025-02-02

Chatgptが答えた異星人の存在可能性とのそのロジック

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.

Assessing habitable zones

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.

Charting speculative odds

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.

Revisiting exoplanet options

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.

Clarifying speculative nature

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.

Mapping out speculative odds

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.

Assessing likelihoods

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 thatbased 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%

TRAPPIST-1 e ~1.5%

TRAPPIST-1 f ~1%

TRAPPIST-1 g ~1%

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.

Nearby Exoplanets:

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%).

TRAPPIST-1 System (e, f, g):

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.

A Final Note

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

Clarifying the Drake Equation

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.

Assessing the Drake Equation

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 Drake Equation

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:

Well-Known Parameters:

Some factors, like

𝑅

R

(star formation rate) and

𝑓

𝑝

f

p

(fraction of stars with planets), have become better known through modern astronomy.

Highly Speculative Factors:

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.

Heuristic, Not Predictive:

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.

Opinion-Based?

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.

Conclusion

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.

Reflecting on potential

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.

Analyzing parallel evolution

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.

Evaluating life exploration

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.

Adapting the equ Permalink | 記事への反応(0) | 21:12

Chatgptが答えた異星人の存在可能性とのそのロジック

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.

Assessing habitable zones

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.

Charting speculative odds

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.

Revisiting exoplanet options

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.

Clarifying speculative nature

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.

Mapping out speculative odds

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.

Assessing likelihoods

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 thatbased 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%

TRAPPIST-1 e ~1.5%

TRAPPIST-1 f ~1%

TRAPPIST-1 g ~1%

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.

Nearby Exoplanets:

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%).

TRAPPIST-1 System (e, f, g):

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.

A Final Note

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

Clarifying the Drake Equation

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.

Assessing the Drake Equation

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 Drake Equation

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:

Well-Known Parameters:

Some factors, like

𝑅

R

(star formation rate) and

𝑓

𝑝

f

p

(fraction of stars with planets), have become better known through modern astronomy.

Highly Speculative Factors:

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.

Heuristic, Not Predictive:

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.

Opinion-Based?

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.

Conclusion

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.

Reflecting on potential

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.

Analyzing parallel evolution

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.

Evaluating life exploration

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.

Adapting the equ Permalink | 記事への反応(0) | 21:12

2024-11-20

言うほど今のファミ通ってソシャゲ雑誌なのか?

そもそもソシャゲ定義って何?知らん……なんか、こう……雰囲気で考えてよ。俺は雰囲気で考えた

中身を調べるのは骨が折れそうなので、雑に『週刊ファミ通』の表紙だけを調べてみた。2023年ソシャゲ率0.372、2024年ソシャゲ率0.284。うーん、なんとも言えんね

FF14が3度表紙になっていたり、リリースから年月が経ったヴァロエペも1回ずつ表紙になっているなど、ソシャゲというか固定ファンを掴んだ「運営タイトル全般が強いと感じた

派生タイトルを全部合わせれば、アイマスが7回、グラブルが5回表紙になってるのもすごい

近年のファミ通では発売から数年が経過した据え置き型タイトル特集も珍しくない。雑誌メディアにかつてのような速報性が求められなくなった現在では、それに代わって熱心なファン層を持つタイトルの読み物のほうが需要があるのだろう。雑誌というメディア自体一種記念品お土産のように機能している

2023年ファミ通表紙

ソシャ 17.5

非ソシャ 29.5

ソシャゲは47分の17.5作。ソシャゲ率0.372

2023/1/5・12・19テイルズ オブ シンフォニア
2023/1/26ニーア オートマタ(アニメ版イラスト)
2023/2/2ファイアーエムブレム エンゲージソシャ
2023/2/9ディスガイア7
2023/2/16ブルーアーカイブソシャ
2023/2/23Apex Legends
2023/3/2ヘブンバーンズレッドソシャ
2023/3/9オクトパストラベラーII
2023/3/16アイドルマスター ミリオンライブ!ソシャ
2023/3/23Ib
2023/3/30バンドリ! ガールズバンドパーティ!ソシャ
2023/4/6バイオハザード RE:4ソシャ
2023/4/13グランブルーファンタジーソシャ
2023/4/20アイドルマスター シャイニーカラーズソシャ
2023/4/27ロックマンエグゼ アドバンスコレクション
2023/5/4・11・18ポケットモンスターシリーズ(一部にソシャ含む)
2023/5/25ゼルダの伝説 ティアーズ オブ ザ キングダム
2023/6/1艦隊これくしょんソシャ
2023/6/8世界樹の迷宮I・II・III
2023/6/15ストリートファイター6
2023/6/22ディアブロ IV
2023/6/29アイドルマスター ミリオンライブ! シアターデイズソシャ
2023/7/6ファイナルファンタジーXIV
2023/7/13探偵事件簿 レインコード
2023/7/20takt op.ソシャ
2023/7/27ファミリーコンピュータ40周年
2023/8/3ファイナルファンタジーXVI × 米津玄師
2023/8/10崩壊スターレイルソシャ
2023/8/1724Fate/Grand Orderソシャ
2023/8/31アークシステムワークス特集ギルティギアシリーズ
2023/9/7アーマードコアVI
2023/9/14ファイナルファンタジーXIV
2023/9/21Starfield
2023/9/28スプラトゥーン3
2023/10/5Fate/Samurai Remnant
2023/10/12原神ソシャ
2023/10/19レスリアーナアトリエソシャ
2023/10/26ソニックスパースターズ
2023/11/2スパイダーマン2
2023/11/9スターオーシャンセカンドストーリーR
2023/11/16勝利の女神:NIKKEソシャ
2023/11/23ペルソナ5 タクティ
2023/11/30桃太郎電鉄ワールド ~地球希望でまわってる!~
2023/12/7Stray
2023/12/14Sea of Stars
2023/12/21アナザーエデンソシャ
2023/12/28グランブルーファンタジーヴァーサス -ライジング-

2024年途中までファミ通表紙

ソシャ 12.5

非ソシャ 28.5

その他 3

ソシャゲは44分の12.5。ソシャゲ率0.284

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/28Rise 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/15VALORANT
2024/8/22・29Fate/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/31SHIFT UP特集ソシャ(一部に非ソシャ含む)
2024/11/14コール オブ デューティ ブラックオプス6
2024/11/21学園アイドルマスターソシャ
2024/11/28ドラゴンクエストIII

2024-09-23

anond:20240808000912

何か最近アニメってカバー多いよなーと思ったのでこちらを参考にここ7年くらいのアニメ複数回採用されたカバーソングピックアップしてみた

これより前にも「らき☆すた」や「夏のあらし!」で使われた『セーラー服と機関銃』や、「今日の5の2」や「あの花」で使われた『secret base 〜君がくれたもの〜』などがあるが、まとまった資料がないので入れてない

OVAは知らない

作品カウント

採用回数曲名アニメ
3 さな恋のうた(MONGOL800) からかい上手の高木さん 第9話、第10ED、お隣の天使様にいつの間にか駄目人間にされていた件 ED、時々ボソッとロシア語でデレる隣のアーリャさん 第5話 ED
2 愛唄(GReeeeN) からかい上手の高木さん11ED、お隣の天使様にいつの間にか駄目人間にされていた件 7話 ED
2 気まぐれロマンティック(いきものがかり) からかい上手の高木さん1話、第2話 EDからかい上手の高木さん3 第6話 挿入歌、時々ボソッとロシア語でデレる隣のアーリャさん 第11ED
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 Noir1話 挿入歌、時々ボソッとロシア語でデレる隣のアーリャさん 第3話 ED

歌手カウント

採用回数曲名アニメ、歌
3 さな恋のうた(MONGOL800) からかい上手の高木さん 第9話、第10ED 高木さん(高橋李依)、お隣の天使様にいつの間にか駄目人間にされていた件 ED 椎名真昼(石見舞菜香)、時々ボソッとロシア語でデレる隣のアーリャさん 第5話 ED アーリャ(上坂すみれ
3 気まぐれロマンティック(いきものがかり) からかい上手の高木さん1話、第2話 ED 高木さん(高橋李依)、からかい上手の高木さん3 第6話 挿入歌 ミナ(小原好美)・ユカリM・A・O)・サナエ(小倉唯)、時々ボソッとロシア語でデレる隣のアーリャさん 第11ED アーリャ(上坂すみれ
3 ああ人生に涙あり(水戸黄門) 月が導く異世界道中 第1期 第1話 深澄真(花江夏樹)、第1期 第4話、第2期 第20話 巴(佐倉綾音)・澪(鬼頭明里)、第2期 第1話 深澄真(花江夏樹)・識(津田健次郎
2 ラブソング(サンボマスター) 多田くんは恋をしない 通常ED テレサワーグナー石見舞菜香)、第11挿入歌 多田光良(中村悠一

(以下省略)

2024-09-21

Whispers of the Breeze

In the quiet hum of the evening sky,

Where dreams and shadows softly lie,

The breeze begins its gentle roam,

A wanderer without a home.

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,

For every whisper, every sigh,

Is a song of life that cannot die.

2024-09-10

[]

sea of starsクリアした。

なんか昔ながらRPGって感じでよかった。楽しめた。

プレイ時間は35時間ぐらい。

ストーリーは序盤は丁寧だったけど、終盤は駆け足になって打ち切りが決まった漫画みたいにやりたいことを無理矢理詰め込んだみたいになってた。非常におしいゲームだと思った。

あと、ヒロインガールだなと思った。エフォラルを煽るのもぶん殴るのもガール

バトルはまあまあ良かったと思う。

セライの錯乱が強すぎるかなと思った.

最終的にはセライの錯乱と究極技はレシュアンで相手ロックを遅らせて行動させないが正義みたいな感じだった。

エリゾン・ダレルやエフォラルもそれでほぼ完封できる。

というか、エリゾン・ダレルはラスボスの癖に弱すぎる。ロック破壊するのに複数人の行動が必要ものがほぼ無い。

ただ、ラストバトルでいきなり前触れもなくシューティングをさせないでほしい。

ビックリしたし、なんならエフォラル戦では一回シューティングで負けた。

今までずっとレトロRPGしてて、いきなり最後最後だけシューティングはまじやめてほしいと思った。

難易度普通かなあ。

道中の雑魚ちょっと強い位でレベル上げはいらない。まったくいらないし、しづらい。

もうちょっとレベル上げ要素あってもよかったのではとは思う。最終的にはLv.22でクリアだったし。

他は金策がたいへん。全然お金まらないし、お金集めるのがたいへん。

アイテムルーレットで稼ぎたいのに、途中でガール居なくなって困った。

EDが非常に長かった。過去やったゲームの中で一番長かった。途中で高速で長せることに気付かなかったらこれ1時間ぐらいあるんじゃないかって位あった。クラファンだったのかな? それでbackerの名前を全部EDに載せてるみたいでこれがめちゃくちゃ長い。

2周目はできるみたいだけどやらない。縛りプレイみたいな感じのやつでトロコンがあるみたいだけど、それは面倒臭い

2024-09-01

・(1)返し ・赤毛の(2) ・北島(3) ・(4)stars

(1)(2)(3)(4)

DJのように

2024-08-26

池袋エィスを応援したい

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!」

まだ聴いていない方がいたら一度歌を聴いてほしい。彼の声優杉田智和だが、これは本当に彼の声だろうか?

否。

歌声小林竜之である

ジョージステージで歌っていない。ゴーストシンガーである池袋エィスが歌っているのだ。

JOKER KISSではエィスもジャンプを飛んでいるため(横入りである)、彼もCGが公開された。

長くなったが、ここまでが前置きである

JOKER KISS池袋エィスの色(キンブレ)を振る時は、Theシャッフルでのカラー(ライトブルー)なのか?それともヒロ様のようにユニット外で色が変わることもあるのだろうか?

昔はそのままライトブルーを振っていたが、ふと「ハートエース」なら赤の可能性もあるのか?と思った。

そう思ってXでパブサをしていると、目についたポストがあった。

ジョージのショーはエィスに気付いたら駄目だから黄色(ジョージ色)しか振らない」

今作はPRISM.1を映した番組であり、裏事情などは明かされないから。

かに理由は分かるが、僕はとても悲しくなった。

この人はShiny Seven Starsを観ていないのだろうか?5話を観た上でエィスを無視できるのか?

僕たちはShiny Seven StarsストーリーPRISM.1、そして裏側を観て、彼らの成長に感動しているのではないのか?彼らの想いありきのショーではないのか?

「お前と一緒なら最弱でも最強!」

エィスのジャンプを認めてあげられないのか?

自分たちはただの観客ではない。みんなの覚悟や想いを知った上で全力の応援をしている。

みんなの背景を知っているのも、ジャンプ意味理解できるのも、キンブレ芸をできるのも、僕たちだけの特権

エィスを応援できるのだって、この世界映画を観ている僕たちだけなのに。

どうしてそこだけ律儀に劇中の観客になってしまうんだ。

劇中の観客を気取るなら初公開の曲でコールをするな、キンブレ芸をするな。完全に初見気持ちで挑めないなら誰かを無視する理由がない。

ライビュじゃない、全てを知った上での応援上映だから

これはエィスを応援しない人に向けているのではない。その理由が同じなら思うことはあるが、応援したいキャラクターだけ応援すればいい。人の応援文句は言いたくないし、好きに応援して楽しめば良い。

応援しない理由をわざわざ人に見えるところで公開するのは辞めて欲しいという話だ。その人だって、好きなキャラクター検索して、アンチがいたら悲しいだろう。そのアンチ推しを嫌いになってしまうことだってある。事実、該当ツイートをした方の推しを見ると、この話を思い出してしまってつらいのだ。

全てのコンテンツで言えることである

ただ、可能なら、池袋エィスを認めてほしい。

エィスの全力投球を受け止めたいのだ。

エィスくんはうちのスタァなんよ。

2024-06-12

ニコニコが死んだのがばずってるけど

ソニーps starsってサービスがひっそりしにつづけてんだよなあ

2024-05-29

米国歌手SZA(シザ)、7/26フジロックヘッドライナーを急遽キャンセル

アーティストの都合でキャンセル、って

やはり日本は舐められてるな


R&BシンガーのSZAは2018年ケンリック・ラマ―とともにマーベル映画ブラックパンサー主題歌All the Stars」を歌い、大ヒットを記録。ゴールデン・グローブ賞アカデミー賞ノミネートされた。

 2022年リリースしたアルバムSOS」は全米チャートトータル61週1位を記録。今年のグラミー賞で最多9部門ノミネートされ、3部門で受賞するなど世界的な人気を博している。今回のフジロックが初来日とあって、大きな注目を集めていた。

2024-05-02

スニーカーマニアではないスニーカー好きの各ブランド評など

はじめに…

ここでのハイテクEVAなどクッション性に優れた素材が使われているランニングシューズを基本とするデザインのものを指し、ローテクゴム底でクッション性がないテニス/バスケットシューズを基本とするデザインを指す。最近ローテクでもアウトソールの上に極厚インソールを載せてクッション性を高めているものも多く出ている点には留意したい。また、シューズについての言説でよく目にする「◯◯(ブランド名)は幅がせまい!」などといったものは「私が履いたそのモデルは幅がせまい!」が正しく、主語デカいってやつだ。大きな違いがあるのでこちらも心に留めておきたい。

NIKE

王者ハイテクが強い、というかフロンティアスニーカーマニアなら何足も持っていて、レアであることがステータス投機対象。スウッシュにいくつか種類がある。昔のが好き。最初オニツカのモデルを模したコルテッツを売ってただけなのにここまでになるとはね。手を使わずに履けるシューズ耐久性がどんなもんなのか気になっている。

adidas

世間認知されてるのはローテク量販店オリジナルスを扱っているのは某マートだけだが、マニアに言わせると量販店モデルスタンスミスは認めないらしい。3本線は元々adidasのものではなかった。なのに他社の平行線には厳しい。ハイテクだとboostシリーズおすすめ

New Balance

世間ではめちゃくちゃ履き心地のよいシューズとして認知されている。必ずと言っていいほど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がデザイン/履き心地ともに気に入っている。

Onitsuka Tiger

もはや高級路線メキシコラインをあしらった定番デザインとかなり攻めたデザインの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シリーズくらいしか知らない。まだ日本で買えるのかな?

【Atlantic Stars/PREMIATA

イタリアサッカー界隈で流行った星の連弾ロゴ職人手作り/ホに見えるがユニオンジャックらしい。ソールも特徴的。

【WALSH/NOVESTA/blueover】

ハイテククラシック系。それぞれに特徴があってよい。blueoverは銀だことのコラボスニーカーが当たってしまった。

le coq sportif】

このブランド特有フランスっぽい?デザインが特徴だが製造販売デサント女性に人気がある印象。最近ロゴから△がなくなったが、あったほうがよかった。ハイテクシューズでも芯が入っていて履き心地は微妙

【PATRICK】

フランスまれ日本製。ハイテクローテクともにモデルが多く、素材も多種多様サッカー起源モデルも多い。30代~から支持されている印象。買ったモデルに関しては日本製だが特段品質面で優れているとは思わなかった。

【SPINGLE MOVE

日本製。革のアッパー×しなやかなゴム底のシューズバルカナイズ製法デザインにも特徴がある。男性向けのデザインのような気がする。セメント製法で貼っつけただけのローテクシューズ比較すると明らかに品質で差がある。

【Admiral】

ミツカンと同じかと思ったら上下が逆だった。この手のデザインブランドってMobusとかマカロニアンとか無数にあるけどなんていうカテゴリーなのかわからない。クラシックではあるんだろうけど。最近はめっきり見なくなった。某プラザ販売されてるイメージ

【HOKA ONE ONE

Time to Fly。とんでもなく分厚いソールが特徴でとくにローテクに慣れていると履いた瞬間になんだこれ!?となる。それと同時にボリュームが出るのでぼってりとしたデザイン。ランシューだがファッションで取り入れられることも多く、最近スニーカー販売されはじめた。

on

アンノーンみたいなデザインシューズ。アウトソールに特徴があり、人を選ぶかも。こちらもランシューだがビジネスシーンで取り入れる人も多く、自分もその一人。定番モデルは見た目にボリュームがなく薄い印象のため取り入れやすいのかも。

【FILA】

現在韓国企業で厚底ブームに合わせて進出してきた。AKI CLASSICも似たような感じだろうか。あんまりわからん

SALOMON

テック系がファッションシーンで盛り上がっていてその筆頭。タウンユースでは贅沢な機能性。アウトドアシーン向けなので履いたときの包まれ感はガチッとしている。

MERRELL

JUNGLE MOCが定番自分には合わなかった。ソールがかてえ。

KEEN

サンダルジャスパーシリーズが人気。フェスでよく見かける。足先にゆとりがあるデザインが特徴。

Columbia

アウトドアメーカーだがスニーカー豊富。防水スニーカーなど日常使いできる選択肢を増やしてきてる印象。たまに公式を覗くとおもしろい。

PBも好きで買い漁ってる。無印良品キャンバススニーカー定番でよく履いてた。最近だとアルペン(DEPO)のPBがんばってる。

もう思いつかないのでこのへんで。ちなみにダンロップライセンスであることはあまり知られていない。

ツッコミなどなんでも歓迎です。

2024-04-10

亀川千代さんへ

ゆらゆら帝国ライブを全国に見に行っていた。

「おっかけ」というとアイドルのようで違和感があるが,まあやっていたことはおっかけというのが一番早い。

当たり前だがアイドル的に好きだったわけではないので入り待ち出待ち差し入れなどは一切したことがない。

何故わざわざほぼ全公演行っていたかというと,亀川千代ベースが聴きたかたからだ。

ゆらゆら帝国については「昆虫ロック」のイメージしかなかったのだが,ある日たまたまタワレコで「ゆらゆら帝国のしびれ」の「ハラペコのガキの歌」を試聴して衝撃を受けた。

ライブに行ってみよう,と思った。

ライブで「恋がしたい」を聴いて,もっと正確に言うと「恋がしたい」の亀川千代ベースを聴いて,世界が変わった。

今までベースにそれほど心惹かれることはなかったが,亀川千代ベースはまるで歌っているみたいなベースだった。

こんなに豊かな音色ベースがあるのか,と思った。

最初関東の公演を全部行くくらいで済んでいたが,何回も行くうちに毎回ベースラインアレンジが違うので,もっと聴きたいという欲が収まらなくなった。

CDとほぼ変わらないときもあるのだが,亀川千代テンションによって時々驚くような神アレンジを聴かせてくれることがある。

もともとただ彼のベースを聴いているだけで幸せなのに,時に神のような音を聴かせてくれるので,それを聞き逃してはならないといつしか全国の公演に行くようになっていた。

とはいえ飛行機が苦手だったりお金に限りもあるので全て行けたわけではない。

でも,ある時期の彼らのライブはほぼ全て行っていたと思う。

基本的最前列亀川千代の前が定位置だった。

顔ファンだったわけではないが,ベースを弾くたたずまいがとても絵になる人だった。

直に鳴る音を聴いたり指遣いを見たりもしたかった。

モッシュとかダイヴとかしたいわけではないので最前でひたすら柵にしがみついて亀川千代凝視していた女は私だ。


それから何年も経った。

私は就職したり結婚したりそれに伴って転居したり出産したりしてそんな生活はできなくなってしまった。

そのうちにゆゆら帝国が解散した。

亀川千代ベースが好きだったので,石原さんとやっていたSTARSもよく見に行ってはいたが,ゆらゆら帝国解散したことで私の中で一区切りがついた。

正直言うとここ数年ゆらゆら帝国CDを家で聴いたりすることもなかったし,

坂本慎太郎ソロ別にいかけていなかった。

ゆらゆら帝国を思い出したりもしなくなった。

音楽自体そもそもロックを聴かなくなり新しい音楽も探さなくなり今はクラシック音楽ばかり聴く生活をしている。

しかし,昨日の深夜訃報を目にして自分でも驚くほど泣いてしまった。

私の中に亀川千代への思いは大切にしまわれていて,私の一部としてちゃんと残っていた,そのことに驚いた。

発光体のソロラメパンよりも,亀川千代ベースを堪能するなら私は「星になれた」を挙げたい。

本当に久しぶりに聴いたのだが今でも全部歌えることに驚いた。

どうかこのライブ版「星になれた」のベースラインを追って聴いてほしい。

https://youtu.be/GpIMc_7-BgM?si=z_AktwCgF7EhIiWQ

本当に豊かな音色ベースである

ラストベースソロ,本当に素晴らしい。まるで歌っているみたいなベースだ。

今も聴きながら泣いている。

ライブで「星になれた」をやってくれた日は本当にうれしかったな。

千代さん,星になったのかな。

「もう触れはしないような,だけど今も側で羽を磨いているような」星に。

安らかにお眠りください。

ありがとう

ログイン ユーザー登録
ようこそ ゲスト さん