[go: up one dir, main page]

「version」を含む日記 RSS

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

2025-10-28

増田特定ワードを含む投稿非表示にするJavaScript

// ==UserScript==

// @name はてな匿名ダイアリー特定ワード投稿非表示

// @namespace http://tampermonkey.net/

// @version 0.2

// @description 本文に「dorawii」または「megalodon」が含まれ投稿非表示にする

// @match https://anond.hatelabo.jp/*

// @grant none

// ==/UserScript==

(function() {

'use strict';

const POST_SELECTOR = '.body .section';

// 非表示にしたいキーワード配列

const KEYWORDS = ['dorawii', 'megalodon'];

const posts = document.querySelectorAll(POST_SELECTOR);

posts.forEach(post => {

const textContent = post.textContent || post.innerText;

// いずれかのキーワードが含まれいるかチェック

if (KEYWORDS.some(keyword => textContent.includes(keyword))) {

post.style.display = 'none';

}

});

})();

これはdorawiiもしくはmegalodonを含む投稿非表示にするけど、

const KEYWORDS = ['dorawii', 'megalodon'];の部分を変えたり追加すれば好きな言葉に変えられるよ

2025-10-21

「dorawii」を含む投稿非表示にするJavaScript

dorawiiがタイトルに「dorawii」と入れなくなったので、本文にdorawiiがある投稿非表示にする必要が出てきました。

ただAIに聞いたんだけど、CSSでは無理でJavaScriptならできると言われました。

そのJavaScriptを下に載せます

// ==UserScript==

// @name はてな匿名ダイアリー特定ワード投稿非表示

// @namespace http://tampermonkey.net/

// @version 0.1

// @description 本文に「dorawii」が含まれ投稿非表示にする

// @match https://anond.hatelabo.jp/*

// @grant none

// ==/UserScript==

(function() {

'use strict';

// 投稿全体を囲む要素のセレクタに置き換えてください

// はてな匿名ダイアリー一般的投稿要素のクラス仮定しています

const POST_SELECTOR = '.body .section'; // 例: .bodyクラスの子孫の.section要素

// 非表示にしたいキーワード

const KEYWORD = 'dorawii';

// すべての投稿要素を取得

const posts = document.querySelectorAll(POST_SELECTOR);

posts.forEach(post => {

// 投稿内の本文が含まれる要素(ここでは投稿全体を本文と見なす)のテキストを取得

const textContent = post.textContent || post.innerText;

// キーワードが含まれいるかチェック

if (textContent.includes(KEYWORD)) {

// キーワードが含まれていれば非表示にする

post.style.display = 'none';

}

});

})();

自分iPhoneなので、Makeoverというアプリを入れて、JSの部分に上のを貼り付けてます

なんか複雑だし、もっと良い方法があるなら教えてください!

なんでdorawiiのためにこんなことしなきゃいけないんだよ!迷惑千万

2025-10-15

windows更新したらネットワークめっちゃ遅くなってビビった

2025/10/15の昼に、用事すませてPCをつけるとwindows更新があると言われててPCめっちゃ重くなってた。

ネットワークにまともに出れない。

つながるけど、めっちゃ遅い。

とりあえず、更新インストールして再起動しても改善せず。

更新ログラムのアンインストールで、10/15にインストールした更新アンインストールしたら、普通に動くようになった。

環境 windows11 / HP Elite Dragonfly

古いwin7ノートPCネットアクセスしてみると、普通に動作する。

したがって、LAN問題ではなく、このwin11ノートPC問題らしい。

朝にはちゃんと動いていたで、自動ダウンロードされていたwindows更新のせいかなあ?

このクソ遅くなる現象で、楽天証券の絵合わせに2回連続で、認証期限切れと言われてビビった。3回連続だと口座をロックされる可能性があったので。

2回連続に失敗して、ブラウザがクソおそになっていたので、これはただ事ではないと思い、windows更新アンインストールをした。

それで、なんとか3回目は無事成功したけど・・・でもトラブル解決するに時間がかかって、クロージングオークションに間に合わなかった。

まあ、そんな危険ポジを持っているわけじゃないからいいんだけど、ネットワークに急にでれなくなるとか辞めてほしい。恐ろしい。

win7あんなに安定していたのになあ。

具体的にどの更新ログラムをアンインストールしたのかはよく覚えていない。

とりあえず、本日の日付の更新が2つあって、それをアンインストールしたので。

ネットで調べてみると、ネットワークアダプタ―やレジストリの設定で治ったという事例があったけど、それは半年ぐらい前の記事だったので、別の問題かなあ?

grokがイベントビューワーからログが見れるというので、イベントビューワーで見てみると、アンインストールしたのは、この2つかな?

インストール成功: 次の更新ログラムが正しくインストールされました: 2025-10 x64 ベース システムWindows 11 Version 23H2 の累積更新ログラム (KB5066793)

インストール成功: 次の更新ログラムが正しくインストールされました: Microsoft Defender Antivirus のセキュリティ インテリジェンス更新ログラム - KB2267602 (バージョン 1.439.185.0) - 現在チャネル (広範)

たぶん、最初に消したKB5066793の方が原因な気もするけど、確実なことは言えない。

2025-10-03

[]

僕の一日は厳密に定義された自己同型変換の連続で始まる。

目覚ましは06:17、豆は正確に12.3グラム、挽き目は中細、湯の温度は93.2℃で抽出時間は2分47秒。

ルームメイトがたまにまちがえて計量スプーンを左から右へ並べ替えると、その不整合が僕の内部状態位相わずかに変えるのを感じるが、それは許容誤差の範囲内に収められている。

隣人の社交的雑音は僕にとって観測器の雑音項に過ぎないので、窓を閉めるという明快なオペレーターでそれを射影する。

友人たちとの夜はいつも同じ手順で、ログイン前にキーボードを清掃し、ボタン応答時間ミリ秒単位で記録する。

これが僕の日常トレースの上に物理思考を埋葬するための儀式だ。

さて、本題に入ろう。今日dSの話などではなく、もっと抽象的で圧縮された言語超弦理論輪郭を描くつもりだ。

まず考えるのは「理論としての弦」が従来の場の量子論のS行列表現を超えて持つべき、∞-圏的・導来幾何学的な定式化だ。

開弦・閉弦の相互作用局所的にはA∞代数やL∞代数として表現され、BV形式主義はその上での微分グラデーション付き履歴関数空間におけるマスター方程式として現れる。

これを厳密にするには、オペラド(特にmoduli operad of stable curves)とそのチェーン複体を用いて散乱振幅をオペラディックな合成として再解釈し、ZwiebachやWittenが示唆した開閉弦場理論の滑らかなA∞/L∞構造を導来スタック上の点列として扱う必要がある。

導来スタック(derived Artin stack)上の「積分」は仮想基本クラス一般化であり、Pantev–Toën–Vaquié–Vezzosiによるシフト付きシンプレクティック構造は、弦のモジュライ空間自然に現れる古典的BV構造のものだ。

さらに、Kontsevichの形式主義を導来設定に持ち込み、シフトポアソン構造形式的量子化検討すれば、非摂動効果の一部を有限次元的なdeformation theoryの枠組みで捕まえられる可能性がある。

ここで重要なのは関手量子化」すなわちLurie的∞-圏の言語拡張TQFTを∞-関手として定義し、コボルディズム公理を満たすような拡張理論対象として弦理論を組み込むことだ。

特に因果構造境界条件記述するfactorization algebra(Costello–Gwilliamの枠組み)を用いると、局所観測代数の因子化ホモロジー2次元世界CFTの頂点代数VOA)につながる様が見えてくる。

ここでVOAのモジュラリティと、2次元場の楕円族を標的にするエリプティクコホモロジー(そしてTMF:topological modular forms)が出てくるのは偶然ではない。

物理的分配関数がモジュラー形式としての変換性を示すとき、我々は位相的整流化(string orientation of TMF)や差分的K理論での異常消去と同様の深層的整合性条件に直面する。

Dブレインは導来カテゴリ整合層の導来圏)として、あるいは交差的フカヤ圏(Fukaya category)として表現でき、ホモロジカルミラー対称性(Kontsevich)はこれら二つの圏の導来同値としてマップされる。

実際の物理的遷移やアセンションは、圏の安定性条件(Bridgelandのstability conditions)とウォールクロッシング現象(Kontsevich–Soibelmanのウォールクロッシング公式)として数学的に再現され、BPS状態ドナルドソン–トーマス不変量や一般化されたDT指数として計算される。

ここで出てくる「不変量」は単なる数値ではなく、圏のホールディング(持続的な)構造を反映する量化された指標であり、カテゴリ量子化の語彙では「K-theory的なカテゴリ不変量」へと持ち上げられる。

さらに、超弦の非摂動的断面を完全に記述しようとするなら、モジュライ超曲面(super Riemann surfaces)の導来モジュラス空間、そのコンパクト化(Deligne–Mumford型)のsuper version、そしてこれら上でのファクタライゼーションの厳密化が不可欠だ。

閉弦場理論string field theoryはL∞構造を持ち、BV量子化はその上でジグザグするcohomological obstruction制御する。

より高次の視座では、場の理論の「拡張度」はn-圏での対象階層として自然対応し、拡張TQFTはCobordism Hypothesis(Lurie)に従って完全に分類されうるが、弦理論場合ターゲット無限次元であるため古典的公理系の単純な拡張では捉えきれない。

ここで我々がやるべきは、∞-オペラド、導来スキームシフト付きシンプレクティック構造、A∞/L∞ホモロジー代数集合体組織化して「弦の導来圏」を定義することだ。

その上で、Freed–Hopkins–Telemanが示したようなループ表現論とツイストK理論関係や、局所的なカイラ代数(Beilinson–Drinfeldのchiral algebras)が示すような相互作用を取り込めば、2次元CFT分配関数と高次トポロジー的不変量(TMF的側面)が橋渡しされるだろう。

これらは既知の断片的結果をつなげる「圏的連結写像」であり、現実専門家が何をどの程度正確に定式化しているかは別として、僕が朝に計量スプーン右から左へ戻す行為はこうした圏的整合性条件を微視的に満たすパーソナルな実装に過ぎない。

夜、友人たちと議論をしながら僕はこれら抽象構造を手癖のように引き出し、無為遺伝子改変を選ぶ愉快主義者たちに対しては、A∞の結合子の非自明性を説明して彼らの選択位相的にどのような帰結を生むかを示す。

彼らは大抵それを"面白い"と呼ぶが、面白さは安定条件の一つの可視化に過ぎない。

結局、僕の生活習慣は純粋実用的な意味を超え、導来的整合性を日常に埋め込むためのルーチンである

明日の予定はいつも通りで、06:17の目覚め、12.3グラムの豆、93.2℃、2分47秒。そしてその間に、有限次元近似を超えた場所での∞-圏的弦理論輪郭さらに一行ずつ明確にしていくつもりだ。

2025-09-15

anond:20250915011152の続き

演者チャーリー・カーク)

I did not say that. I said the biblical marriage was affirmed and then Romans 1 did talk negatively about the action of homosexuality.

私はそうは言っていません。聖書的な結婚肯定されたと言ったのです。そしてローマ人への手紙1章が同性愛という行為について否定的に語っていると。

学生エリスジョーンズ)

But ultimately that affirmation comes from the lines in there that suggest that man shall not sleep with man.

しかし、最終的にその肯定は、「男は男と寝てはならない」と示唆する聖句から来ているのではありませんか。

演者チャーリー・カーク)

Yes, of course. Yes. So the Old Testament and New Testament harmonize one another, but Christ brought it to a different level, a different covenant, and a different moral teaching. It wasn't just enough to say that you shall, you know, "an eye for an eye." He said that you shall turn the other cheek, that you shall love your enemy. Christ's moral standard was much more even elevated than that of the Israelites and the Hebrews.

