Live data from Hacker News

Viewing profile — aposteriori

aposteriori

HN member
Joined
Mon, Jan 05, 2009, 2:43 PM UTC
HN karma
20
Public activity
10 items

About aposteriori

No profile information was provided.

Recent public activity

  1. comment
    Comment #1249241

    Regarding who submitted it, PNAS works differently from other journals. Weissman is a member of the National Academy of Sciences, and as such he gets to contribute a paper X times …

  2. comment
    Comment #481911

    Fink/ports work enough, but like I said it doesn't integrate with the OS like on Debian/Ubuntu. I've already mentioned the issue of clashing versions (gcc from Fink vs from Apple, …

  3. comment
    Comment #481909

    Thanks, wasn't aware of this name.

  4. comment
    Comment #480775

    Let's not forget that it's only the expected return, i.e., the return as the number of trials goes to infinity. But, you don't have infinite money to spend, so there's a good chanc…

  5. comment
    Comment #433471

    I've been a long time Linux user and recently got a macbook, partly because it just works and I don't have to read 1001 web forums trying to decide whether the specific NVidia chip…

  6. comment
    Comment #431885

    I think that's true of all technical books. Before I part with my hard earned money on some technical tome, I ask myself whether it's a classic (Knuth springs to mind, K&R C), or a…

  7. comment
    Comment #427931

    Some people say double-blind reviews make things better since reviewers aren't (theoretically) influenced by the identity of the authors, and authors can't tailor their paper to su…

  8. comment
    Comment #423393

    As earl said, it's free! But that's not the most important aspect (although nice for a student). It's an actual programming language. Like Python, you can use both non-OOP and OOP …

  9. comment
    Comment #423026

    Well, I don't how NumPy can be significantly faster than R, as R basically passes most linear algebra down to BLAS and LAPACK. NumPy does the same, no?

  10. comment
    Comment #423012

    R is not at all like Excel, in form or function. R is actually a complete programming language, much more similar to Python in that respect. It supports two types of OOP (S3 and S4…