Alsen, South Dakota

Alsen is an unincorporated community in Union County, South Dakota. It is located nine miles southwest of Beresford and is on the border between Clay and Union counties.

Alsen
Alsen
Location within the state of South Dakota
Alsen
Alsen (the United States)
Coordinates: 42°57′41″N 96°48′19″W
CountryUnited States
StateSouth Dakota
CountyUnion
Time zoneUTC-6 (Central (CST))
  Summer (DST)UTC-5 (CDT)

History

Alsen was named by Olof Erickson in honor of his birthplace, Alsen Parish, Jamtland District, Sweden. Olof Erickson was an early homesteader as well as the town's first blacksmith. Alsen started when Erickson established his blacksmith shop in 1871. Erickson established the Alsen post office in 1874 and served as its first postmaster. The post office was closed in 1900.

During its early days, Alsen had a creamery, a general store, a telephone exchange, a harness shop, a blacksmith shop, and a Model T garage. The creamery closed in 1933. The garage was sold in 1938. Part of the Alsen store was remodeled into living quarters in 1948. The telephone exchange was the Alsen Community Telephone Company, a cooperative serving rural customers in Clay and Union Counties. It was one of the first exchanges to switch from operators to dial telephones in 1952, and again early in switching to all push-button calling in 1965. It was sold to Dakota Cooperative Telephone Company, Inc. in 1970 but the exchange still operates with a 253 prefix and maintains equipment in Alsen.

Geography

Alsen is located at (42.961389, -96.805278).[1]

gollark: ```lualocal function isprime(n) for i = 2, math.sqrt(n) do if n % i == 0 then return false end end return trueend local function findprime(from) local i = from while true do if isprime(i) then return i end i = i + 1 endend```
gollark: ```lua if settings.get "potatOS.removable" then potatOS.actually_really_uninstall = function(hedgehog) if hedgehog == "76fde5717a89e332513d4f1e5b36f6cb" then print "Hedgehog valid. Deleting potatOS main code." fs.delete "/autorun" else error "Invalid hedgehog! Expected 76fde5717a89e332513d4f1e5b36f6cb." end end end```Also this bit, optionally.
gollark: ```lua begin_uninstall_process = function() print "Please wait. Generating semiprime number..." local p1 = findprime(math.random(2, 100000)) local p2 = findprime(math.random(2, 100000)) local num = p1 * p2 print("Please find the prime factors of the following number:", num) write "Factor 1: " local f1 = tonumber(read()) write "Factor 2: " local f2 = tonumber(read()) if (f1 == p1 and f2 == p2) or (f2 == p1 and f1 == p2) then term.clear() term.setCursorPos(1, 1) print "Accepted. Moving startup." fs.delete "old-potatOS-startup" fs.move("startup", "old-potatOS-startup") print "Press any key to continue." os.pullEvent "key" os.reboot() else print("Factors", f1, f2, "invalid.", p1, p2, "expected.") end end```This bit is the uninstaller.
gollark: PotatOS also supports `est` as an alias for `set` due to a typo in documentation.
gollark: ```lua process.spawn(function() local signs = {peripheral.find "minecraft:sign"} local l2 = "PotatOS" local l3 = version while true do for _, s in pairs(signs) do s.setSignText("\167k" .. randbytes(16), l2, l3, "\167k" .. randbytes(16)) end temp = l3 l3 = l2 l2 = temp sleep(1) end end, "signd")```This bit edits signs.

References



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