Mutton's Mill

Mutton's Mill (also known as Manor House Mill) is a windpump located on the Halvergate Marshes in the detached parish of Freethorpe within The Broads in the English county of Norfolk. The mill is a Grade II* listed building[1] and is 1 mile (1.6 km) east of the village of Halvergate and 2 miles (3.2 km) north-west of Berney Arms. It lies close to the route of the Weavers' Way long-distance footpath.

History

Mutton's Mill as it looks today

The mill was last worked in 1947 by Mr Fred Mutton (hence the name Mutton's Mill) and was used to drain the surrounding marshland into the Halvergate Fleet. The mill is now in private ownership and in 1984 a new cap and six-bladed fantail followed by one pair of patent sails in 1998. The mill's restored fantail was blown off the mill in 2005; however, it has since been replaced during 2008. From time to time it is possible to see the sails turning.

gollark: It's a websocket-based inter-computer cross-server message relay.
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.

References


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