Live data from Hacker News

Viewing profile — juwjfoobar

juwjfoobar

HN member
Joined
Sun, Feb 23, 2025, 3:20 AM UTC
HN karma
3
Public activity
2 items

About juwjfoobar

No profile information was provided.

Recent public activity

  1. comment
    Comment #43315892

    interfaces in Go are structural. Interfaces in Java are nominal and require immediate declaration of intent to implement at type definition.

  2. comment
    Comment #43314112

    The session interface is missing WithContext(ctx context.Context) unless something else is making it context aware