Vi flyttar från butik till nätet - så funkar det framåt
Life Is Hard | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Kieran Setiya
- Betyg:
137
kr
Skickas inom 1-3 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
A NEW YORKER AND THE ECONOMIST BEST BOOK OF 2022
"Life Is Hard is a humane consolation for challenging times. Reading it is like speaking with a thoughtful friend who never tells you to cheer up, but, by offering gentle companionship and a change of perspective, makes you feel better anyway" The New York Times Book Review
'An eloquent, moving, witty and above all useful demonstration of philosophy's power to help us weather the storms of being human' Oliver Burkeman, author of FOUR THOUSAND WEEKS
______________________________________
Pain, Loneliness, Grief, Injustice ... Hope?
Life is hard - as the past few years have made painfully clear. From personal trauma to the injustice and absurdity of the world, sometimes simply going on can feel too much.
But could there be solace - and even hope - in acknowledging the hardships of the human condition? Might doing so free us from the tyranny of striving for our "best lives" and help us find warmth, humanity, and humour in the lives we actually have? Could it inspire in us the desire for a better world?
In this profound and personal book, Kieran Setiya shows how philosophy can help us find our way. He shares his own experience with chronic pain and the consolation that comes from making sense of it. He asks what we can learn from loneliness and loss about the value of human life. And he explores how we can fail with grace, confront injustice, and search for meaning in the face of despair. Drawing on ancient and modern philosophy, as well as fiction, comedy, social science and personal essay, Life is Hard is a book for this moment - a work of solace and compassion. It draws us towards justice, for ourselves and others, by acknowledging what it means to be alive.
"Life Is Hard is a humane consolation for challenging times. Reading it is like speaking with a thoughtful friend who never tells you to cheer up, but, by offering gentle companionship and a change of perspective, makes you feel better anyway" The New York Times Book Review
'An eloquent, moving, witty and above all useful demonstration of philosophy's power to help us weather the storms of being human' Oliver Burkeman, author of FOUR THOUSAND WEEKS
______________________________________
Pain, Loneliness, Grief, Injustice ... Hope?
Life is hard - as the past few years have made painfully clear. From personal trauma to the injustice and absurdity of the world, sometimes simply going on can feel too much.
But could there be solace - and even hope - in acknowledging the hardships of the human condition? Might doing so free us from the tyranny of striving for our "best lives" and help us find warmth, humanity, and humour in the lives we actually have? Could it inspire in us the desire for a better world?
In this profound and personal book, Kieran Setiya shows how philosophy can help us find our way. He shares his own experience with chronic pain and the consolation that comes from making sense of it. He asks what we can learn from loneliness and loss about the value of human life. And he explores how we can fail with grace, confront injustice, and search for meaning in the face of despair. Drawing on ancient and modern philosophy, as well as fiction, comedy, social science and personal essay, Life is Hard is a book for this moment - a work of solace and compassion. It draws us towards justice, for ourselves and others, by acknowledging what it means to be alive.
Om denna bok
Life Is Hard av Kieran Setiya är en Danskt band bok med 240 sidor på Engelska. Den utgavs 2023 av The Book Services TBS.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Life Is Hard 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:
Filosofi & idéhistoria
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781529156164
Upplaga:
0
Utgiven:
2023-10-05
Förlag:
The Book Services TBS
Sidantal:
240
$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"
>