Vi flyttar från butik till nätet - så funkar det framåt
A Meaning to Life | 0:e upplagan
- Danskt band, Engelska, 2019
- Författare: Michael Ruse
- Betyg:
369
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
Does human life have any meaning? Does the question even make sense today? For centuries, the question of the meaning or purpose of human life was assumed by scholars and theologians to have a religious answer: life has meaning because humans were made in the image of a good god. In the 19th century, however, Charles Darwin's theory of evolution changed everything-and the human organism was seen to be more machine than spirit. Ever since, with the rise of science and decline of religious belief, there has been growing interest-and growing doubt-about whether human life really does have meaning. If it does, where might we find it?
The historian and philosopher of science Michael Ruse investigates this question, and wonders whether we can find a new meaning to life within Darwinian views of human nature. If God no longer exists-or if God no longer cares-rather than promoting a bleak nihilism, many Darwinians think we can convert Darwin into a form of secular humanism. Ruse explains that, in a tradition going back to the time of Darwin himself, and represented today by the evolutionist E. O. Wilson, evolution is seen as progress-"from monad to man"-and that positive meaning is found in continuing and supporting this upwards path of life. In A Meaning to Life, Michael Ruse argues that this is a false turn, and there is no real progress in the evolutionary process. Rather, meaning in the Darwinian age can be found if we turn to a kind of Darwinian existentialism, seeing our evolved human nature as the source of all meaning, both in the intellectual and social worlds. Ruse argues that it is only by accepting our true nature-evolved over millennia- that humankind can truly find what is meaningful.
The historian and philosopher of science Michael Ruse investigates this question, and wonders whether we can find a new meaning to life within Darwinian views of human nature. If God no longer exists-or if God no longer cares-rather than promoting a bleak nihilism, many Darwinians think we can convert Darwin into a form of secular humanism. Ruse explains that, in a tradition going back to the time of Darwin himself, and represented today by the evolutionist E. O. Wilson, evolution is seen as progress-"from monad to man"-and that positive meaning is found in continuing and supporting this upwards path of life. In A Meaning to Life, Michael Ruse argues that this is a false turn, and there is no real progress in the evolutionary process. Rather, meaning in the Darwinian age can be found if we turn to a kind of Darwinian existentialism, seeing our evolved human nature as the source of all meaning, both in the intellectual and social worlds. Ruse argues that it is only by accepting our true nature-evolved over millennia- that humankind can truly find what is meaningful.
Om denna bok
A Meaning to Life av Michael Ruse är en Danskt band bok med 216 sidor på Engelska. Den utgavs 2019 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp A Meaning to Life 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:
9780190933227
Upplaga:
0
Utgiven:
2019-06-27
Förlag:
Oxford University Press
Sidantal:
216
$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"
>