Viewing profile — saifelse
saifelse
HN member- Joined
- Thu, Jul 05, 2012, 11:55 PM UTC
- HN karma
- 21
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About saifelse
Recent public activity
-
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…
-
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…
-
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.
-
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 …
-
comment
Comment #11177238
Author here, interested to hear what other tools/workflows you use for debugging!
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #11036667
Author here, happy to answer any questions!
-
comment
Comment #8628871
More like: if(userHasUpdatedPw) { checkPw(hash(pw)) } else{ checkPw(hash(assertDoubledAndTakeHalf(pw)))}
-
comment
Comment #5052991
Is there a particular reason why Google servers are still accessible from within MIT despite MITnet being down?