Skip to content

Commit

Permalink
feat: add youtube links for 2023-10-12 talks (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
joekr authored Dec 16, 2023
1 parent 191c943 commit 3b11b51
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/app/past/2023-10-12/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,35 @@ export default function Talks() {
title: "Ham Radio: Where Even Experts are Amateurs",
info: "A brief introduction into the Amateur Radio Service and how hams operate.",
presenter: "Todd Willey",
link: "https://www.youtube.com/watch?v=L-kR3w0NLCo",
},
{
time: "6:30pm",
title: "Things I hate about developers ",
info: "",
presenter: "Davis St. Aubin",
resources: "",
link: "https://www.youtube.com/watch?v=jLHviP2rtmA",
},
{
time: "6:45pm",
title: "Introduction to Vue.js",
info: "",
presenter: "Craig Geil",
resources: "",
link: "https://www.youtube.com/watch?v=L-kR3w0NLCo",
},
{
time: "7:00pm",
title: "ASM R you serious",
title: "How does a machine, machine?",
info: "",
presenter: "John Martinez",
resources: "",
link: "https://www.youtube.com/watch?v=n-FNV1o_juc",
},
{
time: "7:30pm",
title: "LLMs throughout the lifecycle of Generative AI Projects",
info: "Focused more on demystifying some keywords people vaguely understand about customizing language models for specific use cases.",
presenter: "Lee Park",
resources: "",
link: "https://www.youtube.com/watch?v=j9pR1pOmEZU",
},
],
date: new Date(2023, 4, 18),
Expand Down

0 comments on commit 3b11b51

Please sign in to comment.