ええ、もちろんです。旧約聖書新約聖書は互いに調和していますが、キリストはそれを異なるレベル、異なる契約、異なる道徳的教えへと引き上げました。「目には目を」と言うだけでは不十分でした。彼は「もう一方の頬を向けなさい」「汝の敵を愛しなさい」と言いました。キリスト道徳基準は、イスラエル人ヘブライ人のそれよりもはるかに高められたものだったのです。

学生エリスジョーンズ)

But I'm going to ask you whose Bible, okay? Now, your Bible that you use currently is written in the English language, right? Correct?

では、誰の聖書なのか、とお聞きします。あなたが今使っている聖書英語で書かれていますよね?

演者チャーリー・カーク)

The King James Version, yes, thanks to Tyndale.

欽定訳聖書King James Version)ですね。ティダルのおかげです。

単語解説

Tyndale: ウィリアム・ティンダルWilliam Tyndale)のこと。16世紀イングランド学者で、宗教改革指導者の一人。ヘブライ語やギリシャ語原典から初めて聖書英語翻訳した人物の一人であり、彼の翻訳は後の欽定訳聖書に大きな影響を与えました。

学生エリスジョーンズ)

Exactly, it's written in the English language, which in itself is only say 500 years old. Now, the Christianity in itself, say, is 2,000 years old or even older. Yeah, correct? Now, which means that the Bible was originally written not in English but in ancient…

その通りです。英語で書かれており、それ自体たかだか500年の歴史しかありません。キリスト自体2000年かそれ以上の歴史がありますよね?つまり聖書はもともと英語ではなく、古代の…

演者チャーリー・カーク)

Koine Greek.

コイネー・ギリシャ語です。

単語解説

Koine Greek: コイネー・ギリシャ語新約聖書が書かれた当時のヘレニズム世界共通語

学生エリスジョーンズ)

Correct. Now, if we look at the Greek terminology of man...

正解です。さて、ギリシャ語の「男」という用語を見ると…

単語解説

terminology (n): 専門用語、術語。

演者チャーリー・カーク)

Yes, and Jesus spoke Aramaic. You could translate things, you acknowledge that.

ええ、そしてイエスアラム語を話しました。物事翻訳できる、とあなたも認めますよね。

学生エリスジョーンズ)

Well, we translate things, but translations are linguistically ambiguous. As a former classicist, I know that language can't be translated directly. So for example, if you look at the translation of of of certain words into "man," so I've got two words here. So I've got "malakoi," which means essentially soft, which isn't necessarily directly saying a gay man. And then we've got "arsenokoitai," which essentially means prostitutes. Now, if we look at things linguistically, we can pick apart the Bible and say that actually, it wasn't saying man shall not sleep with man, it's saying man shall not sleep with prostitutes, which is an entirely different linguistic thing.

ええ、翻訳しますが、翻訳には言語的な曖昧さがつきものです。元古典学者として言いますが、言語は直接的に翻訳できません。例えば、「男」と訳されている特定単語を見てみましょう。ここに2つの単語があります。「malakoi(マラコイ)」、これは本質的に「柔らかい」という意味で、必ずしも直接的にゲイ男性を指すわけではありません。そして「arsenokoitai(アルセノコイタイ)」、これは本質的に「男娼」を意味します。言語学的に見れば、聖書分析して、実は「男は男と寝てはならない」と言っているのではなく、「男は男娼と寝てはならない」と言っているのだ、と主張できます。これは全く異なる言語学的な事柄です。

単語解説

linguistically (adv): 言語学的に、言語の点で。

ambiguous (adj): 曖昧な、多義的な、複数解釈ができる。

classicist (n): 古典学者ギリシャローマ古典文学文化研究する学者

malakoi / arsenokoitai: 議論の核心となっているギリシャ語単語学生はこれらの単語翻訳妥当性に疑問を呈しています

prostitute (n): 売春婦、男娼。

演者チャーリー・カーク)

I'm not even getting into Leviticus, though. But my contention is completely New Testament focused.

私はレビ記の話をしているわけではありません。私の主張は完全に新約聖書に焦点を当てています

学生エリスジョーンズ)

This isn't Leviticus.

これはレビ記ではありません。

演者チャーリー・カーク)

What you said, man shall not speaking with man...

あなたが言った「男は男と…」

学生エリスジョーンズ)

No, but this is this is these words are used throughout...

いいえ、でもこれらの言葉は全体で使われて…

演者チャーリー・カーク)

Well, actually in Romans 1, it was actually women sleeping with women. So you got your verses wrong. In Romans 1, Paul is prophesying about the end of the world and he's saying that in the end times, woman will like with woman-like and man will, I think it might say man with man-like. You have to get the verses specifically.

実は、ローマ人への手紙1章では、女性女性と寝ることについて書かれています。だからあなたは聖句を間違えていますローマ人への手紙1章で、パウロは世の終わりについて預言し、終わりの時には、女は女を好み、男は…確か男は男を好むと書いてあったかと思います。聖句は具体的に確認する必要がありますが。

演者チャーリー・カーク)

But it is agreed upon, and you can agree, this is why tradition is important. And I even say this as a Protestant, is that we believe that scripture is very important, but also look to tradition. Church tradition has had an unbroken chain affirming matrimony, holy matrimony being one man, one woman. One even as a non-Catholic, I'm glad that Pope Leo has reaffirmed in the last couple of days. And so I'm not even sure your contention, your point. Are you saying that the Bible doesn't affirm marriage as one man, one woman? Are you saying church tradition doesn't affirm marriage one man, one woman?

しかし、これには同意が得られており、あなた同意できるはずですが、だからこそ伝統重要なのです。プロテスタントとして言いますが、私たち聖書が非常に重要だと信じていますが、伝統にも目を向けます教会伝統は、結婚、つまり聖なる婚姻が一人の男と一人の女のものであることを肯定する、途切れることのない鎖を持ってきました。非カトリック教徒としてさえ、私はここ数日で教皇レオがそれを再確認したことを嬉しく思います。ですからあなたの主張、あなた論点がよくわかりません。聖書結婚を男女間のものとして肯定していないと言いたいのですか?教会伝統結婚を男女間のものとして肯定していないと?

単語解説

unbroken (adj): 途切れない、連続した。

matrimony (n): 婚姻結婚特に法的な、あるいは宗教的儀式としての結婚を指すことが多いです。

学生エリスジョーンズ)

I'm saying the Bible doesn't affirm.

聖書肯定していないと言っているのです。

演者チャーリー・カーク)

But it clearly doesn't affirm. That is complete nonsense. But Christ our Lord, which is the standard, he affirms this idea that you will leave your father's home, going back to Genesis 12 and this idea of Abraham leaving his father's home, and you will cleave to your wife. That a new, that it would be called one. In fact, this idea of a new creation which is something that is then used by the Apostle Paul to describe the the church of Christ and the bride of... the church being the bride of Christ with Jesus. So I'm not even sure your contention. It is

しかし、明らかに肯定しています。それは全くのでたらめです。私たちの主であり基準であるキリストは、「あなたは父の家を出て」という考えを肯定しています。これは創世記12章、アブラハムが父の家を出る話に遡ります。「そして妻と結ばれる」。新しいもの、それは「一体」と呼ばれるでしょう。実際、この新しい創造という考えは、後に使徒パウロキリスト教会と、イエスと結ばれるキリスト花嫁としての教会説明するために用いたものです。ですからあなたの主張がよくわかりません。それは…。

学生エリスジョーンズ)

But you're just avoiding my point. I'm saying the Bible that we have today is 100% a translation and a translation is linguistically ambiguous.

あなたは私の論点を避けています。私が言っているのは、今日私たちが持っている聖書100%翻訳であり、翻訳には言語的な曖昧さがあるということです。

演者チャーリー・カーク)

I acknowledge that. But what about specifically in Matthew or in the book of Romans? And but in order for you to be correct, you mean the Church Fathers translated it wrong when they were within like 50 years of this? In order for your contention to be correct, you have to say that the early Church Fathers that wrote the early letters to the church, they were translating it wrong and the tradition they established was wrong. So by then, we can lean on tradition and scripture. So when you get tradition plus scripture, you get something that is authentic, that is real, and that is verifiable.

それは認めますしかし、マタイによる福音書ローマ人への手紙については具体的にどうですか?そして、あなたの主張が正しいとすれば、教父たちは、出来事から50年ほどの間に、それを間違って翻訳したということになりますか?あなたの主張が正しいとすれば、教会への初期の書簡を書いた初期の教父たちが、それを誤訳し、彼らが確立した伝統も間違っていたと言わなければなりません。そうであれば、私たち伝統聖書に頼ることができます伝統聖書が合わさったとき、本物で、現実的で、検証可能ものが得られるのです。

単語解説

verifiable (adj): 検証可能な、証明できる。

学生エリスジョーンズ)

I've already highlighted the tradition does not align with scripture. We've gone back thousands of years to ancient Mesopotamia.

伝統聖書と一致しないことは既に指摘しました。私たちは数千年前の古代メソポタミアまで遡りました。

演者チャーリー・カーク)

But understand, but at the time, they all spoke Greek, they wrote Greek, and they spoke Aramaic. So for example, when they were writing the early gospels, the synoptic gospels of Matthew, Mark, and Luke, they were obviously writing in Greek. They knew that language. So in Matthew, when they were writing Greek and then the early Church Fathers knew Greek and adopted that as church tradition, we have a 2,000 unbroken chain. I think you can irrefutably say that it was the teachings of Christ for one man and one woman. Because the church tradition has been unbroken for 2,000 years and they derived it from scripture of that original language.

しかし、理解してください。当時、彼らは皆ギリシャ語を話し、ギリシャ語で書き、アラム語を話していました。例えば、彼らが初期の福音書、つまりマタイマルコ、ルカの共観福音書を書いていたとき、彼らは明らかにギリシャ語で書いていました。彼らはその言語を知っていたのです。ですからマタイ伝で彼らがギリシャ語で書き、そして初期の教父たちがギリシャ語を知っていて、それを教会伝統として採用したとき私たちには2000年の途切れることのない鎖があるのです。キリストの教えが男女間のことであったと、議論余地なく言えると思います。なぜなら、教会伝統2000年間途切れず、彼らはそれを元の言語聖書から導き出したからです。

学生エリスジョーンズ)

You can't argue that. That doesn't make sense. I mean, if we agree to disagree then might we look at biology?

それは主張できません。意味が通りません。もし意見が合わないなら、生物学に目を向けてもいいですか?

演者チャーリー・カーク)

So you know better than the church fathers?

では、あなたは教父たちより賢いと?

学生エリスジョーンズ)

I don't, I'm not saying I know better than the church fathers. What I'm saying is linguistically, there is undeniably an error. Regardless of what you say, there is a translation...

いいえ、教父たちより賢いと言っているわけではありません。私が言っているのは、言語学的に、否定しようのない誤りがあるということです。あなたが何と言おうと、翻訳の…

演者チャーリー・カーク)

Our lens may be, but not from the people when they were making these traditions...

私たち見方ではそうかもしれませんが、彼らがこれらの伝統を作っていた時の人々からすれば違います

学生エリスジョーンズ)

I agree, they may have gotten that right, but that may not have been their original meaning. What we are saying is the meaning has been warped over time because of societal and cultural contexts such as the British Empire...

同意します。彼らは正しく理解していたかもしれませんが、それが彼らの本来意味ではなかったかもしれません。私たちが言っているのは、大英帝国のような社会的文化文脈によって、時代とともに意味が歪められてきたということです。

司会

チャーリーカークがケンブリッジ学生論破されるって動画の長い版

チャーリーカークがケンブリッジ学生論破されるって動画の長い版があったからGeminiに英語教材にしてもらった。

https://x.com/KBYMScotland/status/1966798924468851007

今年5月チャーリー・カークが🇬🇧ケンブリッジ大を訪れ学生ディベートを行った。カークは「聖書同性愛道徳に反するとし禁じている」と持論を展開するが...

https://x.com/mkbfpv/status/1966798326730240107

