You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Fighting human trafficking with self-contained applications](https://lwn.net/SubscriberLink/1036916/8fa1fd58807543b6/)
50
+
*[CHERI with a Linux on top](https://lwn.net/SubscriberLink/1037974/7860e9a3612d70fb/)
51
+
*[SeaORM 2.0: A closer look](https://www.sea-ql.org/blog/2025-09-24-sea-orm-2.0/)
52
+
*[GuardianDB: The Rust Implementation of OrbitDB. A peer-to-peer database for the Decentralized Web.](https://www.willsearch.com.br/)
53
+
*[Styx Emulator: A new emulation framework for DSPs, weird SoCs and embedded systems](https://stumbl.ing/posts/styx-emulator-release/)
54
+
*[GlueSQL v0.18.0 adds Send/Sync support and a new derive macro for typed row mapping](https://github.com/gluesql/gluesql/releases/tag/v0.18.0)
47
55
*[Implementing automatic TLS for Pingoo: here is what it takes to build a secure internet](https://kerkour.com/pingoo-automatic-tls)
48
56
49
57
### Observations/Thoughts
58
+
*[Reducing binary size of (Rust) programs with debuginfo](https://kobzol.github.io/rust/2025/09/22/reducing-binary-size-of-rust-programs-with-debuginfo.html)
59
+
*[A more stable Rust Ecosystem](https://ranger-ross.github.io/blog/more-stable-ecosystem/)
60
+
*[Comparing Rust to Carbon](https://lwn.net/SubscriberLink/1036912/ecf2235a9ef774d9/)
*[Rust Contribution Experience: From a Curious Outsider to a GreptimeDB Advocator: My Journey into Open Source Contribution](https://greptime.com/blogs/2025-09-23-greptimedb-submission-rust-contribute-guide)
50
63
51
64
### Rust Walkthroughs
65
+
*[Axum Backend Series: Models, Migration, DTOs and Repository Pattern](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-model-setup/)
66
+
*[video][(Kernel) Task Switching in Rust](https://www.youtube.com/watch?v=JP4-JJefY_A)
52
67
53
68
### Research
54
69
55
70
### Miscellaneous
71
+
*[Leading The Way For Safety Certified Rust: A Conversation With Espen Albrektsen Of Sonair](https://filtra.io/rust/interviews/sonair-sep-25)
56
72
57
73
## Crate of the Week
58
74
59
-
<!-- COTW goes here -->
75
+
This week's crate is [faer](https://docs.rs/faer), a eneral-purpose linear algebra library for rust, with a focus on high performance for algebraic operations on medium/large matrices, as well as matrix decompositions.
76
+
77
+
Despite another week going by without a suggested weekly crate, llogiq is pleased with his choice.
60
78
61
79
[Please submit your suggestions and votes for next week][submit_crate]!
62
80
@@ -95,6 +113,11 @@ If you are a Rust project owner and are looking for contributors, please submit
-[Supports profile signal for OLTP](https://github.com/GreptimeTeam/greptimedb/issues/6760)
118
+
-[Currently KILL cannot terminate queries like INSERT INTO SELECT](https://github.com/GreptimeTeam/greptimedb/issues/6334)
119
+
-[Supports exporting compressed CSV or JSON files](https://github.com/GreptimeTeam/greptimedb/issues/6286)
120
+
98
121
### CFP - Events
99
122
100
123
Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker.
@@ -106,7 +129,64 @@ If you are an event organizer hoping to expand the reach of your event, please s
106
129
107
130
## Updates from the Rust Project
108
131
109
-
<!-- Rust updates go here -->
132
+
430 pull requests were [merged in the last week][merged]
* 2025-10-21 | Leipzig, SN, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/)
@@ -316,7 +398,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
316
398
317
399
# Quote of the Week
318
400
319
-
<!-- QOTW goes here -->
401
+
> We're here to learn. We will do so relentlessly.
402
+
403
+
– [Jon Gjengset on YouTube](https://youtu.be/Wnb_n5YktO8?feature=shared&t=5645)
404
+
405
+
Thanks to [John Arundel](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1718) for the suggestion!
320
406
321
407
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments