Live data from Hacker News

Viewing profile — saifelse

saifelse

HN member
Joined
Thu, Jul 05, 2012, 11:55 PM UTC
HN karma
21
Public activity
12 items

About saifelse

[ my public key: https://keybase.io/saifelse; my proof: https://keybase.io/saifelse/sigs/cSTmRL5Dgn1wvSyZ2q9DU2oshyFSIvBa4B3gfVln_WQ ]

Recent public activity

  1. comment
    Comment #14477960

    > McDonald’s doesn’t plan to use the individual images by themselves for this reason. “When you present the visuals for the five key nutrients together in full color,” Fairgrieve c…

  2. comment
    Comment #14149946

    Author of the Benchling mixin / blog post, here. Thanks for including the credit and for making this technique more easily usable! I'm quite happy that this is being utilized by so…

  3. comment
    Comment #13260222

    While it may be optimized, I think the suggestion is that instead of using a hack repeatedly, it is arguably better to be DRY and abstract it away.

  4. comment
    Comment #12393643

    Somewhat interestingly before you'd go from getsentry.com --> app.getsentry.com during authentication, whereas now the domain is the same (i.e. sentry.io/welcome --> sentry.io). I …

  5. comment
    Comment #11177238

    Author here, interested to hear what other tools/workflows you use for debugging!

  6. comment
    Comment #11039835

    Building a fast rich text editor in React is no easy task, and would be at least a series of articles :-P. At Benchling we've built a fairly fast rich text editor in React--but it …

  7. comment
    Comment #11039761

    I'm going to cover this in my next post, but I've found that using PureRenderMixin with fairly large number of items (~100s) works. The non-trivial step is often identifying why yo…

  8. comment
    Comment #11039705

    What you described is the current replacement for auto-bind (that React.createClass used to do for you). The issue arises when you have not just one SubComponent, but n SubComponen…

  9. comment
    Comment #11036996

    > can you share more details about your UI stack and dev workflows Our front-end stack was primarily just webpack (no JSX because CoffeeScript's terseness sufficed). We recently st…

  10. comment
    Comment #11036667

    Author here, happy to answer any questions!

  11. comment
    Comment #8628871

    More like: if(userHasUpdatedPw) { checkPw(hash(pw)) } else{ checkPw(hash(assertDoubledAndTakeHalf(pw)))}

  12. comment
    Comment #5052991

    Is there a particular reason why Google servers are still accessible from within MIT despite MITnet being down?