Viewing profile — jffaufwwasd
jffaufwwasd
HN member- Joined
- Fri, Jun 20, 2025, 12:46 AM UTC
- HN karma
- 4
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About jffaufwwasd
No profile information was provided.
Recent public activity
-
comment
Comment #44473580
> Having built a few non-trivial projects with Claude Code Can you clarify what "non-trivial" means here? To me "non-trivial" is writing FoundationDB or Kafka from scratch.
-
comment
Comment #44418999
This is where you should be combining them. Ok' and Err' as nominal type constructors which are unioned: struct Ok (T); struct Err (E); fn parse_error(input_string: &str) -> Ok Err…