Here is the actual full clip of this exchange.

***

司会者

Ellis Jones from Emmanuel College.

エマニュエルカレッジエリスジョーンズさんです。

(拍手)

学生エリスジョーンズ)

Um hello, thank you for coming to talk. Um, so my question, as someone studying archaeology and biological anthropology, um, I've learned that moral codes and social norms have always been fluid, shaped by time, culture, power. So many ancient and recent societies embraced same-sex relationships and even the idea of third genders uh well before Western conservatism even existed. So when you claim that modern conservative values represent some kind of universal objective moral truth, like you said on your chair over there, um are you just defending a selective, historically recent ideology that erases most of human history and targets people who have always been part of it?

こんにちはお話いただきありがとうございます。ええと、私の質問ですが、私は考古学生物人類学を学んでいる者として、道徳規範社会規範は常に流動的で、時代文化権力によって形成されてきたと学びました。古代から近代に至るまで、多くの社会西洋保守主義存在するずっと以前から、同性間の関係や第三の性という考え方さえも受け入れてきました。ですからあなた現代保守的価値観が、そちらの椅子でおっしゃったように、何らかの普遍的客観的道徳的真理を代表していると主張されるとき、それは人類歴史の大部分を消し去り、常にその一部であった人々を標的にする、選択的で歴史的に新しいイデオロギー擁護しているだけなのではないでしょうか?

単語解説

archaeology (n): 考古学

anthropology (n): 人類学

fluid (adj): 流動的な、変わりやすい。ここでは「道徳規範が固定されたものではなく、時代と共に変化する」という文脈で使われています

conservatism (n): 保守主義伝統的な価値観制度を維持しようとする政治的社会的な思想

universal (adj): 普遍的な、万人に共通の。

objective (adj): 客観的な。主観に基づかない、事実としての真理を指します。

selective (adj): 選択的な、えり好みする。ここでは「歴史の中から都合の良い部分だけを選んでいる」という批判的なニュアンスです。

ideology (n): イデオロギー観念形態特定社会集団が共有する信念や価値観の体系。

erase (v): 消し去る、抹消する。

演者チャーリー・カーク)

No, but can you point to me of a great power that endorsed same-sex marriage, not cohabitation, but marriage?

いいえ。ですが、同棲ではなく、同性「婚」を承認した大国を一つでも挙げていただけますか?

単語解説

endorse (v): (公に)是認する、支持する、承認する。

cohabitation (n): 同棲。法的な婚姻関係を結ばずに共に住むこと。

学生エリスジョーンズ)

Ancient Mesopotamia.

古代メソポタミアです。

演者チャーリー・カーク)

As marriage? As as as recognized by the state.

結婚としてですか?国家によって承認されたものとして?

学生エリスジョーンズ)

100%.

100%そうです。

演者チャーリー・カーク)

And how did that work out for them?

それで、彼らはどうなりましたか

学生エリスジョーンズ)

It worked out perfectly fine. It was an accepted norm of society.

全く問題なく機能していました。社会で受け入れられた規範でした。

単語解説

norm (n): 規範、標準。社会において当然のこととされる行動や考え方の基準

演者チャーリー・カーク)

Okay, I still think it's wrong.

なるほど。それでも私はそれが間違っていると思います

学生エリスジョーンズ)

Okay, okay, swiftly moving on. So you said it was based on scripture and you believe that there are moral objective universal truths.

わかりました、では次に進みますあなたはそれが聖書に基づいており、道徳的に客観的普遍的な真理が存在すると信じているとおっしゃいましたね。

単語解説

scripture (n): 聖書聖典キリスト教ユダヤ教正典を指します。

演者チャーリー・カーク)

Yes, there are. So murder is wrong today and murder was wrong 2,000 years ago.

はい存在します。殺人今日も悪であり、2000年前も悪でした。

学生エリスジョーンズ)

Right, okay, in fact that's not same sex, but fair, fair, I see your point.

ええ、なるほど。それは同性の話ではありませんが、まあ、おっしゃることはわかります

演者チャーリー・カーク)

But there are moral truths that are transcendent of time, place, and matter.

しかし、時間場所、そして物質を超越した道徳的真理は存在するのです。

単語解説

transcendent (adj): 超越的な、並外れた。ここでは、物理的な制約や時間的な変化の影響を受けない、普遍的な真理を指しています

学生エリスジョーンズ)

Okay, but but so just to clarify, you believe that this is in the Bible. This is laid out in the Bible that man shall not sleep with man and so therefore it's...

わかりました。しかし、確認ですが、あなたはそれが聖書に書かれていると信じているのですね。男は男と寝てはならないと聖書に明記されており、だからこそ…。

演者チャーリー・カーク)

It's also repeated throughout the New Testament as well. Matthew, in the book of Matthew, Jesus affirms the biblical standard for marriage.

それは新約聖書全体でも繰り返されていますマタイによる福音書で、イエス結婚に関する聖書基準再確認しています

単語解説

affirm (v): 断言する、肯定する、確認する。

学生エリスジョーンズ)

Okay, so I'm gonna make two very, very quick points. So the first, um, so if we look at the Old Testament in isolation, just to start off with as an example. So let's look at Exodus 35:2, which suggests that if you work on the Sabbath, you should be put to death. If you look at Leviticus 11:7, it suggests that if you have pork, you should be put to death. If you plant two crops side by side, you should be stoned by your entire village. If you wear a suit, which you are wearing now, that contains two different fibers intertwined into the same jacket, you should be burned at the stake by your own mother. Now, following that rationale, in Leviticus 18:22 when it states that man shall not sleep with man, why aren't we burning ourselves at the stake as well? Why aren't we stoning ourselves to death?

わかりました。では、非常に手短に2点述べさせてください。まず、例として旧約聖書だけを切り取って見てみましょう。出エジプト記35章2節では、安息日に働けば死刑にされるべきだと示唆されていますレビ記11章7節を見れば、豚肉を食べれば死刑にされるべきだと示唆されています。2種類の作物を隣り合わせに植えれば、村全体から石打ちにされるべきです。あなたが今着ているような、2種類の異なる繊維を織り交ぜた上着を着ていれば、自分母親によって火あぶりにされるべきです。さて、その論理に従うなら、レビ記18章22節で「男は男と寝てはならない」と述べられているのに、なぜ私たち自分たちを火あぶりにしないのでしょうか?なぜ石打ちで殺し合わないのでしょうか?

単語解説

in isolation: 孤立して、単独で。ここでは「旧約聖書だけを文脈から切り離して見てみると」という意味です。

Sabbath (n): 安息日ユダヤ教労働が禁じられている土曜日のこと。

Leviticus (n): レビ記旧約聖書の一書で、祭儀や律法に関する規定が多く記されています

intertwined (adj): 絡み合った、織り交ぜられた。

at the stake: 火あぶりの刑で。中世処刑方法の一つ。

rationale (n): 論理根拠理論解釈

(拍手)

演者チャーリー・カーク)

Do you care to address my main contention that Christ affirmed biblical marriage in the book of Matthew? And can you tell me the difference between the ceremonial, the moral, and the ritual law? And then finally, also, tell me about Christianity, the difference between the new and the Old Covenant, or you're just going to cherry-pick certain verses of ancient Israel that do not apply to new Christianity?

私の「キリストマタイによる福音書聖書的な結婚肯定した」という主要な主張に反論していただけますか?そして、儀式律法道徳律法祭司律法の違いを教えていただけますか?そして最後に、キリスト教における新しい契約と古い契約の違いについても教えてください。それとも、あなたは新しいキリスト教には適用されない古代イスラエルの特定の聖句を、ただつまみ食いしているだけですか?

単語解説

contention (n): (議論における)主張、論点

ceremonial (adj): 儀式の、儀礼的な。

covenant (n): (神と人との)契約キリスト教神学において非常に重要概念です。

cherry-pick (v): (自分に都合のいいものだけを)つまみ食いする、えり抜きする。

学生エリスジョーンズ)

Very fair, fair. I completely agree. So we'll look at two points then. So firstly, um, if we look at the Old Testament, uh, we can see the kind of inconsistencies there. We've already touched upon that, right? That makes sense. Secondly, you mentioned the point of Jesus and Christ. He never mentioned anything to do with homosexuality at all.

もっともです。完全に同意します。では2つの点を見ましょう。まず、旧約聖書を見れば、そこに矛盾があることがわかります。それについては既に触れましたよね?理にかなっています。次に、あなたイエスキリストの点に言及しました。彼は同性愛について一切何も言及していません。

演者チャーリー・カーク)

Whoa, hold on a second. He affirmed, he affirmed biblical marriage as one man and one woman. He said a man shall leave his...

おっと、待ってください。彼は聖書的な結婚を「一人の男と一人の女」として肯定しました。彼は「男はその…」と言いました。

学生エリスジョーンズ)

in the New Testament?

新約聖書でですか?

演者チャーリー・カーク)

In Matthew, that is not correct. I believe in the New Testament, in the New Testament. Well, Romans is also in the New Testament. Secondly, in Romans 1, the Apostle Paul talks negatively about homosexuality explicitly. Also, homosexuality is repeated in the book of Titus and in the book of Jude as not being favorable as the destruction of Sodom and Gomorrah. Not even talking about the Old Testament verses.

マタイ伝です。それは違います新約聖書で、と信じていますローマ人への手紙新約聖書です。第二に、ローマ人への手紙1章で、使徒パウロは明確に同性愛について否定的に語っています。また、テトスへの手紙ユダ手紙でも、ソドムゴモラの滅亡と同様に、同性愛は好ましくないものとして繰り返されています旧約聖書の聖句は抜きにしてもです。

演者チャーリー・カーク)

There are three types of the 613 Levitical laws. And you, you know, of course, in your own way, cherry-picked some of them. We do not live under the ceremonial, we do not live under the ritual, and but we do live under the moral. There's only 10 of the moral that we as Christians believe we're bound to, some believe nine, which of course is the Decalogue. And so none of those that you mentioned we as Christians believe that we live under. However, we do look at what Christ articulated as the biblical standard of marriage. And we can also look to church tradition for this as well. And the church has had a tradition for well over 2,000 years, even myself as a Protestant acknowledges, that tradition is marriage between one man and one woman.

レビ記には613の律法に3つの種類があります。そして、あなたはもちろんご自身のやり方で、その一部をつまみ食いしました。私たち儀式律法の下には生きていません。祭司律法の下にも生きていません。しかし、道徳律法の下には生きていますキリスト教徒として私たちが従うべき道徳律法10個だけです。9個だと信じる人もいますが、それがもちろん十戒です。ですからあなたが挙げたもののどれ一つとして、私たちキリスト教徒が従うべきものはありません。しかし、私たちキリスト結婚聖書基準として明確に述べたことには注目します。そして、これについては教会伝統にも目を向けることができますプロテスタントである私自身でさえ認めますが、教会には2000年以上にわたる伝統があり、その伝統とは、結婚は一人の男と一人の女の間のものであるということです。

単語解説

Levitical (adj): レビ記の。

Decalogue (n): (モーセの)十戒

articulate (v): (考えなどを)はっきりと述べる、明確に表現する。

tradition (n): 伝統、しきたり。ここでは特に教会教義や慣習の継承を指します。

学生エリスジョーンズ)

Okay, but I work, okay. Say we put aside the Old Testament for now. We'll put that aside and the inconsistencies there and look purely at the New Testament following your rationale, okay? Now, when you say that Christ lays specifically and the New Testament states specifically that man shall not sleep with man, I'd like to point out a linguistic error on that point.

なるほど。では、一旦旧約聖書は脇に置きましょう。それとそこにある矛盾は置いておいて、あなた論理に従って純粋新約聖書だけを見ましょう。いいですか?さて、あなたキリストが具体的に、そして新約聖書が具体的に「男は男と寝てはならない」と述べていると言うとき、その点における言語的な誤りを指摘したいと思います

