Word dump: astronomy - 4:35 PM 8/22/2006
The current theme of the word dump is astronomy:
| Kanji |
Kana |
English |
| 星学 |
せいがく |
astronomy |
| 天文 |
てんもん |
astronomy |
| 天文学 |
てんもんがく |
astronomy |
| 天文家 |
てんもんか |
astronomer |
|
てんもんがくしゃ |
astronomer |
| 水星 |
すいせい |
Mercury (planet) |
| 金星 |
きんせい |
Venus (planet) |
|
ちきゅう |
the earth |
| 火星 |
かせい |
Mars (planet) |
| 木星 |
もくせい |
Jupiter (planet) |
| 土星 |
どせい |
Saturn (planet) |
| 天王星 |
てんのうせい |
Uranus (planet) |
| 海王星 |
かいおうせい |
Neptune (planet) |
|
めいおうせい |
Pluto (planet) |
|
わくせい |
planet |
|
ゆうせい |
planet |
|
せいと |
star |
|
ぎんが |
galaxy |
|
せいうん |
nebula, galaxy |
|
しょうわくせい |
asteroid |
|
せいじょうたい |
asteroid |
|
りゅうせい |
meteor |
|
いんせい |
meteor |
|
すいせい |
comet |
I managed to gather 24 words. Now my word count is 1396.
The literal translation of the planet names is interesting. Mercury (水星) is “water star”, Venus (金星) is “gold star”, Mars (火星) is “fire star”, Jupiter (木星) is “tree star”, Saturn (土星) is “soil star”, Uranus (天王星) is “heaven king star”, and Neptune is (海王星) “sea king star”. I haven’t learned all the kanji needed for Earth and Pluto.
I’ve actually learned some astronomical words before this. Some are from grade 1 kanji (月 = moon, 日 = sun). Some others are from songs, like:
- ほうきぼし = comet (from Younha’s Houkiboshi): “moshi atashi ga HOUKIBOSHI ni nareta naraba”
- ながれぼし = meteor (from Momusu’s Furusato): “NAGAREBOSHI wo mitara… nani wo inorou ka na…”
- たいよう = sun (from Momusu’s Ai Araba IT’S ALL RIGHT): “ai araba it’s all right… TAIYOU wa subete omitooshi sa
The next topical word dump will probably be relative time pointer (today, tomorrow, yesterday, etc).
Color fidelity - 12:13 AM 8/21/2006
I already knew the name of some colors in Japanese (黒, 白, 赤, 青, みどり, 黄色, 茶色, ピンク) and planned to memorize some more. Of course, first I needed to gather the name of the colors in English.
For that purpose I used the color selection widget in SharpDevelop 2’s form designer:

SD’s color selection widget
From the many colors listed, I picked the ones I’ve heard before. Here are my selection:
| Black |
|
| White |
|
| Gray |
|
| Silver |
|
| Maroon |
|
| Brown |
|
| Chocolate |
|
| Tan |
|
| Orange |
|
| Gold |
|
| Beige |
|
| Olive |
|
| Yellow |
|
| Green |
|
| Lime |
|
| Aquamarine |
|
| Turquoise |
|
| Teal |
|
| Cyan |
|
| Azure |
|
| Blue |
|
| Indigo |
|
| Purple |
|
| Magenta/Fuchsia |
|
| Violet |
|
| Crimson |
|
| Red |
|
| Pink |
|
Sadly, eventhough I’ve heard words like “maroon”, “tan”, “indigo”, and “magenta” before, I didn’t know how the colors looked. “gray” and “silver” would be identified by me as “gray” (with differnt shades). “maroon”, “brown”, and “chocolate” would be identified as “brown”. “tan” and “beige” were unidentified for me. “gold” would be identified as a shade of yellow. I would probably call “olive” as “yucky green” and “lime” as “light green”.
“Aquamarine”, “turquoise”, “teal”, “cyan”, and “azure” would be identified as “blue”. Likewise, “indigo”, “magenta/fuchsia”, and “violet” were all “purple”. “Crimson” would be identified as a shade of “red”. “Pink” is an oft-overheard color in the current society so I knew it pretty well.
To enhance my color identification, I made a program called Quizzer:

The program is made using C# and Windows Forms. It runs on .NET 2.0 and Mono 1.1.16.
Basically, the program will show a random color on the window and you need to name it. If the answer is correct, another color will be shown. If the answer is wrong, there will be a message box showing the correct name.
When you give an incorrect name (for example “blacj” for “black”), the program will increase the chance that the wrongly named color will be displayed again. If you misname it for another color (for example “gray” for “silver”), both colors’ chance to appear again will be increased.
When you correctly categorize a certain color over and over, eventually that color won’t be asked again.
With the help of the program, I can now identify most of the colors correctly. I still have difficulties with “maroon” vs. “brown”, “crimson” vs. “red”, and sometimes “turquoise” vs. “cyan”. “Azure” and “white” is impossibly difficult to identify (unless put besides each other) and I hopelessly make the mistake over and over. I usually cheat for “azure”/”white” by comparing it to the white color of the text box.
Identifying them in the program is one thing, seeing colors in the real word another. In the real word, I encounter more shades in between those colors so it often difficult to name the colors I see.
Some color names are also the name for elements (silver, gold), stones (aquamarine, turquoise), plants (orange, olive, lime), food (chocolate), and town (magenta, a town in Italy). The name maroon comes from the French word “marron” which means chestnut. Purple comes from Latin “purpura” which in turn comes from Greek “porphyra” which is a shellfish. The name fuchsia comes from a plant scientist Leonhard Fuchs.
The source and executable for Quizzer is here.