Viewing profile — medikoo
medikoo
HN member- Joined
- Thu, Feb 16, 2012, 8:37 AM UTC
- HN karma
- 9
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About medikoo
Recent public activity
-
comment
Comment #10225148
Product makes great impression. Still I have a slight problem with pricing scheme. If for a band 5GB is not enough, and needs e.g. 10GB instead, it needs to put out 120€ per month …
-
comment
Comment #10079114
If I remember correctly they were paying to charity for giving them stars ;-)
- story
-
comment
Comment #7608718
Where people use parseInt, they usually should use Number: ['10', '10', '10'].map(Number); // [10, 10, 10] ;)
-
comment
Comment #7397505
President's time is limited, so it's better if just representatives of bigger groups of people call him directly. I think we can say that in some sense Mark represents larger group…
-
comment
Comment #7297359
I have always spare battery on me (fits small pocket), and it's quite often it has its use. When I travel I always have 2 spare batteries, so I have assured battery live for long d…
-
story
Browser load time comparison of CJS (Node.js) and AMD module systems
AMD turns out as ca. x10 slower
- comment
-
comment
Comment #5413835
I have Mountain Lion on early 2008 MBP, and it works really well. What's funny any problems that I had with this computer (Wifi port permanently turning off), started with one of t…
-
comment
Comment #5399507
How Feedly is not dependent on Google Reader? I see that it syncs with Google Reader, but what will happen when Google Reader will die? Does Feedly provide simple import/export fun…
-
comment
Comment #5323569
Fixing one version with exactly same other is just wrong, why do they do that?
-
comment
Comment #5291201
Still with no support of __proto__ which means it's unusable for sophisticated stuff.
-
comment
Comment #5263707
well.. 64GB limit of internal memory, makes this device not capable for any serious development, design etc. work.
-
comment
Comment #5231017
I think there are more use cases for similar tool but based on Set instead of an Array. Otherwise worth noting
-
comment
Comment #4600896
JavaScript is my main language since about 5 years, and I love it. I know a lot JavaScript developers and honestly I don't know any that "hate" the language, about 80% are very pas…
-
comment
Comment #3597889
I'll just add that I totally I agree with samth I'm strong user of Node.js style modules (also for client side) and I see modules as proposed for Harmony as big step forward. It's …