Bell Peninsula

The Bell Peninsula (previously known as Bell Island) is located on southeastern Southampton Island, in the Kivalliq Region, Nunavut, Canada. It is in close proximity to the small Inuit community of Coral Harbour. The southern shores make up the northern boundary of Hudson Bay. Foxe Basin is to the east. There are several large bays surrounding the peninsula. Bowhead whale frequent the area. The Bell Peninsula's irregular coastline is marked by five distinct points, some of which have notable archaeological sites. Mount Minto, in the north, is the highest peak. The Back Peninsula is on the eastern end of the Bell Peninsula.

1913 map by George Comer. Bell Peninsula is still referred to as an island, but is charted as a peninsula of Southampton Island.

History

The peninsula is named in honor of John Bell, Hudson's Bay Company governor and explorer.

The Dorset culture Sadlermiut lived on the Bell Peninsula and elsewhere on Southampton Island until disease drove them to extinction in 1902. Thereafter, Inuit arrived. The Native Point archaeological site, located on the peninsula's Native Bay is the largest Sadlermiut site on the island.[1]

In 1910, Captain George Comer re-charted Southampton Island and rectified the mistake on previous maps that depicted the peninsula as an island.[2]

gollark: There's also sandboxing of user code, so people can hit ctrl+w easily to wipe everything.
gollark: Well, yes, but it blocks BlahOS.
gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```
gollark: There's a bit of code in `load` which checks user code for stuff which looks like known virii/bad OSes.
gollark: I may need to improve the potatOS antivirus.

References

  1. "History". edu.nu.ca. Retrieved 2009-05-05.
  2. Comer, George (1910). "A Geographical Description of Southampton Island and Notes upon the Eskimo". Bulletin of the American Geographical Society. American Geographical Society. 42 (2): 84. doi:10.2307/199566. JSTOR 199566.


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