Live data from Hacker News

Viewing profile — oliverkyss

oliverkyss

HN member
Joined
Tue, Aug 23, 2016, 3:39 PM UTC
HN karma
12
Public activity
9 items

About oliverkyss

No profile information was provided.

Recent public activity

  1. comment
    Comment #14271979

    If the curation process allows joke packages to pass through, it is completely useless. Looks like the only difference from npm is extra bureaucracy then.

  2. comment
    Comment #13597481

    But why male models?

  3. comment
    Comment #12863846

    What wheel does React reinvent?

  4. comment
    Comment #12863821

    What question? You seem to have already decided on the answer without asking anything.

  5. comment
    Comment #12708602

    So when you do calculations with important numbers, you just push the results to the store without checking them and hope for the best? NaNs can happen in any language with floats,…

  6. comment
    Comment #12707342

    Why would that be surprising? NaN as a result definitely means that you cannot multiply array by object in JS either. JavaScript uses IEEE 754 special values, not exceptions on ari…

  7. comment
    Comment #12346036

    Sorry, I meant "11" (String), same result as with JS. see here: https://repl.it/Cqeq/0

  8. comment
    Comment #12345741

    That's not true, you're going from string _and_ an integer, because '*' is a binary operator. (And it isn't communicative as shown here, which is another 'problem') But that's not …

  9. comment
    Comment #12344687

    Java: 11 I guess companies should stop using Java for big enterprise applications with tons of dependencies. Or this isn't a problem because programmers usually know the basics of …