Viewing profile — jefftchan
jefftchan
HN member- Joined
- Wed, Sep 21, 2011, 2:54 AM UTC
- HN karma
- 1,333
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About jefftchan
Recent public activity
-
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…
- story
- story
- story
-
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…
-
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 …
- story
- story
- story
-
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…
-
comment
Comment #10076856
Totally agree. See Facebook's messenger.com for a similar thing, done much better.
-
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
-
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?
-
comment
Comment #9192003
Chromium is already on Github. https://github.com/chromium
- story
-
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…
-
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 …
-
comment
Comment #8804212
Any recommendations for software to manage workspaces on OS X?
-
comment
Comment #8792159
MIT's distributed systems class is also taught in Go - http://css.csail.mit.edu/6.824/2014/schedule.html
-
comment
Comment #8751036
Here's an open source alternative: https://github.com/SelfControlApp/selfcontrol/
-
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…
-
comment
Comment #8292257
Can we now use Stripe + Apple Pay to circumvent 30% revenue cut?
-
comment
Comment #8265453
The page width awkwardly jumps when toggling between unified and split diff. Is this a glitch, or intentional?
- story
-
comment
Comment #8099285
Yes, a chain of actions (for example, a sequence of AJAX requests that need to be fired)