2025,江端さんの技術メモ

VSCodeからCSVファイルをExcelで開く方法

VSCodeから直接 Excel を起動してCSVファイルを開く方法はいくつかあります。


① ターミナルからExcelを起動する(Windows)

方法 1: start コマンドを使用

VSCodeのターミナル(PowerShell または コマンドプロンプト)で以下を実行

start excel output.csv
  • output.csv は開きたいCSVファイルの名前
  • これでExcelが起動し、CSVファイルが開かれる

2025,江端さんの忘備録

最近、蒙古タンメン中本を再開して、幸せを感じながら食事をしています。

I have been eating at Mongolian Tanmen Nakamoto, which has recently reopened, and I feel happy.

私は、『北極ラーメンは、大盛りにせずに、ライスを付けることで、舌を休ませながら、楽しんで食べられる』ということに、最近、気がつきました。

I recently realized that I can enjoy eating Arctic Ramen without going for the extra large and adding rice, which gives your tongue a break.

高級コース料理は、もちろん美味しいとは思うのですが、私は「同程度の幸せを感じられるなら、"安い方"がいい」という人間です。

I think high-class set meals are delicious, of course, but I think, “If I can feel the same level of happiness, I'd rather have the cheaper option.”

これは、こちらのコラムに記載している

This is similar to the point made in this column.

『毎日の納豆ご飯ともやし炒めを「我慢する」 ―― のではなく、毎日の納豆御飯ともやし炒めを、心から「おいしい」と思える、自己暗示の能力こそが、研究員には必要とされているのではないかと思うのです』

"'Rather than “enduring” the daily natto rice and fried bean sprouts, I think researchers need the ability to self-suggest that they can truly enjoy the daily natto rice and fried bean sprouts."

と類似の主旨です。

(↑クリックでコラムに飛びます)

(Click to go to the column)

贅沢をしなければ、リタイア後もなんとかやっていけるかと思います。

If I don't live extravagantly, I think I'll be able to get by after I retire.

-----

以前、親戚の人に、無理矢理「ベンツ」という車に、無理矢理乗せられたことがあります。

A relative once forced me to get into a car called a “Benz.”

『乗り心地がいいでしょう?』とか言われましたが、正直、私、気分が悪くなりました(本当)。

I was told, “Isn't the ride comfortable?” but honestly, I felt sick (really).

「ベンツ」という車は、社内が静かで、屋外とは別空間の静寂性があり、そして加減速もスムーズで、シーツもゆったりしていて ―― だからこそ『気持ち悪かった』。

The Mercedes-Benz was quiet inside and calmer than outside. The acceleration and deceleration were smooth, and the seats were spacious—that's why it was “weird.”

私、機械の駆動系の動きを体で感じられない車が気持ち悪かったし、屋外と車内が別の空間として分断されている状況が気持ち悪かったし、加減速の運動方程式を想起できない運動性能が気持ち悪かったのです。

I felt sick at the thought of a car, and I couldn't feel the movement of the drive train with my body. I felt ill at the idea of a situation where the inside and outside of the car were divided as separate spaces. I felt sick at the thought of a car with performance that I couldn't recall the equations of motion for acceleration and deceleration.

いえ、それらの全てを否定するのではなく、だからこそ、高級車にはそれに応じた性能と品質があるのは理解しているのですが、「制御と運動方程式を実感できない移動体への乗車に、不快を感じる」のです。

No, I don't deny all of that, and that's why I understand that luxury cars have the performance and quality to match. However, I feel uncomfortable in a vehicle where I can't feel the control and motion equations.

まあ、簡単に言えば「私は"育ちが悪い"」で、いいと思う。

Well, to put it simply, I think it's OK to say, “I was brought up badly.”

多分、私も「ベンツ」とか「ジャガー」とか「センチュリー」とかに乗り慣れていれば、そういうこともない、と思うのですが、なにしろ、そういう経験がないものですから、こればかりはしょうがないです。

Perhaps if I were used to driving a Mercedes, Jaguar or Century, I wouldn't have this problem, but since I don't have any experience driving these kinds of cars, there's nothing I can do about it.

私も、「揺れないで高速移動するJR新幹線」や「横浜ランドマークタワーの超高速エレベータ」には、乗るたびに感動しています。

I am also impressed whenever I ride the “bullet train” or the “super-fast elevator” at the Yokohama Landmark Tower.

だから、「ベンツ」を気持ち悪いと思うのは、単に"慣れ"の問題であろうと推認しています。

Therefore, I suspect that people find “Benz” cars so weird because they are familiar with them.

-----

まあ、このように私の人生は安い人生ですが、安いなりにいいこともある、という一例に・・・なっているのか?

My life is cheap like this, but I think it is an example of the good things about cheap things. Right? 

未分類

Docker for WindowsDocker Desktop の違いについて説明します。


