Viewing profile — maybebug
maybebug
HN member- Joined
- Thu, Jul 16, 2026, 4:09 PM UTC
- HN karma
- 1
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About maybebug
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #48942057
[flagged]
-
comment
Comment #48942049
[flagged]
-
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…