Live data from Hacker News

Viewing profile — pkjens04

pkjens04

HN member
Joined
Thu, Aug 01, 2013, 7:49 PM UTC
HN karma
5
Public activity
7 items

About pkjens04

No profile information was provided.

Recent public activity

  1. comment
    Comment #46514811

    Another data point: https://x.com/0xSero/status/2008083139814690852

  2. comment
    Comment #46514251

    Additional data point: https://www.reddit.com/r/ClaudeCode/comments/1q4s1wz/anyone_...

  3. story
  4. comment
    Comment #43713043

    A mutex locks the thread, which doesn't happen with TVar. For mutexes TMVar would be used.

  5. comment
    Comment #39455477

    How does this compare to http://flexipl.info/ Iirc backend and goals seem quite similar.

  6. comment
    Comment #6143005

    Java is not computer science

  7. comment
    Comment #6142997

    Exceptions are not "thrown" but caused, raised at best... The way Exceptions are provided in Java are bad if you'd ask me. Anyway you should expect CS graduates with experience in …