Live data from Hacker News

Viewing profile — jafffsuds

jafffsuds

HN member
Joined
Sun, May 24, 2026, 3:51 AM UTC
HN karma
5
Public activity
3 items

About jafffsuds

No profile information was provided.

Recent public activity

  1. comment
    Comment #48267308

    > There’s no built-in goroutine-style preemption. Long CPU-bound work in an async task starves the executor; you offload to tokio::task::spawn_blocking or rayon instead. I don't kn…

  2. comment
    Comment #48254377

    He's been busy with the typescript-go project

  3. comment
    Comment #48254295

    What you are describing is something different called a disjoint union which will maintain the identities of the left and right values when there is overlap. The C# unions appear t…