Live data from Hacker News

Viewing profile — natorion

natorion

HN member
Joined
Mon, Oct 11, 2010, 10:07 AM UTC
HN karma
289
Public activity
37 items

About natorion

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #41247342

    Playwright is shipping patched browsers. They take the open source version of the browser and patch in e.g. CDP support or other things that make automation "better. Playwright doe…

  3. comment
    Comment #34858672

    You would be surprised how much we talked about that . New/old are just relevant for the transition period.

  4. comment
    Comment #34858140

    It's real Chromium, not emulating a Chromium browser. "Old" Headless was merely pretending to be a Chromium browser, the "New" Headless is a Chromium browser. "Old" Headless requir…

  5. comment
    Comment #34858093

    Here are two of them: -Test reproducibility -Automated configuration rollouts in enterprise environments

  6. comment
    Comment #34858082

    We regularly get feature requests for Headless to provide a field or property that can be polled by JS frameworks to detect if Headless is active e.g. windows.isBot. Well, Headless…

  7. comment
    Comment #34857931

    I fail to see the connection. Can you elaborate?

  8. comment
    Comment #34857817

    What rumors? Can you provide any links or context?

  9. comment
    Comment #34857811

    PM working on Headless here. Masking bots is not the reason why the new Headless mode was created. The goal is to provide an headless browser that can be used in web tests. The ori…

  10. comment
    Comment #34857756

    I am the PM working on Headless. Feel free to ask questions in this thread and I will try to answer them if I can. Edit: Please also note that we have not released New Headless yet…

  11. comment
    Comment #20955762

    Can you please file a bug report on crbug.com?

  12. comment
    Comment #19672498

    You might also know this as PERT ( https://de.wikipedia.org/wiki/Program_evaluation_and_review_... ) I used it in the past and I think it is a good framework to discover uncertaint…

  13. comment
    Comment #18467499

    Google in Germany is hiring quite alright.

  14. story
  15. comment
    Comment #18334340

    You can enable it on Firefox nightly. I think the config name is something with shared_mem.

  16. comment
    Comment #18334333

    Yes, atomics and SABs are tied to SI being active.

  17. comment
  18. comment
    Comment #18334315

    Devs need to do feature detection like with any other feature e.g. for the presence of atomics and sharedarraybuffers.

  19. comment
    Comment #17529582

    Indeed. X64 and ia32 support vor Liftoff will be in 69.

  20. story
  21. comment
    Comment #13615647

    It is progressing quite nicely. We still don't know yet when it is ready to graduate from Canary/Dev though. Lot's of stuff to do!

  22. comment
    Comment #13615071

    Great summary with a few nits! I am not aware that Edge is "stupidly fast" on startup. Safari though, is indeed currently leading the field. As you correctly outlined, V8 is indeed…

  23. story
  24. story
  25. comment
    Comment #12665884

    There are tools with more depths: You can try about:tracing or the heap visualizer mentioned in the article.