Skip to content

Commit dd6b9f4

Browse files
committed
Add: ada and ibn book podcasts
1 parent 2cef847 commit dd6b9f4

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Binary file not shown.
16.5 MB
Binary file not shown.

src/data/podcasts.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@ export interface PodcastEpisode {
99
}
1010

1111
export const podcastEpisodes: PodcastEpisode[] = [
12+
{
13+
id: 'ada-lovelace-poetical-science-2025',
14+
title: 'Ada Lovelace: Poetical Science and Universal Computation',
15+
description:
16+
'Fifteen-minute deep dive: How Ada Lovelace\'s revolutionary "poetical science" methodology—weaving analytical rigor with imaginative insight—led her to envision the Analytical Engine as a universal symbol manipulator capable of acting upon "other things besides number," anticipating modern computing through algorithmic loops and conditional branching.',
17+
date: '2025-09-30',
18+
duration: '15:17',
19+
audioSrc: '/podcasts/ada-lovelace-poetical-science-computation-2025-09-30.mp3',
20+
topics: ['Ada Lovelace', 'Poetical Science', 'Universal Computation', 'Analytical Engine', 'Programming', 'Mathematical Imagination'],
21+
},
22+
{
23+
id: 'ibn-sina-unified-theory-2025',
24+
title: 'Ibn Sina\'s Unified Theory: How Four Causes and Logic Mapped Reality',
25+
description:
26+
'Eighteen-minute deep dive: How Ibn Sina\'s rigorous rational method—requiring knowledge of all four causes (material, efficient, formal, final) plus systematic logic to guard against reasoning errors—created the foundational framework linking metaphysical proofs to clinical observation and the structure of existence itself.',
27+
date: '2025-09-30',
28+
duration: '18:02',
29+
audioSrc: '/podcasts/ibn-sina-unified-theory-review-2025-09-30.mp3',
30+
topics: ['Ibn Sina', 'Four Causes', 'Aristotelian Logic', 'Medieval Philosophy', 'Systematic Thinking', 'Metaphysics'],
31+
},
1232
{
1333
id: '2025-week-02',
1434
title: 'Mathematical Method as Universal Architecture',

0 commit comments

Comments
 (0)