Viewing profile — nmerouze
nmerouze
HN member- Joined
- Tue, Jan 12, 2010, 4:56 PM UTC
- HN karma
- 67
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About nmerouze
Recent public activity
- story
-
comment
Comment #16560397
I am VDR Taq positive and from what I gathered as long as you check your vitamin D levels from time to time and supplement accordingly it shouldn't be an issue. Also there are co-f…
-
comment
Comment #14130216
If it was sustainable, I would applaud. But the reality is that young people don't want to take over the farms and rural population decreases rapidly. Even with incentives, new peo…
-
comment
Comment #14128799
I lived in many European countries and all are cheaper. Same for the US. Canada might be an exception but the time I spent there (Vancouver), produce was cheaper than Japan (I live…
-
comment
Comment #14128233
Agriculture in Japan is very under-developed. You add the import restrictions and it leads to produce being twice as expensive (if not more) than most western countries. It also me…
-
comment
Comment #13633283
Stress makes you lost tons of vitamins and minerals. Eating whole foods as opposed to processed foods is important, but I agree reducing stress and exercising is more important.
-
comment
Comment #13633275
Cholesterol isn't bad, it's in fact very important for the production of testosterone among other things. The problem comes from the inability to use it because the body isn't heal…
-
comment
Comment #13578989
It's not really a fair comparison because Osaka has twice the area of Paris. My ward has the same density than Paris.
-
comment
Comment #13577265
I've lived in Paris where it is the same, or even worse because there are historic buildings everywhere. Now I live in Japan where it is the polar opposite. I live in a very dense …
-
comment
Comment #13277158
JSX is in the docs: https://vuejs.org/v2/guide/render-function.html#JSX I don't have any concrete example of Vue.js + JSX + TypeScript but I know it's a bit tricky, see this thread…
-
comment
Comment #13274710
You can use JSX instead of string templates. This way you can get type safety.
-
comment
Comment #12900502
I am currently using Elm on an app and had no difficulties creating a select list like the one in the article. I use Elm more as a way to write components on a server rendered page…
-
comment
Comment #12717474
Mexican food anywhere in Japan is pitiful and only slightly less worse in Tokyo. Living in Osaka, I clearly see a lack of diversity. I'm French, lived in Paris and travels a lot bu…
-
comment
Comment #12717430
You're clearly not biased about Naritake. I've went to Ramen places all over Japan and Naritake is just so awesome!
-
comment
Comment #12717401
I live in Osaka and it is an amazing place! I go to Tokyo a few times a year and it's clearly inferior. People here are really crazy about food.
- story
-
comment
Comment #11493513
I don't see how you could work with a growth team on the side but if you are searching for a website with existing traffic maybe you could do marketing for a popular open-source pr…
-
comment
Comment #11493421
You don't have to create an application, your product could be a book. IMO it is easier to make and to promote. I've read a book I really like called "Marketing for Developers": ht…
- story
- story
-
comment
Comment #9122861
A few studies showed caffeine can achieve the same results than DNP. And I know a few people who reversed fatty liver with caffeine alone in just 2 weeks. The only problem is to ha…
-
comment
Comment #8772818
If you want to render HTML, there's a lot of security features that you won't get with micro-frameworks. And even Beego and Revel have a lot to do to catch up with Rails and Django…
- story
- story
-
comment
Comment #8672400
Gin, a Go web framework similar to Martini, would probably performs 10 times better. Since the only purpose of using Martini is because it has a similar style than Phoenix, I would…