Viewing profile — Cardinal
Cardinal
HN member- Joined
- Sun, Aug 14, 2011, 5:46 PM UTC
- HN karma
- 6
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About Cardinal
No profile information was provided.
Recent public activity
- story
-
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…
-
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?
-
comment
Comment #2884254
Thanks.
-
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…