Vi flyttar från butik till nätet - så funkar det framåt
The Threefold Cord | 0:e upplagan
- Danskt band, Engelska, 2001
- Författare: Hilary Putnam
- Betyg:
332
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
What is the relationship between our perceptions and reality? What is the relationship between the mind and the body? These are questions with which philosophers have grappled for centuries, and they are topics of considerable contemporary debate as well. Hilary Putnam has approached the divisions between perception and reality and between mind and body with great creativity throughout his career. Now, in The Threefold Cord: Mind, Body, and World, he expounds upon these issues, elucidating both the strengths and weaknesses of current schools of thought. With his characteristic wit and acuity, Putnam offers refreshing solutions to some of philosophy's most vexing problems. Putnam first examines the problem of realism: is objective truth possible? He acknowledges the deep impasse between empirical and idealist approaches to this question, critiquing them both, however, by highlighting the false assumption they share, that we cannot perceive the world directly. Drawing on the work of J. L. Austin and William James, Putnam develops a subtle and creative alternative, which he calls "natural realism."
The second part of the book explores the mind-body question: is the mind independent of our interactions with the physical world? Again, Putnam critically assesses two sharply antithetical contemporary approaches and finds them both lacking. The Threefold Cord shows the entire mind-body debate to be miscast and draws on the later work of Wittgenstein, once more advancing original views on perception and thought and their relationship with both the body and the external world. Finally, Putnam takes up two related problems-the role of causality in human behavior and whether or not thoughts and sensations have an "existence" all their own. With Putnam's lucid prose and insightful examples, The Threefold Cord loosens the Gordian knots into which philosophy has bound itself over the issue of epistemology.
The second part of the book explores the mind-body question: is the mind independent of our interactions with the physical world? Again, Putnam critically assesses two sharply antithetical contemporary approaches and finds them both lacking. The Threefold Cord shows the entire mind-body debate to be miscast and draws on the later work of Wittgenstein, once more advancing original views on perception and thought and their relationship with both the body and the external world. Finally, Putnam takes up two related problems-the role of causality in human behavior and whether or not thoughts and sensations have an "existence" all their own. With Putnam's lucid prose and insightful examples, The Threefold Cord loosens the Gordian knots into which philosophy has bound itself over the issue of epistemology.
Om denna bok
The Threefold Cord av Hilary Putnam är en Danskt band bok med 256 sidor på Engelska. Den utgavs 2001 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Threefold Cord 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:
9780231102872
Upplaga:
0
Utgiven:
2001-04-05
Förlag:
John Wiley And Sons Ltd
Sidantal:
256
$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"
>