From 86772db0cedd17fab4e08b9cb09882bf98d33a11 Mon Sep 17 00:00:00 2001 From: homersimpsons Date: Sat, 9 Aug 2025 15:02:34 +0200 Subject: [PATCH 1/2] Add [video] tag for youtube.com links in 2025-08-06 file and add guidance --- content/2025-08-06-this-week-in-rust.md | 4 ++-- draft/DRAFT_TEMPLATE | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/content/2025-08-06-this-week-in-rust.md b/content/2025-08-06-this-week-in-rust.md index e348fcf6e..d8331e047 100644 --- a/content/2025-08-06-this-week-in-rust.md +++ b/content/2025-08-06-this-week-in-rust.md @@ -45,12 +45,12 @@ and just ask the editors to select the category. * [Meilisearch 1.16 — multi-modal embeddings and direct migration API](https://www.meilisearch.com/blog/meilisearch-1-16) ### Observations/Thoughts -* [How I Make 3D Games](https://www.youtube.com/watch?v=hAWv6AJ8M-Y) +* [video] [How I Make 3D Games](https://www.youtube.com/watch?v=hAWv6AJ8M-Y) * [Injecting Java from native libraries on Android](https://octet-stream.net/b/scb/2025-08-03-injecting-java-from-native-libraries-on-android.html) * [You Are The BIOS Now: Building A Hypervisor In Rust With KVM](https://yeet.cx/blog/you-are-the-bios-now) * [Opsqueue: lightweight batch processing queue for heavy loads](https://www.channable.com/tech/introducing-opsqueue) * [Rust, Python, and TypeScript: the new trifecta](https://smallcultfollowing.com/babysteps/blog/2025/07/31/rs-py-ts-trifecta/) -* [Vibe coding complex changes in Rust](https://www.youtube.com/watch?v=EL7Au1tzNxE) +* [video] [Vibe coding complex changes in Rust](https://www.youtube.com/watch?v=EL7Au1tzNxE) * [The Generativity Pattern in Rust](https://arhan.sh/blog/the-generativity-pattern-in-rust/) * [The Complexities of Rust Async Streams](https://swatinem.de/blog/rust-async-streams/) * [How Rust Helped Me Write Better Code](https://forgestream.idverse.com/blog/20250805-how-rust-helped-me-write-better-code/) diff --git a/draft/DRAFT_TEMPLATE b/draft/DRAFT_TEMPLATE index a0df27d30..2e4057a15 100644 --- a/draft/DRAFT_TEMPLATE +++ b/draft/DRAFT_TEMPLATE @@ -25,7 +25,11 @@ Dear community contributors: Please read README.md for guidance on submissions. Each submitted link should be of the form: -* [Title of the Linked Page](https://example.com/my_article) +* [Title of the linked Page](https://example.com/my_article) + +If you add a link to a non-text content please prefix it with `[video]` or `[podcast]`: + +* [video] [Title of the linked video](https://example.com/my_video_article) If you don't know which category to use, feel free to submit a PR anyway and just ask the editors to select the category. From c0aa8fc3ece67c0f1c8a6561e82c3d2579234e49 Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 13 Aug 2025 16:37:00 -0700 Subject: [PATCH 2/2] Change podcast prefix to audio in draft template --- draft/DRAFT_TEMPLATE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/draft/DRAFT_TEMPLATE b/draft/DRAFT_TEMPLATE index 2e4057a15..2973b9805 100644 --- a/draft/DRAFT_TEMPLATE +++ b/draft/DRAFT_TEMPLATE @@ -27,9 +27,10 @@ Each submitted link should be of the form: * [Title of the linked Page](https://example.com/my_article) -If you add a link to a non-text content please prefix it with `[video]` or `[podcast]`: +If you add a link to a non-text content please prefix it with `[video]` or `[audio]`: * [video] [Title of the linked video](https://example.com/my_video_article) +* [audio] [Title of the linked audio file](https://example.com/my_podcast) If you don't know which category to use, feel free to submit a PR anyway and just ask the editors to select the category.