Viewing profile — natorion
natorion
HN member- Joined
- Mon, Oct 11, 2010, 10:07 AM UTC
- HN karma
- 289
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About natorion
No profile information was provided.
Recent public activity
- story
-
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…
-
comment
Comment #34858672
You would be surprised how much we talked about that . New/old are just relevant for the transition period.
-
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…
-
comment
Comment #34858093
Here are two of them: -Test reproducibility -Automated configuration rollouts in enterprise environments
-
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…
-
comment
Comment #34857931
I fail to see the connection. Can you elaborate?
-
comment
Comment #34857817
What rumors? Can you provide any links or context?
-
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…
-
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…
-
comment
Comment #20955762
Can you please file a bug report on crbug.com?
-
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…
-
comment
Comment #18467499
Google in Germany is hiring quite alright.
- story
-
comment
Comment #18334340
You can enable it on Firefox nightly. I think the config name is something with shared_mem.
-
comment
Comment #18334333
Yes, atomics and SABs are tied to SI being active.
- comment
-
comment
Comment #18334315
Devs need to do feature detection like with any other feature e.g. for the presence of atomics and sharedarraybuffers.
-
comment
Comment #17529582
Indeed. X64 and ia32 support vor Liftoff will be in 69.
- story
-
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!
-
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…
- story
- story
-
comment
Comment #12665884
There are tools with more depths: You can try about:tracing or the heap visualizer mentioned in the article.