@@ -3,6 +3,53 @@ import people from './people';
33type PersonId = ( typeof people ) [ number ] [ 'id' ] ;
44
55export default {
6+ // 209
7+ 'is-cracker-barrel-a-js-framework' : [
8+ { id : 'robbiethewagner' } ,
9+ { id : 'argyleink' }
10+ ] ,
11+ // 208
12+ 'dial-up-is-dead-long-live-adam-argyle' : [
13+ { id : 'robbiethewagner' } ,
14+ { id : 'argyleink' }
15+ ] ,
16+ // 207
17+ 'will-frameworks-survive-web-development-in-an-ai-driven-world-w-typecraft-and-robert-jackson' :
18+ [
19+ { id : 'robbiethewagner' } ,
20+ { id : 'chuckcarpenter' } ,
21+ { id : 'typecraft' , host : true } ,
22+ { id : 'rwjblue' }
23+ ] ,
24+ // 206
25+ 'live-from-big-sky-dev-con-code-debates-content-insights-and-whats-next-for-web-development' :
26+ [
27+ { id : 'robbiethewagner' } ,
28+ { id : 'aarondfrancis' } ,
29+ { id : 'typecraft' } ,
30+ { id : 'ken_wheeler' }
31+ ] ,
32+ // 205
33+ 'error-500-our-lives' : [ { id : 'robbiethewagner' } , { id : 'chuckcarpenter' } ] ,
34+ // 204
35+ 'modern-web-dev-meets-2000s-flip-phone-what-could-go-wrong' : [
36+ { id : 'robbiethewagner' } ,
37+ { id : 'chuckcarpenter' } ,
38+ { id : 'tom_barrasso' }
39+ ] ,
40+ // 203
41+ 'from-the-rickhouse-tech-talk-social-media-use-and-netflix-with-the-primeagen' :
42+ [
43+ { id : 'robbiethewagner' } ,
44+ { id : 'chuckcarpenter' } ,
45+ { id : 'theprimeagen' }
46+ ] ,
47+ // 202
48+ 'from-the-rickhouse-why-svelte-might-just-outdo-react-w-rich-harris' : [
49+ { id : 'robbiethewagner' } ,
50+ { id : 'chuckcarpenter' } ,
51+ { id : 'rich_harris' }
52+ ] ,
653 // 201
754 'from-faang-to-fired-the-illusion-of-stability-in-big-tech-w-adam-argyle' : [
855 { id : 'robbiethewagner' } ,
@@ -140,7 +187,7 @@ export default {
140187 'is-cereal-soup-the-fg-scale-and-js-vs-css-with-adam-argyle' : [
141188 { id : 'robbiethewagner' } ,
142189 { id : 'chuckcarpenter' } ,
143- { id : 'argyleink' }
190+ { id : 'argyleink' , host : false }
144191 ] ,
145192 // 177
146193 'authenticity-in-a-world-of-algorithms' : [
@@ -209,7 +256,7 @@ export default {
209256 'front-end-adventures-with-bad-at-css-david-east-and-adam-argyle' : [
210257 { id : 'robbiethewagner' } ,
211258 { id : 'chuckcarpenter' } ,
212- { id : 'argyleink' } ,
259+ { id : 'argyleink' , host : false } ,
213260 { id : 'davideast' }
214261 ] ,
215262 // 165
0 commit comments