Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
designuki
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
2 ms
·
1.
▲
by
designuki
1mo ago
How do you feel about pinning in Rust, and how comfortable are you with the aliasing rules of Rust when working with unsafe Rust?
2.
▲
by
designuki
1mo ago
> The "fix" in C11 is to just say we have the C++ 11 Memory Ordering Model and here are some built-ins for the ordered atomic operations that implies. Isn't Rust's solution mostly the same, just with C++20? https:&#x
3.
▲
by
designuki
1mo ago
> cultish https://lkml.org/lkml/2025/2/6/1292
4.
▲
by
designuki
1mo ago
> Basically [Rust] can enforce that every resource that is used, is properly opened, is properly accessed, has (one writer) OR (multiple readers and no writer) at a time, and is properly closed. It can do this for memory, files, sockets,