Skip to content

Commit e98c45f

Browse files
Add some people and transcripts
1 parent 2b24e76 commit e98c45f

13 files changed

Lines changed: 9718 additions & 1 deletion

File tree

db/data/people-per-episode.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
export default {
2+
// 194
3+
'static-dynamic-generative-whats-next-for-the-web-w-guillermo-rauch': [
4+
{ id: 'chuckcarpenter' },
5+
{ id: 'aarondfrancis', host: true },
6+
{ id: 'rauchg' }
7+
],
8+
// 193
9+
'why-you-cant-skip-the-fundamentals-w-henri-helvetica': [
10+
{ id: 'chuckcarpenter' },
11+
{ id: 'aarondfrancis', host: true },
12+
{ id: 'henrihelvetica' }
13+
],
14+
// 192
15+
'are-frameworks-still-worth-the-tradeoffs-w-adam-rackis': [
16+
{ id: 'chuckcarpenter' },
17+
{ id: 'aarondfrancis', host: true },
18+
{ id: 'adamrackis' }
19+
],
20+
// 191
21+
'wtf-is-mcp-w-david-cramer': [
22+
{ id: 'robbiethewagner' },
23+
{ id: 'chuckcarpenter' },
24+
{ id: 'zeeg' }
25+
],
226
// 190
327
'vibe-podcasting-app-rewrites-ai-assistants-pbjs-and-more': [
428
{ id: 'robbiethewagner' },

db/data/people.ts

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export default [
22
{ id: 'aarondfrancis', name: 'Aaron Francis', img: 'aarondfrancis.jpg' },
3+
{ id: 'adamrackis', name: 'Adam Rackis', img: 'adamrackis.jpg' },
34
{ id: 'adamstac', name: 'Adam Stacoviak', img: 'adamstac.jpg' },
45
{ id: 'amerawhite2', name: 'Amera White', img: 'amerawhite2.jpg' },
56
{ id: 'argyleink', name: 'Adam Argyle', img: 'argyleink.jpg' },
@@ -9,6 +10,11 @@ export default [
910
name: 'Ryan Burgess',
1011
img: 'burgessdryan.jpg'
1112
},
13+
{
14+
id: 'bytesofbree',
15+
name: 'Bree Hall',
16+
img: 'bytesofbree.jpg'
17+
},
1218
{
1319
id: 'carlopiana',
1420
name: 'Carlo Piana',
@@ -64,6 +70,11 @@ export default [
6470
name: 'Taylor Poindexter',
6571
img: 'engineering_bae.jpg'
6672
},
73+
{
74+
id: 'henrihelvetica',
75+
name: 'Henri Helvetica',
76+
img: 'henrihelvetica.jpg'
77+
},
6778
{
6879
id: 'htmx_org',
6980
name: 'Carson Gross',
@@ -157,6 +168,11 @@ export default [
157168
name: 'Philip Winston',
158169
img: 'pbwinston.jpg'
159170
},
171+
{
172+
id: 'rauchg',
173+
name: 'Guillermo Rauch',
174+
img: 'rauchg.jpg'
175+
},
160176
{
161177
id: 'rich_harris',
162178
name: 'Rich Harris',
@@ -228,5 +244,6 @@ export default [
228244
img: 'typecraft_dev.jpg'
229245
},
230246
{ id: 'wagslane', name: 'Lane Wagner', img: 'wagslane.jpg' },
231-
{ id: 'wesbos', name: 'Wes Bos', img: 'wesbos.jpg' }
247+
{ id: 'wesbos', name: 'Wes Bos', img: 'wesbos.jpg' },
248+
{ id: 'zeeg', name: 'David Cramer', img: 'zeeg.jpg' }
232249
];

0 commit comments

Comments
 (0)