Live data from Hacker News

Viewing profile — zpao

zpao

HN member
Joined
Wed, Jan 26, 2011, 10:30 PM UTC
HN karma
213
Public activity
48 items

About zpao

No profile information was provided.

Recent public activity

  1. comment
    Comment #41504470

    Hi, Paul from the Open Source Team here at Meta. HHVM is still in use and there are no changes to the level of maintenance the open source project gets. There's no conspiracy, no q…

  2. comment
    Comment #31343450

    Rome is a completely separate project that Meta no longer owns. You can check https://rome.tools/ for the project status.

  3. story
  4. comment
    Comment #12694184

    Hi, Paul from the React team here. There have been lots of questions about the license+patents combo we use. Recently our legal team answered some of those questions. https://code.…

  5. comment
    Comment #12091610

    It was the right decision at the time - it made React much more familiar for people at FB who were writing PHP/Hack (Dan called this familiarity out in the post). It also enabled s…

  6. comment
    Comment #12088334

    No we've known and said it for a long time but not very loudly. People haven't used them sparingly and they tend to infect a codebase. Now we're just making a more concerted effort…

  7. comment
    Comment #10201121

    Another way, which we actually supported in 0.13, was to turn on "pause on caught exceptions" in your debugger. We throw and catch a warning so that you could catch warnings live. …

  8. comment
    Comment #10200002

    They're only needed if you don't start your JSX expression on the same line as the return.

  9. comment
    Comment #10199527

    FWIW, https://github.com/facebook/react/blob/master/package.json is not actually the package.json we ship to npm. This is just for building. https://github.com/facebook/react/blob/…

  10. comment
    Comment #9535965

    > Might lead to a SpiderMonkey version of Node.js at some point, too. I worked on that 4 years ago :) " rel="nofollow">http://zpao.com/posts/about-that-hybrid-v8monkey-engine/> . T…

  11. comment
    Comment #8962078

    No sample code yet and yes it will be open sourced.

  12. comment
    Comment #8962071

    iOS and android right now. And yes, native components can be rendered directly with JSX. And you won't need to mix with DOM. For example doesn't mean anything on iOS.

  13. comment
    Comment #8962032

    No, it skips the DOM entirely and works with native elements (iOS views) directly.

  14. comment
    Comment #8683150

    It is worth considering, but it's often worth finding out what the cure is before writing it off. You have to make the right tradeoffs (eg, when working on a tight deadline, it's p…

  15. comment
    Comment #8523677

    Maybe. We're still working on the details about what that will look like. Chances are we'll have some basic support if you're doing a limited set of things. Stay tuned.

  16. comment
    Comment #8523653

    Mostly what @BinaryBullet said. fb.me is a urlshortener and then it hits real CDNed files. I (as maintainer of React) suggest not actually using fb.me urls in production. Use cdnjs…

  17. comment
    Comment #8121699

    So long as you know the colors in [0] are all just the hardcoded CSS "standard" colors, then great :) There are some "awesome" ones there (papayawhip, lightgoldenrodyellow) and the…

  18. comment
    Comment #7468476

    AFAIK You're taxed on receiving stock as if it were income. This is regardless of if you sell it today, tomorrow, or never. After that you're only taxed on gains. If you sold on th…

  19. comment
    Comment #7426312

    You could actually do this without a single change to the JSX transform, and instead just make a simple object that calls m() with the right params. Then you just change the @jsx p…

  20. comment
    Comment #6939374

    Sorry to get your hopes up! I'll try to remember to make it a bit more obvious next time.

  21. story
  22. comment
    Comment #6904256

    No, they aren't. Taking a look at the first one on the list... the latest version was published in 2011.

  23. comment
    Comment #6893082

    The trick is to use rawgithub.com (where you would otherwise see raw.github.com) - http://rawgithub.com/pinterest/cloudgrid/master/example/inde...

  24. story
  25. story