Skip to content

Commit 3b11b51

Browse files
authored
feat: add youtube links for 2023-10-12 talks (#35)
1 parent 191c943 commit 3b11b51

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/app/past/2023-10-12/page.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,35 @@ export default function Talks() {
88
title: "Ham Radio: Where Even Experts are Amateurs",
99
info: "A brief introduction into the Amateur Radio Service and how hams operate.",
1010
presenter: "Todd Willey",
11+
link: "https://www.youtube.com/watch?v=L-kR3w0NLCo",
1112
},
1213
{
1314
time: "6:30pm",
1415
title: "Things I hate about developers ",
1516
info: "",
1617
presenter: "Davis St. Aubin",
17-
resources: "",
18+
link: "https://www.youtube.com/watch?v=jLHviP2rtmA",
1819
},
1920
{
2021
time: "6:45pm",
2122
title: "Introduction to Vue.js",
2223
info: "",
2324
presenter: "Craig Geil",
24-
resources: "",
25+
link: "https://www.youtube.com/watch?v=L-kR3w0NLCo",
2526
},
2627
{
2728
time: "7:00pm",
28-
title: "ASM R you serious",
29+
title: "How does a machine, machine?",
2930
info: "",
3031
presenter: "John Martinez",
31-
resources: "",
32+
link: "https://www.youtube.com/watch?v=n-FNV1o_juc",
3233
},
3334
{
3435
time: "7:30pm",
3536
title: "LLMs throughout the lifecycle of Generative AI Projects",
3637
info: "Focused more on demystifying some keywords people vaguely understand about customizing language models for specific use cases.",
3738
presenter: "Lee Park",
38-
resources: "",
39+
link: "https://www.youtube.com/watch?v=j9pR1pOmEZU",
3940
},
4041
],
4142
date: new Date(2023, 4, 18),

0 commit comments

Comments
 (0)