1. Docker for Windows

  • かつての名称
    • 「Docker for Windows」は、DockerがWindows環境向けに提供していた公式のインストールパッケージの旧称。
    • Windows上でネイティブにDockerを実行するためのツールとして提供されていた。
    • Hyper-V を利用してLinuxコンテナを動作させる方式を採用していた。
  • 現在は「Docker Desktop」に統合
    • 2020年頃まで「Docker for Windows」という名称が使われていたが、その後「Docker Desktop」に統一された。
    • 公式ドキュメントやインストーラでも「Docker for Windows」という表現は使われなくなった。

2. Docker Desktop

  • 現在の正式名称
    • Windows環境とmacOS環境向けに提供されているDockerのGUI管理ツールを含む公式パッケージ。
    • WSL2バックエンドやHyper-Vを利用してDockerを動作させる。
  • 主な特徴
    • GUIを備えた管理ツール があり、コンテナの管理やリソース制限の設定が容易。
    • WSL2統合 により、Windows Subsystem for Linux (WSL2) 上で軽量なDocker環境を提供。
    • マルチプラットフォーム対応(Windows/macOS)。
    • 企業向けに有償化(2021年以降)。

3. 主な違い

項目 Docker for Windows Docker Desktop
提供時期 旧称(2020年頃まで) 現在の正式名称
対象OS Windows のみ Windows / macOS
バックエンド Hyper-V Hyper-V / WSL2
GUI管理機能 なし(CLIのみ) あり(Docker Desktopアプリ)
有償化 無料 商用利用時は有償(一定条件あり)

結論

  • 「Docker for Windows」「Docker Desktop」 に統合され、現在では「Docker Desktop」として提供されている。
  • そのため、「Docker for Windows」は事実上「Docker Desktopの過去の名称」 という扱い。
  • 現在は Docker Desktop を使うのが一般的 だが、商用利用の場合は有償化されているため、代替手段(WSL2 + Docker Engine、Podman など)を検討するケースもある。

2025,江端さんの忘備録

昨年末から、ノドがいがらっぽい状態が続いています。

Since the end of last year, I've had a scratchy throat.

普通に寝ていても、寒さで目が覚めますし、年末からずっと、ぼんやりとした体調不全が続いています。

Even when I'm sleeping, I usually wake up with a cold, and I've been feeling vaguely unwell since the end of the year.

「老化」という言葉は、上位概念すぎて分かりにくいですが、これを「自律コントロール機能の段階的喪失」と置き替ええると、ぴったり当てはまる感じがします。

The word “aging” is too broad to be easily understood, but if I replace it with “gradual loss of autonomous control functions,” it seems to fit perfectly.

『視力が壊れる』、『体内保湿機能が壊れる』、『体温調整機能が壊れる』。まあ、こんな感じですね。

'Your eyesight will be ruined,' 'your body's moisture retention function will be ruined,' and 'your body temperature regulation function will be ruined.' Well, something like that.

自律機能が壊れていくのであれば、外部デバイスで補っていくしかありません。

If the autonomous functions break down, the only way to compensate is with external devices.

これが、老眼鏡であり、加湿器であり、そして、暖房器具です。

These are reading glasses, a humidifier, and a heater.

どの世代であっても、自分の老化を実感します。

-----

ただ、私が思うにこれらのデバイスは制御が"雑"です。

However, I believe the controls on these devices are “sloppy.”

知らない人が多いかもしれませんが、視力は毎日変動します。同じ眼鏡でも、文字が見える時と見えない時があります。

Although many people may not know this, your eyesight changes every day. Even with the same glasses, there are times when you can see the letters and times when you can't.

また、加湿器はフェードバック機能がいいかげんで、ここ数日で部屋をびしょ濡れにされました(書類の印刷が水に浸った状態で見えない)。

Also, the humidifier has a poor feedback function, and it has made the room soaking wet in the past few days (the documents I printed are soaked in water and unreadable).

エアコンは、暑く眠れなくなったり、寒くて眠れなくなったりします。まあ、これは私の睡眠中の体温や体調の変化のせいだとは思いますが。

Air conditioning can make it too hot or too cold to sleep. I think this is due to changes in my body temperature and physical condition while I sleep.

-----

今後は、天井に設置したカメラとかベッドに仕込まれた温度・湿度センサが、私の体表温度とかを計測して、パーソナルAIと連動して、自動的に制御を行う、というような方向に向かうかもしれません。

In the future, cameras installed in the ceiling and temperature/humidity sensors built into the bed may measure my body temperature and other data and automatically control the room in conjunction with the personal AI.

ただなぁ、この実現は難しいだろうな、とは思います。

However, I think it will be challenging to achieve this.

学習にかかる時間も長いだろうし、被験者からのフィードバックの測定が恐しく難しくて、被験者の負荷も大きそう。

It will take a long time to learn, and measuring the feedback from the test subjects will be extremely difficult. It seems that the test subjects will also have a lot of work.

市場規模は大きいですが(全人口の35%以上で、今後も増加は確定)、システム構築や販売コストも高そうです。

The market is large (over 35% of the total population, and it is confident to continue to grow), but it also seems that the cost of system construction and sales will be high.

-----

ちなみに、部屋をベチャベチャにされましたけど、加湿器のおかげで「ノド」の調子はいいです。

By the way, I made the room very humid, and thanks to the humidifier, my throat is in good condition.

