Live data from Hacker News

Viewing profile — johntran

johntran

HN member
Joined
Fri, Sep 23, 2016, 6:18 PM UTC
HN karma
54
Public activity
17 items

About johntran

No profile information was provided.

Recent public activity

  1. comment
    Comment #28361665

    Not sure why this is being downvoted. Deleting posts via scripts gave my Facebook a second life. I just use it for messenger and events. Highly recommended.

  2. comment
    Comment #26170627

    It's most likely easier to brute force a password than to break into someone's house. Would be easier to demand all credentials by gunpoint with that much effort.

  3. comment
    Comment #22230518

    I took Calculus AB in high school and the teacher was notorious for giving students D's and F's because of his teaching style was poor and the exams were difficult. The only saving…

  4. comment
    Comment #19033914

    You are a wonderful person. Keep doing you :).

  5. comment
    Comment #18264680

    The author misses the point where Facebook was only able to attract talent to their company because of open source. FB currently employs the creators of Babel, Redux, and Inferno; …

  6. comment
    Comment #18261214

    I currently use ImgBot[1] to optimize all my assets in my GitHub repo. Works well. [1] https://github.com/marketplace/imgbot

  7. comment
    Comment #17721646

    @jamesknelson Also worth mentioning that TS npm download is greater than React consistently. http://www.npmtrends.com/typescript-vs-react-vs-vue-vs-flow-... I've used Flow in 2016 …

  8. comment
    Comment #16570367

    Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems by Martin Kleppmann. Absolute best book on system design.

  9. comment
    Comment #16181887

    You're just adding an element to an array infinitely. Of course it'll crash because you'll run out of memory to support the array. How is this a bug? What's the expected behavior?

  10. comment
    Comment #15822173

    https://blog.acolyer.org/2017/09/19/to-type-or-not-to-type-q... TL;DR: both Flow and TypeScript are pretty good, and conservatively either of them can prevent about 15% of the bugs…

  11. comment
    Comment #14334511

    Mayden China

  12. comment
    Comment #14143265

    1. Could you two do a Reactiflux Q&A? 2. Are people on the Relay OSS team willing to answer StackOverflow-type questions on a certain time? - I would want to be able to programmati…

  13. comment
    Comment #13727536

    Smoking sativas is a hidden performance hack. Easier to recover from cannabis than from drinking.

  14. comment
    Comment #13408380

    The Mythical Man-Month. https://en.wikipedia.org/wiki/The_Mythical_Man-Month It was written 40 years ago, but it is still relevant to today. Its so important to think about how to …

  15. comment
    Comment #13408328

    https://ucannualwage.ucop.edu/wage/ There's literally 30 pages of UC Berkeley professors and admins making >$200k. At UCI, the cost of living is less than Berkeley, but there are 6…

  16. comment
    Comment #13155163

    "I expect Vue to become a primary JS framework in 16-24 months if Evan You makes right steps, at least around backenders and smaller teams of frontenders." When Vue.js gets a big e…

  17. comment
    Comment #12867196

    What are the pros and cons between Relay and Apollo?