Sgòr an Lochain Uaine

Sgòr an Lochain Uaine is a mountain in the Cairngorms, Scotland. By some counts it is the fifth-highest mountain in Scotland (and the United Kingdom). It is the third-highest point in the western massif of the Cairngorms, lying between Braeriach and Cairn Toul on the western side of the pass of the Lairig Ghru. It was promoted to Munro status by the Scottish Mountaineering Club's 1997 revision of the tables.

Sgòr an Lochain Uaine
The Angel's Peak
Sgòr an Lochain Uaine from the entrance to An Garbh Coire
Highest point
Elevation1,258 m (4,127 ft)[1]
Prominence118 m (387 ft)
Parent peakCairn Toul
ListingMunro
Naming
English translationpeak of the green lochan
Language of nameGaelic
PronunciationScottish Gaelic: [ˈs̪kɔɾ ə ˈl̪ˠɔxɛɲ ˈuəɲə]
Geography
LocationCairngorms, Scotland
OS gridNN954976
Topo mapOS Landrangers 36, 43

Climbing

Sgòr an Lochain Uaine is a remote mountain, and all routes to the summit are long days by Scottish standards. It is usually climbed in conjunction with other peaks: if coming from the south it may be combined with Cairn Toul and The Devil's Point, whilst from the north one must first cross Braeriach.

Name

The mountain takes its name from An Lochan Uaine the lochan lying in the corrie on the north-east side of the peak. Its name translates into English as the peak of the little green loch. It is known by some as, and the Ordnance Survey maps show, The Angel's Peak, the name allegedly given to it in the 19th century by Alexander Copland, a founding member of the Cairngorm Club, in contrast to the nearby The Devil's Point.[2][3][4]

gollark: I mean, there are bigger problems with cloud gaming stuff than phones getting slightly warm, but if you like it I guess...
gollark: Your phone is probably only doing video decoding, which it likely has dedicated hardware for.
gollark: I was intending to make it catch segfaults and mmap in a new region or something to make them not segfault. Unfortunately, this *apparently* invokes vast amounts of horrible undefined behavior and "isn't allowed" and "will summon nasal demons which will destroy everything".
gollark: Unfortunately, my excellent code appears to not work properly.```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *utterly_worthless_argument) { printf("oh bees segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: Why are people not arbitraging this?

References

  1. "Sgòr an Lochain Uaine". Hill Bagging - the online version of the Database of British and Irish Hills (DoBIH). 2019. Retrieved 20 June 2019.
  2. "Sgòr an Lochain Uaine : A Gaelic place name guide by Joe Dorward".
  3. Drummond, Peter (2010). Scottish hill names: their origin and meaning. Scottish Mountaineering Trust. pp. 123, 130. ISBN 9780907521952.
  4. "Macdui horizons" (PDF). Clac Dian: the newsletter of the Cairngorm Club: 5. June 2010.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.