From ee3dda4d09b323e55b16dc7d8f8647edb10cad17 Mon Sep 17 00:00:00 2001 From: Marvin Hansen Date: Thu, 22 Aug 2024 22:11:14 +0800 Subject: [PATCH 1/2] Added Rust Walkthrough: Using Diesel with custom array data types in Postgres. Signed-off-by: Marvin Hansen --- draft/2024-08-21-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-08-21-this-week-in-rust.md b/draft/2024-08-21-this-week-in-rust.md index c428f6d86..6fc02bb5a 100644 --- a/draft/2024-08-21-this-week-in-rust.md +++ b/draft/2024-08-21-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +[Using Diesel with custom array data types in Postgres.](https://github.com/marvin-hansen/bazel-diesel-postgres) + ### Research ### Miscellaneous From 8dbca4bef4990366b3d847d6bab321e262db81cf Mon Sep 17 00:00:00 2001 From: Marvin Hansen Date: Sat, 21 Dec 2024 22:54:17 +0800 Subject: [PATCH 2/2] Added article about Ai coding to Observations/Thoughts Signed-off-by: Marvin Hansen --- draft/2024-12-25-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-12-25-this-week-in-rust.md b/draft/2024-12-25-this-week-in-rust.md index 5ff39bd27..6a89dd885 100644 --- a/draft/2024-12-25-this-week-in-rust.md +++ b/draft/2024-12-25-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Transforming Rust Development: How Windsurf AI Tripled Productivity](https://neoexogenesis.com/posts/rust-windsurf-transformation/) + ### Rust Walkthroughs ### Research