Mindil Beach

Mindil Beach is a beach in the Northern Territory of Australia located in the suburb of The Gardens located near Darwin's central business district.[1] Mindil Beach holds the Mindil Beach Sunset Markets, which runs during the dry season (from May until October) of every year.[2] These markets are popular with both the locals and tourists alike and can attract thousands of people..

Mindil Beach Markets

History

When George Goyder surveyed the town of Palmerston, as Darwin was originally known, the name ‘Mindil’ was given and written on maps to the swamp which was behind the town blocks. Rapidly this name came to be applied to the beach in front of the swamp, eventually becoming known as Mindil Beach.[3]

Events

The Darwin beer-can regatta is held at Mindil Beach annually which has been running since 16 June 1974 when it was won by Kevin Jaques driving a tunnel hull "Pistol Knight" on behalf of the Darwin Power Boat Club.[4]

Mindil Beach Sunset Markets

Mindil Beach Sunset Markets are a seasonal market which is held at Mindil Beach. The markets originally started in the Darwin Mall in 1987.[5] The shopkeepers here complained to the Council about loss of trade, thus causing the markets to move to Mindil Beach. The markets run from the last Thursday in April to the last Thursday in October.[2][6]

The Mindil markets today consists of 60 food and 130 craft stalls[7] that regularly attend, plus other stalls that obtain a permit to trade for one night.

Mindil Beach, near Darwin
gollark: This is not ideal. How can we use more without boring things like cryptominers?
gollark: Okay, this might fix it, pushed.
gollark: If the issue is what I think it could be, then it's accidentally dropping? data on the threshold of the rolling counter region incorrectly.
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.

References

  1. "Place Names Register Extract for "Mindil Beach"". NT Place Names Register. Northern Territory Government. Retrieved 29 April 2019.
  2. "Mindil Beach Sunset Markets". Tourism NT. Travel NT. Retrieved 27 July 2008.
  3. "National Museum of Australia - Audio on demand - A market for memories: understanding public history at the Mindil Beach site in Darwin". www.nma.gov.au. Retrieved 1 May 2015.
  4. "History". Darwin Lions Club. Archived from the original on 19 July 2008. Retrieved 27 July 2008.
  5. "History". www.mindil.com.au. Archived from the original on 27 May 2015. Retrieved 1 May 2015.
  6. "About Us". Mindil Beach Sunset Markets. Archived from the original on 18 July 2008. Retrieved 27 July 2008.
  7. "Stalls". www.mindil.com.au. Archived from the original on 31 March 2015. Retrieved 1 May 2015.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.