Skip to content

Commit 1595326

Browse files
authored
Merge pull request #1533 from kfahn22/creative_coding_ai
Add creative coding ai livestream to website
2 parents 2e9c139 + c229cc3 commit 1595326

File tree

2 files changed

+80
-0
lines changed
  • content

2 files changed

+80
-0
lines changed

β€Žcontent/tracks/side-tracks/livestreams/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"title": "Coding Train Live!",
33
"description": "This side track is a collection of select livestreams.",
44
"videos": [
5+
"livestreams/creative_coding_ai_agent",
56
"livestreams/shiffbot",
67
"livestreams/decade-of-code",
78
"livestreams/sentence-embeddings/clustering-sentence-embeddings",
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"title": "Creative Coding AI Agent",
3+
"description": "In this live episode of the Coding Train, I start working on a VSC extension for a creative coding AI agent.",
4+
"videoId": "-_ivRdVjjzA",
5+
"date": "2024-03-24",
6+
"languages": ["Javascript"],
7+
"topics": ["AI agent", "VSC extension", "node"],
8+
"canContribute": true,
9+
"relatedChallenges": ["179-wolfram-ca", "182-apollonian-gasket"],
10+
"timestamps": [
11+
{ "time": "0:00:00", "title": "Count down starts" },
12+
{ "time": "0:06:50", "title": "Welcome to the livestream!" },
13+
{ "time": "0:18:12", "title": "Agenda" },
14+
{ "time": "0:19:42", "title": "ShiffBot" },
15+
{ "time": "0:23:01", "title": "NOC" },
16+
{ "time": "0:28:32", "title": "Instgram" },
17+
{ "time": "0:37:54", "title": "Nebula" },
18+
{ "time": "0:39:47", "title": "Discord updates" },
19+
{ "time": "0:48:51", "title": "Start working on VSC extension" },
20+
{ "time": "2:00:37", "title": "Outro" }
21+
],
22+
"codeExamples": [
23+
{
24+
"title": "Bizarro-Devin Github Repository",
25+
"description": "My repository with the code for Bizarro-Devin",
26+
"urls": { "other": "https://github.com/CodingTrain/Bizarro-Devin" }
27+
}
28+
],
29+
"groupLinks": [
30+
{
31+
"title": "References",
32+
"links": [
33+
{
34+
"icon": "πŸ”—",
35+
"title": "The Nature of Code",
36+
"url": "https://nostarch.com/nature-code",
37+
"description": "Website where you can pre-order The Nature of Code."
38+
},
39+
{
40+
"icon": "πŸ”—",
41+
"title": "ShiffBot",
42+
"url": "https://shiffbot.withgoogle.com",
43+
"description": "Google website where you can learn about Shiffbot."
44+
},
45+
{
46+
"icon": "πŸ”—",
47+
"title": "Your First Extension",
48+
"url": "https://code.visualstudio.com/api/get-started/your-first-extension",
49+
"description": "Tutorial about the fundamental concepts for building VSC extensions."
50+
},
51+
{
52+
"icon": "πŸ”—",
53+
"title": "Hello World Minimal Sample",
54+
"url": "https://github.com/microsoft/vscode-extension-samples/tree/main/helloworld-minimal-sample",
55+
"description": "This is a minimal version of the VSC Hello World Sample."
56+
},
57+
{
58+
"icon": "πŸ”—",
59+
"title": "Stand up Maths",
60+
"url": "https://www.youtube.com/@standupmaths",
61+
"description": "Matt Parker's YouTube channel"
62+
},
63+
{
64+
"icon": "πŸ”—",
65+
"title": "sableraph",
66+
"url": "https://www.twitch.tv/sableraph",
67+
"description": "Raphael de Courville's Twitch channel"
68+
},
69+
{
70+
"icon": "πŸ”—",
71+
"title": "Patt Vira YouTube channel",
72+
"url": "https://www.youtube.com/@pattvira",
73+
"description": "Patt Vira's YouTube channel"
74+
}
75+
]
76+
}
77+
],
78+
"credits": []
79+
}

0 commit comments

Comments
Β (0)