Vi flyttar från butik till nätet - så funkar det framåt
Spinoza | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Ian Buruma
- Betyg:
278
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"
>
Fler utgåvor
Beskrivning
Ian Buruma explores the life and death of Baruch Spinoza, the Enlightenment thinker whose belief in freedom of thought and speech resonates in our own time
A New Yorker “Best Book of 2024” Selection
“An elegant, relevant biography of a vital thinker.”—Kirkus Reviews (starred review)
Baruch (Benedictus) Spinoza (1632–1677) was a radical free thinker who led a life guided by strong moral principles despite his disbelief in an all-seeing God. Seen by many—Christians as well as Jews—as Satan’s disciple during his lifetime, Spinoza has been regarded as a secular saint since his death. Many contradictory beliefs have been attached to his name: rationalism or metaphysics, atheism or pantheism, liberalism or despotism, Jewishness or anti-Semitism. However, there is no question that he viewed freedom of thought and speech as essential to an open and free society.
In this insightful account, the award-winning author Ian Buruma stresses the importance of the time and place that shaped Spinoza, beginning with the Sephardim of Amsterdam and followed by the politics of the Dutch Republic. Though Spinoza rejected the basic assumptions of his family’s faith, and was consequently expelled from his Sephardic community, Buruma argues that Spinoza did indeed lead a Jewish life: a modern Jewish life. To Heine, Hess, Marx, Freud, and no doubt many others today, Spinoza exemplified how to be Jewish without believing in Judaism. His defense of universal freedom is as important for our own time as it was in his.
A New Yorker “Best Book of 2024” Selection
“An elegant, relevant biography of a vital thinker.”—Kirkus Reviews (starred review)
Baruch (Benedictus) Spinoza (1632–1677) was a radical free thinker who led a life guided by strong moral principles despite his disbelief in an all-seeing God. Seen by many—Christians as well as Jews—as Satan’s disciple during his lifetime, Spinoza has been regarded as a secular saint since his death. Many contradictory beliefs have been attached to his name: rationalism or metaphysics, atheism or pantheism, liberalism or despotism, Jewishness or anti-Semitism. However, there is no question that he viewed freedom of thought and speech as essential to an open and free society.
In this insightful account, the award-winning author Ian Buruma stresses the importance of the time and place that shaped Spinoza, beginning with the Sephardim of Amsterdam and followed by the politics of the Dutch Republic. Though Spinoza rejected the basic assumptions of his family’s faith, and was consequently expelled from his Sephardic community, Buruma argues that Spinoza did indeed lead a Jewish life: a modern Jewish life. To Heine, Hess, Marx, Freud, and no doubt many others today, Spinoza exemplified how to be Jewish without believing in Judaism. His defense of universal freedom is as important for our own time as it was in his.
Om denna bok
Spinoza av Ian Buruma är en Danskt band bok med 216 sidor på Engelska. Den utgavs 2024 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Spinoza 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780300248920
Upplaga:
0
Utgiven:
2024-03-26
Förlag:
John Wiley And Sons Ltd
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"
>