Every You, Every Me

Every You, Every Me is a 2011 novel by the American author David Levithan. The book consists of photographs by Jonathan Farmer and corresponding text by Levithan. The book is titled after the Placebo song of the same name.[1]

Every You, Every Me
First edition
AuthorDavid Levithan
CountryUnited States
LanguageEnglish
PublisherAlfred A Knopf
Publication date
September 11, 2011
Media typePrint
Pages248
ISBN978-0375854514

Plot

The book tells the story of Evan, a young boy whose best friend, Ariel, has recently suffered a psychotic break. The narration is addressing Ariel and tells how Evan is dealing with much guilt surrounding this experience. This guilt is made worse by mysterious photographs that are being strategically left for him.

Publication history

  • 2011, United States, Alfred A Knopf, ISBN 978-0375854514, 11 September 2011, hardcover.

Title

The book is named after the 1999 song "Every You Every Me" by British rock band Placebo. Levithan said that "when I started writing the book, I wanted the novel to be my equivalent of a Sleeping with Ghosts era Placebo song. But in the book itself, it never says that the character listens to Placebo. The reference is more to the writing than to the events of the story, or the point of view."[1]

gollark: And make it increment `i` itself.
gollark: You could also make it do `while #primes < tuning do`.
gollark: The `ipairs` iterator gives us `key, value` for each item of the table (in order). The key is unnecessary here, so it's just bound to `_`, the convention I've seen a lot for variables you're discarding.
gollark: As you can see, you don't actually need to explicitly compute the length anywhere.
gollark: Here's how I would do it:```lualocal function divisible_by_any(n, factors) for _, factor in ipairs(factors) do if n % factor == 0 then return true end end return falseendlocal primes = { 2, 3 }for i = 2, 100 do if not divisible_by_any(i, primes) then table.insert(primes, i) endendfor _, prime in ipairs(primes) do print(prime) end```

References

  1. "Q&A with David Levithan - Music Showing 1-2 of 2". www.goodreads.com. Retrieved 2020-06-01.


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