Live data from Hacker News

Viewing profile — ChrisGaudreau

ChrisGaudreau

HN member
Joined
Fri, Mar 21, 2014, 2:08 AM UTC
HN karma
298
Public activity
95 items

About ChrisGaudreau

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #9638957

    In the context of React, it allows you to implement a `shouldComponentUpdate` method which simply compares the references of two objects, which is extremely fast. If the references…

  3. comment
    Comment #9624929

    Prototype-type based systems are cool in theory, but aren't much fun to use in practice. They are incredibly powerful and easy to abuse. Basically single inheritance in disguise. C…

  4. story
  5. comment
    Comment #9589304

    I think I actually had a similar problem, but using `filter`. Don't really remember though.

  6. comment
    Comment #9556521

    Separation of concerns and separation of technologies are a different thing. It would appear you haven't done your research. See Pete Hunt's famous talk: https://www.youtube.com/wa…

  7. comment
  8. comment
    Comment #9535549

    I prefer flipped smileys. (:

  9. story
  10. story
  11. story
  12. comment
    Comment #9474733

    http://facebook.github.io/react/blog/2015/02/20/introducing-...

  13. story
  14. comment
    Comment #9405467

    Would this technique work to center, say, an tag with undeclared dimensions inside of a div? Or do you have to jump through hoops?

  15. comment
    Comment #9379231

    An alternative using ES6 object parameters: function addObserver(observer, func, { weak = false } = {}) { if (weak) { // ... } } addObserver(observer, 'load', { weak: true });

  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #9301280

    > the fact that it is hosted makes it a non starter. What do you mean?

  21. story
  22. comment
    Comment #9140872

    Just Ember. I'm pretty sure Ember doesn't even have a dependency on Handlebars anymore. (possibly only off stable)

  23. comment
    Comment #9086371

    A Pry for Go would be enough to make me switch fully to Go.

  24. story
  25. comment
    Comment #8697297

    Except that corn is used for more than just ethanol.