Skip to content

Commit 6702079

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 85be059 commit 6702079

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
Binary file not shown.

src/data/personas.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ export const personas: Persona[] = [
373373
],
374374
expertise: ["Electrical Engineering", "Invention", "Physics", "Innovation", "Wireless Technology"],
375375
nobel: false,
376-
featured: false
376+
featured: true
377377
},
378378
{
379379
id: "claude_shannon",
@@ -805,7 +805,7 @@ export const personas: Persona[] = [
805805
],
806806
expertise: ["Software Development", "AI Systems", "Digital Philosophy", "Content Curation", "Evolutionary Systems"],
807807
nobel: false,
808-
featured: true
808+
featured: false
809809
}
810810
]
811811

src/data/podcasts.ts

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

1111
export const podcastEpisodes: PodcastEpisode[] = [
12+
{
13+
id: '2025-week-02',
14+
title: 'Mathematical Method as Universal Architecture',
15+
description:
16+
'Fifteen-minute deep dive: How Lovelace, Turing, and Shannon reveal mathematical method as a foundational blueprint for reliable knowledge—where precise definitions act as logical gates, axioms set channel capacity, and rigorous thinking operates as error-correcting code across noisy cognitive channels.',
17+
date: '2025-09-30',
18+
duration: '15:56',
19+
audioSrc: '/podcasts/mathematical-method-universal-architecture-2025-09-30.mp3',
20+
topics: ['Mathematical Method', 'Computational Architecture', 'Information Theory', 'Cognitive Science', 'Universal Principles'],
21+
},
1222
{
1323
id: '2025-week-01',
1424
title: 'Weekly Atlas Signals — September 27, 2025',

0 commit comments

Comments
 (0)