Live data from Hacker News

Viewing profile — cbeust

cbeust

HN member
Joined
Thu, Apr 09, 2009, 9:51 PM UTC
HN karma
19
Public activity
8 items

About cbeust

No profile information was provided.

Recent public activity

  1. comment
    Comment #1245888

    dlsspy: It depends. I make complex merges/branches on a regular basis and I find myself using `commit -a` pretty often, but I am also diligently branching out whenever I start work…

  2. comment
    Comment #938939

    I wrote the Translate application for Android and I've had numerous people telling me in comments that thanks to my app, they were able to hook up with foreign girls and get laid. …

  3. comment
    Comment #914632

    Definitely: radio is the killer app that will save Nokia.

  4. comment
    Comment #885915

    Actually, the book "Design and Evolution of C++" shows Stroustrup saying "no" to quite a few features (e.g. named parameters). It would probably be more proper to say that Stroustr…

  5. comment
    Comment #791841

    You need to make languages fast on both dimensions, static and dynamic. A dynamically typed language can only be optimized in one dimension, which is why they usually trail behind …

  6. comment
    Comment #791673

    I sympathize with the author's dislike for C++ and while you can't argue that dynamic languages "could" at some point in the future be faster than C++, it's very unlikely to happen…

  7. comment
    Comment #756225

    As was pointed above, I'm not opposed to fluent interfaces and we use quite a few at my work (Google). I was just observing that you can't argue against mutators and then encourage…

  8. comment
    Comment #555236

    > Because of this, I'm tending to believe that > adding more strong-typing to languages is a > losing battle, I see this at the opposite. Just because an object says that it respon…