|
| 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