Skip to content

Commit 536c64a

Browse files
authored
Merge branch 'master' into master
2 parents 87758aa + 2d3c5fa commit 536c64a

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

content/2024-10-02-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
467467
468468
-->
469469

470-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
470+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1fa0tf6/official_rrust_whos_hiring_thread_for_jobseekers/)
471471

472472
# Quote of the Week
473473

content/2024-10-09-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
401401
402402
-->
403403

404-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
404+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1fa0tf6/official_rrust_whos_hiring_thread_for_jobseekers/)
405405

406406
# Quote of the Week
407407

draft/2024-10-16-this-week-in-rust.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,25 @@ and just ask the editors to select the category.
3636
### Newsletters
3737

3838
### Project/Tooling Updates
39+
* [On Rust in enterprise kernels](https://lwn.net/SubscriberLink/993337/68c7e5af573545e6/)
40+
* [FFI type mismatches in Rust for Linux](https://lwn.net/SubscriberLink/993163/3c2b06af07814cd2/)
41+
* [Zapping pointers out of thin air](https://lwn.net/SubscriberLink/993484/385b176aa8939e7b/)
42+
* [Using LKMM atomics in Rust](https://lwn.net/SubscriberLink/993785/cbe8cf5846d6864a/)
43+
44+
* "pigg" (the Raspberry Pi GPIO GUI) 0.4.0 released with TCP connection support [Release](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.4.0), [Discussion](https://github.com/andrewdavidmackenzie/pigg/discussions/503)
3945

4046
### Observations/Thoughts
47+
* [An experiment in async Rust](https://ochagavia.nl/blog/an-experiment-in-async-rust/)
48+
* [Upgrade the Logging in your Rust Tests](https://tylerjw.dev/posts/20241012-rust-logging-in-tests/)
49+
50+
* [Improve an algorithm performance step by step](https://blog.mapotofu.org/blogs/rabitq-bench/)
51+
52+
* [Nine Rules for Running Rust on Embedded Systems](https://medium.com/towards-data-science/nine-rules-for-running-rust-on-embedded-systems-b0c247ee877e)
4153

4254
### Rust Walkthroughs
4355

4456
* [series] [Serde for Trait Object 3: Deserialization](https://voelklmichael.github.io/Blog/serde-trait-part3.html)
57+
* [video] [Build with Naz : Rust memory address and size](https://www.youtube.com/watch?v=ivqIty5EOf8)
4558

4659
### Research
4760

@@ -104,7 +117,12 @@ If you are an event organizer hoping to expand the reach of your event, please s
104117

105118
### Rust Compiler Performance Triage
106119

107-
<!-- Perf results go here -->
120+
No major changes this week.
121+
122+
Triage done by **@simulacrum**.
123+
Revision range: [e6c46db4..5ceb623a](https://perf.rust-lang.org/?start=e6c46db4e9fd11e3183c397a59d946731034ede6&end=5ceb623a4abd66e91e7959d25caaf0523f1a7f7c&absolute=false&stat=instructions%3Au)
124+
125+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/master/triage/2024-10-14.md)
108126

109127
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
110128

@@ -189,6 +207,8 @@ Rusty Events between 2024-10-16 - 2024-11-13 🦀
189207
* [**Last Tuesday**](https://www.meetup.com/dallasrust/events/301585671/)
190208
* 2022-10-31 | Virtual (Nürnberg, DE) | [Rust Nurnberg DE](https://www.meetup.com/rust-noris/)
191209
* [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/300820274/)
210+
* 2024-11-07 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
211+
* [**Rust Hack and Learn**](https://meet.jit.si/RustHackAndLearnBerlin) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298633272/)
192212

193213
### Africa
194214
* 2024-11-02 | Kampala, UG | [Rust Circle Kampala](https://www.eventbrite.com/o/rust-circle-kampala-65249289033/)

0 commit comments

Comments
 (0)