Viewing profile — pkjens04
pkjens04
HN member- Joined
- Thu, Aug 01, 2013, 7:49 PM UTC
- HN karma
- 5
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About pkjens04
No profile information was provided.
Recent public activity
-
comment
Comment #46514811
Another data point: https://x.com/0xSero/status/2008083139814690852
-
comment
Comment #46514251
Additional data point: https://www.reddit.com/r/ClaudeCode/comments/1q4s1wz/anyone_...
- story
-
comment
Comment #43713043
A mutex locks the thread, which doesn't happen with TVar. For mutexes TMVar would be used.
-
comment
Comment #39455477
How does this compare to http://flexipl.info/ Iirc backend and goals seem quite similar.
-
comment
Comment #6143005
Java is not computer science
-
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 …