Skip to content

Commit 4c9fa92

Browse files
authored
Add content for this week I came across (#4619)
* Rust videos for this week * Remove duplicate * AWS Podcast episode that covered rust for AI The podcast in general is not only about rust but this episode was about rust and covered how rust is making in roads for use in AI. * Change to Goolge Podcast Link I couldn't find a more suitable link. The previous one worked fine in incognito but asked me to login if I just clicked it normally. This one doesn't ask me to login in either case. * Add new video * Add blog post * Add video on converting websites to rust for frontend * Added most recent episode in a series I'm not sure if I should have included a link to the playlist with the rest of the episodes so I did and figured it was easier to remove than for the editor to find. I also wasn't sure if I should used both "tags" video and series so I did and again easier to remove than add.
1 parent b37d916 commit 4c9fa92

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

draft/2023-08-16-this-week-in-rust.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ and just ask the editors to select the category.
5555

5656
* [The Case for Rust on the Web](https://mainmatter.com/blog/2023/08/14/the-case-for-rust-on-the-web/)
5757

58+
* [Explaining Rust’s Deref trait](https://timclicks.dev/explaining-rusts-deref-trait/)
59+
5860
### Rust Walkthroughs
5961

6062
### Research
@@ -64,6 +66,16 @@ and just ask the editors to select the category.
6466
* [audio] [Adopting Rust: present and future of the Rust web ecosystem, with Luca Palmieri](https://rustacean-station.org/episode/luca-palmieri-web-ecosystem/)
6567
* [video] [Physics in Bevy: How to get Rapier in your games](https://www.youtube.com/watch?v=hrsoyBqE--A)
6668

69+
* [video] [Open the Rust compiler's puzzle book - weird-exprs.rs](https://www.youtube.com/watch?v=RydzFK11-bE)
70+
* [video] [Causal inference in Rust - deep_causality | Crate of the Week 507](https://www.youtube.com/watch?v=vNz-iKRhneA)
71+
* [video] [Dioxus 0.4: Server Functions](https://www.youtube.com/watch?v=BbQzRdxekao)
72+
* [video] [history.txt vs sqlite with Atuin](https://www.youtube.com/watch?v=WB7qojkkVVU)
73+
* [video] [The Database of Four Dimensional Reality - SpacetimeDB](https://www.youtube.com/watch?v=v4EF3d2_QTg)
74+
* [video] [noisy material shaders in bevy](https://www.youtube.com/watch?v=OoluUyC3KEM)
75+
* [video] [I spent six months rewriting everything in Rust](https://www.youtube.com/watch?v=vL2nB1VwX1M)
76+
* [[series]](https://youtube.com/playlist?list=PL4iN-WluNkURv_EbC3b1vFM3hH-pGEc2U) [video] [Game Dev Log 4 - Schedules](https://www.youtube.com/watch?v=iyzW8w-2s00)
77+
* [audio] [Episode 092 - Moving to Rust in the Age of AI with Noah Gift](https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zb3VuZGNsb3VkLmNvbS91c2Vycy9zb3VuZGNsb3VkOnVzZXJzOjk5NDM2MzU0OS9zb3VuZHMucnNz/episode/dGFnOnNvdW5kY2xvdWQsMjAxMDp0cmFja3MvMTU5MDkyMDQ4Mw)
78+
6779
## Crate of the Week
6880

6981
This week's crate is [agree](https://crates.io/crates/agree), a command-line tool implementing Shamir's Secret Sharing.

0 commit comments

Comments
 (0)