「One」を含む日記 RSS

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

2026-08-19

anond:20260819095655

大学生ときTSUTAYA映画館に通い詰めてた俺の20選。

で、いろいろ見たつもりだけど結局子どもの頃に映画館金ローで観て夢中になったやつとか、TSUTAYAで借りてきて妙に印象に残ってるやつが中心になってしまった。

まぁパンピーなのでみんながおもろいって言うやつはやっぱおもろいですよね。

完全に個人的思い入れだけで選んでる。

公開年(Gemini調べ)順。

1. マスク (1994)

金ロー吹き替え山寺宏一)で何回観たかからない。あのカートゥーン的なテンポといい、子どもの頃の金曜夜のワクワク感そのもの

2. パルプ・フィクション (1994)

会話のキレがキレッキレで好き。

3. インデペンデンス・デイ (1996)

王道にして直球のエンタメ大作。大統領演説と反撃の流れが超好き。

4. クレヨンしんちゃん ヘンダーランドの大冒険 (1996)

オカマ魔女トランプの不気味さとギャグバランス絶妙で、子どもの頃すごく印象に残った。最後ババ抜きと追いかけっこは今見ても笑える。

5. ラヂオの時間 (1997)

生放送ドタバタ劇。脚本の緻密さとテンポ完璧で、声出して笑った。会話劇と群像劇面白さを知った原点。

6. もののけ姫 (1997)

言わずもがな。もしかしたら初めて映画館で見たかも。全体の熱量映画館で観て本当に特別だった。

7. 名探偵コナン 世紀末の魔術師 (1999)

場面がころころ変わる面白さ。「メモリーズエッグ」を巡るロマンラスト哀愁までコナン映画の中で一番好き。あとエンディングONEで完全にB'zにハマって人生狂わされた一本。ニコ動にあった嘘吹替も好き。

8. デジモンアドベンチャー ぼくらのウォーゲーム! (2000)

40分に詰まった超大作。ネット越しの共闘島根パソコン。この頃の細田守演出は本当にキレッキレだった。

9. ロード・オブ・ザ・リング (2001)

ファンタジー映画最高峰。1作目の旅立ちのワクワク感もいいけど、アラゴルンは2作目(二つの塔)あたりが一番泥臭くてかっこよかった気もする。

10. ピンポン (2002)

実写化として完成度が高すぎる。スーパーカー劇伴窪塚洋介のペコ、卓球シーンの疾走感。

11. ボーン・アイデンティティー (2002)

泥臭くてリアル体術アクションと、エンディング流れるMobyの曲の切れ味がとにかくかっこいい。

12. 東京ゴッドファーザーズ (2003)

今敏監督はどれも好きだけど、冬の東京の空気感と新宿ホームレス3人のあったか人間味がたまらなく好き。

13. イノセンス (2004)

パトレイバーも好きだけど、中学生の時に観て「なんだかよく分からないけど凄いものがある」と強烈に引き込まれたのはこれ。あの圧倒的なビジュアル密度台詞回し。

14. 時をかける少女 (2006)

夏の空気感とかうまくいかなさとか、青春アニメ映画として完璧だと思う。

15. 鉄コン筋クリート (2006)

宝町の街並みの描き込みと、クロとシロの疾走感。STUDIO4℃映像表現が尖りまくってて今見ても圧倒される。(映画じゃないけど、この流れから湯浅政明監督にハマって観た『四畳半神話大系』もオールタイムベスト級に好き)

16. 秒速5センチメートル (2007)

個人的新海誠の原点。あの独特のモノローグ山崎まさよしの曲、どうしようもない距離感喪失感がじんわり残る。

17. スルース (2007)

リメイク作。完全にリストの中で浮いてるし世間評価微妙だったりするけど、たまたまテレビか何かで深夜に見て、ジュード・ロウマイケル・ケインの2人芝居・騙し合いの会話劇として妙にずっと記憶に残ってる。

18. ヱヴァンゲリヲン新劇場版:破 (2009)

映画館で何回も観た。Q以降がダメとは言わないけど、庵野監督サービス精神全開で作ったエンタメとしてのしびれ具合はやっぱりこの『破』が最高峰だと思う。

19. アバウト・タイム〜愛おしい時間について〜 (2013)

個人的ベスト級。リチャード・カーティス監督作品はどれも好きだけど、観終わったあとに「一日一日を大切に生きよう」と素直に前向きになれる名作。

20. シン・ゴジラ (2016)

政治官僚自衛隊テンポ良い会話劇と、ヤシオリ作戦の盛り上がり。現代日本舞台にした極上のエンタメ


並べてみたら、アニメ少年時代金ロー、緊迫した会話劇、熱量のあるエンタメが混ざった自分らしい棚になった気がする。

2026-08-15

俺のemacs設定

;;; ~/.emacs --- Development settings -*- lexical-binding: t; -*-

;;; Package management

