The Wall in My Head: Words & Images from the Fall of the Iron Curtain edited by Words without Borders Open Letter Books, November 2009
To mark the 20th anniversary of the fall of the Iron Curtain, and to shed some
light on how it came to pass, the online magazine Words without Borders presents
The Wall in My Head, an exciting anthology that features fiction, essays, images, and
original documents in order to pick up where most popular accounts of the Cold
War end and trace the path of the revolutionary spirit of 1989 from its origins
to the present day. It combines work from the generation of writers
and artists who witnessed the collapse of Communism firsthand with impressions
and reflections by those who grew up in its wake, providing a unique view onto the change, optimism,
and confusion that came with 1989 and how these have weathered the twenty years
since that fateful year. The collection features Polish authors Zbigniew Herbert, Pawel Huelle, Ryszard Kapuscinski, Dorota Maslowska, and Andrzej
Stasiuk, along with a host of others, including Mircea Cartarescu, Peter
Esterhazy, Milan Kundera, Victor Pelevin, Peter
Schneider, Vladimir Sorokin,
Uwe Tellekamp, and Dubravka Ugresic.
Published by
Open Letter Books at the University of Rochester, the anthology includes Dorota
Maslowska’s essay, Faraway, So Gross, translated by Benjamin Paloff,
which was commissioned by Deutsches Haus at NYU with support from the Polish
Cultural Institute and the Polish Book Institute; it originally appeared in German
translation in Signale aus der Bleecker Street 3, edited by Bernd
Hüppauf (2008).
The clothes
I wore, the peeling wallpaper and the furniture losing its luster, the food and
the dishes we ate it on, buildings, shoes, sidewalks. Memory is slush, a muddy
puddle in which the little ships of things now sink, now surface triumphantly.
I remember Communism exclusively as a style and an aesthetic category. - Dorota Maslowska,
from Faraway, So Gross, trans. Benjamin Paloff.
The editors have arranged these high-caliber works to
create a tension between celebratory and somber writing, and that gives the
book a touch of greatness. From one chapter to the next you never know when in
time or where on the map you’ll land next. – The Brooklyn Rail.
Words without Borders is a nonprofit organization with an
online magazine featuring works in translation from around the world. Each
month it publishes a new "themed" issue that focuses either on a
place or topic, and highlights some of the most interesting contemporary writing.
The editors of Words without Borders have been involved in the publication of
two other international anthologies: Literature from the "Axis of
Evil" (New Press, 2006) and Words without Borders: The World through the
Eyes of Writers (Anchor Books, 2007). wordswithoutborders.org.
\")");*/
//if(securityError == 0){
if (errors) {
alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = false
//return false
//document.MM_returnValue = (errors == '');
}else{
//return true
document.MM_returnValue = true
}
//}else{
//document.MM_returnValue = false
//}
}
function processCaptcha(){
args1=processCaptcha.arguments;
var browser = navigator.appName;
if(browser == "Microsoft Internet Explorer"){
var http = new ActiveXObject("Microsoft.XMLHTTP");
}else{
var http = new XMLHttpRequest();
}
//valStr = validationString
process();
var nocache = 0;
function process(){
var urlchallenge= Recaptcha.get_challenge();
var urlresponse= Recaptcha.get_response();
nocache = Math.random();
http.open('get', 'captcha.cfm?challenge='+urlchallenge+'&response='+urlresponse+'&nocache='+nocache);
http.onreadystatechange = insertReply;
http.send(null);
}
function insertReply(){
if(http.readyState == 4){
document.getElementById("content").innerHTML = http.responseText
var response = http.responseText;
var validCheck = response.match('security');
if (validCheck >= 0){
//validate other fields
var i,p,q,nm,test,num,min,max,errors='';
for (i=0; i<(args1.length-2); i+=3) {
test=args1[i+2]; val=MM_findObj(args1[i]);
if (val) {
nm=args1[i];
if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) {
p=val.indexOf('@');
if (p<1 || p==(val.length-1))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain an e-mail address.\n';
} else
if (test!='R') {
num = parseFloat(val);
if (isNaN(val))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number.\n';
if (test.indexOf('inRange') != -1) {
p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if ( min > num || max < num)
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number between '+min+' and '+max+'.\n';
}
}
}else
if (test.charAt(0) == 'R'){
errors += '- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' is required.\n';
}
}
}
//end of valiadting field
// if errors then show errors otherwise submit.
if (errors) {
alert('The following error(s) occurred:\n'+errors);
Recaptcha.reload();
}else{
document.surveyform.submit();
}
//var ret = MM_validateForm(valStr)
//document.getElementById("surveyform").onSubmit=function(){MM_validateForm(valStr);return document.MM_returnValue};
//document.surveyform.submit();
//alert(ret)
}else{
Recaptcha.reload();
}
}
}
}
function pausecomp(millis)
{
var date = new Date();
var curDate = null;
do { curDate = new Date(); }
while(curDate-date < millis);
}
//-->