Vi flyttar från butik till nätet - så funkar det framåt
Ill will | 1:a upplagan
- Danskt band, Engelska, 2018
- Författare: Dan Chaon
- Betyg:
196
kr
Skickas inom 5-7 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
NATIONAL BESTSELLER • Two sensational unsolved crimes—one in the past, another in the present—are linked by one man’s memory and self-deception in this chilling novel of literary suspense from National Book Award finalist Dan Chaon.
Includes an exclusive conversation between Dan Chaon and Lynda Barry
NAMED ONE OF THE BEST BOOKS OF THE YEAR BY
The Wall Street Journal • NPR • The New York Times • Los Angeles Times • The Washington Post • Kirkus Reviews • Publishers Weekly
“We are always telling a story to ourselves, about ourselves.” This is one of the little mantras Dustin Tillman likes to share with his patients, and it’s meant to be reassuring. But what if that story is a lie?
A psychologist in suburban Cleveland, Dustin is drifting through his forties when he hears the news: His adopted brother, Rusty, is being released from prison. Thirty years ago, Rusty received a life sentence for the massacre of Dustin’s parents, aunt, and uncle. The trial came to epitomize the 1980s hysteria over Satanic cults; despite the lack of physical evidence, the jury believed the outlandish accusations Dustin and his cousin made against Rusty. Now, after DNA analysis has overturned the conviction, Dustin braces for a reckoning.
Meanwhile, one of Dustin’s patients has been plying him with stories of the drowning deaths of a string of drunk college boys. At first Dustin dismisses his patient''s suggestions that a serial killer is at work as paranoid thinking, but as the two embark on an amateur investigation, Dustin starts to believe that there’s more to the deaths than coincidence. Soon he becomes obsessed, crossing all professional boundaries—and putting his own family in harm’s way.
From one of today’s most renowned practitioners of literary suspense, Ill Will is an intimate thriller about the failures of memory and the perils of self-deception. In Dan Chaon’s nimble, chilling prose, the past looms over the present, turning each into a haunted place.
“In his haunting, strikingly original new novel, [Dan] Chaon takes formidable risks, dismantling his timeline like a film editor.”—The New York Times Book Review
“The scariest novel of the year . . . ingenious . . . Chaon’s novel walks along a garrote stretched taut between Edgar Allan Poe and Alfred Hitchcock.”—The Washington Post
Includes an exclusive conversation between Dan Chaon and Lynda Barry
NAMED ONE OF THE BEST BOOKS OF THE YEAR BY
The Wall Street Journal • NPR • The New York Times • Los Angeles Times • The Washington Post • Kirkus Reviews • Publishers Weekly
“We are always telling a story to ourselves, about ourselves.” This is one of the little mantras Dustin Tillman likes to share with his patients, and it’s meant to be reassuring. But what if that story is a lie?
A psychologist in suburban Cleveland, Dustin is drifting through his forties when he hears the news: His adopted brother, Rusty, is being released from prison. Thirty years ago, Rusty received a life sentence for the massacre of Dustin’s parents, aunt, and uncle. The trial came to epitomize the 1980s hysteria over Satanic cults; despite the lack of physical evidence, the jury believed the outlandish accusations Dustin and his cousin made against Rusty. Now, after DNA analysis has overturned the conviction, Dustin braces for a reckoning.
Meanwhile, one of Dustin’s patients has been plying him with stories of the drowning deaths of a string of drunk college boys. At first Dustin dismisses his patient''s suggestions that a serial killer is at work as paranoid thinking, but as the two embark on an amateur investigation, Dustin starts to believe that there’s more to the deaths than coincidence. Soon he becomes obsessed, crossing all professional boundaries—and putting his own family in harm’s way.
From one of today’s most renowned practitioners of literary suspense, Ill Will is an intimate thriller about the failures of memory and the perils of self-deception. In Dan Chaon’s nimble, chilling prose, the past looms over the present, turning each into a haunted place.
“In his haunting, strikingly original new novel, [Dan] Chaon takes formidable risks, dismantling his timeline like a film editor.”—The New York Times Book Review
“The scariest novel of the year . . . ingenious . . . Chaon’s novel walks along a garrote stretched taut between Edgar Allan Poe and Alfred Hitchcock.”—The Washington Post
Om denna bok
Ill will av Dan Chaon är en Danskt band bok med 496 sidor på Engelska. Detta är den 1:a upplagan som utgavs 2018.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Ill will begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780345476050
Upplaga:
1
Utgiven:
2018-05-28
Förlag:
Okänt
Sidantal:
496
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>