Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions app/info/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ TODO: Fill in missing startTime/endTime values by watching videos
*/

export const talks = [
// March 2026
{
videoId: "z3lbfdhgiUc",
speaker: "Keith Chester",
title: "Firecracker MicroVMs + Poprocks",
date: "2026-03-21",
year: 2026,
startTime: "11m18s",
endTime: "35m43s"
},
{
videoId: "z3lbfdhgiUc",
speaker: "AJ Caldwell",
title: "NanoClaw: The Claude Native Claw",
date: "2026-03-21",
year: 2026,
startTime: "36m21s",
endTime: "54m45s"
},
// February 2026
{
videoId: "J0vc9F2_JYs",
Expand Down
Loading