Live data from Hacker News

Viewing profile — jefftchan

jefftchan

HN member
Joined
Wed, Sep 21, 2011, 2:54 AM UTC
HN karma
1,333
Public activity
50 items

About jefftchan

twitter.com/jeffchan

Recent public activity

  1. comment
    Comment #13776182

    For context, "Names/blames me for account deletes" is probably related to: http://www.complex.com/life/2017/02/uber-users-deleting-app-... https://twitter.com/FamousCeleb/status/83…

  2. story
  3. story
  4. story
  5. comment
    Comment #11177427

    Relatedly, I wanted to highlight that Dan Abramov is currently working on a refactor of ReactPerf [1] which will make the performance measurements more accurate. [1] https://github…

  6. comment
    Comment #11083952

    https://www.ycombinator.com/ethics/ > Some examples of ethical behavior we expect from founders are: > ... > - Not using misleading, illegal or dishonest sales tactics. > ... Does …

  7. story
  8. story
  9. story
  10. comment
    Comment #10077346

    Great post! I found Fenwick trees particularly useful when I was implementing layout / view recycling. The problem is that you need to keep track of a large number of vertically st…

  11. comment
    Comment #10076856

    Totally agree. See Facebook's messenger.com for a similar thing, done much better.

  12. comment
    Comment #9528611

    What about Ripple.js [1] [2], which Segment also released ~1 year ago? Is that dead now? [1] https://ripplejs.github.io [2] https://news.ycombinator.com/item?id=7609816

  13. comment
    Comment #9474859

    This is great. Can't wait for the actual release. One question I have is how GraphQL/Relay works for writing/modifying data on the server?

  14. comment
    Comment #9192003

    Chromium is already on Github. https://github.com/chromium

  15. story
  16. comment
    Comment #8955073

    For me, the part of Flux that's difficult to understand is how server data flows into the cycle (left-hand side of the diagram). The Flux docs only recommends that server interacti…

  17. comment
    Comment #8869288

    I'd like to see scoping added so it's possible to easily switch keyboard bindings based on the feature/context. https://github.com/madrobby/keymaster does an OK job with this, and …

  18. comment
    Comment #8804212

    Any recommendations for software to manage workspaces on OS X?

  19. comment
    Comment #8792159

    MIT's distributed systems class is also taught in Go - http://css.csail.mit.edu/6.824/2014/schedule.html

  20. comment
    Comment #8751036

    Here's an open source alternative: https://github.com/SelfControlApp/selfcontrol/

  21. comment
    Comment #8562981

    Point #2 is especially spot on. Right now TransitionGroup clones every child [1] to preserve children for unmounting, but it's incredibly inefficient, especially if you have thousa…

  22. comment
    Comment #8292257

    Can we now use Stripe + Apple Pay to circumvent 30% revenue cut?

  23. comment
    Comment #8265453

    The page width awkwardly jumps when toggling between unified and split diff. Is this a glitch, or intentional?

  24. story
  25. comment
    Comment #8099285

    Yes, a chain of actions (for example, a sequence of AJAX requests that need to be fired)