Live data from Hacker News

Viewing profile — jffaufwwasd

jffaufwwasd

HN member
Joined
Fri, Jun 20, 2025, 12:46 AM UTC
HN karma
4
Public activity
2 items

About jffaufwwasd

No profile information was provided.

Recent public activity

  1. 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.

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