Khao Sam Muk

Khao Sam Muk (Thai: เขาสามมุข), is a 45 m (147.64 ft) high hill in Chonburi Province, Thailand. It is in Chonburi city on Bangkok Bay between Ang Sila and Bang Saen Beach. There is a Chinese shrine of Mazu on the hilltop which affords views of the surrounding landscape, including Bang Saen Beach, and there is another shrine at the foot of the escarpment. This shrine is a Thai shrine built according to the legend of this hill.[1]

Khao Sam Muk
Highest point
Elevation54 m (177 ft)
ListingList of mountains in Thailand
Coordinates13°18′46″N 100°54′17″E
Geography
Khao Sam Muk
Location in Thailand
LocationChonburi, Thailand
Geology
Mountain typesandstone
Provincial seal of Chonburi with Khao Sam Muk in the forefront and Ko Sichang Island in the background

Legends and symbolism

Khao Sam Muk has symbolic significance in Chonburi. Local people believe that the spirit of that mountain protects fishers from harm. One legend tells that the wife of a fisherman waited on the hill for her husband who was lost at sea. Another legend tells that in the 18th century a poor Chinese girl named Sam Muk jumped to her death from the cliff after her parents objected to her marriage to her lover, becoming deified after her death.[2] In some versions both the girl and her lover threw themselves from the escarpment. Sam Muk hill appears in somewhat stylized form in the provincial seal of Chonburi.

gollark: No evil "class" stuff needed.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.

See also

References

  1. "ตำนานเจ้าแม่เขาสามมุก" [Legend of Khao Sam Muk Goddess]. Intangible Cultural Heritage (in Thai).
  2. Khao Sam Muk Archived 2009-01-09 at the Wayback Machine
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.