File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff 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/ )
Original file line number Diff line number Diff line change @@ -25,7 +25,12 @@ Dear community contributors:
2525Please read README.md for guidance on submissions.
2626Each 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
3035If you don't know which category to use, feel free to submit a PR anyway
3136and just ask the editors to select the category.
You can’t perform that action at this time.
0 commit comments