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.
45
45
* [ Meilisearch 1.16 — multi-modal embeddings and direct migration API] ( https://www.meilisearch.com/blog/meilisearch-1-16 )
46
46
47
47
### 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 )
49
49
* [ Injecting Java from native libraries on Android] ( https://octet-stream.net/b/scb/2025-08-03-injecting-java-from-native-libraries-on-android.html )
50
50
* [ You Are The BIOS Now: Building A Hypervisor In Rust With KVM] ( https://yeet.cx/blog/you-are-the-bios-now )
51
51
* [ Opsqueue: lightweight batch processing queue for heavy loads] ( https://www.channable.com/tech/introducing-opsqueue )
52
52
* [ 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 )
54
54
* [ The Generativity Pattern in Rust] ( https://arhan.sh/blog/the-generativity-pattern-in-rust/ )
55
55
* [ The Complexities of Rust Async Streams] ( https://swatinem.de/blog/rust-async-streams/ )
56
56
* [ 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:
25
25
Please read README.md for guidance on submissions.
26
26
Each submitted link should be of the form:
27
27
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)
29
34
30
35
If you don't know which category to use, feel free to submit a PR anyway
31
36
and just ask the editors to select the category.
You can’t perform that action at this time.
0 commit comments