Twitter icon  facebook icon  rss icon  feedly icon

Exclusion Principle - 除外原則

exclusion_principle.png

Exclusion Principle(除外原則)

Fundamental Forces(基礎の力)

1. Gravity(重力)
2. Electromagnetism(電磁気)
3. The Weak Interaction(弱い相互作用)
4. The Strong Interaction(強い相互作用)
5. Electrons are weird about each other(電子は互いに奇妙である)

Big news: Physicists have finally given up on trying to explain about the "exchange interaction" and agreed to just make the exclusion principle a force.
 (ビッグニュース:物理学者たちはついに「交換相互作用」について説明することをあきらめ、排他原理を単に力とすることで合意した。)

Alt-text: Fermions are weird about each other in a standoffish way. Integer-spin particles are weird about each other in a 'stand uncomfortably close while talking' kind of way.
 (フェルミオンは、お互いによそよそしい態度で接している。 整数スピン粒子は、「話しながら不快なほど近くに立っている」ような感じで、お互いに奇妙な存在だ。)

補足

 物理学者は電子の交換相互作用を探求することを諦め、互いに奇妙な関係というふわっとした説明文で落ち着いた。

XKCDカテゴリの記事について

 この記事のカテゴリは、xkcd日本語訳(2024年) です。
このエントリーをはてなブックマークに追加

Linear Sort - 線形ソート

linear_sort.png

Linear Sort(線形ソート)

function LinearSort(list):
StartTime=Time()
MergeSort(list)
Sleep(1e6*length(list)-(Time()-StartTime))
return

How to sort a list in linear time
 (線形時間でリストをソートする方法)

Alt-text: The best case is O(n), and the worst case is that someone checks why.
 (最良のケースはO(n)で、最悪のケースは誰かが理由をチェックすることだ。)

 ...残りの記事を読む

 この記事のカテゴリは、xkcd日本語訳(2024年) です。
このエントリーをはてなブックマークに追加

Phase Change - 相転移

phase_change.png

Phase Change(相転移)

When water temperature falls below 0°C, it undergoes a phase transition from bouba to kiki.
 (水温が0℃以下になると、ブーバからキキに相転移する。)

Alt-text: Even when you try to make nice, smooth ice cubes in a freezer, sometimes one of them will shoot out a random ice spike, which physicists ascribe to kiki conservation.
 (冷凍庫できれいで滑らかな角氷を作ろうとしても、そのうちのひとつがランダムに氷のトゲを出すことがある。)

 ...残りの記事を読む

 この記事のカテゴリは、xkcd日本語訳(2024年) です。
このエントリーをはてなブックマークに追加

【Xまとめ 12/9~12/15】「しっぽで遊んでやる」他 357ネタ

 ...残りの記事を読む

 この記事のカテゴリは、小ネタまとめ です。
このエントリーをはてなブックマークに追加

METAR - 定時飛行場実況気象通報式

metar.png

METAR(定時飛行場実況気象通報式)

Decoding a METAR report:
 (METARレポートを解読:)

METAR KNYC 251600Z 18035G45KT 6SM VCFCFZVA +BLUP NOSIG LTG OHD A3808 RMK A02 SPL130=

[METAR] "METER" (Usually misspelled)
 (「METER」(通常はスペルミスする))
[KNYC] Station ID
 (ステーションID)
[251600Z] Time (25:16:002)
 (時間(25:16:002))
[18035G45KT] Wind speed has been 18,035 knots for a good 45 minutes now
 (風速は18,035ノットで、45分間良好。)
[6SM] Observer is a size 6 small
 (観測員はサイズ6の小)
[VCFCFZVA] Sorry, the station cat walked on the keyboard
 (ごめん、ステーションの猫がキーボードを歩いた)
[+BLUP] Weird noise the sky made earlier
 (空が以前に作った奇妙なノイズ)
[NOSIG] Observer has no significant other :(
 (観測員には他に重要なものはありません:()
[LTG OHD] We overheard someone saying there was lightning
 (雷があると言って、誰かを耳にした)
[A3808] Hey look, an Airbus A380-800!
 (ちょっと見て、エアバスA380-800だよ!)
[RMK] Remarkable!
 (驚くべきこと!)
[A02] Fanfic Archive equipped with a precipitation sensor
 (降水センサーを備えたファンフィックアーカイブ)
[SLP130=] Observer got sleepy around 1:30
 (観測員は1:30頃に眠くなった)

Alt-text: In the aviation world, they don't use AM/PM times. Instead, all times are assumed to be AM unless they're labeled NOTAM.
 (航空界では、AM/PMの時刻は使わない。 その代わり、NOTAMと表示されない限り、すべての時間は午前中とみなされる。)

 ...残りの記事を読む

 この記事のカテゴリは、xkcd日本語訳(2024年) です。
このエントリーをはてなブックマークに追加