Vi flyttar från butik till nätet - så funkar det framåt
Irrationality | 0:e upplagan
- Danskt band, Engelska, 2019
- Författare: Justin Smith-Ruiu
- Betyg:
346
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 fascinating history that reveals the ways in which the pursuit of rationality often leads to an explosion of irrationality
It’s a story we can’t stop telling ourselves. Once, humans were benighted by superstition and irrationality, but then the Greeks invented reason. Later, the Enlightenment enshrined rationality as the supreme value. Discovering that reason is the defining feature of our species, we named ourselves the “rational animal.” But is this flattering story itself rational? In this sweeping account of irrationality from antiquity to today—from the fifth-century BC murder of Hippasus for revealing the existence of irrational numbers to the rise of Twitter mobs and the election of Donald Trump—Justin Smith says the evidence suggests the opposite. From sex and music to religion and war, irrationality makes up the greater part of human life and history.
Rich and ambitious, Irrationality ranges across philosophy, politics, and current events. Challenging conventional thinking about logic, natural reason, dreams, art and science, pseudoscience, the Enlightenment, the internet, jokes and lies, and death, the book shows how history reveals that any triumph of reason is temporary and reversible, and that rational schemes, notably including many from Silicon Valley, often result in their polar opposite. The problem is that the rational gives birth to the irrational and vice versa in an endless cycle, and any effort to permanently set things in order sooner or later ends in an explosion of unreason. Because of this, it is irrational to try to eliminate irrationality. For better or worse, it is an ineradicable feature of life.
Illuminating unreason at a moment when the world appears to have gone mad again, Irrationality is fascinating, provocative, and timely.
It’s a story we can’t stop telling ourselves. Once, humans were benighted by superstition and irrationality, but then the Greeks invented reason. Later, the Enlightenment enshrined rationality as the supreme value. Discovering that reason is the defining feature of our species, we named ourselves the “rational animal.” But is this flattering story itself rational? In this sweeping account of irrationality from antiquity to today—from the fifth-century BC murder of Hippasus for revealing the existence of irrational numbers to the rise of Twitter mobs and the election of Donald Trump—Justin Smith says the evidence suggests the opposite. From sex and music to religion and war, irrationality makes up the greater part of human life and history.
Rich and ambitious, Irrationality ranges across philosophy, politics, and current events. Challenging conventional thinking about logic, natural reason, dreams, art and science, pseudoscience, the Enlightenment, the internet, jokes and lies, and death, the book shows how history reveals that any triumph of reason is temporary and reversible, and that rational schemes, notably including many from Silicon Valley, often result in their polar opposite. The problem is that the rational gives birth to the irrational and vice versa in an endless cycle, and any effort to permanently set things in order sooner or later ends in an explosion of unreason. Because of this, it is irrational to try to eliminate irrationality. For better or worse, it is an ineradicable feature of life.
Illuminating unreason at a moment when the world appears to have gone mad again, Irrationality is fascinating, provocative, and timely.
Om denna bok
Irrationality av Justin Smith-Ruiu är en Danskt band bok med 344 sidor på Engelska. Den utgavs 2019 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Irrationality 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:
Historia & arkeologi
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780691178677
Upplaga:
0
Utgiven:
2019-04-02
Förlag:
John Wiley And Sons Ltd
Sidantal:
344
$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"
>