Skip to content

Commit 39f2a04

Browse files
authored
Merge pull request #6882 from homersimpsons/patch-1
Add [video] tag for youtube.com links in 2025-08-06 file and add guidance
2 parents 36ccee6 + c0aa8fc commit 39f2a04

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

content/2025-08-06-this-week-in-rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ and just ask the editors to select the category.
4545
* [Meilisearch 1.16 — multi-modal embeddings and direct migration API](https://www.meilisearch.com/blog/meilisearch-1-16)
4646

4747
### Observations/Thoughts
48-
* [How I Make 3D Games](https://www.youtube.com/watch?v=hAWv6AJ8M-Y)
48+
* [video] [How I Make 3D Games](https://www.youtube.com/watch?v=hAWv6AJ8M-Y)
4949
* [Injecting Java from native libraries on Android](https://octet-stream.net/b/scb/2025-08-03-injecting-java-from-native-libraries-on-android.html)
5050
* [You Are The BIOS Now: Building A Hypervisor In Rust With KVM](https://yeet.cx/blog/you-are-the-bios-now)
5151
* [Opsqueue: lightweight batch processing queue for heavy loads](https://www.channable.com/tech/introducing-opsqueue)
5252
* [Rust, Python, and TypeScript: the new trifecta](https://smallcultfollowing.com/babysteps/blog/2025/07/31/rs-py-ts-trifecta/)
53-
* [Vibe coding complex changes in Rust](https://www.youtube.com/watch?v=EL7Au1tzNxE)
53+
* [video] [Vibe coding complex changes in Rust](https://www.youtube.com/watch?v=EL7Au1tzNxE)
5454
* [The Generativity Pattern in Rust](https://arhan.sh/blog/the-generativity-pattern-in-rust/)
5555
* [The Complexities of Rust Async Streams](https://swatinem.de/blog/rust-async-streams/)
5656
* [How Rust Helped Me Write Better Code](https://forgestream.idverse.com/blog/20250805-how-rust-helped-me-write-better-code/)

draft/DRAFT_TEMPLATE

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ Dear community contributors:
2525
Please read README.md for guidance on submissions.
2626
Each submitted link should be of the form:
2727

28-
* [Title of the Linked Page](https://example.com/my_article)
28+
* [Title of the linked Page](https://example.com/my_article)
29+
30+
If you add a link to a non-text content please prefix it with `[video]` or `[audio]`:
31+
32+
* [video] [Title of the linked video](https://example.com/my_video_article)
33+
* [audio] [Title of the linked audio file](https://example.com/my_podcast)
2934

3035
If you don't know which category to use, feel free to submit a PR anyway
3136
and just ask the editors to select the category.

0 commit comments

Comments
 (0)