March 11, 2003
Salt Publishing: 100 Poets Against The War

Todd Swift (Ed.)
204pp perfect bound
216 x 140mm, 8.5 x 5.5 inches
ISBN 1-876857-98-6
Australia $27.95 (including GST)
USA $13.95
UK £9.95

http://www.saltpublishing.com/

The most talked-about and successful ebook of recent years is published here for the first time in paperback. “100 Poets Against The War,” a trilogy of downloadable electronic chapbooks was first published online on January 27, 2003 and has since made world-wide news from the LA Times to the Moscow dailies. This book holds the record for the fastest poetry anthology ever assembled and disseminated; first planned on January 20, 2003 and published in this form on March 3, 2003.

The grass-roots appeal of peace poetry has seen this book shared by tens of thousands, and read at peace demonstrations from Seattle to the Middle East. It has spawned French, German and Brazilian versions, and continues to inspire those who oppose a unilateral, US-led strike against the people of Iraq. It marks a moment in the history of resistance to war.

Elmaz Abinader: from How It's Been;
Robert Adamson: My Collaboration with George Bush;
Antler: Pretending to Be Dead;
John Asfour: Mark the Day;
Rachel Bentham: War-the concise version;
Margo Berdeshevsky: Equinox, Africa;
Charles Bernstein: All Set;
bill bissett: war is gud 4 bizness in th 19th centur;
Pat Boran: A Natural History of Armed Conflict;
George Bowering: The Good Prospects;
Di Brandt: the killing fields;
Stephen Brockwell: Hyperbole for a Large Number;
Michael R. Brown: Priests' Skulls;
Tony Brown: What You Call It;
Minnie Bruce Pratt: After the Anti-War March;
Rip Bulkeley: transit;
Jason Camlot: Water Dragon;
J. R. Carpenter; Averse to War;
James Cervantes: I Dream of War;
Sherry Chandler: Haunted House, October 2002;
Patrick Chapman: Hot Milk;
Sampurna Chattarji: Easy;
Nuala N1 Chonchuir: Anna's Meal;
Conyus:blood in the snow;
Mahmoud Darwish: Other Barbarians Will Come Along;
Robert Davidson: The Red Beast;
Jennifer Dick: On Election Day;
Danika Dinsmore: on the night she didn't feel like it anymore;
Ana Doina: Press conference;
Michael Donaghy: The Tragedies;
Kate Evans:Unleashed;
Ruth Fainlight: The Garden of Eden;
Annie Finch: Gulf War and Child: A Curse;
Susan Freeman: Sim Shalom;
Myrna Garanis: the war is on the kitchen table;
Sandra M. Gilbert: January meadow;
Ethan Gilsdorf: The Land of Hope;
Daniela Gioseffe: The First Long Range Artillery Fire Over My City;
Graywyvern: Christendom;
Susan Gubernat: Women Washing Clothes in the Kabul River;
Marilyn Hacker: Letter to Hayden Carruth;
Nathalie Handal: Even;
David Harsent: Filofax;
John Hartley Williams: News Theatre;
Kevin Higgins: Talking with the Cat about World Domination the Day George W.
Bush almost Choked on a Pretzel;
Bob Holman: For The Birds;
Ranjit Hoskote: This Sky of Lost Miles;
Fadel K. Jabr: Waiting for the Marines;
Bruce A. Jacobs: Brainstorm;
Larry Jaffe: Mothers Cry;
Fred Johnston: No War Then;
Pat Jourdan: Sirens;
rYAN kAMSTRA: pEACE iCON 21c;
Wednesday Kennedy: Bubble Girl Song;
Mimi Khalvati: The Servant;
John Kinsella: Candle, Flame, Stained Glass and Prayer for Peace;
Kasandra Larsen: We Believe;
John B. Lee: A Dark Little Psalm Against War;
Tony Lewis-Jones: At Home, At War;
Robin Lim: Good Morning Middle Age;
Sue Littleton: Regime Change Begins at Home;
Jennifer LoveGrove: Untitled;
Leza Lowitz: Women in Black;
Susan Ludvigson: To a Veteran of the Last Wrong War;
Nadine McInnis: Crossing Kurdistan;
Susan McMaster: Against the War;
Jeffrey Mackie: What Did Adorno Say?;
Sarah Maguire: The Pomegranates of Kandahar;
devorah major: a short list of short lists;
Aoife Mannix: Taking Sides;
Fred Marchant: Imminent;
Clive Matson: Still True?;
Robert Minhinnick: The Tooth;
Adrian Mitchell: To Whom it May Concern;
Suzy Morgan: An Untitled Place;
David Morley: Nets at Gennesaret;
Sinead Morrissey: In Praise of Salt;
Colin Morton: Other Demands;
George Murray: The Field;
Meghan Nuttall Sayres: No Seasons, Only Weather;
Sean O'Brien: Ballad;
Mary O'Donoghue: Long Sleeve, Short Sleeve;
Lisa Pasold: let us step around this time;
Richard Peabody: Dubya Anabasis;
Tom Phillips: Life after wartime;
David Plumb: All Those Home Spun Places;
Robert Priest: Are There Children;
Dawna Rae Hicks: Bigger Than Time;
Michael Redhill: Architecture (Musee Des Beaux Arts, Montreal);
Peter Robinson: Calm Autumn;
Mark Rudman: N.O.T.R.O.T.C.;
E. Russell Smith: This is the War that George Fought;
Grace Schulman: The Border;
Rebecca Sellars: Dear Lady, Fear No Poetry;
Eric Paul Shaffer: The Flying Flag;
Jackie Sheeler: Collateral Damage;
Hal Sirowitz: The Hawk Who Became a Dove;
Sonja A. Skarstedt: Psychotic Sea;
Mr. Social Control: The Man of Principle;
Kathleen Spivack: Peace Pilgrim;
Sean Street: The Day After;
Yerra Sugarman: To Mikl‹s Radn‹ti;
Moez Surani: Untitled;
George Szirtes: The Palace of Art;
Edwin Torres: King Rat;
Rebecca Villarreal: The Paloma's Lament;
Ken Waldman: Where there's War;
Phyllis Webb: Still there are Wars and Crimes of War;
Eleanor Wilner: The White-Throated Sparrow Can't Compare;
Ghassan Zaqtan: Beirut, August 1