(require 'package)

;; Keep the built-in GNU ELPA archive and add NonGNU ELPA and MELPA.
(add-to-list 'package-archives
             '("nongnu" . "https://elpa.nongnu.org/nongnu/") t)
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/") t)

(package-initialize)

(defconst my/required-packages
  '(web-mode
    js2-mode
    typescript-mode
    php-mode
    cython-mode
    jinja2-mode
    cyberpunk-theme)
  "Packages required by this configuration.")

;; Install only missing packages.  A network failure must not prevent Emacs
;; from starting; the failed package is simply reported in *Messages*.
(let (missing-packages)
  (dolist (pkg my/required-packages)
    (unless (package-installed-p pkg)
      (push pkg missing-packages)))

  (when missing-packages
    (condition-case err
        (package-refresh-contents)
      (error
       (message "Package archive refresh failed: %s"
                (error-message-string err))))

    (dolist (pkg (nreverse missing-packages))
      (unless (package-installed-p pkg)
        (condition-case err
            (package-install pkg)
          (error
           (message "Package installation failed (%s): %s"
                    pkg (error-message-string err))))))))

;;; Cyberpunk theme

(when (package-installed-p 'cyberpunk-theme)
  (condition-case err
      (progn
        ;; A theme is global, so this applies to every major mode.
        (mapc #'disable-theme custom-enabled-themes)
        (load-theme 'cyberpunk t))
    (error
     (message "Could not load cyberpunk theme: %s"
              (error-message-string err)))))

;;; Python and Cython

(defun my/call-formatter (program arguments file log-buffer)
  "Run PROGRAM with ARGUMENTS on FILE, writing output to LOG-BUFFER.
Signal an error when the process does not exit successfully."
  (let ((exit-code
         (apply #'call-process
                program nil log-buffer nil
                (append arguments (list file)))))
    (unless (and (integerp exit-code) (zerop exit-code))
      (error "%s failed with exit code %s; see %s"
             program exit-code (buffer-name log-buffer)))))

(defun my/replace-buffer-from-file (file)
  "Replace the current buffer contents with FILE."
  (let ((formatted-buffer (generate-new-buffer " *python-formatted*")))
    (unwind-protect
        (progn
          (with-current-buffer formatted-buffer
            (insert-file-contents file))
          (if (fboundp 'replace-buffer-contents)
              (replace-buffer-contents formatted-buffer)
            ;; Compatibility fallback for older Emacs versions.
            (let ((old-point (point)))
              (erase-buffer)
              (insert-file-contents file)
              (goto-char (min old-point (point-max))))))
      (kill-buffer formatted-buffer))))

(defun my/python-format-buffer ()
  "Format the entire Python/Cython buffer with isort and autopep8.

Each formatter is used only when its executable is present in `exec-path'.
The autopep8 E501 rule is ignored, so autopep8 does not enforce the
79-character line-length limit.  Changes are applied only after every
available formatter exits successfully."
  (interactive)
  (let ((isort-program (executable-find "isort"))
        (autopep8-program (executable-find "autopep8")))
    ;; Missing commands are deliberately ignored.
    (when (or isort-program autopep8-program)
      (save-restriction
        (widen)
        (let* ((source-directory
                (and buffer-file-name
                     (file-name-directory buffer-file-name)))
               (temporary-file-directory
                (if (and source-directory
                         (file-writable-p source-directory))
                    source-directory
                  temporary-file-directory))
               (suffix (if (derived-mode-p 'cython-mode) ".pyx" ".py"))
               (temp-file
                (make-temp-file "emacs-python-format-" nil suffix))
               (log-buffer (get-buffer-create "*Python formatter*"))
               (coding-system-for-write buffer-file-coding-system)
               (coding-system-for-read buffer-file-coding-system))
          (unwind-protect
              (progn
                (with-current-buffer log-buffer
                  (erase-buffer))

                (write-region (point-min) (point-max)
                              temp-file nil 'silent)

                ;; Import sorting first, then PEP 8 whitespace cleanup.
                (when isort-program
                  (my/call-formatter
                   isort-program '("--quiet") temp-file log-buffer))

                (when autopep8-program
                  (my/call-formatter
                   autopep8-program
                   '("--in-place" "--ignore=E501")
                   temp-file log-buffer))

                (my/replace-buffer-from-file temp-file)
                (message "Python formatting completed"))
            (when (file-exists-p temp-file)
              (delete-file temp-file))))))))

(defun my/python-editing-setup ()
  "Common setup for Python and Cython buffers."
  (setq-local indent-tabs-mode nil)
  (when (boundp 'python-indent-offset)
    (setq-local python-indent-offset 4))
  (local-set-key (kbd "C-c C-r") #'my/python-format-buffer))

(add-hook 'python-mode-hook #'my/python-editing-setup)
(add-hook 'python-ts-mode-hook #'my/python-editing-setup)
(add-hook 'cython-mode-hook #'my/python-editing-setup)

(autoload 'cython-mode "cython-mode" "Major mode for Cython." t)
(add-to-list 'auto-mode-alist '("\\.pyx\\'" . cython-mode))
(add-to-list 'auto-mode-alist '("\\.pxd\\'" . cython-mode))
(add-to-list 'auto-mode-alist '("\\.pxi\\'" . cython-mode))

;;; Web development modes

(autoload 'web-mode "web-mode" "Major mode for web templates." t)
(autoload 'js2-mode "js2-mode" "Major mode for JavaScript." t)
(autoload 'typescript-mode "typescript-mode" "Major mode for TypeScript." t)
(autoload 'php-mode "php-mode" "Major mode for PHP." t)
(autoload 'jinja2-mode "jinja2-mode" "Major mode for Jinja2 templates." t)

;; Add the generic PHP rule first.  More specific *.blade.php and template
;; rules are prepended afterwards and therefore take priority.
(add-to-list 'auto-mode-alist '("\\.php\\'" . php-mode))
(add-to-list 'auto-mode-alist '("\\.phtml\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.tpl\\.php\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.blade\\.php\\'" . web-mode))

(add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.xhtml\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.shtml\\'" . web-mode))

(add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode))
(add-to-list 'auto-mode-alist '("\\.scss\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.less\\'" . web-mode))

(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
(add-to-list 'auto-mode-alist '("\\.mjs\\'" . js2-mode))
(add-to-list 'auto-mode-alist '("\\.cjs\\'" . js2-mode))
(add-to-list 'auto-mode-alist '("\\.ts\\'" . typescript-mode))

;; React: web-mode handles JSX and TSX.
(add-to-list 'auto-mode-alist '("\\.jsx\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.tsx\\'" . web-mode))

;; Other common web-template/component files supported by web-mode.
(add-to-list 'auto-mode-alist '("\\.vue\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.svelte\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.twig\\'" . web-mode))

;; Explicit Jinja2 suffixes.  Files such as page.html.j2 are also covered.
(add-to-list 'auto-mode-alist '("\\.j2\\'" . jinja2-mode))
(add-to-list 'auto-mode-alist '("\\.jinja\\'" . jinja2-mode))
(add-to-list 'auto-mode-alist '("\\.jinja2\\'" . jinja2-mode))

(with-eval-after-load 'web-mode
  (add-to-list 'web-mode-engines-alist
               '("blade" . "\\.blade\\.php\\'"))
  (add-to-list 'web-mode-content-types-alist
               '("jsx" . "\\.\\(jsx\\|tsx\\)\\'")))

(defun my/insert-two-spaces ()
  "Insert exactly two spaces."
  (interactive)
  (insert "  "))

(defun my/web-editing-setup ()
  "Disable automatic indentation and make TAB insert two spaces."
  (setq-local indent-tabs-mode nil)
  (setq-local tab-width 2)
  (setq-local standard-indent 2)
  (setq-local electric-indent-chars nil)

  ;; web-mode also has its own auto-indent-on-yank switch, independent of
  ;; Emacs electric indentation.
  (when (boundp 'web-mode-enable-auto-indentation)
    (setq-local web-mode-enable-auto-indentation nil))

  ;; Keep any manually invoked indentation command at two spaces, even though
  ;; TAB itself is deliberately changed into literal space insertion.
  (dolist (variable
           '(sgml-basic-offset
             css-indent-offset
             js-indent-level
             js2-basic-offset
             typescript-indent-level
             c-basic-offset
             web-mode-markup-indent-offset
             web-mode-css-indent-offset
             web-mode-code-indent-offset
             web-mode-attr-indent-offset))
    (when (boundp variable)
      (set (make-local-variable variable) 2)))

  (when (fboundp 'electric-indent-local-mode)
    (electric-indent-local-mode -1))
  (when (fboundp 'electric-layout-local-mode)
    (electric-layout-local-mode -1))

  ;; php-mode is based on CC Mode, which has another independent electric
  ;; indentation mechanism for characters such as ; and }.
  (when (derived-mode-p 'php-mode)
    (when (fboundp 'c-toggle-auto-newline)
      (c-toggle-auto-newline -1))
    (when (fboundp 'c-toggle-electric-state)
      (c-toggle-electric-state -1)))

  ;; Prevent mode-specific RET commands from indenting the next line.
  (local-set-key (kbd "RET") #'newline)
  (local-set-key (kbd "<return>") #'newline)

  ;; TAB must insert two literal spaces, not run an indentation command.
  (local-set-key (kbd "TAB") #'my/insert-two-spaces)
  (local-set-key (kbd "<tab>") #'my/insert-two-spaces))

(dolist (hook
         '(web-mode-hook
           html-mode-hook
           mhtml-mode-hook
           css-mode-hook
           css-ts-mode-hook
           js-mode-hook
           js2-mode-hook
           js-ts-mode-hook
           typescript-mode-hook
           typescript-ts-mode-hook
           tsx-ts-mode-hook
           php-mode-hook
           jinja2-mode-hook))
  (add-hook hook #'my/web-editing-setup))

;;; .emacs ends here
(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(package-selected-packages nil))
(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 )

2026-08-09

[] 抽象数学とか超弦理論とか

午前7時。起床。日曜日なので朝食はフレンチトースト紅茶ゆで卵

曜日ごとに朝食を固定している。これは強迫観念ではない。周期境界条件である

ルームメイトは以前、「日曜日くらい気分で決めればいい」と言った。

気分とは、制御不能な内部自由度意思決定委譲することだ。却下した。

 

午前8時17分、研究開始。

今日one-loop p-adic string theory

正確には、Schottky uniformization された Bruhat–Tits quotient geometry と Tate elliptic curve 上の arithmetic Green theory、それを thermal p-adic AdS/CFT の holographic dictionary とどう統合するかを考えている。

tree-level p-adic string では、非アルキメデス局所体に付随する Bruhat–Tits tree を worldsheet geometry とみなし、その graph Laplacian と boundary 側の Vladimirov-type pseudo-differential structure対応させる。

しかし genus one では、単なる regular tree では足りない。rank-one Schottky subgroup で quotient を取り、閉じた geodesic を持つ graph geometry に移行する。

その conformal boundary に現れるのが Tate curve だ。ここから突然、string theory が arithmetic geometry に侵入する。

bulk degrees of freedom を integrate out して induced boundary action を作ると、Tate curve 上に nonlocal pseudo-differential operator が得られる。

その Green kernel が Néron–Tate local height と一致する。

まりone-loop p-adic string の propagator と、楕円曲線の arithmetic intersection theory で使われてきた local height が同じ対象になる。

さらに spectral side を見る。

Tate curve 上の induced operator は character decomposition によって diagonalize でき、非自明な spectral gap を持ち、高エネルギー領域では two-dimensional Laplace-type Weyl asymptotics を示す。

ここが重要だ。microscopic geometry は locally finite ultrametric tree である

smooth Riemann surface ではない。それでも spectrum の漸近構造には二次元 worldsheet の dimensional signature が残る。

まり continuum worldsheet geometry を捨てたはずなのに、spectral data の中から continuum-like dimensionality が戻ってくる。

次に thermal p-adic AdS/CFT

finite-temperature quotient を取った non-Archimedean holographic geometry の boundary も Tate curve として理解できる。

そこで boundary primary operator の thermal two-point function を scaling dimension特殊極限に analytic continuation し、universal divergence を renormalize すると、finite part から再び Néron–Tate local height が現れる。

しかも単に Green function の singularity structure が一致するだけではない。

arithmetic normalization に対応する additive information まで holographic correlator が保持している。

したがって現在one-loop p-adic string worldsheet、thermal p-adic holography、Tate elliptic curve の arithmetic intersection theoryという三つの領域が、同じ local height data を共有している。

これを理解するには string perturbation theory、non-Archimedean harmonic analysis、rigid analytic geometry、elliptic uniformization、local heights、Bruhat–Tits theory を同時に扱う必要がある。

 

午後1時。日曜日なので昼食は同じ店の同じ席。隣人が偶然同じ店にいた。

休みの日まで研究?」

局所体に曜日はない」

「かわいそう」

意味がわからない。

 

午後2時16分。研究再開。

問題は partition function である。固定された Schottky quotient 上で one-loop determinant を計算するだけなら、かなり理解が進んでいる。

しかquantum gravity と呼びたいなら固定 geometry では不十分だ。

modulus の異なる quotient graph、closed geodesic length の異なる worldsheet、さらにはより一般の Schottky data を持つ non-Archimedean geometry 全体に対して sum over geometries を構成する必要がある。

まり本当の問題は、どの moduli measure が自然なのかということだ。

ad hoc な measure を導入することは簡単だ。そのあと理由を考えるのも簡単だ。

そしてそれを「第一原理」と呼ぶことすらできる。人類はそういうことを何度もしてきた。僕はしたくない。

さらに genus を上げれば Tate curve ではなく Mumford curve が自然に出てくる。

そうなると rank-one Schottky group比較的単純な quotient graph では済まず、高 genus Schottky uniformization、skeleton geometry、Berkovich analytic space、tropical degeneration、arithmetic Green function の相互作用理解しなければならない。

ここで one-loop の local-height correspondence が higher genus でも Arakelov-type data として残るのか。

次は bulk geometry の一般化。

standard p-adic AdS/CFT では PGL(2) の Bruhat–Tits tree を使う。

regular tree なので、vertex valency は一様で、bulk propagator は radial variable だけでかなり整理できる。

そこで SU(3) に由来する biregular Bruhat–Tits geometry を考える。

unramified quadratic extension に付随する building では、二種類の vertex が交互に現れ、bulk は semihomogeneous tree になる。

これにより scalar propagation は単純な radial eigenmode problem ではなくなり、vertex type、parity sector、local branching data が propagator に入る。

さらに boundary three-point function には、三本の geodesic が合流する branching vertex の homogeneity class が残る。

まり boundary OPE data が bulk sublattice information を完全には忘れない。

これは holography 的にはかなり重要だ。

通常の AdS/CFT では bulk locality が boundary conformal data にどう符号化されるかを議論する。

non-Archimedean holography では、それに加えて local-field arithmetic と building combinatorics が boundary operator algebra にどう埋め込まれるかを問える。

そして OPE structure の中に local zeta data まで出てくる。

ここまで来ると「p-adic AdS/CFTtoy model」という表現はかなり乱暴だ。

toy model にしては、reductive groups over local fields、Bruhat–Tits buildings、representation-theoretic harmonic analysis、local zeta functions、rigid analytic spacestensor-network reconstruction、arithmetic geometry が一つの部屋に集まりすぎている。

tensor-network 側を確認する。

p-adic CFT の correlator structure は Bruhat–Tits tree 上の tensor network によって再構成できる。

さらCFT fixed point を deformation すると、tensor data から emergent edge geometry を読み取り、その consistency condition から graph Einstein dynamics に相当する方程式が現れる。

ここが今日の核心。僕が知りたいのは、Schottky quotient sector に現れる arithmetic Green data、Tate/Mumford curve の local height structuretensor-network sector に現れる emergent graph gravity、biregular building で現れるnonuniform bulk geometryを、一つの non-Archimedean quantum geometry として記述できるかどうかだ。

言い換えれば、現在バラバラに見えるp-adic string perturbation theory、arithmetic intersection theorydiscrete holography、tensor-network gravity、Bruhat–Tits building geometryが、実は同一の categorical あるいは spectral-arithmetic structure の異なる realization なのではないか

ここから先は論文検索しても答えは出てこない。検索結果が終わるところから研究が始まる。

 

午後6時12分。隣人が部屋に来た。

モニターを見て言った。

「また木?」

「これは biregular Bruhat–Tits building の rank-one skeleton だ」

「木でしょ」

「君は人体を肉と呼ぶのか?」

「呼ぶことあるよ」

議論を打ち切った。

 

午後7時。友人Aが来た。

「その p進弦理論って、宇宙シミュレーションだって証明できる?」

できない。なぜ工学系の人間は高度な数理物理を渡すと、最終的にシミュレーション宇宙タイムマシン兵器の三択に収束するのだろう。

友人Bは Mumford curve と Tate curve の違いを聞いてきた。まともな質問だったので23説明した。18分目から目が死んでいた。

 

午後8時。日曜日恒例のアニメ鑑賞。SF作品を一話見る。

宇宙船がワームホールに入った直後、登場人物が「量子情報から時空の制約を受けない」と発言

停止。

ノートを開く。no-signalling、entanglement entropy、causal structure の三点から誤りを整理する。

再生

今度はブラックホールの event horizon 内部からリアルタイム通信を始めた。

再停止。

24番組視聴時間、56分。

娯楽ではない。非公式査読である

 

明日月曜日月曜日の朝食は日曜日とは違う。

宇宙に秩序があるかどうかは未解決だが、冷蔵庫の中にはある。

2026-08-06

anond:20260806195418

ベッセント But on the other side, we are seeing the rest of the economy is performing very well also. また別の側面として、経済の他のセクターも同様に極めて好調機能しているのが確認できます
カーネン Yeah, the ISM and, I mean, the stock market, obviously. Inflation is still one of the things that, especially during a war, with a closed strait, at least as of the day, is still something that if there was anything that was going to be a bump in the road, it's still worries about inflation. Are there indications to you that, that the underlying problem with shelter or with services or with wages, are there signs that that maybe the good numbers we just saw in the past reports, will that continue even though oil is back up and give Chair Warsh some leeway in September? ええ、ISM指数や、もちろん株式市場もそうですね。ただ、特にホルムズ)海峡が閉鎖されている戦争状態においては、インフレ懸念市場の最大の障害バンプ)になり得ます住宅シェルター)、サービス部門、あるいは賃金といった基調的な問題について、直近の良好なインフレ報告が、原油価格の再上昇があったとしても今後も持続する、そして9月にウォルシュ議長政策判断を下す上での「余裕(リーウェイ)」を与えるような兆候は見られますか?
ベッセント Well, again, I don't think that Chair Warsh or indeed the overall FOMC, you got to remember, Joe, when they raise rates here, if they raise rates, they're looking at long and variable lead times. So, they've got to be thinking what's going on nine, 12, 18 months out. And I do think that there are a lot of things going on there. You know, we're seeing shelter owners, equivalent rent, rents come down. And that's where core inflation is. And the media doesn't want to report it, but President Trump has done it again, same as he did in his first term. In the president's first term, hourly workers did better than supervisory workers. And now, what we're seeing now is the bottom quartile of wage earners have had year over year, 5.5 percent wage gains. And that's three times more than the top quartile. そうですね、ジョー。ウォルシュ議長FOMC全体が金利を引き上げるか据え置くかを判断する際、その効果市場に現れるまでには「長期的かつ不確定な時間差(タイムラグ)」が存在することを念頭に置かなければなりません。つまり彼らは、9ヶ月、12ヶ月、あるいは18ヶ月先に何が起きているかを想定して判断しているのです。And I do think that there are a lot of things going on there. You know, we're seeing shelter owners, equivalent rent, rents come down. And that's where core inflation is. そしてメディアは報じたがりませんが、トランプ大統領は1期目と同様に、再び素晴らしい成果を達成しました。大統領の1期目では、一般時間労働者の伸びが、管理職賃金の伸びを上回りました。そして現在所得階層の下位25%(ボトム・クォータイル)の労働者賃金が、前年比で5.5%増加しています。これは上位25%の賃金上昇率の実に3倍に相当します。
ベッセント So, look, this inflation and this affordability crisis that the Biden era got us, you know, this big increase in our step function increase in price levels, there are two ways to combat that. There's, you can slow the inflation, which I do believe the core inflation is slowing. But for working Americans, real wage gains. And we can see that the bottom 25 percent of workers had a 2 percent wage gain. And with everything that we're seeing in the media, it's difficult to discern. But we think that the American people will be feeling that over time. And they're also feeling the benefits of the Working Families Tax Cuts. You know, I'm the, also oversee the IRS, and 44 percent of American households had one of the president's signature policies, no tax on tips, no tax on overtime, reduced taxes for seniors on Social Security and deductibility of auto loans. So, we are starting to see a, I got sick of hearing about this K-shaped economy. I can say here definitively, the K-shaped economy is over, and we're seeing more of a C economy where the lower end of wage earners are finally calling it back, just like they did in President Trump's first term. まりバイデン政権時代がもたらしたこの深刻なインフレと「生活購買力危機(購買の負担感)」、急激な段階的な物価上昇に対して、戦う手段は2つあります。一つはインフレ率を低下させることであり、実際コアインフレは鈍化しています。もう一つは、働く米国人実質賃金を上昇させることです。現在、下位25%の労働者は2%の実質賃金上昇を享受しています大手メディア報道からはなかなか読み取りにくいですが、米国一般の人々は確実にその恩恵時間とともに実感し始めていますさらに、「働く家族への減税(*Working Families Tax Cuts*)」のメリットも実感しています。私はIRS(内国歳入庁)も管轄していますが、米国世帯の実に44%が、大統領の掲げる署名政策、すなわち「チップへの非課税」「残業代への非課税」「年金受給者向けの社会保障税減税」「自動車ローンの控除」といった恩恵を受けています。これまで耳にタコができるほど聞かされてきた「K字型経済格差拡大経済)」という言葉はもう古いと言えます。ここで明確に宣言しますが、K字型経済は完全に終了し、現在は下位所得層が力を取り戻す「C字型経済」に移行していますトランプ大統領の1期目で見られた素晴らしい現象が、再び起きているのです。
カーネン Before we let you go, just to return to the yen one more time, have you written anything down while we're talking like I'm good for another, another 10 if necessary or tell the Fed to increase the FIMARF? I'm calling it the FIMARF, I don't like your FIMA, I don't know. But will, rarely in the past does one or two interventions solve the problem if the, if the underlying problems aren't, like if they don't raise rates in Japan, we may need to put more. Are you willing to, are we willing to do more? 長官、お送りする前にもう一度だけ日本円の話に戻らせてください。私たちお話ししている間に、手書きメモに「必要ならもう100億ドル追加で買う」とか、あるいは「FRBにFIMAを増枠するよう指示する」といったことを書き足されましたか?私はこの制度をFIMARF(フィマルフ)と呼び続けます(笑)。ただ、過去歴史において、根本的な問題(例えば日本が利上げを行わないなど)が解決されない限り、一度や二度の市場介入で問題解決したことほとんどありません。再び介入が必要になるかもしれませんが、私たちは(日本支援するために)追加で介入を行う用意、意志はありますか?
ベッセント We're in close contact. And, Joe, you got to think that the U.S. would not have joined if we were not very, very optimistic about the policies that the Takaichi government is going to implement. And I think they will understand what needs to be done here. And they're getting out of this vicious cycle because do they have an inflation problem? Yes. Is part of the inflation problem due to the weak yen because of the pass-through? Yes. So, one of the ways to give self-help, as they've been doing, is to stop this excess volatility in the yen. And we're in constant communication with them. And we will do whatever it takes to support them in a way that helps the American economy, the American taxpayer, and stabilizes the global economy. 私たちは極めて緊密に連絡を取り合っていますジョー、もし私たちが、高市政権がこれから実行しようとしている一連の政策に対して極めて前向き(楽観的)でなければ、今回の協調介入に加わることは絶対にあり得なかったということを考えてみてください。彼らはなすべきことを理解しているはずです。そしてこの悪循環から抜け出そうとしています日本インフレ問題を抱えていますか?イエスです。そしてインフレ問題の一部は、為替パススルー価格転嫁)による円安引き起こしているものですか?これもイエスです。ですから、彼らが自助努力セルフヘルプ)として行っているように、円の過度なボラティリティ(変動)を止めることは極めて重要アプローチです。私たちは彼らと絶えずコミュニケーションをとっており、米国経済米国納税者を助け、グローバル経済を安定させる形で、彼らを支援するために必要なことは何でも行うつもりです。
カーネン All right. Just wondering if there's a crush like behind you at, of reporters when you're sitting there, you know, for a person to get their best seat to— わかりました。長官が座っていらっしゃる背後に、一番良い席を狙って(やることリストを覗こうとしている)記者たちが殺到しているのではないかと思うのですが……(笑)
クイック To check out the to do list. 「やることリスト」をチェックするためにね(笑)
ベッセント Well, I can tell them what's on my to do list. It's like get to the grocery store this evening. I haven't been in a while. まあ、私の「やることリスト」の中身をここで教えておきますよ。それは、「今晩スーパー食材を買い出しに行くこと」です。ここしばらく行けていませんでしたからね(笑)
カーネン I know you probably have a lot of other things to do, and we appreciate all your time this morning, Mr. Secretary, as usual. Thanks. Thank you. お忙しい中、今朝も貴重なお時間を割いていただき本当にありがとうございましたお疲れ様でした、長官
ベッセント Good to see both of you. お二人にお会いできて嬉しかったですよ。
カーネン Okay. 失礼します。

anond:20260806195240

ベッセント All of the above, Becky. The, but you know, what I really watch is how the U.S. economy is doing. And the economic numbers have been strong. We had manufacturing ISM, strongest since 2022 when we came out of COVID, and manufacturing is back in the U.S. We are seeing substantial nonresidential building going on. So those are construction jobs. As Andrew asked the professor from Notre Dame earlier, is this temporary or is it sustainable? And you know what I would say with overall manufacturing, if I look at my hometown, Charleston, South Carolina, Boeing is doing a 50 percent increase in their production there. So those are construction jobs, but those are going to morph into 1,000 great, high-paying industrial jobs. So, we're seeing this manufacturing renaissance happen. ベッキー、挙げられたものすべてですよ。ただ、私が本当に注視しているのは、米国経済の状況そのものです。経済指標は一貫して好調を維持しています製造業の景気指数ISM)は、新型コロナから脱却した2022年以来、最高の水準に達しており、米国製造業が戻ってきています。また、非住宅部門建設ビルなどの建設)が大幅に増加しており、これが建設雇用の創出につながっています。先ほど(CNBCの)アンドリューがノートルダム大学教授に「これは一時的ものか、それとも持続可能ものか」と尋ねていましたが、製造業全体について私が言えるのは、私の地元であるサウスカロライナ州チャールストンを見てほしいということです。そこでは、ボーイング社が生産能力50%増加させています。これらは現時点では建設雇用の段階ですが、将来的には1,000人規模の、優れた、高給の工業技術職へと変化していくでしょう。私たちは今、この「製造業ルネサンス(再興)」を目撃しているのです。
カーネン You know what wouldn't help the yen is if Warsh and co. raised rates in September. I just wonder whether that, should we be thinking, should we be thinking about that? And just opine on what you saw at the last meeting, the lack of, you know, the lack of any sort of guidance and the criticism about no transparency and we don't know what the roadmaps are. And we don't, we don't need a cheat sheet on the test, but we need to know what's going to be covered in the test. And it's causing volatility in the bond market because of a 13-basis point move. What do you make of all that, Mr. Secretary? FRBケビン・)ウォルシュ議長らが9月金利を引き上げれば、それは円買いの助けにはならないでしょうね。その点について、私たちはどう考えるべきでしょうか?また、前回の会合で見られたような、いわゆるフォワードガイダンス(先行きの指針)の欠如や、透明性がない、ロードマップがわからないといった批判について、長官のご意見をお聞かせください。試験カンニングペーパーチートシート)が必要なわけではありませんが、せめて試験範囲(何が出題されるか)くらいは知りたいものです。これが、わずか13ベーシスポイントの動きで債券市場ボラティリティ(変動)を引き起こす原因となっています長官、これらの一連の状況をどう見ておられますか?
ベッセント Well, Joe, you know, I think of this as a detox that the, both the financial markets, financial journalists, the, no one on this screen, but many others, especially the— そうですね、ジョー。私はこれを、一種の「デトックス(毒出し)」期間だと捉えています金融市場も、金融ジャーナリストも(ここに映っている皆さんのことではなく、他の多くのメディア特に……)
カーネン Not currently. 今ここにはいませんね(笑)
ベッセント Especially in print, had just become stenographers. And same for many of the Wall Street firms. Look, I began with Wall Street in 1984, and you didn't, you never knew what the Fed was going to do, and you had to be positioned accordingly. And you actually had to do your own work. And, you know, I think we are seeing a detox here and all this with forward guidance that I think every meeting should be live and that market participants should make their own judgments. 特に媒体記者たちは、単なる「速記者(書き写し屋)」に成り下がっていました。ウォール街の多くの金融機関も同様です。私が1984年にウォール街キャリアを始めた当時、FRBが次に何をするかなど事前に知る術はなく、だからこそ自分分析を行い、それに合わせて適切なポジションを取らなければなりませんでした。私たちは今、フォワードガイダンス依存しきった状態からの「デトックス」を経験しているのです。私は、すべての政策決定会合は事前に結果が予断されない「ライブであるべきであり、市場参加者自分自身の判断ポジションを決めるべきだと考えています
ベッセント Because I can tell you, Joe, in my opinion, what caused the Great Inflation, the Fed was late raising rates. But the reason they were raising rates is that November of '21 was clear that the economy was hot and the Fed needed to do something, but they kept Q.E. going the, until the month before they started hiking rates. So, they were buying hundreds of billions of dollars of bonds. And that was because they felt locked in with forward guidance. So, I think Chair Warsh wants to maintain optionality for optimal outcomes, and I am sure that under his leadership, the Fed will balance between their growth mandate and their inflation mandate. なぜならジョー、私の意見では、かつての大インフレを招いた原因は、FRB金利引き上げの遅れにあったからです。2021年11月の時点で経済過熱しており、FRBが何か手を打つ必要があることは明らかでした。にもかかわらず、彼らは実際に金利を引き上げ始める前月まで、量的緩和QE)を継続していたのです。つまり、何千億ドルもの国債を買い続けていました。それは、彼らがフォワードガイダンスによって行動を制約されている(身動きが取れなくなっている)と感じていたからです。ウォルシュ議長は、最適な結果を得るために選択の幅(オプショナリティ)を維持したいと考えているのでしょう。彼の指導力のもとで、FRBは成長の維持という使命とインフレ抑制という使命の間で、適切なバランスを取ってくれると確信しています
カーネン There is a lot of question, though, of how to orchestrate a stand pat on rates for the chairman with the economy you described. I mean, if you, you know, back out all the imports of infrastructure for A.I., what's that other, that other number was 3.9 or something, I think, wasn't it for, for prices, charge. I mean, that's strong. Inflation is still above target. Will the promise of A.I. in terms of productivity, will that arrive quickly enough for Chair Warsh to bring down the inflation rate in a way other than trying to slow the economy with higher rates? しかし、長官説明されたような好調経済状況の中で、議長が「金利据え置き」をどのように調整するのかについては、多くの疑問が残りますAI向けインフラの輸入額を除いたとしても、直近の物価の伸びを示す数字は3.9%前後と、依然として高い水準にありますインフレ率は依然として目標値を上回っているのです。AIがもたらすとされる生産性の向上が、ウォルシュ議長金利引き上げによって経済を減速させる以外の方法インフレを鎮静化させられるほど、十分に早く実現すると思われますか?
ベッセント Well, I think we have to look and think, what does an increase in the short-term rate actually do? So, we'll see on that. But the other thing too is I think that there are a lot of short-term indicators here, much of it energy-related, that will work its way through the system. When energy, when we had the MOU with the Iranians in early June, you know, from June, for the June inflation numbers, we saw one of the biggest drops in years. So, you know, there's a very noisy component in there. But what gives me the confidence is that the underlying numbers, they are very tame. So, core inflation away from the fast-moving segments that are impacted by energy have been very quiescent. And I think we're going to continue to see that. まあ、短期金利の引き上げが実際にどのような効果をもたらすかを、注意深く見極める必要がありますね。その動向に注目しましょう。また、現在インフレ指標の多くには、エネルギー関連などの短期的な要因が含まれており、これらは時間の経過とともにシステム内で消化されていくはずです。実際、6月上旬イランとの間でMOU(覚書)を交わした際、6月インフレ率はここ数年で最大の急落を記録しました。そのため、指標には非常に多くのノイズ一時的な変動)が混ざっていますしかし、私が自信を持っているのは、基調的な数字ファンダメンタルズ)は極めて落ち着いているという点です。エネルギーの影響を受けやすい変動の激しいセクターを除いた「コアインフレ率」は、非常に沈静化しています。この傾向は今後も続くと考えています
クイック Secretary Bessent, just, we've been watching the A.I. trade so closely, and there are some people, including Steve Eisman, who was with us last week, who said he thinks everything is an A.I. trade right now, and it's either going to go very well or very badly, depending on how that shakes out. He related it through to companies even like Caterpillar, which, by the way, is up more than eight percent this morning on stronger than anticipated earnings. But it's been down over the last month as people worried about whether the A.I. trade could continue. Everything in A.I. is related pretty closely to interest rates. If interest rates rise and it's harder to get debt or it's more expensive to get debt as a result, and that data boom and the rest of it kind of slows down, do you think that impacts the overall economy in a big way, or do you think that's more of a market play? ベッセント長官私たちAI関連の取引AIトレード)を非常に注視しています。先週出演したスティーブアイズマン氏を含む一部の専門家は、「現在はすべての市場取引AIトレードであり、その結果次第で状況は極めて良くなるか、あるいは極めて悪くなるかのどちらかだ」と述べています。彼はこの影響が、例えば今朝、予想を上回る決算を発表して8%以上急騰しているキャタピラー社のような一般企業にまで及んでいると指摘しました。しかし、同社株もこの1ヶ月間はAIトレードが持続可能かという懸念から下落基調にありました。AIに関するあらゆる事業は、金利と極めて密接に関連しています。もし金利が上昇し、負債(デット)による資金調達が困難、あるいはコスト高になれば、データセンター建設ブームなどが減速し、それが経済全体に大きな打撃を与えることになるでしょうか?それとも、それはあくま市場ゲームに過ぎないのでしょうか?
ベッセント Well, Becky, we've seen interest rates rise and we've seen no letup in this A.I. CapEx. And look, I like Steve, but I think that categorically, to categorically say that everything's an A.I. trade is an incomplete thought that I think the underlying dynamics of the economy are very strong. And I, one thing that is very interesting to me is we are seeing this small business formation, and we can see it as we talk to the nation's banks, as we see the filings at the IRS. And for new start-ups, we are seeing like this big main street and small business revival, and I think a lot of that may be due to A.I. "Wall Street Journal" had an interesting story, I believe it was last week or the week before that said, you're seeing the rise of the one-person startup, and a lot of that is A.I.-enabled. And the professor from Notre Dame was talking about, what we are seeing in terms of A.I. implementation. And I'm old enough to remember what happened in the '90s when we saw the office tech boom, and you saw this whole cottage industry spring up that didn't previously exist of, I think they were called system integrators. And they were bringing, you know, the office modernization revolution into both small, medium and large businesses. And I would expect we could see a boom in that, the, over the coming years. So, you know ベッキー私たちはすでに金利が上昇しているのを見てきましたが、このAI分野の設備投資CapEx)には一切の衰えが見られません。私はスティーブのことが好きですが、市場のすべてがAIトレードであると断定的に語ることは、経済基調的な動き(ダイナミクス)が極めて力強いという点を見落としており、不完全な考察だと言わざるを得ません。私にとって非常に興味深いのは、小規模企業新規立ち上げ(起業)が活発化していることです。これは米国の主要銀行との対話や、IRS(内国歳入庁)への申請データから確認できますスタートアップを中心に、ローカル経済メインストリート)と中小企業の大きな復活が起きており、その多くはAI恩恵を受けていると考えています。「ウォール・ストリート・ジャーナル」紙も先週か先々週に興味深い記事掲載していましたが、そこではAI活用した「一人での起業(1人スタートアップ)」の急増が報じられていました。先ほどノートルダム大学教授AI現場導入について話していましたが、私は1990年代に起きた「オフィステックブーム」を鮮明に記憶しています。当時は、それまで存在しなかった「システムインテグレーター」と呼ばれる新しい産業領域が一気に誕生しました。彼らは、中小企業から大企業に至るまでオフィス近代化革命をもたらしました。今後数年間のうちに、AIの分野でも同様の爆発的なブームが起きると予想しています。ですから……
クイック Interesting. 興味深いですね。

anond:20260806192115

ベッセント Sorry, Joe, a day late and a yen short. It's called the FIMA facility and the -- we'll give you something. We'll come up with something for you next time. And look, the -- what the facilities that the Federal Reserve has, whether it's the FIMA facility or the swap lines, the purpose is to protect the U.S. economy and to keep any volatility offshore, prevent it from happening before it reaches our U.S. shores. 残念ながらジョー、それは遅すぎますし(*a day late*)、円も足りませんね(*a yen short*)。それは「FIMA(フィーマ)ファシリティ」と呼ばれています。次回来る時には、あなたのために何か別の名前を考えておきますよ。連邦準備制度が持っている制度(FIMAファシリティであれ、スワップラインであれ)の目的は、米国経済保護し、いかなる変動もオフショア海外)に留めて、米国海岸に到達する前に発生を防ぐことにあります
ベッセント And the FIMA facility was done in 2020, size of the bond market was much smaller then. So, I think it would be reasonable for the Fed to consider upsizing the facility. I'm happy that the Japanese government wants to use it and draw on it, and it's a completely secure lending facility. We have swap lines outstanding, so it's really no different than a swap line that the country post collateral, and we lend them the money to intervene in this case. And I think it is a very robust facility. And I think it was set up for occasions just like this. FIMAファシリティ2020年設立されましたが、当時の債券市場の規模は現在よりもはるかに小さかった。ですからFRBがこの制度の増枠を検討することは妥当だと思います日本政府が(米国債を市場で売却する代わりに)この制度を利用して資金を引き出したいと考えていることを嬉しく思いますし、これは完全に安全融資制度です。すでにスワップライン存在していますが、本質的には、国が担保差し入れて、私たちが介入のための資金を貸し付けるスワップラインと何ら変わりありません。非常に堅牢な仕組みであり、まさにこのような時のために設立されたものだと思います
クイック Mr. Secretary, you spoke about this as kind of a currency intervention, as diplomacy, because we have a close relationship with Japan, because we're trying to work with them on a lot of things. But the Treasury Department actually, sold euros to buy those yen. The sale of the euros is that kind of collateral damage in this, or was there diplomacy that was at work there, too, for partners we may not be as happy with lately? 長官あなたはこれを通貨介入、そしてある種の外交ディプロマシー)としてお話しされました。日本とは緊密な関係があり、多くの点で協力しようとしているからです。しかし、財務省は実際にユーロを売って円を買いました。このユーロ売却は、一種の「巻き添え被害コラテラル・ダメージ)」なのでしょうか。あるいは、最近私たちがそれほど快く思っていない相手国に対する外交的な意図がそこにも働いていたのでしょうか?
ベッセント No. The Europeans are, obviously in close contact with our European partners, including at the Central Bank, including some of the finance ministers of the nation states. And I assured them that it was just a reallocation of our reserves. Seems to me that the euro is much closer to an equilibrium price. I'm not going to talk about where the euro should or should not trade, but it's really the substantial undervaluation of the yen here and the policies that the Takaichi government is pushing, putting in place to change that. いいえ。ヨーロッパパートナー中央銀行や一部の加盟国財務大臣を含む)とは、当然ながら緊密に連絡を取り合っています。そして彼らには、これが単に我が国外貨準備の再配分(リアロケーション)に過ぎないことを説明し、安心させました。私には、ユーロ均衡価格に極めて近いように思えますユーロがどこで取引されるべきかについて語るつもりはありませんが、問題本質は、ここにおける日本円の著しい過小評価安値)と、それを是正するために高市政権(Takaichi government)が推し進め、導入しようとしている政策にあります
クイック The idea of the carry trade, obviously, you're protecting against people relying on the carrying trade too heavily. Do you think it would be a bad thing if the carry trade went away entirely, or does it depend on if that's an orderly move? キャリートレード観点ですが、明らかに人々がキャリートレードに過度に依存しすぎるのを防ごうとしていますね。キャリートレードが完全に消滅してしまうのは悪いことだと思いますか?それとも、それが秩序ある動き(*orderly move*)であるかどうかによるのでしょうか?
ベッセント Well, I don't think the carry trade is ever going to go away entirely. Japan has a gigantic surplus of foreign assets, and they provide liquidity to the rest of the world. Japan Inc. since the '70s, '80s, all through the '90s up until now has accumulated substantial overseas assets, and I see no reason for that to stop. And it's just the level of the yen that could trigger other problems or trigger competitive devaluations, which is unhealthy. まあ、キャリートレードが完全に消滅することはないと思います日本は巨額の対外資黒字を抱えており、世界全体に流動性提供しています。「日本株式会社(*Japan Inc.*)」は70年代80年代90年代を通じて、そして現在に至るまで、莫大な海外資産を蓄積してきました。それが止まる理由は見当たりません。問題なのは、他の問題引き起こしたり、不健全競争通貨切り下げ(デvaluation)を誘発したりしかねない、現在の円の(あまりに安すぎる)水準なのです。
カーネン A lot of things, making it sort of tough on, on Japan, right now, Mr. Secretary. I'm just wondering whether just purely fiscal and even monetary changes can really help. I mean, there's a lot of capital inflow. It's good for us. A.I., all the money's coming here around the world because this is where the returns are in A.I. You know, the war in Iran makes their importers of energy in Japan. I mean, it's just, it's, what's the Shakespeare quote? How all occasions doth inform against us. It just seems like one thing after another has put additional pressure. Could they raise rates like they should? Could they end Q.E. or would that just compound their problems? 長官現在日本を取り巻く環境は、多くの点で非常に厳しい状況にありますね。純粋財政政策さらには金融政策の変更だけで、本当に状況が好転するのか疑問に思っています。というのも、現在米国には)大量の資本流入があります。我々にとっては良いことですが、AIを巡る利益が期待できるため、世界から資金がここに集まっています。また、イランとの戦争により、日本エネルギー輸入国として厳しい立場にあります。まさにシェイクスピアの言う『如何なる出来事も我らに不利な証言をする(*How all occasions doth inform against us*)』の引用通りです。次から次へと追加の圧力がかかっているように見えます。彼らは本来すべきであるように金利を引き上げるべきでしょうか?あるいはQE量的緩和)を終了すべきでしょうか、それともそれは問題さらにこじらせるだけでしょうか?
ベッセント Well, a lot to unpack there, Joe. So, let's start with in my X post over the weekend, I said, I believe the Japanese government understands that we're at the end of Abenomics or one phase of it, and now we're in the implementation stage. It has been wildly successful in reflating the Japanese economy, normalizing the economy, bringing them out of deflation. And I think now, we're going to see a strong growth. They've had strong wage growth. The economy is quite strong. Japan's tech sector, while it doesn't match the U.S., is very, very strong. Japan, Korea, two of the strongest in the world. ジョー論点が盛りだくさんですね。まずは週末に私がX(旧ツイッター)に投稿した内容からお話しましょう。私は、日本政府アベノミクス、あるいはその一フェーズが終わり、現在は「実装段階(インプリメンテーションステージ)」にあることを理解していると信じています日本経済デフレから脱却させ、正常化する上で、アベノミクスは素晴らしい成功を収めました。今後は力強い成長が見られると考えています。彼らは力強い賃金の伸びを達成しており、経済は極めて堅調です。日本テックセクターは、米国には及ばないものの非常に強力です。日本韓国は、世界で最も強い二国です。
ベッセント And then when you talk about, the energy price, Japan is a substantial importer of energy from the Gulf. And we've seen President Trump last week threatened what would have been one of the largest military campaigns or the largest military campaign since World War II, against the Iranians. And now, we are, because of that, we are in talks with the Iranians. And I think there is a chance we may have a deal today or tomorrow to open the strait and move towards a more normalized position in this conflict. そしてエネルギー価格について言えば、日本湾岸地域からエネルギーの主要な輸入国です。ご存知の通り、トランプ大統領は先週、イランに対して第二次世界大戦以来最大規模となる軍事作戦をちらつかせて警告しました。そして現在、その結果として、私たちイラン側と対話を行っています。早ければ今日明日中にも、海峡ホルムズ海峡)を開放し、この紛争においてより正常な状態に移行するための合意(ディール)に達する可能性があると見ています
ベッセント And that's because their air force is wiped out, their navy is wiped out, substantial portion of their missiles are wiped out. More importantly, their missile production capability is wiped out. So, anything that happens in the Gulf will benefit Japan and indeed the rest of the world, Joe. なぜなら、彼ら(イラン)の空軍は壊滅し、海軍も壊滅し、ミサイルの大部分も破壊されたからです。さら重要なのは、彼らのミサイル生産能力のもの破壊されたことです。ですから湾岸地域で起きるいかなる好転も、日本、そして世界全体にとって大きな恩恵をもたらすことになりますジョー
クイック Just to clarify on that, Mr. Secretary, the idea of having a deal today or tomorrow to reopen the strait, would that be reopening the strait, but the Iranians somehow having the ability to charge a toll on that? Or would that be reopening the strait, and it's free and clear and anybody can move through? 長官、その点について少し確認させてください。今日明日にも海峡を再開するための合意が得られるとのことですが、それは海峡を再開する代わりに、イラン側が何らかの通行料トール)を徴収できる権限を持つということでしょうか?それとも、海峡が完全に開放され、誰でも自由通航できるようになるのでしょうか?
ベッセント I think it would be freedom of movement. And even though things are still a little dicey there, over the past few days, we saw quite a few ships coming out even now. So, I would expect the energy prices to settle back down, which, as I said, will be good for the entire world. And once the strait reopens, there are hundreds, if not a thousand ships sitting in there waiting to go out. And you know, Becky, it's not just energy, it's fertilizer. It's refined products. It is the various industrial gases. So, I think that we could see a big relief trade as those prices go down. 通航自由フリーダム・オブ・ムーブメント)が確保されるものと考えています。現地はまだ少し不安定な状況ではありますが、ここ数日の間にも、すでにかなりの数の船が出ていくのを確認しています。ですからエネルギー価格は再び落ち着きを取り戻し、世界全体にとって好ましい影響を与えるはずです。海峡が再開されれば、そこには数百隻、あるいは千隻に上る船が外に出るのを待っていますベッキー、これはエネルギーだけでなく、肥料、精製製品、そして様々な産業用ガスも含まれるのです。したがって、これらの価格が下がることで、市場は大きく好転レリーフトレード)するはずです。
クイック In fact, as you've been speaking, Mr. Secretary, the WTI price is dropping. We were looking at oil— 長官、実際にお話を伺っている間にも、WTI原油先物価格が下落しています。今朝の早い時間には、原油価格は……
カーネン Eighty-two. 82ドルでしたね。
クイック At $82 earlier this, earlier this morning. Now it's trading at $78. I guess you watch those levels pretty closely. What do you watch on a daily basis? Is it oil? Is it the 10-year? Is it the 30-year? The two-year? Is it the yen? What are the things that you're watching most closely? ええ、82ドル近辺で取引されていましたが、現在は78ドルにまで下がっています長官はこれらの指標をかなり注視されていると思いますが、日々、最も密に見ているものは何でしょうか?原油ですか?10年債ですか?30年債、2年債でしょうか、それとも円ですか?

CNBCインタビュー 8月4日(火) ベッセント財務長官

話者 (Speaker) 英語原文 (Original English) 日本語翻訳 (Japanese Translation)
ジョー・カーネン (JOE KERNEN) The U.S. and Japan confirmed a coordinated yen buying intervention. Joining us now with the details of how it came together, Treasury Secretary Scott Bessent. Mr. Secretary, it's good to see you this morning. 米国日本が、協調的な円買い介入を実施したこと確認しました。今回はその実現に至った詳細について、スコット・ベッセント財務長官お話を伺います長官おはようございます。今朝はお会いできて光栄です。
ベッセント長官 (SCOTT BESSENT) Joe, always good to be with you. ジョー、いつもご一緒できて嬉しいですよ。
カーネン You, you know about, about the yen. I guess you had some experience in the private sector, maybe from the other side of the trade at one point. Is there anyone who, who is as adept at working with, with yen, I don't know, is it manipulation? What is it? Support or in the, in the last case, it wasn't supportive. It was actually shorting it, I think. 長官は円について実におよくご存知ですね。民間部門でのご経験があり、かつてはある時点で取引の反対側(※円を売る側)にいたこともあるかと思います。円の扱いに長官ほど精通している人が他にいるでしょうか。これが「市場操作(マニピュレーション)」なのか何なのか……支援サポート)なのか、あるいは前回のケースで言えば、支援ではなく実際にはショート空売り)を仕掛けていたのだと思いますが。
ベッセント Well, Joe, I think it's important to have a framework here. And just to level set here, the framework begins with the strong relationship between President Trump and the prime minister. And I have an extremely good working relationship with my counterpart, the finance minister, Katayama. And, you know, I have been, I've been going to Japan, since I think 1989 and have more than 50 or 60 visits here. So, I'm well-versed. そうですね、ジョー。ここで大枠(フレームワーク)を共有しておくことが重要だと思います。まず大前提として、このフレームワークトランプ大統領日本首相(※高市首相)との間の強固な関係からまります。そしてご存知の通り、私と私のカウンターパートである片山財務大臣との間には、極めて良好な協力関係があります。私は1989年から日本を訪れており、これまでに50回から60回以上は訪問していますので、事情にはよく通じています
ベッセント But what's important here is we've been in close contact with our Japanese allies, and they are great allies in the region, both militarily and economically. And, you know, we understand that they are making serious efforts to stem the un – substantial undervaluation in their currency. And, Joe, this is more than just a market intervention that, through our conversations with them, we believe that they are going to continue to put the right policies in place that will lead the yen to get back to more of a normal equilibrium price. しかしここで重要なのは私たち日本同盟国と緊密に連絡を取り合ってきたということです。日本軍事的にも経済的にも、この地域における偉大な同盟国です。そして、彼らが自国通貨の著しい過小評価安値)を食い止めるために真剣努力を行っていることを、私たち理解していますジョー、これは単なる市場介入にとどまりません。彼らとの対話を通じて、私たちは彼らが円をより正常な均衡価格へと戻すための「適切な政策」を引き続き導入(実行)していくと信じています
カーネン Yeah. I was wondering whether you've got some ideas about how Japan needs to do that, because there obviously are still some problems. Rates are probably negative there with the short-term rate at 1 percent. And we think we've got it tough here in terms of debt as a percentage. I think they're at 230 percent right now. That's almost hard to believe, Mr. Secretary. ええ。日本がどのようにそれを実行すべきかについて、長官が何かアイデアをお持ちなのだろうかと思っていました。というのも、明らかにまだいくつかの問題があるからです。短期金利1%で、おそらく(実質金利は)マイナスでしょう。また、対GDP比の債務についても厳しい状況にあると考えられます現在、彼らの債務比率は230%ほどだったと思いますが、これはほとんど信じがたい数字です、長官
ベッセント Well, there are a lot of ways of counting it because most, excuse me, much of it is held by Japanese citizens and by their pension system. So, you know, I think if you net it down, it doesn't look like that. それについては、色々な計算方法があります。というのも、債務の大部分は日本国民や彼らの年金システムによって保有されているからです。ですからネット(純額)で差し引いて考えれば、そのようには見えません。
カーネン There's that. それもありますね。
ベッセント And the other thing too is, look, they're moving toward budget discipline. They're going to have a primary surplus for the first time. And, Joe, if I put on my economic historian hat and look back that I, in the late '90s, '97, '98, the Asian financial crisis, in my opinion, part of it was triggered by an overly weak yen. そしてもう一つの点として、彼らは財政規律に向けて動いており、初めてプライマリーバランス基礎的財政収支)を黒字化しようとしていますジョー、私が経済史家としての視点から振り返ってみると、1990年代後半(1997年1998年)のアジア通貨危機の一部は、私の意見では、過度な円安によって引き起こされたと考えています
ベッセント So, I think a stable yen is not only important for the U.S., but it's very important for the entire region, because if the yen were to weaken substantially, then the other currencies would follow it. You know, we'd seen excess volatility in the Korean won. Many people believe that the Chinese RMB is undervalued. So, given, given the trade flows, given the size of the economy, given their contribution to the global savings market, very important to have a stable yen that the Japanese government understands that, and we are proud to stand with them and implementing their policies and help them stabilize the region. ですから、安定した円は米国にとって重要であるだけでなく、地域全体にとっても非常に重要です。なぜなら、もし円が大幅に弱まれば、他の通貨もそれに追随するからです。私たちはすでに韓国ウォンで過度な変動を見てきましたし、多くの人々が中国人民元RMB)は過小評価されていると考えています。したがって、貿易の流れ、経済の規模、そして世界の貯蓄市場への貢献を考慮すると、安定した円を維持することは極めて重要なのです。日本政府はそのことを理解しており、私たちは彼らの政策実行を支持し、地域の安定化を助けるために彼らと肩を並べていることを誇りに思っています
カーネン That's obviously, for a lot of reasons, it's probably in the United States' best interest that we don't see a run on, or a continued run on the yen. I just got to ask you, when you're a sly dog, when you, when you wrote that down, buy five to 10 billion and it, the printing looked so big. You've done this before, haven't you, where, you know, people are looking over your shoulder. You know, did you need to be reminded, oh, things to do, buy ten to billion, buy five to 10 billion in yen. Tell me what was really going on there, Mr. Secretary. 多くの理由から、円の急落やこれ以上の下落が続かないようにすることは、明らかに合衆国の最善の利益に適っているということですね。ところで、ちょっとお伺いしたいのですが、あなたは油断のならない人(*sly dog*)ですね。手書きで「50億〜100億ドル(の円を買う)」と書かれていて、その文字が非常に大きく見えましたが、以前にもこのように背後から覗き見される状況で、同じようなことをやったことがありますよね?「円で50億から100億ドル分やること」と自分リマインドする必要本当にあったのですか?長官、そこで実際に何が起きていたのか教えてください。
ベッセント Well, I just wanted to make sure that all the reporters looking on, over my shoulder also knew the symbol, JPY, for the Japanese yen. So— まあ、私の肩越しに覗き込んでいた記者全員に、日本円の通貨コードが「JPYであることを確実に知ってもらいたかっただけですよ(笑)
カーネン Okay. なるほど。
ベッキー・クイック (BECKY QUICK) Instead of shorthanding yourself. 自分宛ての略記(単なるメモ代わり)ではなくてね(笑)
ベッセント Yeah. You know, I was going to finish the list. You know, the, the rest of the list was, you know, like go, go and have lunch with the supreme leader, play tennis with Putin, you know? But I thought I would just leave it at the buy five to 10 billion of Japanese yen. ええ。あのリスト最後まで書き上げようかとも思ったのですよ。リストの残りは、たとえば「最高指導者ハメネイ師)とランチに行く」「プーチンテニスをする」といった感じのものでしたが……まあ、「日本円を50億ドルから100億ドル買う」のところで止めておくことにしました。
カーネン Well, it's got a much better chance, a coordinated, probably intervention because Japan blew through about, I don't know how much do they, did they blow through in April and May that didn't really stem the decline? And speculators are on notice now if they lean too hard on the carry trade, they're going to get it handed to them. And that's part of the rationale, I guess. まあ、協調介入(*coordinated intervention*)の方がはるか効果があるでしょうね。日本4月5月いくら使ったか分かりませんが、かなりの額を使い果たしたものの、結局は円安を食い止めることができませんでした。投機筋は今や警告を受けています。もし彼らがキャリートレードに過度に依存しすぎれば、痛い目を見る(手痛いしっぺ返しを食らう)ことになる。それが今回の(協調介入の)論拠の一部でもあるのでしょうね。
ベッセント Well, Joe, you know, I think in 2011, 2012, when the, when the yen, which was substantially overvalued at that point. It was, you know, about 78. まあ、ジョー2011年から2012年にかけて、円が大幅に過大評価(過度な円高)されていた時期を思い出してください。当時は1ドル=78円前後でした。
カーネン The earthquake. Yeah. 東日本大震災の)大地震の時ですね。ええ。
ベッセント Yeah. But the, even then and pre-Abenomics, the yen was bouncing around 78 to 82. And at the end of the day, you can give market signals with intervention. But it's policy that turns it. So, it was the beginning of Abenomics, Prime Minister Shinzo Abe. It's been a resounding success. Japan has come out of deflation and they're back. ええ。しかし、アベノミクス以前(プレ・アベノミクス)でも円は78円から82円の間で推移していました。そして結局のところ、市場介入によって市場シグナルを送ることはできますが、状況を変えるのは「政策ポリシー)」です。アベノミクスの開始時、当時の安倍晋三首相の取り組みは素晴らしい成功を収め、日本デフレから脱却して復活しました。
ベッセント And I think here, we can give market signals. But at the end of the day, it's going to be policy and fundamentals. And the U.S. decided to join because we are very optimistic on their policy path. 今回も市場へのシグナルを送ることはできますが、最終的に決定打となるのは政策ファンダメンタルズです。米国が(協調介入に)参加することを決定したのは、日本の今後の政策方針ポリシーパス)に対して非常に楽観的(肯定的)に見ているからです。
クイック Would it also require a rate hike by the Bank of Japan, do you think? 日本銀行(日銀)による追加の利上げも必要になると思いますか?
ベッセント I think that the policy path, I'm not going to prejudge what the BOJ should do. I've known Governor Ueda for more than 15 years, and I believe that he will do what is needed. And you know, I think that the prime minister, who is doing a fantastic job. And you know, if we look back, one of the little noticed things in Abenomics was something called womenomics. Japan had traditionally had a very low participation relative to Europe relative to the U.S., of women in the workforce. And now in Japan, we have women with two of the top three jobs. But, you know, it is going to require a policy to follow up with the intervention. And I'm highly confident we're going to see that. 政策方針について、私は日銀が何をすべきかをあらかじめ判断(予断)するつもりはありません。私は植田総裁を15年以上前から知っていますが、彼は必要なことをやってくれると信じています。そして首相(※高市首相)も素晴らしい仕事をしています。振り返ってみると、アベノミクスにおいてあまり注目されなかったことの一つに、「ウーマノミクス」と呼ばれるものがありました。日本伝統的に、ヨーロッパ米国比較して、労働力における女性の参加率が非常に低かったのです。しかし今や日本において、トップ3の役職のうち2つに女性が就いています。いずれにせよ、市場介入の後にそれを補完する「政策」が必要になりますが、それが実行されることを私は強く確信しています
カーネン Because one thing we definitely don't want is Japan selling treasuries to do this. So, you have encouraged the Federal Reserve to upsize. Can we call it a FIMARF? Is there an acronym for this? The Foreign and International Monetary Authorities Repo Facility. Have you ever called it a FIMARF? I, can I coin that? Can I trademark that? なぜなら、私たち絶対に望まないのは、日本がこのために(米国債を市場で売って資金を)調達することだからです。だからこそ、連邦準備制度FRB)に対して(FIMAファシリティの)増枠を促したのですね?これを「FIMARF(フィマルフ)」と呼んでもいいでしょうか?これの頭字語(略称)はありますか?「外国・国際通貨当局向けレポ・ファシリティ」ですが。FIMARFと呼んだことはありますか?私が造語にして、商標登録してもいいですか?

2026-08-04

競馬の「三冠馬(Triple Crown)」の初期の用例

1882年『Every Horse Owners' Cyclopedia』。フィラデルフィア出版社が発行した百科事典

The Godolphin Arabian in our days is, properly speaking, represented by the Melbourne family alone, and in England threatens to become extinct in his male descendants. The most successful stallion of that clan living seems to be Ruy Blas; but this son of West Australian is in France, whither the first winner of that great treble event — or triple crown as it is called — Two Thousand Guineas, Derby, and St Leger was exported.

現代において、Godolphin Arabianは、厳密に言えばMelbourne系のみによってその血統が受け継がれており、イギリスではその父系絶滅危機に瀕している。この一族において現存する最も成功した種牡馬はRuy Blasと思われるが、このWest Australianの息子はフランスにいて、偉大なる三つの競走(いわゆる「三冠」)である2000ギニーダービーセントレジャーを初めて制覇した父もそこへ輸出されたのである

なお『Every horse owners' cyclopedia』は1871年初版が発行されたが、その時点ではこの「Triple Crown」の記述はなかったと思われる。



1885年『Breeder and Sportsman』。サンフランシスコスポーツ誌

West Australian was bred by Mr. Bowes and was from the pure Streatlam blood, his dam Mowerina being a daughter of old Emma, dam of Trustee, Mundig and Cotherstone. His finish as a two-year-old made him the Winter favorite for the Derby, and he not only won that event for Mr. Bowes (the fourth), but was the first colt to win the triple crown of the Two Thousand, Derby, and St. Leger, an achievement only equaled by Gladiateur and Lord Lyon; but West Australian also won the Ascot Cup of 1854, and was probably one of the best race-horses England has ever known.

West Australianはボウズ氏の生産馬で、純粋ストリートラムの名門牝系の出身だった。母Mowerinaは、Trustee・Mundig・Cotherstoneを産んだ名牝Emmaの娘である。2歳時の成績によって、West Australianはダービー本命馬と目されるようになった。そして実際にボウズ氏に4度目のダービー制覇をもたらしただけでなく、2000ギニーダービーセントレジャー三冠を史上初めて達成した。この偉業は、その後GladiateurLord Lyonによって達成されたのみであるさらにWest Australianは1854年アスコットカップをも制しており、イングランドが生んだ競走馬の中でも屈指の名馬であったと考えられている。

1885年記事なので1886年三冠馬となったOrmondeが含まれていない。



1886年、同じく『Breeder and Sportsman』。

The Alexander-Woodburn farm, at Spring Station, is the classic of the lot and to it must be credited the stallion really best on average in the country this season, Falsetto. King Alfonso, that wonderful improvement on his sire, imported Phaeton and glorious on his own account as the sire of the world-famous Foxhall, also stands here, where, too, may be seen Jamaica dam of the winner of the triple crown of the Grand Prix, the Cesarewitch and Cambridgshire.

スプリングステーションにあるアレクサンダー=ウッドバーン牧場は、この地域でも屈指の名門牧場である。ここには、今シーズン国内総合的に見て最も優れた種牡馬評価されるFalsettoが繋養されている。また、父馬Phaetonはるかに凌ぐ成功を収め、世界的名馬Foxhallの父としても名高いKing Alfonsoもここで供用されている。「the Grand Prix」「the Cesarewitch」「Cambridgshire」という三冠を制したFoxhallの母Jamaicaも、この牧場で見ることができる。

この文章では「the Grand Prix(パリ大賞典)」「the Cesarewitch(ロシア皇太子ハンデキャップ)」「Cambridgshire(ケンブリッジシャーハンデキャップ)」の三レースを「Triple Crown」としている点で特徴的である。もちろん当時はまだ凱旋門賞もKGVI&QESも存在しない。



1886年『Horse-racing in France』。ロンドン出版された書籍

Gladiateur in 1865 had 'swept the board:' he had won 'the triple crown' — the Two Thousand, the Derby, and the St. Leger — as before him West Australian alone had done ; and he had also won the valuable Grand Prix (which was not in existence for 'the West' to win), thus (with minor things which he 'took in his stride') bringing to his owner (in stakes alone) upwards of 26,000£, a sum unprecedented, unequalled, and probably never to be attained again (though Ormonde might have done as well, had he been entered and run for the Grand Prix) by a single horse in a single year.

1865年Gladiateurは「総なめ」にした、すなわち「三冠」――2000ギニーダービーセントレジャー――を制したのであり、彼に先立ってこれを成し遂げたのはWest Australianだけだった。さらに彼は高額賞金のパリ大賞典にも勝利した(このレースは「the West」の時代にはまだ存在していなかった)。その結果、彼が(楽々と片づけた小さな競走での賞金も合わせて)馬主にもたらした総賞金は2万6000ポンドを超え、これは一頭の馬が一つの年に獲得した額として前例がなく、匹敵するものもなく、おそらく二度と達成されることもない記録であった(もっともOrmondeがパリ大賞典登録されて出走していれば同等の成績を挙げていたかもしれないが)。



Wikipediaでは1886年ニュージーランドヘラルド紙の記事も挙げられている。

Ormonde has followed in the footsteps of West Australian, Gladiateur, and Load Lyon in winning the "triple crown" — Two Thousand Guineas, Derby, and St. Leger.

OrmondeはWest Australian・Gladiateur・Load Lyon足跡を辿って三冠2000ギニーダービーセントレジャー)を制覇した。



なお日本では1912年の『牧畜雑誌』にてIsinglassを紹介するなかで、

其秋のセントレジヤーも無論同馬の物となつて所謂三冠馬たる名を得たのである

としているのが早い。



1924年芝田清吾『競馬』のなかでも以下のような記述がある。

牡が三ヶ所に出て悉く優勝すれば、之を三冠馬と称賛するのであるが、本年までに三冠の栄を獲たのは十三頭と記される。

初代三冠セントライトの頃は「三栄冠馬」と呼ばれていた、という話があるが、いくつかの訳語が並行して使われていたものと見るべきだろう。

2026-08-02

Add a Personalized Touch to Your Wedding Reception

Creating a memorable wedding is all about meaningful details that reflect your personality as a couple. One feature that instantly elevates your venue is a neon wedding sign, which adds warmth, elegance, and a beautiful backdrop for photos. Whether displayed behind the sweetheart table, at the entrance, or near the dance floor, it creates a stunning focal point that guests will remember. Brands like Miami Neons offer customizable designs that suit every wedding style, from modern to rustic. A custom sign also becomes a lasting keepsake you can proudly display in your home after the celebration.

2026-07-29

ダフトパンクふたり子どもの頃からハーロック銀河鉄道999など松本零士作品熱狂的なファンだった

 

One more time とかDigital loveアニメーションが有名だけど、当時ってまだ「ジャパニメーション」て呼ばれてた頃か

 

あのMV日本アニメのカッコ良さを世界に広めてくれてたな

最近ホットエントリーに産経新聞記事おおくない?

2021年下半期〜2026年上半期 はてなブックマーク ホットエントリ記事数推移(産経朝日東京NHK

はてなブックマークの日毎のホットエントリーに入った「産経新聞」「朝日新聞」「東京新聞」「NHK」の掲載記事数について、半期(上半期:1〜6月/下半期:7〜12月)ごとに集計したデータ分析です。

半期ごとの集計表
period sankei_total asahi_total tokyo_total nhk_total
2021年下半期 32 226 79 351
2022年上半期 47 178 64 305
2022年下半期 30 139 50 268
2023年上半期 66 130 55 201
2023年下半期 82 173 88 263
2024年上半期 77 148 79 246
2024年下半期 121 155 64 298
2025年上半期 126 155 32 328
2025年下半期 172 236 48 246
2026年上半期 162 238 41 174


データから見る主な傾向と論評

1. 産経新聞の急伸(「はてな」におけるプレゼンス構造的変化)


2. NHKの急速な減少とシェア低下


3. 朝日新聞の底強さとV字回復


4. 東京新聞の縮小傾向

anond:20260729080534

他の人と比べたりしないからだよ

もともと特別only one

2026-07-25

「たった3ヶ月で1万フォロワー」が嘘くさいので、本物の方法を調べた

私も細々と物を作って売っている側の人間なので、SNSを開くたびに「私は○○して1万フォロワーを獲得しました」「初月で○○万円売り上げました」という投稿が流れてくる。正直うんざりしているが、全部が嘘とも思えない。本物もあるはずだ。

なので、何が本物で何がそうでないのか、公的機関データ検証可能調査だけを頼りに調べてみた。結論から書く。

■ 見分け方は一つでいい

その人の収益源が「本業商品」なのか、「稼ぎ方を教えること」なのか。これだけ見ればほぼ足りる。

アプリでも本でもハンドメイドでも、本業商品で食べている人の話は検証できる。ストアのレビュー数、ランキング、公開されている販売ページ。嘘をつく動機も薄い。

一方、「稼ぎ方」自体を売っている人の実績は、ほぼ例外なく検証不能だ。スクショの売上画面はいくらでも作れるし、フォロワーは購入も相互フォローもできる。そして彼らの収益源は、あなたがその「稼ぎ方」を買うことである。つまりあの手の投稿は実績報告ではなく広告だ。

これは陰謀論ではなく、公的機関が警告を出しているレベルの話だ。消費者庁SNS経由の「もうけ話」勧誘に繰り返し注意喚起を出していて、著名人なりすまし型の投資勧誘相談件数2023年に前年度比およそ9.6倍に増えた。「簡単副業」をうたって高額サポートプラン契約させる業者への個別注意喚起も出ている。「まず疑う」が公式見解である

数字は「条件」とセットで読む

調べていて一番ためになったのはここだった。景気のいい実績表記は、嘘というより「条件の省略」でできていることが多い。だから読む側は、数字のものではなく単位と条件を確認するといい。

Amazonランキング1位」を見かけたら、どのカテゴリーの、有料か無料か、いつ時点の1位なのかを確認する。KDPには5日間の無料キャンペーンという仕組みがあり、無料タイトルの、競争の薄いサブカテゴリーであれば、ごく少ないダウンロード数でも上位に入れる構造になっている。条件付きの1位と総合1位は、同じ「1位」でも別物だ。

フォロワー1000人」を見かけたら、その場所分布を思い出す。noteの実データ分析している人の記事によると、フォロワー600人で全ユーザーの上位1万位以内に入るという。数百人ですでに上位層という世界で、タイムラインが「万フォロワー」だらけに見えるのは、そういうアカウントけが目立つ構造になっているから(それに加えて、フォロワーには購入や相互フォローという入手手段もあるから)だ。

■ で、本物は何をしているのか

拍子抜けするほど地味だった。複数独立した調査共通していたのは次の3つだ。

1つ目。検索されている場所に正しい言葉で置くこと。App Storeダウンロードの約6割は検索経由という調査がある。フォロワー数より「検索したときに出てくるか」の方が売上に直結する。これはアプリならASO、本ならカテゴリーキーワード設定、ブログならニッチキーワードSEOに相当する。超ニッチB2B分野のSEOだけで月150件の問い合わせを取った国内事例もある。ニッチであることは不利ではなく、個人が上位を取れる唯一の戦場だ。

2つ目。フォロワーではなく信頼の数字を積むこと。レビュー評価が星0.5上がるとダウンロード率が約2割上がるというデータがある。買った人の満足が次の客を連れてくる構造で、フォロワー数はこの構造に直接は寄与しない。

3つ目。時間個人広告費をかけずにやる場合、3〜6ヶ月で100〜1,000ダウンロードあたりが現実的な水準とされる。コミュニティ経由の成長は効果が出るまで6〜12ヶ月。note古参がほぼ全員「書き続けることが最大の要因」と言うのも同じ話だ。

結論

本物の方法とは「検索に置く・信頼を積む・続ける」の複利であり、成果の速度は上に書いた程度が相場である。この相場を「遅すぎる」と感じさせて近道を売るのが、あの手の投稿ビジネスモデルだ。

逆に言えば、相場より明らかに速い成果を約束するものは、広告費を大量に燃やしたか、条件を省略したか、嘘か、のどれかだと思っていい。

私はこれからも地味な方でやっていく。同じようにうんざりしている誰かの参考になれば。

■ 出典

URLを貼るとスパム判定されるようなので、タイトル検索してほしい。すべて実在の公開ページだ。

詐欺注意喚起(公的機関)】 ・「SNSなどを通じた投資副業といったもうけ話にご注意ください」(消費者庁) ・「簡単副業をうたい高額なサポートプラン契約させる事業者に関する注意喚起」(消費者庁) ・消費者白書SNS関連相談の項(消費者庁) ・「SNSきっかけの副業トラブルに注意」(東京くらしWEB) ・「SNS儲け話に注意」(総務省 国民のためのサイバーセキュリティサイト)

アプリ(ASOプロモーション)】 ・「ASO for indie developers」(MobileAction) ・「12 Low Cost App Marketing Strategies That Actually Work」(Indie App Santa) ・「The Complete ASO Guide for Indie Developers」(Applyra) ・「iOS向けASO対策完全ガイド」(APP MARKETING ODYSSEY) ・「個人アプリ開発で10ダウンロード達成」(Selva)

ニッチ市場のマーケティング】 ・「B2Bの超ニッチ市場におけるコンテンツSEO戦略業務急速冷凍機の事例(ITmedia マーケティング) ・「BtoBニッチ市場でマーケティング成功させる方法」(ferret One)

Kindle(KDP)】 ・「Kindle出版 売れないを売れるに変える方法9」(VM出版スクール) ・「Kindle出版カテゴリーとは 選び方・設定手順」(Kindle出版ラボ)

note】 ・「noteの平均スキ数・フォロワー数と人気レベルの目安」(note・シロイ氏) ・「note有料記事の作り方完全ガイド」(バンソウ)

2026-07-24

Youtubeの「#1」を「シャープいち」って読むの、なんかバカっぽくない?

最近Youtubeとか見てて気になるんだけど、動画タイトルとかで「第1回」の意味で「#1」って書いてるやつ、あれを「しゃーぷいち」って読んでる人多すぎ。

いや、待って。それ「シャープ」じゃなくて「ナンバー」だから

英語圏だと# は "number sign" で、#1は "number one" って読むから

音楽半音上げる記号の♯とは形が似てるだけで別物だから

なのになんで日本語話者はこぞって「シャープ」って読んじゃうのか。

多分これ、日本語には # を「ナンバー」って読むこと知らずに、学校音楽の授業で習った数少ない ♯ の知識だけでそこに逃げ込んでる。

面白いのは「#タグ」は普通にハッシュタグ」ってちゃんと読めてるんだよな。

でも数字とセットになった瞬間、思考停止して「シャープ」に変換される。なら「シャープタグ」で貫けよって。

要するに意味を考えずに記号の見た目だけで反射的に読んじゃってるってことで、これがなんかこう、「知ってるつもりで実は分かってない」感じがモロに出ちゃってて、正直呆れる。

違和感とかそういう可愛いレベルの話じゃなくて、もうため息しか出ない。ハッシュちゃんと読めるのに、シャープだけ的外れっていうアンバランスさが、余計にその浅さを際立たせてる。

みんな一回立ち止まって考えてほしい。それ、シャープじゃなくてナンバーから

2026-07-21

BLEACH歴代OPED主題歌って名曲なくないか

名曲揃いのNARUTOハガレンコナン犬夜叉ハンターハンタードラゴンボール、ヒロアカ、炎炎、進撃などなど必ず話題に上がるけど

ブリーチってそういや一曲も見た事ないわ

いっぱいあったはずなのにオレンジレンジアスタリスク以外パッと浮かば

一つあるじゃん!「number one」って曲めっちゃ有名じゃん!

と思ったら劇中曲であって主題歌じゃないんだな

凄いオサレリピートする位大好きだったのにまさか主題歌じゃないとはね

ブリーチマジでOPED名曲ないわ

2026-07-19

anond:20260719223236

Intro

"Hey what’s up, guys! Welcome back to the channel. If you’ve ever been to Japan, you know that our convenience stores—7-Eleven, Lawson, and FamilyMart—are not just stores. They are literal culinary heavens. Today, we are doing a full-day Conbini food marathon. Breakfast, lunch, dinner, and dessert. Let's dive right in!"

Breakfast: The Legendary Egg Salad Sandwich】

"First stop, breakfast at 7-Eleven. We are grabbing the legendary Egg Salad Sandwich (Tamago Sando). Anthony Bourdain famously loved this thing, and for good reason.

Look at this pillowy-soft milk bread. The filling is incredibly creamy, rich, and perfectly seasoned with a hint of Japanese mayo. It’s sweet, savory, and melts in your mouth.

Price: Around 250 yen ($1.70)

Rating: 10/10. An absolute masterpiece to start your day."

Lunch: Spicy Chicken & Onigiri Combo】

"Moving on to lunch, we are hitting FamilyMart. You cannot visit FamilyMart without ordering their famous Famichiki (Spicy Fried Chicken) from the hot food counter.

Hear that crunch? The skin is ultra-crispy, and the inside is unbelievably juicy. Pro tip: pair this with a Tuna Mayo Onigiri (Rice Ball). You unwrap the crispy seaweed using the pull-tab system—satisfying, right?—and take a bite of the warm rice, savory tuna, and then a bite of the spicy chicken. The ultimate flavor combo."

【Dinner: Lawson’s Premium Bento & Karaage-kun】

"Dinner time means a quick trip to Lawson. We’re going a bit fancy with a Gyudon (Beef Bowl) Bento and a box of Karaage-kun (Chicken Nuggets) Red flavor.

The staff will microwave the bento for you. The beef is thinly sliced, simmered in a sweet soy-sauce broth, and served over fluffy Japanese rice. It tastes exactly like a sit-down restaurant, but it only took 45 seconds to heat up. The Karaage-kun gives it that perfect spicy kick on the side."

【Dessert: Sweet Heaven

"No Conbini run is complete without dessert. Lawson’s Uchi Café Premium Roll Cake is elite. The whipped cream in the center is so light and fresh, it’s like eating a cloud. Wash it down with a seasonal Strawberry Milk or a hot Matcha Latte from the counter machine."

【Outro】

"And that’s a wrap on our 24-hour Conbini feast! All of this cost less than 2,000 yen ($13), and the quality is mind-blowing.

Which one would you try first? The Egg Sando or the Famichiki? Let me know in the comments below! Don’t forget to smash that like button, subscribe, and hit the bell so you never miss a bite of Japan. Until next time, Jaa ne! (See ya!)"

2026-07-14

anond:20260713120657

One mote time One more chanceはどう聞いても葬式帰りの歌やろ

2026-07-13

anond:20260713120657

One mote time One more chanceはギリ生きてる?死んでる?判定おなしゃす

死んでる歌募集

涙そうそうって久しぶりにカラオケで聴いたんだけどあれよく考えたら相手死んでるよな。って思って検索したらやっぱ死んでたわ。

千のか~ぜ~に~みたいなのはからさまに死んでるけど、歌詞で死んでるって言ってないけど死んでそうな歌ってあるよな

死んでる歌ってほかになんかある?






追記

思いのほかトラバブクマあつまったな。みんなサンキュー

思いのほか死んでる歌、多!!

米津のlemonは亡くなったお爺さんに向けた歌だっけ

レモンも歌うのムズすぎてあんま考えてなかったけど確かに恋愛系かと思ってたけど亡くなったのが恋人じゃなくておじいちゃんってのがなんか深ぇ!!




ボカロ曲に多そう。とりあえず「サイハテ

聴いてみたけどええやん!死んでる相手に語り掛ける系の破壊力!なんか歌詞の感じがボカロというか界隈曲のワイの好きな彼方の空のほうき星を思い出してエモみが重なった!

そういや界隈曲もこういうの多いよな!常識的に考えたら確実に死んでる状態異常みたいなやつ、なりがち!




勇者 / YOASOBI(ヒンメルはもういないじゃない)

YOASOBIだと夜に駆けるもあれってたしか死んでるよな?いやまだ死んでないか原作本読んでないけど、まあこのまま行ったら死ぬ系の流れのやつよな!




aikoカブトムシは「あなたが死んでしまって私もどんどん年老いて」なので男は死んでる

aikoの『カブトムシ』は「あなたが死んでしまって…」のあとに「想像つかないくらいよ…」と続いてるんだから、「いずれ死んでしまときことなんて想像つかないくらい今が大切」っていう意味でしょ。

ブコメにある「aikoカブトムシ」は違うくねと思ったら既に指摘あったわ。逆説的な表現なだけで男は生きとるっしょ。

aiko深ぇ!!aikoの歌どれもなんか意味深よな!そういやなんかめっちゃエッチな歌説あるのあったよな!テトラポットてっぺんでアレしてみたいな!

aikoといえばアポカリプスホテルのオープニングは謎としてエンディングはおそらく死んでるよな!aiko、深ぇ!




小学生の頃、教科書に「大きな古時計」が2番まで載っていて、単に時計が止まる歌だと思っていた。友人が「もしかしてお爺さん、死んでる?」と気付き、その後3番があることがわかり死が確定。謎解きした気分だった

おーおーきなのっぽの古時計、おじいーさんのーとけいー!

よな!

これよこれ!これは外せん!実は原曲で90年のところを響きが悪いからという理由日本版は100歳にしたというとんだ逆サバ楽曲なんだよな!





さだまさし精霊流し」に、アンサーソング?の所ジョージ精霊もどし」

さだまさし「第三病棟」「みるくは風になった」「セロ弾きのゴーシュ」「極光」等々

さだまさし精霊流し』『みるくは風になった』『片おしどり』『ママの一番長い日』

さだまさしでいうと、「木根川橋」は話しかけた相手は酔っ払って寝ているだけだが「木根川橋(社長編)」は身投げして死んでいる。

さだまさしの曲だと「フレディもしくは三教街〜ロシア租界にて〜」は死者に語りかける歌だし、「奇跡〜大きな愛のように〜」は死者が生者に語りかけているという解釈もできる。

精霊流し既出だった。同じさだまさしだと「僕にまかせてください」も良い/ガンダムだったら「シャアが来る」だろ!

米津玄師の『パプリカ』が思い浮かんだ。あれ子供が踊ってるやつじゃなくて本人が歌ってるアニメ版動画映像があからさまだし鎮魂歌って感じ

ブコメの「あからさまだし」を「さだまさし」に空目。海は死にますか? 平沢進夢の島思念公園』は大量に死人出てるんじゃなかろうか

"映像があからさまだし鎮魂歌" さだまさし鎮魂歌に見えた。パプリカそうだったんだ、と思った。

からさだまさし神出鬼没すぎて草wパプリカ311の追悼的なやつ?の説があるだけだったか





シャボン玉

君は天然色

これは、身内が亡くなった経験のある親族が悲しみを堪えて歌を作ったことに気づいて感動するんであって…

実際は、その想いをプロフェッショナルとして、唱歌とか、別れのラブソングに形を変えて作り替えるんであって、死んでる歌ってのとは、違うと思うんだよな。

そういう感動のしかたというのは、ある意味、作者への冒瀆じゃないかと思っている。

あーそういう見方もあるな。君は天然色かくしごとED起用、めちゃ良かったけどあれは悲しみを堪えてってとこで作品通底してるとおもったわ!




人間活動から復活した宇多田の大半は死んだお母さんへのメッセージかな?ってのを感じる 真夏の通り雨花束を君に、はもちろん、大空で抱きしめてとか

あー宇多田ヒカルは明らかに作風変わったな!本題と変わるけどやっぱ宇多田でワイが一番好きなのはBeautiful Worldの「ゲンドウ目線!!!!(諸説あり)





One mote time One more chanceはギリ生きてる?死んでる?判定おなしゃす

山崎まさよしの主演映画ために書いた曲で、映画の中で相手は(ネタバレ)っぽいから、その設定だとまあ(ネタバレ)判定だわな!まあネタバレだわな!

まあでも秒速5センチメートル主題歌でもあるよな!そっちを考えたらまあ、ネトラレだわな!




Lemonはさすがに死んだ爺さんに向けた……は嘘だろう。「恋をしていたあなたに」という歌詞あるのに。死んだ人に向けた歌としては「Don't cry/ WANDS」を挙げておく。

なんか調べたら曲の製作中におじいさんが亡くなる出来事があったって感じみたいやな。やっぱあくまでメインは恋愛系の死別って感じか。あの部分だけ曲調違うし2つの要素が複合してる可能性もあるか?




なんでこれだけ出て「千の風になって」が出てないんだ!初手から墓じゃん。あとミドリカワ書房『おめえだよ』『母さん』

THE 本文読まないブクマカで草。この追記も多分ぜったいに読まれない!!

2026-07-12

anond:20260712122635

スマホで見れるよ、おじいちゃん。そう、NHK ONE ならね

2026-07-11

[]

要旨(Abstract

1993年ラリー・マキャファリーとのインタビューで、デイヴィッド・フォスター・ウォレスは、ジョン・バーストマス・ピンチョンウラジーミル・ナボコフといったポストモダン作家こそ、自分にとっての真の敵であり、自らが「父殺し(patricide)」を果たすべき文学上の父祖なのだと有名な言葉で語った。

この明快な美学宣言は、文学研究者たちに明確な読解の指針を与え、その後のウォレス研究の多くは、彼自身1990年代初頭に示したその道筋に沿って進められてきた。

もちろん、ウォレス自身の指針に従うことには明らかな利点がある。

しかし一方で、彼と文学上の先達たちとの複雑なアゴーン(agon競争闘争・格闘)だけに焦点を当てると、ウォレスポストモダンの先行作家たちとの間に存在する顕著な連続性が見えなくなってしま危険もある。

その連続性の一つが、**「注意を向けること(paying attention)」**という極めて重要テーマである

このテーマはウォレス小説世界の中心に位置しているが、それと同時に、彼が「父殺し」の対象としたナボコフピンチョン作品においても決定的な役割果たしている。

論文は、この「注意を向けること」というテーマを、ウォレス作品だけでなく、ナボコフピンチョン小説にもたどることで、ウォレス自作ポストモダンアイロニーとの避けられない最終決戦として雄弁に位置づけた見方だけでは不十分であると論じる。

しろ、ウォレスと彼が「真の敵」と呼んだ作家たちとの間には、多くの文学親和性存在することへの認識を、そこに付け加える必要があるのである

和訳して

Abstract

In his 1993 interview with Larry McCaffery, David Foster Wallace famously proclaimed postmodern authors like John Barth, Thomas Pynchon and Vladimir Nabokov to be his real enemies, patriarchs for his patricide. This unambiguous statement of aesthetic intent laid down a clear set of guidelines for literary critics, and much of the subsequent critical reception of Wallace has followed the path set down by Wallace in the early 1990s. While there are obvious advantages to following Wallace's guidelines, an exclusive focus on his complex agon with his literary forebears runs the risk of obscuring some of the pronounced continuities between Wallace and his postmodern predecessors. One of these continuities is the crucial theme of paying attention. This theme is at the centre of much of Wallace's fiction, but it also plays a decisive part in novels written by the patriarchs for Wallace's patricide, and by tracing the theme through Wallace's work as well as through novels by Nabokov and Pynchon the article argues that Wallace's eloquent framing of his own work as a necessary showdown with postmodern irony needs to be supplemented with an increased awareness of the many literary affinities between Wallace and his real enemies.

[][] ジェシー・アイゼンバーグが『The End of the Tour』の脚本を読んだのは、あるインタビューを受けた直後だった。

https://www.dailynews.com/2015/07/29/jesse-eisenberg-talks-being-drawn-to-end-of-the-tour-batman-film-and-fame/

ジェシー・アイゼンバーグが『The End of the Tour』の脚本を読んだのは、あるインタビューを受けた直後だった。

そのインタビューについて彼は、

自分について好意的なことを書くつもりはないし、自分が望むような人物像として描かれることもないだろうと分かっていた」

と語っている。

この映画は、ジェームズ・ポンソルト監督(『The Spectacular Now』)による作品で、ジャーナリストのデイヴィッド・リプスキーが書いた本を原作としている。

その本は、1996年、『Infinite Jest』という壮大なコメディ小説プロモーション中だったデイヴィッド・フォスター・ウォレスと、リプスキーが過ごした5日間を記録したものだ。

アイゼンバーグが演じるのは、当時30歳だったリプスキー

自身小説家だったが、成功限定的で、『Rolling Stone』誌で働いていた。

彼は編集者を説得し、インディアナ州へウォレス(演:ジェイソン・シーゲル)のインタビューに行かせてもらう。

ウォレスはそこで小さな大学教員をしていた。

Infinite Jest』の出版によって、当時34歳だったウォレス文学界有名人となった。

主要メディアは彼を「自分たちの世代の声」「天才」として絶賛した。

ピューリッツァー賞受賞劇作家ドナルド・マーグリーズによる『End of the Tour』の脚本を読んだアイゼンバーグは、

「この男を演じるのは面白いと思った。単なる無害なインタビュアーではなく、誰かを暴こうとしてそこへ向かっている人物から

と感じたという。

文学者同士の長い会話など、素晴らしい映画になる題材には思えないかもしれない。

しかし『End of the Tour』は、ユーモアと哀しみを交えながら展開する、二人の間の魅力的な心理戦になる。

一種ロードムービーでもあるこの作品は、ポップタルトジャンクフードを分け合うような馬鹿げた日常的な場面と、暗く告白的な瞬間を並置している。

アイゼンバーグは、ウォレスについて人々が知っていることは、おそらく二つだけだと言う。

一つは、彼が1079ページにも及ぶ巨大な本を書いたこと。

もう一つは、2008年、46歳で首を吊って自殺したこと

ウォレスは風変わりな人物だった。

写真では、しばしば祖母のような丸眼鏡をかけ、長い髪をバンダナでまとめている姿が写っている。

彼の文章電気のように刺激的で、幻惑的だった。

描写に満ち、魅惑的で、予想外の方向へ進む。

良くも悪くも、唯一無二の声だった。

主にコメディ俳優として知られていたシーゲルをウォレス役に選んだことには、インターネット上で反発もあった。

しかし、彼の演技は見る者を引きつけるものになっている。

ポンソルト監督は、シーゲルを一つのジャンルだけに閉じ込めることは馬鹿げていると言う。

ロビン・ウィリアムズトム・ハンクスのようなコメディ出身者が、偉大なシリアス俳優になった例を挙げながら。

またポンソルトは、もう一人の主演俳優であるアイゼンバーグについても高く評価している。

彼をダスティン・ホフマンジーン・ハックマンになぞらえ、

まさか主演俳優になれるとは思われなかったような人たち」

だと語る。

早口で話し(ニューヨーク出身らしい特徴だ)、機転の利いた冗談をすぐ返すアイゼンバーグ(31歳)は、シーゲルとの関係について、

映画の中の二人の人物関係はしばしば対立的だけれど、僕たち自身はとても良い仲間意識があった」

と話す。

劇作家でもあり短編作家でもある彼は、マーグリーズの脚本を読むことを楽しみにしていた。

登場人物たちが、本当に感情的に複雑な人生を持っていると分かっていた。台詞も良い。場面が3行程度で終わるようなものではない。こんな作品に関われる機会って、どれくらいあると思う?」

アイゼンバーグの次の仕事は、8月カリフォルニア撮影開始予定のウディ・アレン作品

その後には、自身初の短編集『Bream Gives Me Hiccups』の出版ツアーが控えている。

さらに、この年には『American Ultra』『Louder Than Bombs』の2作品が公開予定で、翌年には『Batman v Superman: Dawn of Justice』で悪役レックス・ルーサーを演じる。

アイゼンバーグは、

バットマン映画で僕が演じる場面は、本当に面白くて魅力的なんです」

と語る。

彼は、『End of the Tour』のような小規模作品と、大作映画の両方で仕事をすることに価値見出している。

アイゼンバーグは、ポンソルト監督について、

俳優との仕事の仕方を深く理解している、珍しいタイプ監督

だと評価する。

また、最初はそれほどドラマチックではないと思った場面を、ポンソルトがより劇的なものに変えていくことに感銘を受けたという。

一見すると何気ない会話の中に、生死をかけたような緊張感が生まれるんです。」

結局、リプスキーは『Rolling Stone』の記事を書く必要がなくなった。

彼はウォレスの死後、インタビュー内容を本として出版した。

『Although Of Course You End Up Becoming Yourself』のあとがきで、彼はウォレスと過ごした時間の中で、自分自身が抱えていた不安劣等感を認めている。

興味深いことに、雑誌ライターとして経験豊富だったウォレスの方が、インタビューという行為についてはリプスキーよりはるかによく理解していた。

自分発言がどのように誤解され、切り取られ、分析され、再構成される可能性があるか。

ウォレスがどれほどそれを意識していたかは容易に分かる。

しろ彼は言葉職人だったのだ。

カメラ存在と同じように、回り続ける録音機は現実のものを変えてしまう。

その意味で、二人は互いのために演じていたのだとポンソルト監督は考えている。

しかし同時に、ウォレスは「自分自身を明らかにしようとしていた」とも感じている。

突然手にした名声を、自分自身理解しようとしていたのだ。

「彼は本質的に警戒心の強い人でした。おそらく作家や、思慮深く神経症的な人間がするように、常に自分自身編集していたんだと思います

とポンソルトは語る。

『End of the Tour』はサンダンス映画祭で上映された際、好意的評価を受けた。

しかし一部からは反対意見も出た。

特にデイヴィッド・フォスター・ウォレス文学トラスト、彼の未亡人、そして何人かの編集者からである

彼らはいずれも映画制作には関わっていなかった。

理由は複雑だ。

一部の人々にとって問題は単純で、

「ウォレススクリーン上で自分を描かれることを望まなかっただろう」

ということだった。

また、作家遺産作品自分たちのもののように守ろうとする人々もいる。

ウォレスを直接知らず、遺産にも関係がない、ただのファンでさえそうすることがある。

ポンソルトは言う。

「多くの人がデイヴィッドを深く大切に思っていることは理解しています私たちは何も知らずに作ったわけではありません。この映画を金儲けのために作ったわけではない。もちろんお金のためでもない。私たちデイヴィッド・フォスター・ウォレスを愛しています。願いは、より多くの人が彼の作品を読むことです。」

作家が衝撃的な死を遂げたことを考えると、不快感を覚える人がいるのも理解できる。

しかし、文学者自殺というものは決してウォレスだけの特殊な例ではない。

『End of the Tour』は、ウォレスが、おそらく最も力を発揮していた時期を描いている。

彼の死は遠い影として存在しているだけだ。

リプスキーの本は、5日間のインタビュー記録がほぼそのまま収録されている。

その中でウォレスはこう語る。

作家は他の人より頭がいいわけじゃないと思う。ただ、彼らは自分の愚かさや混乱の中に、より説得力を持ってしまうんだと思う。」

そしてすぐにこう付け加える。

「でも今の言い方も、結局は音のいい言葉になるように僕が構成しているんだけどね。」

これは、ウォレス自分の名声や、自分が作られるイメージとの間に、どれほど居心地の悪く複雑な関係を持っていたかを示しているとも言える。

アイゼンバーグは言う。

「公の人物としてできる唯一の望みは、自分について物語を作る人たちが、自分に対してある種の敬意を持っていることです。そして、この場合、それは確かにそうだったと思います。」

有名人として、アイゼンバー自身も、自分について何が書かれるかを完全にはコントロールできないことを知っている。

実際、彼は以前、自分不快に感じた記事を書いたインタビュアー電話をした。

その記者は、その記事には皮肉トーンがあったことを認めたという。

アイゼンバーグは語る。

自分がそこまで注目されるほどの価値があるとは思えなかったんです。それに、僕は特別に物議を醸すようなことをしていたわけでもありませんでした。」

Jesse Eisenberg read the script for “End of the Tour” shortly after doing an interview “that I knew was not going to say nice things about me or characterize me in a way that I would want to be characterized.”

The film, from director James Ponsoldt (“The Spectacular Now”), is an adaptation of journalist David Lipsky’s book that recounts five days in 1996 with David Foster Wallace during the promotion of the author’s epic comic novel “Infinite Jest.”

Eisenberg plays the then-30-year-old Lipsky, a novelist himself with modest but limited success, who was working at Rolling Stone. He persuades his editor to send him to interview Wallace (Jason Segel) in Indiana, where the novelist taught at a small college. The publication of “Infinite Jest” made Wallace, then 34, a literary celebrity, with major publications lauding him as the voice of his generation and a genius.

After reading the script for “End of the Tour” by Pulitzer Prize-winning playwright Donald Margulies, Eisenberg “thought it would be interesting to play this guy who was not this innocuous interviewer but is kind of going there to expose somebody.”

While a prolonged conversation between a couple of literary guys doesn’t sound like the stuff of great cinema, “End of the Tour” becomes a fascinating fencing match between the two, punctuated by humor and pathos. A quasi-road-trip movie, it juxtaposes silly and mundane concerns — they share Pop Tarts and junk food — with dark and confessional moments.

If people know anything about Wallace, it’s that he wrote a big book — 1,079-pages — and hanged himself in 2008 at 46, observes Eisenberg. The author was an eccentric figure. His photos often show him wearing granny glasses, his long hair wrapped in a bandana. His writing was electric, trippy, with descriptive passages, seductive and unexpected, for better or worse a singular voice.

The choice of Segel, mostly known for comedies, to play Wallace engendered some protests on the Internet, but the actor proves riveting in his portrayal. Ponsoldt thinks it is ridiculous to box Segel into one category, pointing out that comic talents like Robin Williams and Tom Hanks proved to be great dramatic actors.

Ponsoldt also has high praise for his other star, Eisenberg, comparing him to Dustin Hoffman and Gene Hackman, “guys you wouldn’t think could become leading men.”

A fast talker (a New York City native) and ready with a quip, Eisenberg, 31, says he and Segel had “a nice camaraderie even though the relationship of the characters in the movie is often contentious.”

A playwright and short story writer himself, the actor was excited to see the script from Margulies.

“I knew the characters would have a real emotionally complicated life, that there would be good dialogue, that the scenes were more than three lines long. How often do you get that chance to do something like that?”

Next up for Eisenberg is a Woody Allen film slated to begin shooting in California in August, and then a book tour for his first collection of short stories, “Bream Gives Me Hiccups.” He’s got two more movies coming out this year — “American Ultra” and “Louder Than Bombs” — and next year will be seen as the arch-villain Lex Luthur in “Batman v. Superman: Dawn of Justice.”

“The scenes I have in the Batman movie are so interesting and compelling,” says Eisenberg, who finds positives in working in both big films and smaller ones like “End of the Tour.”

The actor credits Ponsoldt as “an unusual director with keen insight into how to work with actors.” Eisenberg adds he was impressed with how Ponsoldt could make scenes more dramatic than he thought at first. “There becomes these life-or-death stakes in what is seemingly casual interaction.”

Lipsky, as it turned out, never had to write the Rolling Stone article. He published his interviews in book form after the author’s death. In his afterward to “Although of Course You End Up Becoming Yourself,” he acknowledges his own insecurities during their time together.

Interestingly, Wallace — a veteran magazine writer himself — was far more experienced with the interviewing process. It’s easy to see how acutely aware the author was of how everything he said could be (mis)interpreted, parsed, repackaged, etc. etc. He was a wordsmith after all.

Like the presence of a camera, a running tape recorder alters reality. In that sense, the two were performing for each other, the director thinks, but also feels Wallace was “trying to reveal himself,” while trying to come to grips with his sudden celebrity. “He was an inherently guarded person, probably self-editing the way writers and thoughtful neurotic people do,” says Ponsoldt.

“End of the Tour,” which received positive reviews when screened at the Sundance Film Festival, has drawn objections from some camps, notably from the David Foster Wallace Literary Trust, his widow and some of his editors, none of whom took part in the making of the film.

The reasons are complicated. For some it comes down to saying Wallace would not want to be portrayed on screen. There are others who are proprietary about the author’s legacy and writings, even those who are just fans and never knew him and have no stake in his estate.

“I understand that a lot of people care deeply about David,” says Ponsoldt. “We didn’t go into it naïvely. We didn’t make this movie for mercenary purposes, and it certainly wasn’t money. We love David Foster Wallace. Our hope is that more people read him.”

Some people might be uncomfortable since the author died in a shocking way, though literary suicides are hardly unique.

“End of the Tour” finds Wallace at, perhaps, the height of his powers, with his death a distant shadow. In Lipsky’s book, which is mostly the transcriptions of the five-days of interviews, Wallace says, “I don’t think writers are any smarter than other people. I think they more compelling in their stupidity, or in their confusion.” And then immediately admits, “I’m structuring that into a sound bite.”

That might be construed as the author having an uncomfortable, complicated relationship with his fame and image.

“The only hope you have as a public figure is the people making a story about you have some reverence for you, which in our case would be true,” says Eisenberg.

As a celebr

et’s not speak of suicide. Let’s not encourage the cottage industry bent on reducing David Foster Wallace to a literary Kurt Cobain,

ジョナサンフランゼンとデイヴィッド・フォスター・ウォレス――その時代代表する二人のアメリカ人作家――はいずれもアメリカ中西部で育った。フランゼンは、ミズーリ州ウェブスターグローブズで過ごした子ども時代について、「まさに真ん中の中の真ん中。そこには家族と家と近所と教会学校仕事しかなかった」と振り返っている。一方、両親とも大学教授だったウォレスは、イリノイ州アーバナ青春時代を過ごした。そこは「穀物サイロ戦後住宅が並ぶ小さな町で、住民たちは農業保険窒素肥料除草剤を売り、近くのシャンペーンアーバナ大学に勤める若い研究者たちから固定資産税徴収するくらいしかしていなかった」土地だった。

二人は、セオドア・ドライサー、アーネスト・ヘミングウェイハロルド・ブロドキーらに連なる系譜に属している。地方的で中西部的な背景ゆえに近代社会の衝撃に備えられていなかった作家たち、あるいは逆に、その地方性ゆえに芸術家特有の斜めからの鋭い感受性を身につけ、その衝撃に向き合うことができた作家たちの系譜である

二人の年齢差は三年にも満たず、扱う題材もよく似ていた。テクノロジー、読者との関係、そしてポストモダニズム文学曖昧遺産について、それぞれ独自に格闘していた。そして両者は共通して、小説は依然として人生の「切実な問い」に語りかけるべきだと信じていた。そうするなら、小説は大量娯楽とマクドナルド時代にあってもなお生命力を保てる、と考えていたのである

しかし、その一方で二人は驚くほど異なる作家でもあった。同時代に似たテーマを扱った作家同士とは思えないほど、本質的に違っていた。一般には、その違いは文体の違いや、「リアリズム」に対する姿勢の違いとして説明されてきた。

フランゼンは初期にはポストモダン的な構成を試みたものの、現在では伝統リアリズム作家とみなされている。批評家ベンジャミンカンケルの言う「永続する小説」の代表格であり、対話心理描写三人称語りを「いまや古典的に思える均衡」で組み合わせる作家だ。一方ウォレスは、ゼイディ・スミスによって「リアリズムに挑戦する前衛作家」の一人に数えられている。入り組んだ脱線、渦を巻くような物語構造脚注の中の脚注――そうした特徴によって、彼はモダニズムあるいはポストモダニズム系譜に置かれてきた。批評家ジェームズ・ウッドも、あるヨーロッパ実験文学作家書評で、ウォレスを「単なる文法的リアリズム――現実を整然とした単位に切り分けるリアリズム――とは相容れない作家」の一人として挙げている。

しかし、こうした区別だけでは満足できなかったのか、あるいは「単なる文法的リアリズム」という見方への違和感があったのか、フランゼン自身は何度もウォレスとの違いについて語ってきた。その代表例が2002年評論Mr. Difficult」であり、さらに翌年には『The Paris Review』のインタビューでもこう語っている。

私たち関係には、一方が芸術のための芸術を追求し、もう一方が現実社会の中で生きようとする作家である、という競争関係が取り憑いていた。」

そして2011年4月18日の『The New Yorker』に掲載された、大きな注目を集めたエッセイ「Farther Away」で、フランゼンはさらに新しい区別提示する。しかもそれは、それまでで最も単純な区別だった。

二人の本当の違いとは、フランゼンは他人を気にかける人間であり、ウォレスは根っから自己愛的な嫌な奴だった――というのである

続きです。前回の続きから、同じ形式段落を整理しています

もちろん、この要約だけを聞けば極端すぎると思えるだろう。そして実際、ある意味では誇張でもある。しかし同時に、『Farther Away』を読んで誇張した物言いに誘われたのは、私だけではない。このエッセイは、二十年以上に及んだ二人の文学友情の総決算とも言える作品になっている。

フランゼンは、自分とウォレス関係を「比較し、対照し、そして兄弟のように競い合う関係」と表現している。その始まり1988年夏だった。ウォレスが、フランゼンのデビュー長編『The Twenty-Seventh City』を読んで感銘を受け、ファンレターを送ったのである

実際に二人が会ったのは1990年だった。その間が空いた理由についてフランゼンは、「後になって理由が分かった」と書いている。つまり当時のウォレスは薬物依存問題を抱えていたのである

実際に会ってみると、手紙のやり取りほど親密ではなかった。フランゼンは振り返る。

はいつも、自分が十分に面白く、十分に頭がいい人間だと証明しようともがいていた。

一方ウォレスは、数マイル先の一点を見つめ続け、その視線のせいで私は、自分が何一つ相手を納得させられていないような気分になった。

それでも二人は手紙を書き続け、お互いを称賛し合った。

1996年には、ウォレスが公の場でフランゼンを擁護している。当時フランゼンが『Harper’s』誌に発表した長大評論「Perchance to Dream」は賛否両論を呼んでいたが、ウォレスはこの文章を、

芸術ほとんど評価しない文化の中で、本気の芸術を作ろうとすることがどんな気持ちなのかを、これほど率直で親密に描いた文章

だと高く評価した。

同じ年、フランゼンはウォレスから送られてきた『Infinite Jest』の草稿を読んで衝撃を受ける。

彼は言う。

あの原稿は私を仕事へ向かわせた。競争相手がいると、人は仕事をするものからだ。

その結果生まれたのが、出世作となる『The Corrections』である

しかしウォレスは、『Infinite Jest』以降、長編小説をもう一冊も完成させることはなかった。短編集やルポルタージュを書き続け、未完の原稿は死後『The Pale King』として出版される。そして2008年9月、自宅裏庭で首を吊って自殺した。

フランゼンは後に、この自殺をどうしても「反則」のように感じてしまったと告白している。それは二人の作家同士の競争ルールを破るものだった。

彼はこう書く。

「ようやくまた仕事に集中しようとしていた矢先に、デイヴ自殺してしまった。

『おい、本当にそんなことをするのか?

若くして死ぬ天才になるつもりか?

それは反則だろう。』

と思った。」

二年後、『Freedom』を書き終えたフランゼンは、『Farther Away』を書き始める。彼自身、この文章は、

「私が愛していた人の、おぞましい自殺と向き合うため」

に書いたものだと説明している。

『Farther Away』は複数テーマを一本に束ねた奇妙なエッセイである。『ロビンソン・クルーソー』の読解。小説史の概説。インターネット論。そして、ウォレスの遺灰を撒くために南太平洋のマサフエラ島を訪れ、珍しい鳥を探す旅。

その中でも最も物議を醸した部分で、フランゼンは、ウォレスの死後形成された「礼賛一色の物語」に異議を唱える。

ウォレス聖人ではなかった、と彼は文字通り書く。

フランゼンによれば、ウォレスは信頼できない友人であり、競争心が強く、意地悪でもあった。

彼はその証拠としていくつかの逸話を紹介する。

ある時ウォレス恋人に非常にひどいことを言った。また別の日には、サインを頼まれた自著のタイトルページに、自分勃起した性器輪郭を描いたという。

さらフランゼンは、ウォレスは極端な自己没入型の人間であり、周囲の世界から喜びを感じ取る能力に乏しかったとも書く。

ある日二人がカリフォルニア州ティンソン・ビーチ近くを車で走っていた時、フランゼンは望遠鏡をウォレスに渡し、

「すごい鳥だ」

シギの仲間であるロングビルド・カーリューを見せた。

ウォレス礼儀として軽くうなずいただけで、あからさまに退屈そうな様子で視線を逸らした。

続きです。今回は段落を大きめにまとめます

そしてフランゼンは、ウォレス自殺のものについても、世間があまり触れたがらない側面をあえて強調する。ウォレス抗うつ薬をやめたが、その理由は「自分永久病人であると認めたくないという自己愛的な拒否反応」だった、とフランゼンは述べる。さらにウォレスは少なくとも四種類もの自殺方法を考えており、最終的には「自分を最も愛してくれていた人々に最大限の苦痛を与えるような方法自殺した」と書く。

もちろんフランゼンは、ウォレスが重いうつ病に苦しみ、耐え難い痛みの中にいたことは認めている。しかし、それだけでは終わらない。彼はさらに、自分にはどうしても拭えない疑念があると言う。ウォレスは「自殺キャリア上の一手として考えた可能性がある」のではないか、と。

もちろん、それはウォレス自身が最も嫌悪していた計算高さでもあった。フランゼンはこう書く。もし誰かがその可能性をウォレス本人に突きつければ、最初否定しただろう。しかし、「いや、でも君にもそういう面はあるだろう」と言われ続ければ、最後には「ああ……そうだな。確かに自分にはそういうことを考える能力はある」と認めたはずだ、と。

『Farther Away』は当然ながら激しい反発を招いた。「死者への冒涜」「墓荒らし」という批判が浴びせられ、翌年にはすでに「悪名高い失敗作」と当然のように呼ばれるようになっていた。こうした反応は理解できる。実際、この文章には弁護しがたい箇所も少なくない。多くの人は、自分が友人と呼んだ人物について、あのようなことを活字にはしないだろう。

しかし著者は、「それでも、この文章は単なる悪口ではない」と論じる。なぜなら、これは現代アメリカ代表する小説家が、愛したもう一人の小説家を、文学的にも個人的にも理解しようとして書いた、極めて珍しい批評からであるフランゼン自身、『The Discomfort Zone』『How to Be Alone』といった回想録を書いた人物であり、自分文章がどのような受け止められ方をするかは十分承知していたはずだ。それでも彼は出版した。なぜなのか。彼は何を伝えようとしたのか。

その答えは、『Farther Away』の中心にある文学論にある。

それまでウォレスについて論じる人々は、「作品自殺を結びつけてはいけない」という暗黙のルールを守っていた。つまり、ウォレス小説を論じる際に、「なぜ彼は死を望んだのか」という問題には踏み込まないようにしていたのであるしかフランゼンは、この禁忌をあえて破る。しか意図的に。

理由は明確だった。彼は、ウォレス生き方のものが、彼の小説理解する鍵だと考えていたかである

フランゼンは『Farther Away』の中で、小説には大きく二種類あると論じる。それは、二種類の人間から生まれる。一人目の男――仮に「ジョン」としよう――は、世界を見て、他人を見る。もう一人――仮に「デイヴ」としよう――は、世界を見ても、結局は自分しか見ていない。

もし二人とも小説家なら、前者は社会小説を書く。後者自己小説を書く。

この観点から見ると、『Farther Away』で語られる数々の私的エピソードも、単なる暴露ではない。少なくとも批評的には、それらは一つの文学的主張を支える証拠なのである

その主張とは、「私たち人生意味を与える最も重要ものの一つである、親密で愛情ある人間関係は、ウォレス小説世界には存在しない」ということだ。

しかフランゼンは、単に「ウォレス小説には親密な人間関係がない」と指摘するだけでは終わらない。彼はさらに一歩踏み込んで、価値判断を下す。

自己小説」は、結局のところ自己賛美の小説でもある。その題材は「どこまでも興味深い自己」であり、最終的に到達する場所もまた「自己」でしかない、と彼は言う。

フランゼンは、ウォレス作品に漂う自己愛的な視線や語り口を、実験モダニズム作家――たとえばフランツ・カフカやセーレン・キェルケゴール――に見られる極端な自己省察系譜へと位置づける。そして、ウォレス現実でも見せていた反社会的な振る舞いと、その文学的傾向を結びつける。

長年にわたるうつ病との闘い。そして最後には凄惨自殺。これらはすべて、「極端に個人主義的な魂」が最後にたどり着く場所を示す証拠であるかのように提示される。

フランゼン自身言葉を借りれば、自己という島は、おぞましい場所である。そして、ウォレスはその島に住んでいた。読者もまた、その島へ近づくなら覚悟必要だ、と彼は暗に語っている。

続きです。同じく段落をまとめた形で続けます

一方で『Farther Away』には、文学史を振り返る長い議論も織り込まれている。その目的は明快である。「自己小説」には別の選択肢があることを示すためだ。

フランゼンによれば、社会小説家たちは、「どこまでも興味深い自己」ではなく、「終わることなく興味深い、人間関係という危険」を書いてきた。小説という形式を生み出したサミュエル・リチャードソン以来、優れた社会小説家たちは、人間関係こそが「自己という島から脱出する唯一の方法」だと理解してきた。

から彼らの小説では、孤独だった人物が、誰かを愛することによって変化していく。そして読者もまた、「愛によって孤独を乗り越えた人々の心の中へ入っていける」のである

この議論不快だと思う人もいるだろう。しかし、単に「趣味が悪い」と切り捨てられるものではない、と著者は述べる。『Farther Away』には粗さもある。配慮を欠く部分もある。それでも、このエッセイには一つ重要前進があった。

それは、フランゼンとウォレスの違いを、初めて文学観・人生観の違いとして真正から論じたこである

これまで二人の違いは、リアリズムポストモダニズムか。文体の違いか実験性か。そうした形式論ばかりで語られてきた。しかフランゼンは、問題はそこではないと言う。

本当の違いとは、読者にどのような価値観提示し、どのような人生を目指すよう促しているかなのだ

まり、二人の違いは、文学技法ではなく哲学の違いなのである

ここで著者は次の問いへ進む。では、フランゼン自身哲学とは何なのか。

では、フランゼンの小説を支えている哲学とは何だろうか。彼の小説には、「よく生きる」とは何かについてのビジョンがあるのだろうか。

『Farther Away』の議論だけを読めば、その答えはすぐに見つかるように思える。それは、「親密で愛情ある人間関係である

かにフランゼンの小説は、人間関係について書かれている。夫婦。親子。恋人。そして個人国家との関係

しかし意外なことに、彼の登場人物たちにとって、その「人間関係という危険」は、ほとんど乗り越えられないものとして描かれている。

フランゼンが繰り返し語る物語は、人間関係理想を抱いた男が、その理想現実によって少しずつ失っていく、という物語である

彼の登場人物たちは、仲間や成功を求めて社会へ踏み出す。しか最後には、苦味と失望、そして運が良ければ、人間というもの偽善について少しだけ賢くなる、という結末にたどり着く。

デビュー作『The Twenty-Seventh City』では、主人公マーティンプロブストは、家庭にも仕事にも満足した幸福な男として登場する。しか物語の終わりでは、彼は家族を失い、一人でセントルイスを離れて高速道路を走る。そのとき彼は、「自分は、実は好きでもなかった世界に生きていたことを、今になってようやく知った」と悟る。

第二作『Strong Motion』でも同じである主人公ルイスホランドは、愛よりも憎しみによって孤独を深めていく。物語は一応希望を残して終わるが、彼は最後まで、「豚のような欲深さと愚かさと不正義が、日に日に勢力を広げていくアメリカ」に対する疎外感を消すことができない。

まりフランゼン作品では、人間関係から距離を置き、やがて社会のもの

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