これ受験生必須のアイテムではないかと思います。

I think this is a must-have item for students preparing for exams.

とくに、カゼやインフルエンザ対策としては、最強デバイスの部類にはいるのではないか、と思いました。

It was one of the most powerful devices for preventing colds and influenza.

受験生の皆さんとそのご家族の皆さんは、購入をご検討下さい。

All prospective students and their families are encouraged to consider purchasing this device.

2025,江端さんの技術メモ

Windows 11 に WSL2 をインストールし、Ubuntu をデフォルトOSに設定し、Docker をインストールする手順を説明します。

1. 背景

Docker for Windowsが、有償化されて、(現場が)困ったことになっています。

ChatGPTにDocker for Windows と Docker Desktop の違いについて教えてもらいました

で、これを回避する方法として、「WSLのLinuxを利用して、Dockerを利用する方法」がある、という話を聞き『あ、盲点』と思い、さっそく環境構築をノートPCでやってみました(本番PCでコケるのは怖かったので)。


2. WSL2 のインストール

2.1. WSL の有効化

管理者権限で PowerShell または コマンドプロンプトを開き、以下のコマンドを実行します。

wsl --install

これにより、WSL2 とともに Ubuntu が自動でインストールされます。

WSL のバージョンを確認するには

wsl --list --verbose

もし、既に WSL1 になっている場合、以下のコマンドで WSL2 に変更できます:

wsl --set-version Ubuntu 2


3. Ubuntu をデフォルトOSに設定

インストールされている WSL のディストリビューションを確認:

wsl --list --verbose
デフォルトを Ubuntu にする:
wsl --set-default Ubuntu

4. Docker のインストール

WSL2 上の Ubuntu に Docker をインストールします。

4.1. パッケージの更新更新

sudo apt update && sudo apt upgrade -y

4.2. Docker のインストール

sudo apt install -y docker.io

4.3. Docker のサービスを開始

sudo systemctl enable --now docker

4.4. Docker グループへのユーザー追加

sudo usermod -aG docker $USER

適用するには、一度ログアウトするか、以下を実行:

newgrp docker

4.5. Docker の動作確認

docker run hello-world

「Hello from Docker!」と表示されれば成功です。


5. Docker Compose のインストール

sudo apt install -y docker-compose

6. Docker デーモンを WSL2 内で実行

通常、Windows 上で Docker Desktop を使う方法もありますが、WSL2 内で直接 Docker を動かしたい場合は systemd を有効にします。

6.1. WSL2 で systemd を有効化

sudo nano /etc/wsl.conf

以下の内容を追加:

[boot] systemd=true

保存して WSL を再起動:

wsl --shutdown

再度 WSL を起動して systemctl が使えることを確認:

systemctl list-units --type=service

6.2. Docker の自動起動

sudo systemctl enable --now docker

これで、WSL2 + Ubuntu + Docker の環境構築が完了しました。

7. Docker for Windowsのコンテナイメージをtarで固めて展開する

これは、以下を参考にして下さい。

Dockerコンテナのイメージをセーブして先方に送る方法

$ sudo docker load < 20240828_shajyo.tar

のあたりから続けます。

これをwslで実行すると、docker imageができます。

8. ちょっと変なことが起っている話

ところで、この段階で、ちょっと不思議なことが起こりました。

docker for windowsを起動すると、WSL内のdocker imageの名称が変わります(理由不明で、変なのですが、動くなら、まあ構いません)。

で、それだけでなく、docker imagesで、Docker for windowsのイメージが全部登場してきます。

なんだか良く分かりませんが、これが出てくるのであれば、「Docker for Windowsのコンテナイメージをtarで固めて展開する」をサボれるかもしれません(誰か確認したら教えて下さい)。

で、あとは、Docker for Windowsで作成した時と、同じディレクトリに移動して、

docker-compose restart

をすると、無事に動き出しました。

9. 総括

なんだか良く分かりませんが、Docker for Windowsを使っている環境であれば、それを残した状態で、この作業すると、随分手を抜けるかもしれません

移行した後に、Docker for Windowsをアンインストールすれば良いでしょう。

お試しあれ。

言うまでもありませんが、無保証です。


「ちょっと変なことが起っている話」の理由

Docker for Windows を起動すると、WSL 内で動作している Docker イメージの内容が変化する可能性があります。以下の理由が考えられます。


1. Docker for Windows は WSL 2 をデフォルトで使用

Docker for Windows(Docker Desktop)は、デフォルトで WSL 2 ベースのエンジン を使用します。
これにより、WSL 2 で管理されている Docker のデーモン(dockerd)が Docker Desktop の管理下に入る ため、起動時に設定や状態が変更されることがあります。


2. Docker デーモンの変更

