Urfeld am Walchensee

Urfeld am Walchensee is a municipality in Kochel am See in Bad Tölz-Wolfratshausen in Bavaria, Germany on the northwest shore of Lake Walchensee.[1]

Famous people in Urfeld

Urfeld am Walchensee
Lakes Walchensee and Kochelsee
(NASA satellite image)

(Source:) [2]

Notes

  • † Goethe went incognito in Urfeld as "Johann Philipp Möller from Leipzig" at the beginning of his first trip to Italy on September 7, 1786.
  • ‡ Committed suicide with his wife Elizabeth on 29 April 1945 in the house of Baldur von Schirach.
  • ‡ ‡ Schirach and Ross were administrators of the Hitler Youth otherwise known as the Hitlerjugend.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.
gollark: I appear to be encountering a race condition in my code. This is very troubling.

References

  1. Gudelius, Jost: Die Jachenau. Jachenau 2008, ISBN 978-3-939751-97-7, S. 139
  2. Wimmer, Otto, Ahnentafel der Nefenhauser in Urfeld auf CD, Pullach (2009)

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