Viewing profile — abaco
abaco
HN member- Joined
- Wed, Jul 30, 2014, 1:33 PM UTC
- HN karma
- 27
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About abaco
No profile information was provided.
Recent public activity
-
comment
Comment #14356511
Unconfirmed and probably untrue :/
-
comment
Comment #13558757
Here's the medium link https://medium.com/the-mission/met-1-stranger-every-day-in-2...
-
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()
-
comment
Comment #12506967
FFS read the code before spouting random stuff. (!isNaN('100') && isFinite('100')) Negation (!) before isNaN()
-
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.
-
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.…
- comment
-
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, ..…
-
comment
Comment #8108077
A general example would be good :)
-
comment
Comment #8107973
Bit confused (ignorant actually) here. Can someone give a 'real world' example of the benefits of immutabile objects in js?