Civil Service Supply Association

Civil Service Supply Association was a department store on the Strand, London. Founded in the 1860s on Victoria Street, the shop moved to the Strand in the following decade, remaining open until 1982.

History

In 1864, a group of clerks in the General Post Office joined together to buy a half chest of tea. Their first transaction resulted in them saving 9 pence to the pound, and they decided to extend their purchasing to coffee, sugar and other grocery products.[1]

In January 1865, they formed the Post Office Supply Association, a co-operative with forty members. The co-operative was so successful that by April the scheme had been opened up to all civil servants and the name changed to the Civil Service Supply Association.[1] Civil servants could purchase tickets for 2 shillings and sixpence, which would entitle them to purchase goods at the store or from firms associated with the association.[2]

Their first premises were on Victoria Street, but by 1877 they had moved to 425 Strand, a building designed by architects Lockwood & Mawson.[3] In 1927, the co-operative was incorporated as a private company, becoming a fully fledged department store and severing its links with the Civil Service. The building was completely rebuilt at this time in the art deco style.[4] The store remained open until 1982 when it was closed following a severe fire.[1]

gollark: This is really only useful if you want to actually resolve krist domains for HTTPoidal purposes or something.
gollark: You could stick them in the A record in some simple format (maybe the metadata one).
gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```

References

  1. The London Encyclopaedia Edited by Ben Weinreb, Page 189
  2. "Dickens Dictionary of London by Charles Dickens Jnr". Retrieved 4 December 2014.
  3. "Civil Service Supply Association - archiseek". Retrieved 4 December 2014.
  4. "The Shops of Old London". Retrieved 4 December 2014.

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