Posted by Brian Stefans at March 11, 2003 10:13 AM
Comments

When a variable is finished with it's work, it does not go into retirement, and it is never mentioned again. Variables simply cease to exist, and the thirty-two bits of data that they held is released, so that some other variable may later use them.

Posted by: Goughe on January 19, 2004 03:06 AM

To address this issue, we turn to the second place to put variables, which is called the Heap. If you think of the Stack as a high-rise apartment building somewhere, variables as tenets and each level building atop the one before it, then the Heap is the suburban sprawl, every citizen finding a space for herself, each lot a different size and locations that can't be readily predictable. For all the simplicity offered by the Stack, the Heap seems positively chaotic, but the reality is that each just obeys its own rules.

Posted by: Ralph on January 19, 2004 03:06 AM

This back and forth is an important concept to understand in C programming, especially on the Mac's RISC architecture. Almost every variable you work with can be represented in 32 bits of memory: thirty-two 1s and 0s define the data that a simple variable can hold. There are exceptions, like on the new 64-bit G5s and in the 128-bit world of AltiVec

Posted by: Hector on January 19, 2004 03:07 AM

That gives us a pretty good starting point to understand a lot more about variables, and that's what we'll be examining next lesson. Those new variable types I promised last lesson will finally make an appearance, and we'll examine a few concepts that we'll use to organize our data into more meaningful structures, a sort of precursor to the objects that Cocoa works with. And we'll delve a little bit more into the fun things we can do by looking at those ever-present bits in a few new ways.

Posted by: Lionel on January 19, 2004 03:07 AM

Since the Heap has no definite rules as to where it will create space for you, there must be some way of figuring out where your new space is. And the answer is, simply enough, addressing. When you create new space in the heap to hold your data, you get back an address that tells you where your new space is, so your bits can move in. This address is called a Pointer, and it's really just a hexadecimal number that points to a location in the heap. Since it's really just a number, it can be stored quite nicely into a variable.

Posted by: Barnabas on January 19, 2004 03:08 AM
-->