Wilfredo Alarcón

Carlos Wilfredo Alarcón Ferrada (Curacautín, Chile, September 18, 1932 - Temuco, Chile, July 2, 2010) was a Chilean Catholic priest. He was imprisoned, tortured, and survived an attempted execution by agents of Augusto Pinochet's dictatorship.[2][3][4]

Wilfredo Alarcón [1]
Personal
Born
Carlos Wilfredo Alarcón Ferrada

(1932-09-18)September 18, 1932
DiedFebruary 7, 2010(2010-02-07) (aged 77)
ReligionCatholic
NationalityChilean
EthnicityChilean
InstituteMissionaries of Charity
Senior posting
Period in office1970–2010

Life

Father Wilfredo served as a priest of Perquenco, a town and commune in southern Chile's Araucanía Region. When he was arrested on September 13, 1973, by Carabineros de Chile from the city of Lautaro, he was accused of "slandering and defacing" the Armed Forces and illegally taking land and acting as a militant of the MIR. He was detained for one week in the Lautaro prison, where he was subjected to multiple interrogations.

On the night of September 17 of the same year, his feet and hands were wrapped with barbed wire. He was transferred by a truck to the air base "Maquehue" of Temuco.[5] He was a victim of poisoning and brutal beatings there. Later he was taken to the banks of the Cautín River where he was tortured and shot. Ferrada was thrown in the river, but survived.[6]

He was secularized, had two children and died in July 2010.

gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.
gollark: I did *almost* that.
gollark: Free, want ND or 2G prize.

References

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