Live data from Hacker News

Viewing profile — designuki

designuki

HN member
Joined
Fri, Aug 21, 2026, 11:56 AM UTC
HN karma
-1
Public activity
4 items

About designuki

No profile information was provided.

Recent public activity

  1. comment
    Comment #49388397

    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. comment
    Comment #49387887

    > 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 …

  3. comment
    Comment #49387089

    > cultish https://lkml.org/lkml/2025/2/6/1292

  4. comment
    Comment #49386927

    > 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 pr…