Docker for Windows を起動すると、WSL 内の Docker の設定が次のように変わる可能性があります。

  1. Docker デーモンが変わる
    • もともと wsl -d Ubuntu などで WSL 2 内の dockerd を起動していた場合、Docker for Windows を起動すると Docker Desktop が管理するデーモンに切り替わる
    • これにより、ローカルの Docker デーモンが停止 する可能性がある。
  2. デフォルトのデータストアが変更
    • Docker for Windows を起動すると、デフォルトの docker データストアの場所が C:\ProgramData\DockerDesktop\ に変更されることがある。
    • それまで ~/.docker/var/lib/docker に保存されていたイメージやコンテナが正しく認識されなくなる場合がある。

3. ネットワークやストレージの影響

Docker Desktop は Windows 側のネットワーク設定やストレージマウントを変更するため、WSL 側の Docker コンテナに影響を与えることがあります。

  • ネットワークの影響
    • docker0 ブリッジの再設定や、NAT の適用によって WSL 内の Docker コンテナの通信方法が変わることがある。
    • WSL の IP アドレスが変化し、WSL 側で設定していたネットワーク設定が無効になる可能性がある。
  • ボリュームマウントの影響
    • WSL で /mnt/c のようにマウントしていたボリュームが、Docker Desktop の管理下で //wsl$/Ubuntu 経由でマウントされることがある。
    • これにより、Docker 内で期待していたファイルパスが変わる可能性がある。

4. WSL 2 のデフォルト設定が変更される

Docker for Windows の SettingsResourcesWSL Integration「Enable integration with my default WSL distro」 を有効にすると、
Docker のデフォルトデーモンが WSL 2 の docker-desktop ディストリビューションを経由 するように変更されます。

これにより、Docker Desktop を起動すると、docker images の一覧が変わることがあります。


5. 解決策

もし WSL 内の Docker 環境を変えたくない 場合は、次の方法を試してください。

  1. Docker Desktop を無効化
    • wsl --set-version Ubuntu 1 にして、WSL 2 ではなく WSL 1 を使う(WSL 1 では Docker Desktop 連携がない)。
    • Docker Desktop の WSL Integration 設定を無効化する。
  2. WSL 内で独立した Docker 環境を使う
    • Docker Desktop を使わず、WSL 内で dockerd を手動で起動し、独立した環境を維持する。
    • sudo service docker start で WSL 内で Docker デーモンを起動。
  3. Docker の context を使い分ける
    • docker context コマンドを使用し、Docker Desktop のデーモンと WSL 内のデーモンを使い分ける。
    docker context create wsl-docker --docker "host=unix:///var/run/docker.sock"
    docker context use wsl-docker

結論

Docker for Windows を起動すると、WSL で動作している Docker の デーモン・ネットワーク・ストレージ設定 などが変更され、docker images の結果が変わる可能性がある
WSL 内で独立した Docker 環境を維持したい場合は、Docker Desktop の WSL 統合を無効化するか、docker context を適切に設定すると良い。

ただ、これだと、Docker for Windowsをアンインストールできないんだよなぁ。

さらに検討.....

結局のところ、WSLのDockerから、Docker for Windowsで作ったディレクトリから、docker-compose down して、docker-compose up -d して作り直すのが一番てっとり早かった、というオチでした(私の場合)。

2025,江端さんの技術メモ

WindowsにGnuplotをインストールする手順を以下に説明します。


1. Gnuplotのインストールファイルをダウンロード

  1. 公式サイトにアクセス
    Gnuplotの公式サイト http://www.gnuplot.info/ にアクセスします。
  2. ダウンロードページを開く
    ページ内の「Download」セクションを見つけ、Windows用のインストーラを探します。
  3. Windows版のインストーラをダウンロード
    推奨されるダウンロードリンク(例: SourceForgeのWindows用バイナリ)から最新の安定版を選択し、インストールファイル(例: gnuplot-x.x.x-win64.exe)をダウンロードします。

2. Gnuplotのインストール

  1. インストーラを実行
    ダウンロードした .exe ファイルをダブルクリックして実行します。
  2. セットアップウィザード
    セットアップウィザードが開いたら、以下の手順で進めます:

    • 「Next」をクリック。
    • ライセンス条項を確認して「I Agree」をクリック。
    • インストール先フォルダを指定(デフォルトのままで問題ありません)。
    • 必要なコンポーネントを選択(デフォルト設定でOK)。
    • 「Install」をクリックしてインストールを開始。
  3. インストール完了
    インストールが完了したら「Finish」をクリックします。

2.1. PATH環境変数の設定(オプション)

コマンドプロンプトやPowerShellで簡単にGnuplotを実行するには、PATH環境変数にGnuplotのインストールディレクトリを追加します。

  1. 環境変数の設定を開く
    • 「スタート」メニューで「環境変数」と検索し、「システム環境変数の編集」を選択。
    • 「環境変数」をクリック。
  2. PATH変数を編集
    • 「システム環境変数」または「ユーザー環境変数」の Path を選択し、「編集」をクリック。
    • Gnuplotをインストールしたディレクトリ(例: C:\Program Files\gnuplot\bin)を追加。
  3. 保存して閉じる
    「OK」をクリックして変更を保存します。

