Live data from Hacker News

Viewing profile — Cardinal

Cardinal

HN member
Joined
Sun, Aug 14, 2011, 5:46 PM UTC
HN karma
6
Public activity
5 items

About Cardinal

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #3395527

    It has to be Java Concurrency in Practice. Even though it has Java in its name I think every programmer should read this. Other books I absolutely loved are Effective Java 2 and Pr…

  3. story
    Ask HN: What are the interesting/inspiring people to follow?

    Currently I only have Paul Graham and Paul Buchheit on my list. Josh Bloch is really top also for Java people. What do you guys read?

  4. comment
  5. comment
    Comment #2884061

    I have a Java background and I don't really use JavaScript, but I'd like to understand something : var man = fromPrototype(person, { sex: "male" }); After this code runs, we have a…