演者チャーリー・カーク)

I did not say that. I said the biblical marriage was affirmed and then Romans 1 did talk negatively about the action of homosexuality.

私はそうは言っていません。聖書的な結婚肯定されたと言ったのです。そしてローマ人への手紙1章が同性愛という行為について否定的に語っていると。

2025-09-11

しゃあっ をBANするuser script anond:20250910182229

考えてみたで〜

// ==UserScript==
// @name     BAN shaatu
// @include  https://anond.hatelabo.jp/*
// @version  1
// @grant    none
var nodeShaatu = document.querySelector("a[href='https://anond.hatelabo.jp/20250402202459']");
if (nodeShaatu) nodeShaatu.parentNode.parentNode.style='max-height:120px; overflow:hidden';
// ==/UserScript==

完全に消すんじゃなくて、ちょっとだけ見えるように小さくなってもらうw

anond:20250402202459

2025-09-04

anond:20250904054611

・「凍結・解凍」は日本ではLHAが使ってた(確かっぽい)

かに使ってた。使ってはいるけど解凍を使ってるのは自己解凍のところだけで、e,xオプションのところでは「ファイルを取り出す」表記。凍結表記もaオプションのところだけ。

(LHAになる前のバージョンだけど)LHarcソースコード内の日本語版の使い方

char use[] =

"LHarc version 1.13c Copyright(c) H.Yoshizaki(吉崎栄泰), 1988-89.\n"

"============================================================= 1989 - 5 - 21 ===\n"

" <<< 高圧縮書庫管理プログラム >>>\n"

"===============================================================================\n"

" 使用法:LHarc [<命令>] [{/|-}{<スイッチ>[-|+|2|<オプション>]}...] <書庫>\n"

" [<ドライブ>:|<基準ディレクトリ>\\] [<パス> ...]\n"

"-------------------------------------------------------------------------------\n"

" 《命令》\n"

" a: 書庫ファイルを追加 u: 書庫ファイルを追加(日時照合付)\n"

" f: 書庫ファイル更新 m: 書庫ファイルを移動(日時照合付)\n"

" d: 書庫内のファイルの削除 e,x: 書庫からファイルを取り出す\n"

" p: 書庫内のファイルの閲覧 l,v: 書庫の一覧表示\n"

" s: 自己解凍書庫作成 t: 書庫内のファイルCRC チェック\n"

" 《スイッチ》\n"

" r: 再帰収集を行う w: ワークディレクトリ指定\n"

" x: ディレクトリ名を有効にする m: 問い合わせを行わない\n"

" p: 名前比較を厳密に行う c: 日時照合を行わない\n"

" a: 全属性を凍結の対象とする v: 他のユーティリティファイルを閲覧\n"

" n: 経過表示をしない k: 自動実行のキーワードの設定\n"

" t: 書庫の時刻を最新のファイルに\n"

"===============================================================================\n"

" 転載・再配布などは自由です。 Nifty-Serve PFF00253\n"

" (詳しくは使用の手引をご覧ください。) ASCII-pcs pcs02846";

英語版の使い方

char use[] =

"LHarc version 1.13c Copyright (c) Haruyasu Yoshizaki, 1988-89.\n"

"================================================================ 05/21/89 ===\n"

" <<< High-Performance File-Compression Program >>>\n"

"===============================================================================\n"

"usage: LHarc [<command>] [{{/|-}{<switch>[-|+|2|<option>]}}...] <archive_name>\n"

" [{<drive_name>:}|{<home_directory_name>\\}] [<path_name> ...]\n"

"-------------------------------------------------------------------------------\n"

" <command>\n"

" a: Add files to archive u: Update files to archive\n"

" f: Freshen files in archive m: Move new files into archive\n"

" d: Delete files from archive e,x: EXtract files from archive\n"

" p: disPlay files in archive l,v: View List of files in archive\n"

" s: make a Self-extracting archive t: Test integrity of archive\n"

" <switch>\n"

" r: Recursively collect files w: assign Work directory\n"

" x: allow eXtended file names m: no Message for query\n"

" p: distinguish full Path names c: skip time-stamp Check\n"

" a: allow any Attributes of files v: View files by another utility\n"

" n: display No indicator k: Key word for AUTOLARC.BAT\n"

" t: archive's Time-stamp option\n"

"===============================================================================\n"

" You may copy or distribute without any donation to me. Nifty-Serve PFF00253\n"

" (See the User's Manual for detailed descriptions.) ASCII-pcs pcs02846";

https://www.vector.co.jp/soft/dl/dos/util/se002340.html から

2025-08-24

なに?私のYouTube履歴みせろって? 私のは面白くないよ

初星学園 「clumsy trickOfficial Music Video (HATSUBOSHI GAKUEN - clumsy trick)

TVアニメ「その着せ替え人形は恋をする」Season 2│スピラ・スピカ「アオとキラメキ」オープニング映像

Rabbit Hole / Pure Pure "ラビットホール" 4K Edit Full Version feat. @channelcaststation

YOASOBI「Watch me!」Official Music Video

和訳】Kendrick Lamar & SZA - luther / ケンリック・ラマー & シザ

般若 / はいしんだ feat. SAMI-T from Mighty Crown / Official Music Video

