Live data from Hacker News

Viewing profile — jridgewell

jridgewell

HN member
Joined
Sun, May 12, 2019, 3:39 AM UTC
HN karma
64
Public activity
22 items

About jridgewell

No profile information was provided.

Recent public activity

  1. comment
    Comment #45227889

    Yah, I was using char interchangeably with code point. I also used byte instead of code unit. > truncate a string without splitting a codepoint in O(1) is still useful Agreed!

  2. comment
    Comment #45227829

    This isn't quite right. In invalid UTF8, a continuation byte can also emit a replacement char if it's the start of the byte sequence. Eg, `0b01100001 0b10000000 0b01100001` outputs…

  3. comment
    Comment #45111270

    This is natively supported in Chrome now: https://www.google.com/search?q=chrome+memory+saver

  4. comment
    Comment #38998045

    Any chance it was https://pomb.us/build-your-own-react/ ? You can't really have hooks without building an entire framework, because the framework has to have the preserve the execu…

  5. comment
    Comment #38947765

    With the number of VPs sending emails, I think it's much larger than "hundreds".

  6. comment
    Comment #33418812

    `0.015.toFixed(2) === "0.01"`, and `0.087.toFixed(2) === "0.09"`

  7. comment
    Comment #33336309

    The engine here are the creates called "turbo-tasks" and "turbo-tasks-*" extend it with more features. See a bit in https://github.com/vercel/turbo/blob/main/architecture.md#tu...

  8. comment
    Comment #33336291

    Documentation here is one of the areas we need to work on. There's a bit in https://github.com/vercel/turbo/blob/main/architecture.md#tu... A small example of code that uses this i…

  9. comment
    Comment #33335722

    We plan on supporting both. We're still in the alpha phase, and have not designed the plugin API yet.

  10. comment
    Comment #33335707

    It's _currently_ Next specific, but we plan on making it generic and usable in any setup.

  11. comment
    Comment #33335695

    Our initial development cycles were dedicated on getting Next working. But we absolutely plan on expanding the to support generic bundling and will include that in the docs.

  12. comment
    Comment #32693097

    See a video preview at https://youtu.be/iQvviFlz7G0 Edit: @steventey has an excellent video at https://twitter.com/steventey/status/1565739260312952833

  13. story
  14. comment
    Comment #29203546

    Google Docs will eventually be overloaded with all the people accessing the doc. Linking to the [Preview] version helps, because it doesn't have to load the multi-user edit interfa…

  15. comment
    Comment #28104685

    Strange, I'm on Catalina and it runs fine. I did have to override the security settings [1], but everything else was fine. [1]: https://support.apple.com/guide/mac-help/open-a-mac-…

  16. comment
    Comment #27280214

    rawgit.com is sunsetted[1], so this URL may die any day now. It's simply a proxy server for content hosted on GitHub. In this case, the real source is https://gist.github.com/darcy…

  17. comment
    Comment #26708101

    The post isn't super clear, but I think they're describing base62 here. It says base62 later in text when talking about the checksum, and the "Our implementation for OAuth access t…

  18. comment
    Comment #24784156

    I generally disable push notifications when apps start sending sale spam. But I feel like pushing political ads is crossing a whole new line. I think this is the first time I've le…

  19. story
    Uber sends political ads through push notifications

    Just received [1] a push notification from Uber to support California Prop 22. This seems incredibly scummy, there must be a rule against this in app store. [1]: https://gist.githu…

  20. comment
    Comment #20586124

    It's at https://d07riv.github.io/diabloweb/spawn.mpq , they forgot to add the "/diabloweb" directory to the URL.

  21. comment
    Comment #19893661

    I don’t really follow what’s going on with larger Google. AMP team specifically has a collection of older phones that we test on to remember that we’re making decisions for low end…

  22. comment
    Comment #19889998

    This is the most well-informed comment about AMP I've ever read. Disclosure: I work on AMP.