2.2. インストール確認

  1. コマンドプロンプトを開く
    Win + R を押して「cmd」と入力し、Enterキーを押します。
  2. Gnuplotを起動
    以下のコマンドを入力して、Gnuplotが起動するか確認します。

    gnuplot

  3. バージョン確認
    Gnuplotのプロンプト(gnuplot>)が表示されるので、以下を入力してバージョンを確認します。
show version

 

2.3. 動作確認

インストールが成功している場合、以下のコマンドで簡単なプロットが表示されます。

plot sin(x)

これでGnuplotのインストールは完了です。

3. PTファイル(73.csv)の表示方法

以下の手順で Gnuplot スクリプトを保存し、73.csvを表示する方法を説明します(73.csvはファイルの一つにすぎません)


3.1. スクリプトをファイルに保存する

  1. 任意のテキストエディタを使用して、以下の内容をファイルにコピーします。
  2. ファイル名を plot_73.gnu など、わかりやすい名前で保存してください。

3.1.1. スクリプト内容 (plot_73.gnu)`)

# Gnuplot Script for 3D Plot# X, Y, Z 軸の範囲を設定
set xrange [130.3296537290101:130.56028128619576]
set yrange [33.49812295428995:33.67972606282988]
set zrange [0:1440]
# 軸ラベル
set xlabel "Longitude"
set ylabel "Latitude"
set zlabel "Time (Minutes)"

# タイトル set title "3D Plot of GPS Data"

# CSVのヘッダー行をスキップする設定
set datafile separator "," # カンマ区切りを指定
set key autotitle columnhead # ヘッダーをタイトルに使用(必要に応じて)

# データの3Dプロット
splot "73.csv" every ::1 using 9:8:($6*60+$7) with points pointtype 7 pointsize 1 lc rgb "blue" title "GPS Points"

 

3.2. スクリプトの実行方法

  1. スクリプトファイルの保存場所
    保存した plot_73.gnu ファイルと 73.csv ファイルを同じディレクトリに配置してください。
  2. Gnuplot の起動
    ターミナルを開き、Gnuplot を起動します。

    gnuplot

     

  3. スクリプトの実行
    Gnuplot のプロンプト (gnuplot>) 上で以下のコマンドを実行します。

    load 'plot_73.gnu'

     

  4. スクリプトが読み込まれ、プロットが表示されます。

3.3. 実行の自動化 (オプション)

ターミナルから直接スクリプトを実行できるようにするには、以下のコマンドを使用します。

gnuplot plot_73.gnu

これにより、Gnuplot を起動せずにスクリプトを実行できます。


3.4. 注意点

  • スクリプトで指定したファイル名 (73.csv) が正しいことを確認してください。
  • CSV ファイルの形式がスクリプトと一致している必要があります。
  • 必要に応じて 73.csv のパスをフルパスで指定することで、スクリプトと CSV が別のディレクトリにある場合でも動作します。

例:

splot "/path/to/73.csv" every ::1 using 9:8:($6*60+$7) ...

3.5. "73.csv"のサンプル

dailyid,year,month,day,dayofweek,hour,minute,latitude,longitude,gender,age
73,2023,4,9,7,8,40,33.307463,130.511456,,
73,2023,4,9,7,8,41,33.307477,130.512114,,
73,2023,4,9,7,8,41,33.305819,130.514793,,
73,2023,4,9,7,8,41,33.307467,130.511813,,
73,2023,4,9,7,8,45,33.306084,130.515009,,
73,2023,4,9,7,8,45,33.306151,130.515051,,
73,2023,4,9,7,8,54,33.309299,130.518183,,
73,2023,4,9,7,8,54,33.308469,130.517488,,

2025,江端さんの忘備録

「私、これといって特技も才能もないのですが、『人を見る目』だけはあるんですよ」

"I have no special skills or talents but an eye for people."

の対義語(フレーズ)って、

I'm wondering if this antonym (phrase) could be

「私、特技も才能もあるのですが、『人を見る目』だけはないんですよ」

“I have special skills and talent, but I don't have a good eye for people.”

になるのかな、とか、考えています。

-----

「人を見る目」とは、人の性格や本質、能力、信念、行動パターンなどを見抜く力や判断力のことだと思います。

I think “the ability to judge people” refers to "judging people" through a person's character, essence, abilities, beliefs, behavioral patterns, etc.

このフレーズを使う人は、自分の観察力や洞察力に自信を持っていることを示しており、相手とのやり取りや人間関係の構築においてその力が発揮されていることを暗示しているんだと思うのですが ――

I think that people who use this phrase show that they are confident in their powers of observation and insight and can demonstrate these powers in their interactions with others and in building relationships.

これまでの人生で、このフレーズを私の前で語った(口にした)人間は一人もいませんでした。

However, In my life, not a single person has ever said (or uttered) this phrase in front of me.

マンガやアニメ、または小説では頻繁に使われているようですが。

They seem to be used frequently in manga, anime, and novels.

こんなセリフを面と向かって言える人間は、ちょっと「怖い」とすら思います、以下の3つの観点で。

From the following three perspectives, I think people who can say lines like this to someone's face are a little “scary.”

(1)もし、本当に「人を見る目」なる才能があるなら、それは秘して運用するはずである

(1) If you have the talent to “judge people,” you would keep it to yourself and use it discreetly.

(2)「人を見る目」の才能を自覚していたとしても、それを客観的に評価する主体は「自分」であり、そんなものアテになるわけがない

(2) Even if you are aware of your talent for judging people, the person who objectively evaluates you is “yourself,” so you can't rely on that.

(3)「人を見る目」は、ネガティブな方向ではそれほど特殊な能力ではない。特に「クズ」と呼ばれる人間の認定は、とても簡単である。

(3) Judging people is not that special a skill. In particular, it is very easy to identify people who are “scum.”

-----

そういえば、昔、『江端は将来社長になる器だ』とか行っていた先輩がいました ―― 私は、微笑みながらその話を流していましたが。

Speaking of which, a senior colleague said, “Ebata has the makings of a future company president.” I used to smile and let it slide.

私は、下町の零細木工会社の社長令息として、「社長業の地獄」を、この目で見続けてきた当事者です。

As the son of the president of a small woodworking company in a downtown area, I am a firsthand witness to the “hell of being the president.”

だれが、そんなものをやるものか。

There's no way I'd do something like that.

私は社長とかを含めたすべての「リーダー」から逃げ続けてきました。

I have been running away from all “leaders,” including the president.

私が引き受けたのは、期間限定のプロジェクトのリーダーくらいなものです。

The most I've ever taken on is the role of leader for a limited-time project.

それ以上の責任を背負う器ではないし、背負いたくもありません。赤の他人の人生などという面倒な重荷は、まっぴら御免です。

I am incapable of shouldering any more responsibility and don't want to. I don't want to be burdened with the troublesome responsibility of someone else's life.

-----

つまるところ、私は、「他人を見る目」は全く分かりませんが、「自分を見る目」については自信があるのです。

Ultimately, I have no idea how others see me, but I'm confident about how I see myself.

私という人間は、謙遜でも卑下でもなく「何もなし得ない者」です。

I am a person who is neither humble nor self-deprecating, but rather someone who has “nothing to offer.”

その自覚はあります。

I am aware of that.

加えて言えば、私は、「『何かをなし得ると思いこんでいる人間』を、影で嗤う者」でもあります。

In addition, I am also “someone who sneers at people who think they can achieve something.”

リーダーの器でない人間の振舞いを ―― 口には出しませんが、徹底的にバカにしています。

I don't say it out loud, but I despise non-leaders behavior.

忘れないでください ―― 私は「会社の犬」です。

2025,江端さんの忘備録

「国民は納得しないだろう」というフレーズの濫用を止めて欲しいです。

I want you to stop abusing the phrase “the people won't accept it.”

―― 偉そうに、何様だ

"Acting all high and mighty, who do you think you are?"

自分の意見を「国民」という実態不明な対象に押しつけるというのは、非常に下品です。

It is very vulgar to force your opinions on an unknown entity called “the people.”

例えば、「『○○○だと思う」と江端なら言うだろう」とか、「江端なら○○○に激怒するだろう」とか言われたら、私は怒る。

For example, if someone said to me, “Ebata would say, ‘I think that...’” or “Ebata would be furious about...”, I would get angry.

そいつの名前を特定して、ネットに晒すくらいに腹を立てる。

I get so angry that I identify the person's name and expose them on the internet.

「私のことは、私が決めて私が語る。お前ごときが、私を語るな」と、私は言います。

I say, “I decide who I am and will speak for myself. Don't you dare speak for me?”

-----

「国民」という括りで他人の意見を代弁することは、傲慢であり、卑怯であり、低能の証明ですらある、と私は思っています。

Speaking for others by grouping them as “citizens” is arrogant, cowardly, and even a sign of low intelligence.

自分の意見ならば、自分の言葉で述べろ。

If it's your opinion, express it in your own words.

「私は納得できない」「私は許せない」と言えばいい。

You can say, “I don't agree,” or “I can't forgive that.”

「国民は」と置き換えることは、自分の責任を回避し、曖昧な多数派の影に隠れようとする狡さが露呈しています。

Replacing “the people” with “the nation” reveals a cunning attempt to avoid responsibility and hide behind the shadow of an ambiguous majority.

こうした言葉を振りかざす者は、自分の主張を補強したいがために、国民という存在を都合よく利用しているに過ぎません。

Those who use such words are merely using the existence of the people to their advantage to bolster their arguments.

そもそも、その「国民」の中には当然、異なる意見を持つ人もいるはずです。そうした人々を無視し、一括りにして語ること自体が、卑怯の一言に付きます。

To begin with, there will naturally be people among that “people” who have different opinions. Ignoring such people and speaking of them as a single group is nothing short of cowardly.

もし本当に国民の声を代弁したいなら、具体的なデータを示し、論理的に説明すべきでしょう。

You should present specific data and explain it logically to represent the people's voice.

「世論調査では○○%が反対している」「この議論に対する市民の意見はこうだった」と、明確な根拠を持って主張するならば、それは議論の一つとして成立すると思います。

If you make a claim with clear evidence, such as “In the opinion poll, XX% were against it” or “This is what the public thought about the debate,” then I think it would be valid as part of the debate.

しかし、それすらせずに「国民は納得しないだろう」などと語るのは、単なる思考停止、無能の標本のようなものです。

However, saying things like “the people won't be satisfied” without even considering the matter is a sign of a person who has stopped thinking and is incapable of doing anything.

-----

ちなみに、アカデミズムの世界では、エビデンスがない論を主張する者をよってたかって叩き潰す、という文化があります。学会発表で『主観です』などと言おうものなら、集中砲火で殺されます。

Incidentally, academia has a culture of piling on and crushing anyone who argues a theory without evidence. A concentrated barrage of criticism will kill you if you say something like “It's just my opinion” at a conference presentation.

いえいえ、私は、『アカデミズムで苛められていることを、ここで晴らそう』という意図はありません(本当)。

No, I don't intend to' get bullied by academia' (really).

-----

結局のところ、こうした言い回しを好む者は、自分の主張に自信がないんだろうなぁ、と思います(もちろん、頭も悪いし、品もないとも思いますが)。

After all, I think that people who like to use these kinds of phrases are probably not very confident in their arguments (of course, I also think they're not very smart or well-mannered).

まあ、私たちも人のこと言えないんですけどね。

Well, we can't say anything about other people either.

「みんな、そう言っている」の『みんな』を調べたら"一人だった"、などというのも珍しくありません。

It is not uncommon to find that when you look up the word “everyone” in the phrase “everyone says so”, the result is “it was just one person”.

とは言え「みんな」と「国民」を同列に論じるのも無理があります。それがどのようなものであれ「見苦しい」と思います。

It is also unreasonable to discuss “everyone” and “citizens” on the same level. I think that is “unseemly,” no matter what it is.

だから私は言いたい。

So I want to say:

「お前が納得しないのは勝手だが、『国民』を勝手に使うな」と。

“You can't use the word 'national' as you please, even if you disagree.”

-----

これで、あなたへの回答になっていますか?

Does this answer your question?

そもそも、「ゆとり」や「バブル」や「しらけ」と言われた奴らが、偉そうに若者を語るな。見苦しい。

2025,江端さんの忘備録

「使えるお金をいつでも持っていられることは幸せである」というのは、多分事実でしょう。

It is probably true that “having the money you can use at any time is a blessing.”

お金は、人の支配から逃げられる力もありますし、上手く運用すれば人を支配する力もあるからです。

Money has the power to escape people's control, and if it is managed well, it can also control people.

権力装置としてのお金についてはさておき、人に縛られることなく自由に生きていくためのお金というのは、多分私を幸せにすると思います。

Putting aside money as a power device, I think that money that allows me to live freely without being bound by others will probably make me happy.

しかし、『人に縛られることなく自由に生きていくためのお金は、多ければ多いほど、大きい幸せを得られる』ということについては、私には疑義があるのです。

However, I have doubts about the idea that 'the more money I have, the happier I will be, because I will be free to live my life without being bound by others'.

ただ、疑義はあるのですが、検証ができません。私は、お金がないからです。

However, I have my doubts, but I can't verify them. That's because I don't have any money.

「お金に愛されないエンジニア」であることに、ちょっとだけ「運の良さ」を感じたりしています ―― ほんとうに、ちょっとだけ、ですけどね。

-----

ただ、最近、以下の仮説であれば、お金がない私でも検証できるのではないか、と考えています。

However, I have recently come to think that even I, who have no money, can test the following hypothesis.

(1)アマプラやネトフリで、潤沢に自由に映画が楽しめる。

(1) We can enjoy various movies on Amazon Prime and Netflix.

(2)ネトフリの提供しているタイトル数は膨大である。

(2) The number of titles offered by Netflix is enormous.

(3)ネトフリのタイトル数が2倍、3倍、10倍になれば、私たちの幸せも2倍、3倍、10倍になるか?

(3) If the number of titles on Netflix doubles, triples, or increases tenfold, will our happiness also double, triple, or increase tenfold?

私、ネトフリで映画を楽しんでいますが、正直、使える時間を超えるタイトルがいくら増えようとも、それで幸せが増えていくとは思えないのです。

I enjoy watching movies on Netflix, but to be honest, no matter how many more titles are added that exceed the amount of time I have available, I don't think that will make me any happier.

で、これを、お金の話に射影できないかなぁ、と考えています。

So, I'm considering whether I can adapt this to the topic of money.

-----

そもそも、お金とエンタメのコンテンツを同視することができるのか疑問がありますし、また、エンタメコンテンツは無体財産であり、多くの人が使っても減っていくことはありません。

To begin with, I wonder whether it is possible to equate money with entertainment content. Entertainment content is intangible property; even if many people use it, its value will not decrease.

このように、基本的には異なる2つのものですので、そもそも「射影」の概念を持ち込むのには無理がある、とも思えます。

As they are fundamentally two different things, it seems unreasonable to introduce the concept of “adaptation” in the first place. Introducing the idea of “projection” in the first place seems absurd.

このあたりの検証を、哲学や心理学の観点から考えて頂ける方、いませんか?

Can anyone think about this kind of verification from the perspective of philosophy or psychology?

私には、この検証がとても難しいのです。お金を持っていないからです。

This verification is complicated for me because I don't have any money.

-----

実証実験ならできるかもしれないな、とか考えています。

 I can do a demonstration experiment.

どなたか、私に10億円程度、ポンと下さいませんか。

Would someone please give me 1 billion yen?

お金と幸せの関係について、きちんと報告をし、学会発表や論文を書いて発表します。

I will report on the relationship between money and happiness and write and present papers at academic conferences.

お金が余って困っている方は、是非ご検討頂きたくよろしくお願い致します。

If you have extra money and trouble deciding what to do with it, please consider this option.

(↑クリックでコラムに飛びます)

江端さんの忘備録,江端さんの技術メモ

私が、今大学で取り組んでいる研究についての論理付けをするため、心理学の既往研究を調べています。

I am researching previous psychological studies to provide a rationale for my research at university.

その一つが、「単純接触効果」です。

One of these is the “Mere Exposure Effect”.

単純接触効果

恋愛、結婚にいたるケースで結構な比率を占めるのが、半径2メートル程度以内に自分と相手の席があったケース―― というのは、誰もが聞いた話だと思います。

I think everyone has heard the story that a significant proportion of cases that lead to romance and marriage involve the couple sitting within a radius of about 2 meters of each other.

同じクラスに所属する人同士の方が、異なるクラスに所属する人同士よりも親近感を抱きやすいというのは事実のようです。「クラス対抗リレー」のようなイベントで、全く知らない他人同士が同じクラスに所属しているという理由だけで応援し合うのは、単純接触効果の一例です。

It seems true that people who belong to the same class tend to feel closer to each other than those who belong to different classes. In events like the “class relay race”, where people who don't know each other at all support each other just because they belong to the same class, this is an example of “Mere Exposure Effect”.

-----

上記のページの単純接触効果の実験で、思わず私が笑ってしまった内容が、2枚目の図の1つめの実験です。

The first experiment in the second diagram in the above page's “Mere Exposure Effect” experiment made me laugh.

要するに、「大学の講義にキチンと出席している女子学生」に対して、男子学生は「魅力」と「シンパシー」を感じやすい、という実験結果です。

In short, the experiment showed that male students are likelier to feel “attraction” and “sympathy” towards female students who regularly attend university lectures.

この実験では、単に『男は単純でバカである』と言ってもいいのかもしれませんが、これが人間の特性であるなら、それを無視するのは得策ではありません。

In this experiment, it may be okay to say that “men are simple and stupid simply,” but if this is a characteristic of human beings, it would not be a good idea to ignore it.

この実験では、4人の女性は、講義に出席する頻度を変えているだけですが、たったそれだけのことで「魅力」と「シンパシー」を向上させる効果が発生した、というのは、貴重な知見です。

In this experiment, the four women only varied the frequency with which they attended lectures. Still, the fact that this simple change increased their 'attractiveness' and 'sympathy' is a valuable finding.

これは、恋愛や結婚において、「出逢いの日常化」が、強力な戦略になりえる、と私は考えました。

I thought “making dating a daily routine” could be a powerful strategy in relationships and marriage.

-----

で、ふと思ったのですが、「単純接触効果」をもっとも発揮させるもっとも有効な方法とは ―― 結婚してしまうことですね。強制的な毎日の「単純接触効果」が発生することになりますから。

Then, I suddenly thought that getting married would be the most effective way to maximize the “Mere Exposure Effect.” This would create a compulsory daily “Mere Exposure Effect.”

まあ、この話では、「タマゴとニワトリ」の話になってしまいますので、結婚や同棲の前段階としては、とりあえず「通学/通勤時間(登校、出社、下校、退社)を調整する」とか、「一日一回はその人に声をかけてみる」とか、そういう、ベタですけど、単純な手法を「意味がないと切り捨てない方がいい」とは言えそうです。

Well, this story is about “eggs and chickens,” so as a preliminary step before marriage or cohabitation, it seems that it's better not to dismiss simple methods that may seem a bit corny, such as “adjusting your commuting time (going to school, going to work, leaving school, leaving work)” or “talking to that person at least once a day.”

私の場合、独身時代に、特段これといった用事もないけど、1週間に1回は電話するというノルマを自分に課して、今の嫁さんに「単純接触」戦略を数年間続けていました。

When I was single, I set a quota of calling my now-wife at least once a week, even if I didn't have anything to discuss. I continued this “Mere Exposure Effect” strategy for several years.

あれは、意外に効果があったのかもしれません ―― と、何十年後の自分の研究で、自分の振舞いをレビューすることになるとは、思いませんでしたが。

I didn't think I would be reviewing my own behavior in my research decades later, but that may have had an unexpected effect.

-----

私、この「単純接触効果」を発生させる社会システムについて考えています。今、このネタで、論文一本上げる為に、今、必死に調査と執筆を頑張っています。

I am considering the social systems that generate this “Mere Exposure Effect.” I am working hard on research and writing to publish a paper on this topic.