Live data from Hacker News

Viewing profile — maxbaroi

maxbaroi

HN member
Joined
Wed, Apr 25, 2012, 7:04 PM UTC
HN karma
19
Public activity
11 items

About maxbaroi

No profile information was provided.

Recent public activity

  1. comment
    Comment #6174285

    Would someone involved in the art world please comment. I always thought seeing a painting in person would be crucial to buying art (if you're in the really high end). There's more…

  2. comment
    Comment #5915469

    Bullshit. Smith is way less common of a family name in English than Kim is in Korean.

  3. comment
    Comment #5876870

    Everyone who studies that sort of thing has told me that viewing ancient roman sexuality through a homosexual vs heterosexual lens is not quite right. You need to look at it more t…

  4. comment
    Comment #5726188

    Thanks for the reply. Look forward to the next post. I guess I prefer to be bogged down, or at least have the ability to go deeper off some tangent and then be able to return to th…

  5. comment
    Comment #5725886

    I'm not being facetious. I don't know anything about the implementation of the JVM or its byte-code, and was hoping to learn a bit. But... 1. How was I supposed to know 0x19 was th…

  6. comment
    Comment #5725774

    If you think you can replace the Office Suite with Google docs, then you don't know how the other half lives. It just wouldn't work for people whose primary programming and analysi…

  7. comment
    Comment #5714931

    The first person to comment sets the narrative.

  8. comment
    Comment #5609029

    "Listen to yourself, constantly improve and have a thirst for knowledge..." is pretty general advice. He explicitly says it's not specific to being a developer. I don't think, "con…

  9. comment
    Comment #5326578

    (define compose (f g) (lambda (x) (f (g x)))) What if f is a function of n-arity (define compose (f g) (lambda (x) (f . (g x)))) If g is n-arity (define compose (f g) (lambda (x) (…

  10. comment
    Comment #5003555

    Proposal for the next release: Any code that gives a warning should either a) Print so many hail marys or b) Be half deleted

  11. comment
    Comment #3890545

    Yes, a lot of people throughout the world are working on write once run everywhere and they're the Java, Go, Python, Ruby, Lua... language developers. And I have to imagine that wh…