TSS Wandra (1907)

Wandra was a wooden twin screw steamer built in 1907, for Allen Taylor & Company, by Denis Sullivan at Coopernook, New South Wales.[1] Her hull was towed to Sydney for her engines to be fitted by Begg and Greig.

History
Australia
Name: Wandra
Owner: Allen Taylor & Company
Port of registry: Sydney
Builder:
Completed: 1907
Identification:
  • Official number: 121183
  • Port Number: 31/1907
Fate: Wrecked 15 December 1915
General characteristics
Type: Wood twin screw steamer
Tonnage: 164 tons
Length: 120.5 ft (36.73 m)
Beam: 26.92 ft (8.21 m)
Draught: 5.8 ft (1.77 m)
Propulsion: Twin screw

Fate

She was wrecked whilst carrying timber to Sydney from Moruya Heads and was lost approximately 500 yards (460 m) off the Drum and Drumsticks, Jervis Bay, New South Wales on the 15th of December 1915.[2]

Some 5 miles (8.0 km) North of Jervis Bay lighthouse the Wandra took on water in heavy seas.[3] They made for the Drum and Drumsticks and dropped anchor but sank straight away. The crew got off safely and made their way to the lighthouse for the night.[4]

Notes

  1. "Arrival of Wandee". The Sydney Morning Herald, Thursday 13 June 1907, p.8. Retrieved 30 December 2011.
  2. "Captain's Story. Ship Papers Lost. Nowra, Thursday". The Sydney Morning Herald, Friday 17 December 1915, p.10. Retrieved 30 December 2011.
  3. "Steamer Founders. Wandra, Off Jervis Bay. Crew All Saved". The Sydney Morning Herald, Friday 17 December 1915, p.10. Retrieved 27 May 2019.
  4. "Wreck of the Wandra. Timber Boat Lost". Shoalhaven News and South Coast Districts Advertiser (NSW : 1891 - 1937), Saturday 18 December 1915, page 2. Retrieved 27 May 2019.

gollark: * rightctrl+w
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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.