Vi flyttar från butik till nätet - så funkar det framåt
Mama Hissa's Mice | 0:e upplagan
- Danskt band, Engelska, 2019
- Författare: Saud Alsanousi
- Betyg:
114
kr
Skickas inom 3-6 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
From the winner of the International Prize for Arabic Fiction comes an apocalyptic and caustically funny novel about the power of friendship in a war-torn world that NPR calls “rich and resonant.”
Growing up together in the Surra section of central Kuwait, Katkout, Fahd, and Sadiq share neither ethnic origin nor religious denomination—only friendship and a rage against the unconscionable sectarian divide turning their lives into war-zone rubble. To lay bare the ugly truths, they form the protest group Fuada’s Kids. Their righteous transgressions have made them targets of both Sunni and Shi’a extremists. They’ve also elicited the concern of Fahd’s grandmother, Mama Hissa, a story-spinning font of piety, wisdom, superstition, and dire warnings, who cautions them that should they anger God, the sky will surely fall.
Then one day, after an attack on his neighborhood leaves him injured, Katkout regains consciousness. His friends are nowhere to be found. Inundated with memories of his past, Katkout begins a search for them in a world that has become unrecognizable but not forsaken.
Snaking through decades of Kuwaiti history well into a cataclysmic twenty-first century, Mama Hissa’s Mice is a harrowing, emotional, and caustic novel of rebellion. It also speaks to the universal struggle of finding one’s identity and a reason to go on, even after the sky has fallen.
Growing up together in the Surra section of central Kuwait, Katkout, Fahd, and Sadiq share neither ethnic origin nor religious denomination—only friendship and a rage against the unconscionable sectarian divide turning their lives into war-zone rubble. To lay bare the ugly truths, they form the protest group Fuada’s Kids. Their righteous transgressions have made them targets of both Sunni and Shi’a extremists. They’ve also elicited the concern of Fahd’s grandmother, Mama Hissa, a story-spinning font of piety, wisdom, superstition, and dire warnings, who cautions them that should they anger God, the sky will surely fall.
Then one day, after an attack on his neighborhood leaves him injured, Katkout regains consciousness. His friends are nowhere to be found. Inundated with memories of his past, Katkout begins a search for them in a world that has become unrecognizable but not forsaken.
Snaking through decades of Kuwaiti history well into a cataclysmic twenty-first century, Mama Hissa’s Mice is a harrowing, emotional, and caustic novel of rebellion. It also speaks to the universal struggle of finding one’s identity and a reason to go on, even after the sky has fallen.
Om denna bok
Mama Hissa's Mice av Saud Alsanousi är en Danskt band bok med 400 sidor på Engelska. Den utgavs 2019.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Mama Hissa's Mice 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:
9781542042161
Upplaga:
0
Utgiven:
2019-11-12
Förlag:
Okänt
Sidantal:
400
$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"
>