Live data from Hacker News

Viewing profile — abaco

abaco

HN member
Joined
Wed, Jul 30, 2014, 1:33 PM UTC
HN karma
27
Public activity
10 items

About abaco

No profile information was provided.

Recent public activity

  1. comment
    Comment #14356511

    Unconfirmed and probably untrue :/

  2. comment
    Comment #13558757

    Here's the medium link https://medium.com/the-mission/met-1-stranger-every-day-in-2...

  3. comment
    Comment #12507055

    Well that's because this is checking if a value may be a valid number. It's not safely converting the value to a number. That's done after a parseFloat()

  4. comment
    Comment #12506967

    FFS read the code before spouting random stuff. (!isNaN('100') && isFinite('100')) Negation (!) before isNaN()

  5. comment
    Comment #8608618

    And this is the reason why Google is that worried about 'european privacy'. Being less reliant on american companies is not that bad for the rest of the world.

  6. comment
    Comment #8601633

    I am italian, would be surprise if a member of our government is even able to switch on a computer. But I know that in Germany (for example) this problem is a big thing http://www.…

  7. comment
  8. comment
    Comment #8601596

    Problem is quite a few european countries right now don't trust american companies anymore so they are working on their own mail service, cloud, network and hardware components, ..…

  9. comment
    Comment #8108077

    A general example would be good :)

  10. comment
    Comment #8107973

    Bit confused (ignorant actually) here. Can someone give a 'real world' example of the benefits of immutabile objects in js?