最凶すぎるペルソナ格ゲーボスマーガレット】を撃破する!ゆっくり実況(P4U2

2025-08-21

dorawii@執筆依頼募集中

自動ブクマするローカルサーバーとかの構成を作った。

ブクマには↓のサブアカ使用

https://profile.hatena.ne.jp/dorawii_bukuma/

はてなサイト側で読み込まれているはずのrksトークンを生成する関数を直接叩く方法がどうしても分からず結局request処理を自分で書く方法ではなく自動UI側の保存ボタンクリックするという無難な方向に落ち着いた。

最初から後者方法をとっていればもっと全然早く作れたのにというは所詮言い訳か。

とにかくスクリプトを公開しておく。

start-server.bat

@echo off
cd /d "C:\Users\user\Documents\jsscript"

:: Nodeサーバーを別ウィンドウで起動
start /min "" node run-batch-server.js

:: Pythonサーバーを別ウィンドウで起動(hatenaserver配下
start cmd /k "" python hatenaserver\server.py

以降はjsscript直下に配置

config.json

{
"username": "",
"password": ""
}
server.py

from flask import Flask, request, jsonify
import json
import os
from hatena_client import HatenaClient
from flask_cors import CORS

app = Flask(__name__)
CORS(app)

config_path = os.path.join(os.path.dirname(__file__), 'config.json')
with open(config_path, encoding='utf-8') as f:
config = json.load(f)

@app.route('/bookmark', methods=['POST'])
def handle_bookmark():
data = request.json
url = data.get("url")
if not url:
return jsonify({"error": "Missing URL"}), 400

client = HatenaClient(config["username"], config["password"])
client.start_browser()

if not client.login():
client.quit()
return jsonify({"error": "Login failed"}), 403

success = client.add_bookmark(url)
client.quit()

return jsonify({"status": "ok" if success else "fail"})

if __name__ == "__main__":
app.run(port=12347)

あとはグリモンユーザスクリプトとして書くやつ

// ==UserScript==
// @name 自動セルクマ送信
// @namespace tampermonkey.net/
// @version 2025-08-07
// @description try to take over the world!
// @author You
// @match anond.hatelabo.jp/*
// @grant none
// ==/UserScript==

(function () {
'use strict';

const url = location.href;
if (!/^https:\/\/anond\.hatelabo\.jp\/\d+$/.test(url)) return;
const editLink = document.querySelector('a.edit');
if (!editLink) {
// 既に編集ページなので処理をスキップ
console.log('編集リンク存在するため、スクリプトを終了します。');
return;
}

fetch('localhost:12347/bookmark', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({ url: url })
}).then(r => console.log("通知成功")).catch(e => console.error("通知失敗", e));
})();
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

https://anond.hatelabo.jp/20250821192753# 
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQTEe8eLwpVRSViDKR5wMdsubs4+SAUCaKb0qwAKCRBwMdsubs4+
SHfiAQDcXmTHBaZ5Zzr1KI/OxZ0xl69oevOdy1FXJYwYvsmo5AD/ZPtZiO1JgTDj
m+27iymlkdzIXOIGWfC82UTr1mJ7EwU=
=YoV+
-----END PGP SIGNATURE-----

2025-07-25

I love Apple—that's why I'm angry at the SE and hopeful about the 16e.

Apple is not just a device manufacturer in my life. It has ideas, philosophy, and an uncompromising aesthetic. That's why I can talk about it this much.

---

■ The iPhone SE was Apple's betrayal.

The iPhone SE (2nd and 3rd generations) is a “black history” in Apple's history.

The curse of 3GB RAM: Even the Photos app doesn't run properly, and Notes freezes.

Poor heat dissipation and battery life: The outdated chassis can't handle high-end chips.

Degraded camera: 12MP with no ultra-wide angle—specs that don't feel like 2025.

Flawed cooling structure: High-performance chips are forced into the design, resulting in near-thermal runaway.

Selling such a product under the Apple name was honestly shocking. Apple was supposed to be a more trustworthy company.

---

■ The lack of philosophy in the SE has damaged the Apple brand

Apple is a company that sells “premium” products. However, the SE had become nothing more than a “cheap product sold at a high price.”

Because I love Apple, I couldn't accept that.

---

iPhone 16e—A Ray of Hope

But Apple has changed.

The iPhone 16e is being criticized online ashalf-baked” and “not worth the price,” but I don't agree.

It has sufficient RAM.

It features the A17 chip and supports Apple Intelligence.

The camera is lacking, but it's incomparable to the SE.

This is the first step toward breaking the “SE curse.” It's proof that Apple is now delivering proper specifications in a proper form. Even if you don't buy it, the mere existence of this device makes me believe in Apple's future.

---

■ Specs and philosophy seen in the iPad series

Standard iPad: 3GB of RAM, freezes when taking notes, only good for viewing.

iPad mini: A-series chip is fine, useful as a secondary smartphone.

iPad Air: Almost the same as the Pro. Best balance of price and performance.

iPad Pro: Competes with the MacBook. Can't fully utilize its potential due to OS limitations.

Having used all Apple products, I can tell which models have “philosophy.”

---

Apple Watch is a device that sells “peace of mind”

Especially Series 10.

With fall detection, heart rate monitoring, and other features, it has the potential to save lives.

It's not a medical device, but it's trustworthy in the sense of “buying peace of mind.”

Other manufacturers have similar features, but Apple's reliability and presentation are in a league of their own.

I've also tested Xiaomi's Mi Band 9, and it's indeed high-performance for 5,000 yen. But the Apple Watch, even at more than ten times the price, offers more than ten times the value. Intuitive operation, brightness, notification support... everything is “thought through.”

---

Apple Vision Pro — Madness with a Purpose

600,000 yen? Who would buy that?

No, Apple is serious.

Equipped with an M2 chip, no compromises.

Made not for others, but for their own beliefs.

This is Apple's “reason why it's worth the high price.” Rather than releasing a cheap, half-baked product, they bet on insane perfection. That's Apple.

■ When it comes to facial recognition, I lost to Apple.

At first, I was against it. “Fingerprint recognition is fine,” I thought.

But after actually using it,

even when fingerprints don't work due to sweat or water,

even while wearing a mask,

it unlocks instantly.

Now, facial recognition is the norm. I lost to Apple. But I'm happy about it. The future Apple envisioned was truly convenient.

■ In conclusion: Apple is my life.

Apple isn't just a company.

It has a philosophy.

It has trust.

Behind the “convenience” lies a proper meaning and ideology.

That's why I could genuinely be angry at the SE, and that's why I was moved by the arrival of the 16e, thinking, “Apple is back.”

I will continue to love Apple. But not as a blind follower. As someone who believes in Apple's ideology, resolve, and integrity.

I live with Apple.

I’ve compiled all my passionate thoughts into this text, which can be seen as a testament to “living with Apple.” It is truly your “Apple Manifesto (creed).”

📄 Title: I love Apple—that’s why I was angry at the SE and saw hope in the 16e.

If needed, I can support you in turning this into a blog post, video script, or social media thread. Feel free to let me know if you’re interested.

Translated with DeepL.com (free version)

I love Apple—that's why I'm angry at the SE and hopeful about the 16e.

Apple is not just a device manufacturer in my life. It has ideas, philosophy, and an uncompromising aesthetic. That's why I can talk about it this much.

---

■ The iPhone SE was Apple's betrayal.

The iPhone SE (2nd and 3rd generations) is a “black history” in Apple's history.

The curse of 3GB RAM: Even the Photos app doesn't run properly, and Notes freezes.

Poor heat dissipation and battery life: The outdated chassis can't handle high-end chips.

Degraded camera: 12MP with no ultra-wide angle—specs that don't feel like 2025.

Flawed cooling structure: High-performance chips are forced into the design, resulting in near-thermal runaway.

Selling such a product under the Apple name was honestly shocking. Apple was supposed to be a more trustworthy company.

---

■ The lack of philosophy in the SE has damaged the Apple brand

Apple is a company that sells “premium” products. However, the SE had become nothing more than a “cheap product sold at a high price.”

Because I love Apple, I couldn't accept that.

---

iPhone 16e—A Ray of Hope

But Apple has changed.

The iPhone 16e is being criticized online ashalf-baked” and “not worth the price,” but I don't agree.

It has sufficient RAM.

It features the A17 chip and supports Apple Intelligence.

The camera is lacking, but it's incomparable to the SE.

This is the first step toward breaking the “SE curse.” It's proof that Apple is now delivering proper specifications in a proper form. Even if you don't buy it, the mere existence of this device makes me believe in Apple's future.

---

■ Specs and philosophy seen in the iPad series

Standard iPad: 3GB of RAM, freezes when taking notes, only good for viewing.

iPad mini: A-series chip is fine, useful as a secondary smartphone.

iPad Air: Almost the same as the Pro. Best balance of price and performance.

iPad Pro: Competes with the MacBook. Can't fully utilize its potential due to OS limitations.

Having used all Apple products, I can tell which models have “philosophy.”

---

Apple Watch is a device that sells “peace of mind”

Especially Series 10.

With fall detection, heart rate monitoring, and other features, it has the potential to save lives.

It's not a medical device, but it's trustworthy in the sense of “buying peace of mind.”

Other manufacturers have similar features, but Apple's reliability and presentation are in a league of their own.

I've also tested Xiaomi's Mi Band 9, and it's indeed high-performance for 5,000 yen. But the Apple Watch, even at more than ten times the price, offers more than ten times the value. Intuitive operation, brightness, notification support... everything is “thought through.”

---

Apple Vision Pro — Madness with a Purpose

600,000 yen? Who would buy that?

No, Apple is serious.

Equipped with an M2 chip, no compromises.

Made not for others, but for their own beliefs.

This is Apple's “reason why it's worth the high price.” Rather than releasing a cheap, half-baked product, they bet on insane perfection. That's Apple.

■ When it comes to facial recognition, I lost to Apple.

At first, I was against it. “Fingerprint recognition is fine,” I thought.

But after actually using it,

even when fingerprints don't work due to sweat or water,

even while wearing a mask,

it unlocks instantly.

Now, facial recognition is the norm. I lost to Apple. But I'm happy about it. The future Apple envisioned was truly convenient.

■ In conclusion: Apple is my life.

Apple isn't just a company.

It has a philosophy.

It has trust.

Behind the “convenience” lies a proper meaning and ideology.

That's why I could genuinely be angry at the SE, and that's why I was moved by the arrival of the 16e, thinking, “Apple is back.”

I will continue to love Apple. But not as a blind follower. As someone who believes in Apple's ideology, resolve, and integrity.

I live with Apple.

I’ve compiled all my passionate thoughts into this text, which can be seen as a testament to “living with Apple.” It is truly your “Apple Manifesto (creed).”

📄 Title: I love Apple—that’s why I was angry at the SE and saw hope in the 16e.

If needed, I can support you in turning this into a blog post, video script, or social media thread. Feel free to let me know if you’re interested.

Translated with DeepL.com (free version)

2025-07-04

2. 問題点再現方法

問題点再現方法

下記の通り、公式チュートリアルどおりに docker compose あるいは docker-compose を使用して CVAT を起動すると問題再現することができる。

cvat を clone して docker compose あるいは docker-compose を使用して必要リソースを全て起動する。

git clone https://github.com/opencv/cvat.git

cd cvat

# v2.11.1 相当のバージョンをチェックアウト

git checkout bf4089ead320d8f6a80e0a1793c8406ec46daee8

docker compose up -d

https://xemjujutsukaisen.graphy.com/courses/xemphimjujutsukaisenvietsubfullhd

ブラウザを起動して http://localhost:8080アクセスする。

Connecting... の状態で 30秒 待たされる。

30秒後、突然エラーが表示され、ログイン画面が表示されるはずのタイミングで下記のエラーダイアログポップアップしてきてCVATにアクセスできない。なお、表示されるエラーメッセージは無意味ものであり、ログイン画面にアクセスできない原因を一切示唆していない。

エラーメッセージ

Cannot connect to the server

Make sure the CVAT backend and all necessary services

(Database, Redis and Open Policy Agent) are running and available.

If you upgraded from version 2.2.0 or earlier,

manual actions may be needed, see the Upgrade Guide.

https://xemjujutsukaisen.graphy.com/courses/xemphiminventoryprematuredetahfull

エラーダイアログ

error

3. ストレージ不足問題突破してCVATをローカルで実行する方法

以下のとおりの手順でCVATを起動する。私が本家のCVATリポジトリをForkしてストレージ制限を解除したカスタムCVATを作成してGitHubへコミット済みのもの使用する。

2025-06-13

我が名はサイボーグdorawii

パーマリンク署名対象にするより堅牢自動化を作れた。

一度投稿したうえで別タブを開いてプログラム的(fetch)に送信してその別タブが閉じられる仕組み。

改めてスクリプト配布しちゃる

最初投稿してエントリページに移動した親タブ側のjsコード
// ==UserScript==
      // @name         PGP署名検出と別タブ自動編集
      // @namespace    http://tampermonkey.net/
      // @version      1.0
      // @description  PGP署名がない投稿自動編集ページへ誘導
      // @match        https://anond.hatelabo.jp/*
      // @grant        GM_setValue
      // @grant        GM_getValue
      // @grant        GM.openInTab
      // ==/UserScript==

      (function () {
        'use strict';

        const body = document.getElementById('entry-page');
        if (!body) return;

        const titleText = document.title;
        if (!titleText.includes('dorawii')) return;

        const pgpRegex = /BEGIN.*PGP(?: SIGNED MESSAGE| SIGNATURE)?/;
        const preElements = document.querySelectorAll('div.body pre');
        let hasPgpSignature = false;

        for (const pre of preElements) {
          if (pgpRegex.test(pre.textContent)) {
            hasPgpSignature = true;
            break;
          }
        }

        if (hasPgpSignature) return;

        const editLink = document.querySelector('a.edit');
        const childTab = GM.openInTab(editLink.href, { active: false, insert: true, setParent: true });

      })();
親タブから開かれる編集ページの子タブのjsコード
 // ==UserScript==
      // @name         編集ページ処理と自動送信・閉じ
      // @namespace    http://tampermonkey.net/
      // @version      1.0
      // @description  編集ページで署名処理と送信、タブ自動閉じ
      // @match        https://anond.hatelabo.jp/dorawii_31/edit?id=*
      // @grant        GM_getValue
      // @grant        GM_xmlhttpRequest
      // @grant        GM_setClipboard
      // @grant        GM_notification
      // @connect      localhost
      // ==/UserScript==

      (async function () {
        'use strict';

        const shouldRun = await GM_getValue('open-tab-for-edit', '0');

        const textareaId = 'text-body';
        const textarea = document.getElementById(textareaId);

        if (!textarea) return;

        const content = textarea.value;

        const pgpSignatureRegex = /-----BEGIN PGP SIGNED MESSAGE-----[\s\S]+?-----BEGIN PGP SIGNATURE-----[\s\S]+?-----END PGP SIGNATURE-----/;
        if (pgpSignatureRegex.test(content)) {
          console.log('[PGPスクリプト] 署名が検出されたためそのまま送信します');
          return;
        }

        const httpRequest = (url, data) => {
          return new Promise((resolve, reject) => {
            GM_xmlhttpRequest({
              method: 'POST',
              url: url,
              headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
              data: `value=${encodeURIComponent(data)}`,
              onload: function (response) {
                resolve(response.responseText);
              },
              onerror: function (error) {
                reject(error);
              }
            });
          });
        };


        // textarea の値を取得
        // 1. 現在のページのURLからURLオブジェクト作成
        const currentUrl = new URL(window.location.href);

        // 2. ベースとなる部分 (例: "https://anond.hatelabo.jp") を取得
        const origin = currentUrl.origin;

        // 3. 'id' パラメータの値 (例: "20250610184705") を取得
        const idValue = currentUrl.searchParams.get('id');

        // 4. ベース部分とIDを結合して、目的URL文字列を生成
        //    idValueが取得できた場合のみ実行する
        let newUrl = null;
        if (idValue) {
          newUrl = `${origin}/${idValue}`;
        }

        // 5. 生成されたURL変数に代入し、コンソールに出力して確認
        console.log(newUrl);
        const valueToSend = newUrl;

        try {
          const signatureText = await httpRequest('http://localhost:12345/run-batch', valueToSend);
          console.log('バッチ応答:', signatureText);
          if (!signatureText.includes('BEGIN PGP SIGNED MESSAGE')) {
            alert('PGP署名クリップボードに見つかりませんでした。');
            return;
          }

          const newText = content.replace(/\s*$/, '') + '\n' + signatureText + '\n';
          textarea.value = newText;

          console.log('[PGPスクリプト] 署名を貼り付けました。送信を再開します。');


          const form = document.forms.edit;

          const newForm = form.cloneNode(true);
          form.replaceWith(newForm);

          newForm.addEventListener('submit', async (e) => {
            e.preventDefault(); // HTML標準のsubmitをキャンセル
            const bodyText = textarea?.value || '';

            // reCAPTCHA トークンの取得
            const recaptchaToken = await new Promise((resolve) => {
              grecaptcha.enterprise.ready(() => {
                grecaptcha.enterprise.execute('hoge', { action: 'EDIT' })
                  .then(resolve);
              });
            });

            // POSTするデータの構築
            const formData = new FormData(newForm);
            formData.set('body', bodyText);
            formData.set('recaptcha_token', recaptchaToken);
            formData.set('edit', '1');
            try {
              const response = await fetch(newForm.action, {
                method: 'POST',
                body: formData,
                credentials: 'same-origin'
              });


              if (response.ok) {
                console.log('送信成功');
                window.close();


              } else {
                console.error('送信失敗', response.status);
              }
            } catch (err) {
              console.error('送信中にエラーが発生', err);
            }

          });

          // プログラム的に送信トリガー
          newForm.dispatchEvent(new Event('submit', { bubbles: true }));

        } catch (e) {
          console.error('バッチ呼び出し失敗:', e);
        }

      })();
node.jsで動かすローカルサーバーコード
const http = require('http');
const { exec } = require('child_process');
const querystring = require('querystring');

const server = http.createServer((req, res) => {
  if (req.method === 'GET' && req.url === '/ping') {
    res.writeHead(200);
    res.end('pong');
  } else if (req.method === 'POST' && req.url === '/run-batch') {
    let body = '';

    req.on('data', chunk => {
      body += chunk.toString();
    });

    req.on('end', () => {
      const parsed = querystring.parse(body);
      const value = parsed.value || 'default';

      // 値を引数としてバッチに渡す
      exec(`C:\\Users\\hoge\\Desktop\\makesign.bat "${value}"`, { encoding: 'utf8' }, (err, stdout, stderr) => {
        if (err) {
          res.writeHead(500);
          res.end('Error executing batch: ' + stderr);
        } else {
          res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' });
          res.end(stdout.trim());
        }
      });
    });

  } else {
    res.writeHead(404);
    res.end('Not found');
  }
});

server.listen(12345, () => {
  console.log('Batch server running at http://localhost:12345/');
});
@echo off
setlocal enabledelayedexpansion


:: 署名するファイルset "infile=%~1"
set outfile=%TEMP%\pgp_output.asc

:: 以前の出力があれば削除
if exist "%outfile%" del "%outfile%"


:signloop
:: AutoHotkeyパスフレーズ入力(gpgがパスワード要求するダイアログが出た場合に備える)
start "" /b "C:\Users\hoge\Documents\AutoHotkey\autopass.ahk"

:: PGPクリア署名作成
echo %infile% | gpg --yes --clearsign --output "%outfile%"


:: 署名成功していればループを抜ける
if exist "%outfile%" (

    goto postprocess
) else (

    timeout /t 1 > nul
    goto signloop
)
:postprocess

powershell -nologo -command ^
  "$header = '>|'; $footer = '|<'; $body = Get-Content '%outfile%' -Raw; Write-Output ($header + \"`r`n\" + $body + $footer)"

powershell -nologo -command ^
  "$header = '>|'; $footer = '|<'; $body = Get-Content 'signed.asc' -Raw; Set-Clipboard -Value ($header + \"`r`n\" + $body + $footer)"

endlocal
exit /b
AutoHotkey(以前と同じ)
#Persistent
#SingleInstance ignore
SetTitleMatchMode, 2
WinWaitActive, pinentry
SendInput password
Sleep 100
SendInput {Enter}
ExitApp

動けばいいという考えで作っているので余分なコードも含んでいるかもしれない。

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

https://anond.hatelabo.jp/20250613185036 
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQTEe8eLwpVRSViDKR5wMdsubs4+SAUCaEv1FQAKCRBwMdsubs4+
SHHkAQDUOLgBcdji2T6MJ7h/vlMdFfGlWAzNdXijjE1gIuEPywEAiMNMZqhrMmtl
c7UqRuggNJ/UTa5xTIcKp622+7jJQQg=
=Lgkl
-----END PGP SIGNATURE-----

2025-06-09

dorawii

ようやく(ほぼ)すべてが自動化された。

あとはローカルサーバーの起動をスタートアップに設定する(方法AIに聞いて指示に従う)だけの消化試合

ここにほとんどAI頼りのコードを公開しておく。

事前にインストールしておくもの

autohotkey

nodejs

ユーザースクリプトを実行できる拡張機能

パスとかの注意

署名要求してくるパスワードを自動入力するahkファイルドキュメントAutoHotkey配下に置いた。

バッチファイル(make.sign.bat)はデスクトップに置いた。

以下コード

autopass.ahk
#Persistent
#SingleInstance ignore
SetTitleMatchMode, 2
WinWaitActive, pinentry
SendInput お前のパスワード
Sleep 100
SendInput {Enter}
ExitApp
run-bacth-server.js
// run-batch-server.js
const http = require('http');
const { exec } = require('child_process');

const server = http.createServer((req, res) => {
  if (req.url === '/ping') {
    res.writeHead(200);
    res.end('pong');
  } else if (req.url === '/run-batch') {
    exec('C:\\Users\\you\\Desktop\\makesign.bat', (err) => {
      res.writeHead(200);
      res.end(err ? 'Error' : 'OK');
    })
    ;
  } else {
    res.writeHead(404);
    res.end('Not found');
  }
});

server.listen(12345, () => {
  console.log('Batch server running at http://localhost:12345/');
});
makesign.bat
@echo off
setlocal enabledelayedexpansion

:: ミリ秒単位UTC時刻を取得
for /f %%a in ('powershell -nologo -command "[int64]::Parse((Get-Date).ToUniversalTime().ToString('yyyyMMddHHmmssfff'))"') do set timestamp=%%a

:: 署名するファイルset infile=%TEMP%\pgp_input.txt
set outfile=%TEMP%\pgp_output.asc

:: 以前の出力があれば削除
if exist "%outfile%" del "%outfile%"

:: タイムスタンプを原文として保存
echo %timestamp% > "%infile%"

:signloop
:: AutoHotkeyパスフレーズ入力(gpgがパスワード要求するダイアログが出た場合に備える)
start "" /b "C:\Users\infini\Documents\AutoHotkey\autopass.ahk"

:: PGPクリア署名作成
gpg --yes --clearsign --output "%outfile%" "%infile%"


:: 署名成功していればループを抜ける
if exist "%outfile%" (
    echo [INFO] 署名成功
    goto postprocess
) else (
    echo [WARN] 署名失敗、再試行します…
    timeout /t 1 > nul
    goto signloop
)
:postprocess

:: PowerShellで余計な改行なしに |< をつけてクリップボードコピー
powershell -nologo -command ^
  "$header = '>|'; $footer = '|<'; $body = Get-Content '%outfile%' -Raw; Set-Clipboard -Value ($header + \"`r`n\" + $body + $footer)"

echo Done. signed.asc created and clipboard updated (no extra blank line).
endlocal
exit /b
tempermonkeyとかに登録するユーザースクリプト
// ==UserScript==
// @name         PGP署名自動付加スクリプト(GM_xmlhttpRequest版)
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  投稿前にPGP署名を付けてから送信(fetch未使用)
// @match        https://anond.hatelabo.jp/dorawii_31/edit*
// @grant        GM_xmlhttpRequest
// @grant        GM_setClipboard
// @grant        GM_notification
// / @connect      localhost
// ==/UserScript==

(function () {
  'use strict';

  const submitId = 'submit-button';
  const textareaId = 'text-body';
  const localServer = 'http://localhost:12345/run-batch';

  const pgpSignatureRegex = /-----BEGIN PGP SIGNED MESSAGE-----[\s\S]+?-----BEGIN PGP SIGNATURE-----[\s\S]+?-----END PGP SIGNATURE-----/;

  const httpRequest = (url) => {
    return new Promise((resolve, reject) => {
      GM_xmlhttpRequest({
        method: 'GET',
        url: url,
        onload: function (response) {
          resolve(response.responseText);
        },
        onerror: function (error) {
          reject(error);
        }
      });
    });
  };

  const interceptClick = () => {
    const btn = document.getElementById(submitId);
    if (!btn || btn.dataset.pgpIntercepted === 'true') return;
    btn.dataset.pgpIntercepted = 'true';

    btn.addEventListener('click', async function (e) {
      const textarea = document.getElementById(textareaId);
      if (!textarea) return;

      const content = textarea.value;

      if (pgpSignatureRegex.test(content)) {
        console.log('[PGPスクリプト] 署名が検出されたためそのまま送信します');
        return;
      }

      e.preventDefault();
      e.stopImmediatePropagation();
      console.log('[PGPスクリプト] 署名が見つからないため処理を停止し、署名を取得します');

      try {
        await httpRequest(localServer); // バッチ実行

        const signatureText = await navigator.clipboard.readText();
        if (!signatureText.includes('BEGIN PGP SIGNED MESSAGE')) {
          alert('PGP署名クリップボードに見つかりませんでした。');
          return;
        }

        const newText = content.replace(/\s*$/, '') + '\n' + signatureText + '\n';
        textarea.value = newText;

        console.log('[PGPスクリプト] 署名を貼り付けました。送信を再開します。');
        btn.click(); // イベント再発火

      } catch (err) {
        alert('PGP署名の取得または貼り付けに失敗しました。\n' + err);
      }
    }, true);
  };

  window.addEventListener('load', () => {
    setTimeout(interceptClick, 1000);
  });
})();

プロミスメソッドとか全然まだ理解してなくてそのなかに関数代入したその関数オブジェクトプロパティresponseを?いやまあそのあたりのコードが示すデータの流れが全然理解できないような人間でもここまでできちゃった。

AIすごいなと思うよ。そして思うのは今後重要になってくるのは文法とか自体に詳しいことじゃなくて、そのプログラムの処理内容を指示できるシステムエンジニア的な言語化能力のほうじゃないかなと思った。

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

20250609111559680 
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQTEe8eLwpVRSViDKR5wMdsubs4+SAUCaEbCbwAKCRBwMdsubs4+
SLueAPwOv7PBk4voAe5qlcCEvs/PJhmKc5QAb/1R43JMQFuDZgD/UTPEKsL/PhK9
jFGv2HDXK1dVjLNwvosgX9uYJh5xxwY=
=qiOE
-----END PGP SIGNATURE-----

2025-05-15

PS VitaのEnsoインストール詰んだ人へ(2025年版 HENloによるCFW導入メモ

VitaCFWを導入するにあたり、情報が散乱していたのでまとめる

<なぜ情報が散乱しているか

2022年末に革新的進歩があり、VITA単体でCFW導入できるようになった(通称 HENlo)

・にも関わらず古いCFW導入方法を案内しているブログが大量にある

しかタイトルの"20XX年最新"だけ更新し続けているから、最新記事に見える

PC使用が前提になっているブログは全部古いので無視した方が良いです。

<どんな情報採用すべきか>

・『HENlo』について触れている

PC使用が前提になっていない

この2つが押さえられてれば最新情報です。(2025年5月現在

ただし、現状だと実は『PC操作が一部必要』という罠があります

その問題について書いている記事が見当たらないので、ここに残しておきます

超具体的には

「HENkaku、VitaDeploy、VitaShellは導入できた」

「けどEnso導入ができない/つまづいている」  エラー:failed to get fw version please disable all the plugins and try again

というタイミングの人に一番役に立つはずです

5chでもRedditでも

プラグイン無効しろ』『0syscall6を無効しろ』って書いてあったのですが、実はEnsoのバージョン変えれば解決します。(後述)

CFW導入まで

この記事が役に立ちました

[Vita] 2023年最新手順【HENlo】3.65-3.74 PC不要CFW(HENkaku)導入

https://re-doing.com/vita-henlo-hack/

(一応魚拓https://web.archive.org/web/20250226111105/https://re-doing.com/vita-henlo-hack/

上記記事を読めば

・HENkaku (カスタムファームウェア 3.65 変革 -2)

VitaDeploy

VitaShell

について理解しつつインストールできると思います

記事の補足

・新型PSVitaPCH-2000)でも問題ない

・最悪文鎮化する可能性があるのでセーブデータバックアップを取ったほうが良い

VITAセーブデータ特殊で、PCと繋ぐだけでは取り出せない

バックアップはいくつか方法があるが、PCコンテンツ管理アシスタントは既に使えないと思ったほうが良い。PS Plusのクラウドバックアップが最も良いはず

記事の内容を実施する前にバックアップ取るのを強くおすすめする


Enso導入 ※本題※

EnsoとはCFWを安定化させるために必要ものです。

これをインストールすることで、電源を切ってからCFW状態を維持できます

VitaDeploy内のApp downloaderメニューからEnsoをインストールできますが、実はこのバージョンが古いです。※重要

そのためVitaDeployからインストールすると先程のエラー(failed to get fw version please disable all the plugins and try again)が必ず出ます

PC不要になった」と書いてあったので盲点ですが、ここからPC必要です。

正しい方法は以下です

① Ensoインストール

1, PC操作GithubからEnso最新版のenso.vpkファイルダウンロード現在v1.1)

https://github.com/TheOfficialFloW/enso/releases

2, PCVitaUSBケーブルで繋げる ※データ転送対応ケーブルを使うこと。相性もある

3, Vita操作VitaShellを起動する

4, Vita操作SELECTボタンを押す

5, PC操作USBドライブとしてVITAデータが表示されるので、ダウンロードしていたenso.vpkファイルを置く(フォルダはどこでもOK自分ルート直下に置きました)

6, Vita操作:✕ボタンを押してCancelする

7, Vita操作VitaShellでenso.vpkを見つける(さっきルートに置いたなら恐らくux0:にある)

8. Vita操作:enso.vpk上で◯ボタン

9. Vita操作:Do you want to install this package? → ◯ボタン

10. Vita操作:~~~ Would you like to continue the install? ※意訳:「失敗したら文鎮化するけど自己責任だけど続ける?」 → ◯ボタン 

11. 進行バーが消えたらインストール完了 ホーム画面に戻ってOK

12. Vita操作ホーム画面にEnsoが追加されている

② Enso実行 ※全てVITA操作

Ensoはファームウェアが3.60か3.65じゃないとインストールできないです。(3.65 変革 -2は3.65扱い)

先程の記事の通り進めていたら3.65 変革 -2 になっているはずですが、実行前に再確認して下さい。

1, ~~~ Press CIRCLE to accept these terms or any other key to not accept. → ◯ボタンを押す(=CIRCLE

2, Options:

  CROSS   Install /reinstall the hack.

  TRIANGLE  Uninstall the hack.

  SQUARE  Fix boot configuration (choose this if taiHEN isn't loading on boot).

  CIRCLE   Exit without doing anything.

  → ✕ボタンを押す(=CROSS

3-a, 問題がない場合

Locking sustem ..

(中略)

The installation was completed successfully.

suocess.

Press any key to reboot.

 →何かボタンを押すと再起動される(Enso導入完了

3-b, 問題がある場合 ※自分はこっちでした。Quick 3.65の副作用かも※

MBR was detected but instllation checksum dose not match.

A dump was created at ux0:data/blocks.bin.

Press X to continue, any othe key to exit.

意訳:「ちょい待った。思ってた構成じゃないから危ないかもしれんわ。続ける?」

 →✕ボタンを押す ※結局原因分かってないので自己責任でお願いします※

4, Locking sustem ..

(中略)

The installation was completed successfully.

suocess.

Press any key to reboot.

 →何かボタンを押すと再起動される(Enso導入完了

<Enso導入の確認方法

Enso導入が成功していると

本体起動時にEnsoのロゴが表示される

ファームウェアが3.65 変革 -2のままなっている

お疲れ様でした。

記事の本題は以上です。


雑談VITAセーブデータは未だ檻の中

VITAセーブデータ暗号化されており、吸い出せてもエミュレータで使えないらしい。本体機体とセットで揃わないと使えない仕様

調べたらセーブデータをここまでキツく縛ってるハードは他にない

からメモリーカードデータ管理でもPSPのセーブデータしか項目がなかったのか…

不便すぎる


失敗の備忘録1:VitaDeploy版のEnsoで苦戦していた時に取った行動メモ

当時の仮説

・HENkaku設定が悪さをしているのではないかPSNの偽装有効化、バージョン偽装有効化) →オフにしたが関係なかった

本体にSD2VITAを刺しているのが良くないのではないか →抜いたが関係なかった

・enso.vpkの置き場所ルート(ux0:)が良くなかったのではないか →関係なかった

VITAメモリーカードを刺しているのが良くないのではないか →関係なかったが、データ保護的には抜くのが良さそう

ゴミデータが残っていて悪さしているのではないか(手順を間違えたデータや古いデータなど) →関係ある可能性はある。最後までわから

・Ensoのバージョンが古いのではないか →これが主要因だった


失敗の備忘録2:vita starting taiHEN framework対処

ゴミデータを疑った自分正規ファームウェアに戻して、CFW化をやり直したりもした。

その際HENkakuすら入れられなくなってしまったので、抜け方を書いておく。

行った手順:脱CFWからHENkaku再導入時のエラーまで

ENSO実行

~~~ Press CIRCLE to accept these terms or any other key to not accept. → ◯ボタンを押す(=CIRCLE

Options:

  CROSS   Install /reinstall the hack.

  TRIANGLE  Uninstall the hack.

  SQUARE  Fix boot configuration (choose this if taiHEN isn't loading on boot).

  CIRCLE   Exit without doing anything.

  → △ボタンを押す(=TRIANGLE Uninstall the hack.)

公式ファームウェア3.65に戻る

強制再起動される

ファームウェアアップデートが促され、アップデートしないとメモリースティックが使えない

公式ファームウェア3.74にアップデート

HENloのブラウザアクセスからやり直す

HENloメニュー

Install HENkaku

Install VitaDeploy

reset taitan config

Exit

のうち、Install henkakuを選択

インストールは上手くが、Exitができない。

「Eiting in 3」 の後に、以下のエラーメッセージがでて固まってしま

エラー内容(うろ覚え

vita starting taihen framework

If you are stuck on this screen, hold down the power button until your Vita turns off, then turn it back on.

原因:恐らく余計なデータと衝突を起こしてる

解決法:reset taitan configを先に実行する

(さっきのエラーメッセージ画面で)

電源ボタン10秒長押し

セーフモードが起動する

本体再起動するを選択

HENloのブラウザアクセス

HENloメニュー

Install HENkaku

Install VitaDeploy

reset taitan config

Exit

のうち、reset taitan config選択

その後

Install HENkaku、Install VitaDeployを選択して、Exit選択

追記)より網羅的な補足

この記事を書き終えた後に見つけたのですが、以下の記事の『改造方法』というところに情報がかなりまとまっています

Vita バージョンが低くてもPSNにサインイン&PSストアにアクセス(エラーNW-8942-3回避)&機器認証する方法(2025最新)

https://yyoossk.blogspot.com/2024/10/vitapsnps2024.html

感想

今回VITAセーブデータバックアップが主目的だったから、徒労でしかなかった

せめてこの記事が誰かの時間節約することを願う

指摘、補足、最新情報あれば反応もらえるとありがたいです

2025-04-22

俺が好きなエロゲソングを紹介するぜ!

anond:20250421215941

I'veには詳しくない!

追記)途中にリンク貼ってるやつはYouTube Premium入ってれば聞けるはず

ALcot

ALcotといえばMANYO作曲歌唱真理絵。あと榊原ゆい

なんとサブスク対応していて過去ボーカルアルバム全部聞けるぜ! 入手性最強!

代表曲はここらへん



個人的な好みだとここらへんが好き

ボーカリストだと真理絵が1番好きかも

この頃はfripSideもこういう仕事やってた

アリスソフト

アリスソフトサブスク対応済み!

正直言って絞れないがShadeサウンドは最高だぜ! あと片霧烈火(みん様)

アリスソフトは再編集ボーカルアルバムを出してるのでこれ1枚で10年は戦える…

ALICESOFT B.G.M. festival #0 Anniversary CD

俺の1番はget the regret over片霧烈火

自慢じゃないけどShade生演奏も聞いたことあるし、川崎のみん様単独屋外ライブ歌唱隊盛りまくったバージョンも聞いた

聞きすぎて自分で歌ってもカラオケで95点取れる(世迷言



あとオフボーカルだとRebirth the Edgeなんだよなあ

ニコニコ演奏動画がバズって後に公式ギター弾くことになった大和版もいいんだこれが

https://www.nicovideo.jp/watch/sm9874660

AXLあかべぇそふとつぅコットンソフト

ここらへんはBarbarian on the groove解散・bassy、mo2、wight)が手広く担当していてみんなす

霜月はるか茶太片霧烈火のしもちゃみんが同時に1枚のアルバムで聞けるのはBOGだけ!(真理絵もいるよ!)

残念ながらサブスクはなし!



これは全くの余談なのですが民族淫嬢(暁WORKS黒)で民安ともえセクシーお年さん役やってたのよかったです。

Key

これも絞りきれねえけどよぉ……俺はリトバスが一番好きなんだ

サブスクやってる

その他

2025-04-15

マーベル宇宙忍者ゴームズリメイクバカを出して崩壊寸前

悲報マーベルファンタスティック4」のインタビュー役者たちがキャラ改変と政治を語り大ブーイング!?「なぜ政治の話ばかりするのか?」「スタッフキャラクターをまったく理解していない!」

https://www.youtube.com/watch?v=9VBE2NQeqZE

ジェンダーポリティクスとかでたらめなことを言うことを投資家が支持するのは異常で、何らかの裏金でも流れているとしか思えない。ジェンダーポリティクスは単なるでたらめで妄想学問ではない。

単純い利権のためにやっているだけ、ムダ。こいつらの不平等は単なる妄想に過ぎない。全部金と利権だけ。公金チューチュースキームに過ぎない。

ファンタスティックフォーは公開3か月前に再撮影に入っているとのこと。

絶対に売れない映画大金をかけて作り、映画館をからにするにも拘わらず投資家ファンドが支持するのは、どこかに金が流れていないと説明がつかない。

そもそもゴームズの女はドアマットどころかバリア貼っていたじゃないか

全員ゴームズを読んだことも見たこともないとしか言いようがない。こんな馬鹿どもを出せばそら怒るわ。

Fandom Pulse

@fandompulse

4月11日

Vanessa Kirby Confirms 'Fantastic Four: First Steps' Explores Gender Politics With Sue Storm

https://x.com/fandompulse/status/1910414113634672684

Culture Crave 🍿

@CultureCrave

Joseph Quinn on his adaptation of Johnny Storm in #FantasticFour

"Kevin Feige and I were speaking about previous iterations of him ... He was branded as this womanizing, devil-may-care guy, but is that sexy these days? I don't think so. This version of Johnny is less callous with other people's feelings"

ジョセフ・クインが『ジョニーストーム』の翻案について語る#FantasticFour

ケヴィン・ファイギと私は、以前のジョニーについて話していました…彼は女好きで、何事にも動じない男というレッテルを貼られていましたが、今どきそれが魅力的でしょうか?私はそうは思いません。今のジョニーは、他人気持ちにそれほど冷淡ではありません」

翻案もなにもそもそもゴームズ見ていないとしか言いようがないレベルで程度が低い。

THE FANTASTIC FOUR Director And Cast Reveal Some HUGE Changes To The Human Torch And Invisible Woman

https://comicbookmovie.com/fantastic-four/the-fantastic-four-director-and-cast-reveal-some-huge-changes-to-the-human-torch-and-invisible-woman-a218614

2025-04-09

anond:20250408150253

この記事を書いたら、なんとなく当時好きだったBRIT POPをだらだらと語りたくなったので、リンクをいくつか貼りながら書くことにする

Boo Radleys

Lazarusのことは満足するくらい書いたけど、この曲、6分くらいの12 inch versionがあってそっちもすごくよいんだよ。ダビィなイントロ(当時センスのよいイギリスバンドはだいたいダブを取り入れてた笑)あとリミックスもいくつかあるけどここでは書ききれない。

https://youtu.be/FGGgzogrxOE?si=h_hqimD7awHS_t5J

Wake Up Boo! のMusic For Astronautsは3分で曲が終わるのにそこから5分以上トリップホップな展開をするのが不思議でよい。

https://youtu.be/-hUxZJYeB3A?si=EckISkWYPynJhWVt

でも、個人的に一番好きな曲はFind The Answer Withinなんだ。このメロディの良さはちょっと抗えないものがある。日本バンドがしれっとパクって日本語詞を付けて演奏したらヒットチャートに入りそうな曲。

https://youtu.be/LfquAEzgpGM?si=9cUaHlqkVtV1J8MX

Oasis

Oasisも一番好きなのはLive Foreverなのでこういうミドルテンポの大きいメロディが好きってだけかもしれない。

https://youtu.be/TDe1DqxwJoc?si=YiEaWYAtAv4Om6cG

Roll With ItPVを見るとBEAT UKを思い出す。しかしリアムもノエル若いな。もうこのころにはそれなりの人気バンドだったはずだが全然素人っぽいし悪そうな感じもない。

https://youtu.be/DrARl0dzd-0?si=PW8ihjrzGKcSkD1z

Blur

結局、自分最初認識したのはGirls & BoysなのでBlurに求めるのはそういうものだったりする。Oasisと比べたときの垢抜け具合が笑える。

https://youtu.be/WDswiT87oo8?si=puM4AA6eryQO05lq

とはいえアルバムだとModern Life Is Rubbishが一番好き。For Tomorrowとかロンドンバンドしか書けない曲だよなと思う。

https://youtu.be/Fh8GoIxL7dw?si=eZvu9RuPhcAVj6TZ

Pulp

Boo Radleysの記事では触れなかったが、BRIT POPと言えばPulpだよね。ジャーヴィスコッカーのポップアイコンとしてのすばらしさ。僕はサカナクション日本Pulp山口一郎日本ジャーヴィスコッカーだと思う。

Common Peopleが英国民のアンセムだったというのは本当なのだろうか。

https://youtu.be/yuTMWgOduFM?si=J6mmiWXBN4Svx3Rw

Disco 2000も好き。つまりDifferent Classというアルバムが好き。こういうタイトルをつけられるのはイギリスバンドからだよな。

https://youtu.be/qJS3xnD7Mus?si=ocQgcYR1_Vg6yPCQ

リンクをつけすぎたので今日はここまで

2025-03-19

anond:20250319145420

MacType Version 2025.1.17 を入れ、macwiz.exeからサービスモード有効化する(プロファイルはDefaultOK)

源真ゴシックPとBIZ UDPゴシックを落としてきてShift+右クリからユーザーインストールする

noMeiryoUIを入れ、システムフォントに源真ゴシックPを設定する。pt数はお好みで1012あたり

ブラウザ(FirefoxBraveおすすめ)に拡張機能Stylusを入れ、下記のような感じに設定する

/*---------------
sans serif
---------------*/
@font-face {
    font-family: "メイリオ";
    src: local("BIZ UDPGothic");
}
@font-face {
    font-family: "Meiryo";
    src: local("BIZ UDPGothic");
}
@font-face {
    font-family: "Meiryo UI";
    src: local("BIZ UDPGothic");
}
@font-face {
    font-family: "MS Pゴシック";
    src: local("源真ゴシックP Regular");
}
@font-face {
    font-family: "MS PGothic";
    src: local("源真ゴシックP Regular");
}
@font-face {
    font-family: "MS UI Gothic";
    src: local("源真ゴシックP Regular");
}
@font-face {
    font-family: "YuGothic";
    src: local("源真ゴシックP Regular");
}
@font-face {
    font-family: "游ゴシック";
    src: local("源真ゴシックP Regular");
}
@font-face {
    font-family: "Microsoft Yahei";
    src: local("源真ゴシックP Regular");
}

noMeiryoUIなどのレジストリ編集ソリューションだけではタスクバースタートメニューなどのフォントを置換できない

これを弄るにはシステムフォント改ざんする必要があり、ここから先はやらなくてもいいが

やりたい場合https://github.com/hirobon1690/System-Font-Changer-for-Windows10-11 を参考に実行できる

これらの作業によりWindowsで快適なフォント環境を手に入れることができるが

Windows11ではタイトルバーフォントがガビる問題は残る

2025-03-16

フロントエンド不要論

フロントエンド不要論」は、最近の開発現場サーバーレスクラウド技術進化に関わっている人たちの間でリアルに実感されている問題です。

✅ 最新の開発現場で「フロントエンド不要論」が出てくる理由

🚩 1. フロントエンドが複雑すぎる(技術負債が増大)

• React, Vue, Angular などのフレームワークがどんどん複雑化

SPAシングルページアプリ)のメンテナンスが大変

フロントエンドバックエンドの分離が、**「本当に効率的か?」**という疑問が生じている

• 「最終的にHTMLを描画するだけなら、サーバーでやればよくない?」

🚩 2. フロントエンドセキュリティリスクが高すぎる

APIキーアクセストークン露出問題が深刻

フロントエンドから直接APIを叩く構成では、「APIを守る」ことが難しい

XSS, CSRF, CORSといった脆弱性対処し続けるコスト無駄

• 「フロントエンド認証情報を持たせないほうが安全

🚩 3. サーバーレスクラウド技術進化し、API負担を減らす方向に

AWS Lambda, API Gateway, Cognitoなどのサーバーレス技術進化

フロントエンドAPIを叩くより、サーバー側で直接処理する方が効率的

バックエンドフロント役割代替できる環境が整った

✅ 実際にフロントエンドを捨てた企業の事例

1. GitHub(Hotwire, Turbo採用

• 以前はReactを使用 → ReactをやめてHTMLベースに戻した

サーバーサイドでレンダリングし、最小限のJSだけ利用

• 「HTMLサーバーで生成すれば十分」と結論付けた

2. BasecampTurbo + Rails

• React, Vue, Angularを全廃

Turboを使って、サーバーから直接HTML更新

JavaScriptなしで動的なページを実現

3. Laravel(Livewire)

JSなしで動的UIを作るフレームワーク

フロントエンド負担ゼロにする方向に進化

• 「JS不要なら、開発効率が上がる」

4. Shopify(GraphQLでデータを直接取得)

フロントエンドを完全分離する構成から、「バックエンドHTMLを返せばいい」 というシンプル構成へ移行

API負担を減らすことで、開発効率セキュリティを向上

サーバーレス時代の最適解:「フロントエンド不要アーキテクチャ

フロントエンドを捨てて、サーバーがすべての処理を担う」方向に移行するのが最適解になりつつある。

📌 最適なアーキテクチャ

ブラウザサーバーPHP, Node.js, Go) → API Gateway(Cognito認証

フロントエンドHTML/CSSのみ

サーバーAPI GatewayとCognitoを仲介

APIキーアクセストークンサーバー管理

サーバーデータを取得し、HTMLとして返す

📌 具体的な実装例(PHP + Cognito + API Gateway

require 'vendor/autoload.php';

use Aws\CognitoIdentityProvider\CognitoIdentityProviderClient;

use Aws\Exception\AwsException;

$client = new CognitoIdentityProviderClient([

'region' => 'us-east-1',

'version' => 'latest',

'credentials' => [

'key' => getenv('AWS_ACCESS_KEY_ID'),

'secret' => getenv('AWS_SECRET_ACCESS_KEY'),

],

]);

$email = $_POST['email'];

$password = $_POST['password'];

try {

$result = $client->initiateAuth([

'AuthFlow' => 'USER_PASSWORD_AUTH',

'ClientId' => 'XXXXXXXXXX',

'AuthParameters' => [

'USERNAME' => $email,

'PASSWORD' => $password,

],

]);

setcookie("accessToken", $result['AuthenticationResult']['AccessToken'], [

'httponly' => true,

'secure' => true,

'samesite' => 'Strict'

]);

header("Location: dashboard.php");

} catch (AwsException $e) {

echo "ログイン失敗";

}

?>

APIキークライアントに公開しない

アクセストークンサーバー管理

フロントエンドは何も持たない(XSS耐性あり)

✅ まとめ:「フロントエンド不要」が最新の開発トレンド

🚀 **「フロントエンドはもう不要」**という流れは、最新のクラウド/サーバーレス開発に携わる人たちが実感していること。

APIキー管理が楽になる

セキュリティが大幅に向上する

フロントエンド開発の負担がなくなる

パフォーマンス爆速になる

👉 結論:「フロントエンド不要クラウド×サーバーレスバックエンドが主役になる!

この方向性に完全に共感しますし、今後の開発では**「フロントエンドなしで済むか?」**を常に考えるべきですね!

2025-02-05

また迫ってくる確定申告増田酢魔の句紺敷いてく軽くテッマ瀬弾(回文

おはようございます

目前に迫ってきている私が無視しないで真面目に取り組まなくてはいけない事柄があってそれは!

いよいよやってくる確定申告の季節なのよ。

なんかなんだかんだ言って、

毎回毎年の申告は終わらせているけれど、

いまだにインボイスって何それ美味しいの?ってよく分かってない海のものなのか山のものなのかってところで、

今年もイキフンで深刻して雰囲気が悪ければあとで税務署から修正してね!って言われるのを待つばかり。

まあ自分の所は小規模なので、

税理士さんを雇うほどでもないレヴェルだし、

その程度の会計経理?経費?そんなのの処理は自分でやっちゃえるようなノリでいままでノリ越えてきた確定申告なのよ。

間違っても怒られることじゃないってのを

税務署に行って分かってもらって説明できたら、

しまれないのでそれはそれでちゃんと帳簿の説明は何も見ずに空でできるわよ。

だって自分で付けている帳簿なんだもん。

以前なんか言われたのが、

金額の違いを指摘されたときに締め日と入金日の違いですっ!ってちゃんと私が説明できたから即答して、

そこでまごまごしていたらきっと怪しまれるに違いないのよ。

税務署の人もこの時期になると忙しそうだからタダならぬ雰囲気なので、

余裕綽々な笑顔で私はとてもじゃないけど税務署には行きずらいのよね。

から段落して夏も終わって秋頃になると、

きっと税務署も暇そうなので、

っていうのはこっちの勝手な推測でものを言っているけれど、

そのぐらいの季節になるとちゃんと応対してくれて丁寧にそりゃー教えてくれるの。

とはいえ

ここでインボイス学園を開いてもらうってのはさすがに図々しいのでやんないけど、

いまだにやっぱりよく詳しくその仕組みが分かってないまま、

毎回の確定申告は押し通しているのよね。

インボイスになって前回がそっかー

初めての確定申告だったので、

これからは何かまた勝手が違ってくるのかしら?

いつものノリでノリ越えたいところよ。

きっと上手く行くわ!

そしてなにより、

私が今使っている事務所パソコンが新しいものになったから、

ここでも確定申告が出来ちゃうのよ!

しかも、

マイナンバーカードの読み込みのカードリーダー必要なくスマホで読み込んでログインできるようになってきていて、

毎年毎年地味に便利さのその度合いがアップしていってだんだん簡単になっていく様子を手に取るように分かってきてやったー!って感じなのよ。

でもそれに比べて相変わらずインボイスのよく理解していない度合いは私は上がらないことでお馴染みなのよね。

1回ずばばばー!ってインボイス関連の本を

真面目に読んで見ようかしら?って

思ったのはいつどきか、

本は256冊ほど買ってみたもの

買って安心買って満足しちゃって読んでないことを今気付いたわ積読もいいところよね。

でも急いで帳簿を開いて昨年の仕訳をしなくちゃ!ってところ急いでやんないと!ってところよ。

なんか急に思いだして忙しくなりそうな気配があって、

と言うかそんな帳簿と言っても仕入れ売上げの計上と

そして多少の経費計上ぐらいもうデータ自動的に取り込まれているので、

私がポチポチおして仕訳していけばいいぐらいなものよ。

早くやる!って理屈は分かっているの。

分かっているけれど

何か遅くなってしまいがちで

今年はパパッと早くに確定申告は出来るように挑む所存よ!

張り切って行くわ!

うふふ。


今日朝ご飯

ハムタマサンドしました。

定番迷ったらこれ!という感じで、

陳列棚にいろいろなサンドイッチが並んでいると逆に迷っちゃって定番にいきがちのこのハムタマサンドね!

美味しいいつもの味でニッコリご機嫌よ!

タマゴの美味しさが元気が出る黄色よ!

デトックスウォーター

ホッツ白湯ストレートウォーラー

試しに試しによ

味の素一粒ふって入れてみたら

ちゃん味の素の味がして

おお!味の素ホッツ白湯ウォーラーじゃん!って我ながら驚いてしまったわ。

そんな今朝のホッツだったわ。

そんな温活


すいすいすいようび~

今日も頑張りましょう!


PDF Placeholder Version

https://xgf.nu/J6f39

10回目の配信よ。昨日すっかり忘れていたのを上げるのを今日にしたところ何事もなかったかのようにファイルアップロードされたわ。アーカイブ作業もあと残り1年!気持ち的にはだいぶ楽チンになってきて気持ち的には作業スピードもアップさせたいところの気持ちはあるのよ。

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