Skip to content

Commit 16bbaa2

Browse files
Update sponsors and people
1 parent 9a69c9d commit 16bbaa2

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

db/data/people-per-episode.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ import people from './people';
33
type PersonId = (typeof people)[number]['id'];
44

55
export default {
6+
// 229
7+
'is-ai-just-stealing-with-extra-steps-presented-by-coderabbit': [
8+
{ id: 'robbiethewagner' },
9+
{ id: 'argyleink' }
10+
],
11+
// 228
12+
'santaexe-presented-by-coderabbit': [
13+
{ id: 'robbiethewagner' },
14+
{ id: 'chuckcarpenter' },
15+
{ id: 'argyleink' }
16+
],
617
// 227
718
'mcp-security-framework-fatigue-and-ai-agents-with-will-johnson-presented-by-coderabbit':
819
[{ id: 'robbiethewagner' }, { id: 'argyleink' }, { id: 'willjohnsonio' }],

db/data/sponsors-per-episode.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
export default {
2+
// 229
3+
'is-ai-just-stealing-with-extra-steps-presented-by-coderabbit': [
4+
{ id: 'code-rabbit' }
5+
],
6+
// 228
7+
'santaexe-presented-by-coderabbit': [{ id: 'code-rabbit' }],
28
// 227
39
'mcp-security-framework-fatigue-and-ai-agents-with-will-johnson-presented-by-coderabbit':
410
[{ id: 'code-rabbit' }],
5-
// 226
611
// 190
712
'vibe-podcasting-app-rewrites-ai-assistants-pbjs-and-more': [
813
{ id: 'norlan' }

starpod.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ export default defineStarpodConfig({
1111
bio: 'Huge Ember and Tailwind fanboy. I used to work at Netflix btw.',
1212
img: 'robbiethewagner.jpg',
1313
github: 'https://github.com/RobbieTheWagner',
14-
twitter: 'https://x.com/RobbieTheWagner',
14+
twitter: 'https://x.com/RobbieWagner',
1515
website: 'https://robbiethewagner.dev'
1616
},
1717
{
1818
name: 'Charles William Carpenter III',
1919
bio: 'Third of his name, user of gifs, hater of ESM.',
2020
img: 'chuckcarpenter.jpg',
2121
github: 'https://github.com/chuckcarpenter',
22-
twitter: 'https://x.com/CharlesWthe3rd',
22+
twitter: 'https://x.com/ChuckCarpenter',
2323
website: 'https://shipshape.io'
2424
},
2525
{

0 commit comments

Comments
 (0)