Live data from Hacker News

Viewing profile — maybebug

maybebug

HN member
Joined
Thu, Jul 16, 2026, 4:09 PM UTC
HN karma
1
Public activity
5 items

About maybebug

No profile information was provided.

Recent public activity

  1. comment
    Comment #48942152

    > I fully agree! But why then did you conflate safety and memory safety? > Rust's standard library is filled with 'unsafe' because one of the design goals of the standard library w…

  2. comment
    Comment #48942119

    Memory safe languages, where usage of Miri and Valgrind (tools to for instance debug memory unsafety) are common and integrated into CI for some of the projects in the language. Ev…

  3. comment
    Comment #48942057

    [flagged]

  4. comment
    Comment #48942049

    [flagged]

  5. comment
    Comment #48936766

    Nitpicking ahead: I am not sure, but there might be a bug in their pattern matching example. What happens if 'verb' is "GET" and 'path' is "/users/1234/posts/1234/extra_path/and/mo…