Live data from Hacker News

Viewing profile — robinricard

robinricard

HN member
Joined
Sat, Mar 22, 2014, 10:41 PM UTC
HN karma
194
Public activity
34 items

About robinricard

Robin Ricard [Personal page](http://rricard.me) // [Github](https://github.com/rricard) // [Twitter](https://twitter.com/r_ricard) // [Resume](http://rricard.me/resume)

Recent public activity

  1. comment
    Comment #20771302

    The Realms polyfill is a polyfill for an actual TC39 JS proposal [0]. It's currently at stage 2. If the proposal gets accepted, you will not need the polyfill. This would also work…

  2. comment
    Comment #15237053

    You can already find a package wrapping the ocaml-language-server. I tried it and it works well with reason: https://atom.io/packages/ide-reason . You should also install language-…

  3. comment
    Comment #15115634

    Honestly you should not use a React boilerplate of any kind as of today. We got pretty decent alternatives today in order to avoid using that kind of stuff: - You're just getting s…

  4. comment
    Comment #12707679

    Your dashboard seems like an interesting approach for taking the best of both worlds! learnapollo seems awesome too! I think that Apollo would benefit from this kind of documentati…

  5. comment
    Comment #12706997

    Disclaimer: I'm a contributor to Apollo [0], an alternative client to Relay. This is a great initiative! I remember struggling to learn Relay, I love it though, used it in some toy…

  6. comment
    Comment #12615373

    You should start with React, honestly. Learning React is a bit about learning the framework but in order to be a good react dev, you mainly need to know how to write some good JS. …

  7. comment
    Comment #11845229

    Both systems are really great, however, when adding typechecking into an existing codebase, flow does offer more flexibility thanks to weak checking and annotation comments. You ca…

  8. comment
  9. story
  10. comment
    Comment #9810434

    The first snippet uses the CommonJS [1] standard (a way to import packages into a JS file that is used by Node, webpack or browserify for example). The second snippet uses ES6 modu…

  11. comment
    Comment #9588356

    Hi! I'm Robin, an engineer at Anyfetch. Ask us anything. We're pre-launching the product and we would like some HN feedback!

  12. comment
    Comment #9588076

    Repost https://news.ycombinator.com/item?id=4435547

  13. story
  14. story
  15. story
  16. comment
    Comment #9437981

    This is a nice, complete and well-documented review of why Clojure is not made for Android. I disagree with the conclusion though: yeah, the classic JVM-clojure seems doomed on And…

  17. story
  18. comment
    Comment #9328786

    Hi HN ! I wanted to submit that to you because I think it is currently completely useless (It could be more of an API draft in fact). I just wanted to create a mechanism to enforce…

  19. story
  20. story
  21. comment
    Comment #8960747

    Combining Promises+ES6 Generators seems the next way to go. It is already used successfully in many Firefox tests and the syntax just feels great. For the Node.js ecosystem, you sh…

  22. comment
    Comment #8907461

    - First he makes the point that mobile has taken over desktop very fast. - Then he explains we are not as experienced in mobile (here for 6 years) than in desktop as we know it (he…

  23. comment
    Comment #8886326

    First of all they're not the same thing. Coffeescript transpiles to JS (ES3 or 4 if I remember well) and ES6 is a new standard (not finished yet). Maybe one day coffee may compile …

  24. comment
    Comment #8843990

    Previous HN thread: https://news.ycombinator.com/item?id=4435547

  25. comment
    Comment #8728197

    For all of the issues I have been facing, most of them were actually triggered by virtualbox. Those issues can be quite annoying but can be solved quite easily if you don't have ot…