From 2ce3c8fc1587326c7ab6c3c57e7a17eefc3b79be Mon Sep 17 00:00:00 2001 From: John Arundel Date: Mon, 14 Jul 2025 14:36:40 +0100 Subject: [PATCH 1/2] Add 'Here comes the sun' blog post --- draft/2025-07-16-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-07-16-this-week-in-rust.md b/draft/2025-07-16-this-week-in-rust.md index 70b56f59d..ff1c78d87 100644 --- a/draft/2025-07-16-this-week-in-rust.md +++ b/draft/2025-07-16-this-week-in-rust.md @@ -42,6 +42,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Here comes the sun](https://bitfieldconsulting.com/posts/here-comes-sun) + ### Rust Walkthroughs ### Research From 3cc1d1f74c2acb04373d88024f85249d40c19cca Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:45:37 -0700 Subject: [PATCH 2/2] Added specificity to blog title --- draft/2025-07-16-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-07-16-this-week-in-rust.md b/draft/2025-07-16-this-week-in-rust.md index ff1c78d87..c3c986f91 100644 --- a/draft/2025-07-16-this-week-in-rust.md +++ b/draft/2025-07-16-this-week-in-rust.md @@ -42,7 +42,7 @@ and just ask the editors to select the category. ### Observations/Thoughts -* [Here comes the sun](https://bitfieldconsulting.com/posts/here-comes-sun) +* [Here comes the sun: iteratively building a Rust program that gets the current weather conditions](https://bitfieldconsulting.com/posts/here-comes-sun) ### Rust Walkthroughs