Viewing profile — bokan
bokan
HN member- Joined
- Thu, Mar 16, 2017, 2:18 PM UTC
- HN karma
- 72
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About bokan
No profile information was provided.
Recent public activity
-
comment
Comment #43475073
But the probability of life arising is an unknown. Intuitively I too feel it probably isn't that small, but it wouldn't be the first time intuition about the universe is wrong. How…
-
comment
Comment #28315460
Disclaimer: I'm the one who made the change in [1] so I'm biased but... IMHO the argument on the blog mischaracterizes the situation - Chrome didn't break these properties but chan…
-
comment
Comment #23899986
The extension uses a new URL fragment addition that Chrome has shipped: https://github.com/WICG/scroll-to-text-fragment so these links will work on any Chrome/Chromium-based browse…
-
comment
Comment #23899728
The big difference is that the original intended text is encoded in the URL. An element-id fragment is better than just a URL but will often be less granular than the exact text be…
-
comment
Comment #19173394
> That said, it seems easy to make this backwards compatible: if the existing #blah syntax is a valid link, that should take precedence. That's indeed how it works. The majority of…
-
comment
Comment #19173383
That's true, but presumably these pages would have the same problem with existing id-fragments, no?
-
comment
Comment #19172970
Thanks, I'll make sure to dig into that some more!
-
comment
Comment #19172948
> Are there any guidelines for chromium development? Absolutely! Launching a change to the web platform is a long, arduous process. This feature is currently taking the very early …
-
comment
Comment #19172616
Which is exactly why we build an experiment first, to find potential issues before shipping. If you do see a page that you think might break and you're on Chrome newer than 74.0.37…
-
comment
Comment #19172549
> Would you append the & to the fragment, or to the query? If to the fragment couldn’t that affect routing for SPAs? To the fragment. Tt could, depending on how the app was written…
-
comment
Comment #19172226
It will. The specification process needs to be informed by implementation and experimentation. When implementing a feature we'll learn all sorts of things and hit bumps that will h…
-
comment
Comment #19171923
The proposal, as currently stated, is to use fragment id processing first. If that fails to find a target, fallback to text matching. In other words, even if you give an element "i…
-
comment
Comment #19171892
Feature author here. I'd like to first clarify that this is still in the super-early stage of development; none of this is shipped or finalized yet. The feature hasn't even request…
-
comment
Comment #19171735
What would you hash though? Content on a page changes frequently and dynamically so the hash would mismatch very frequently.
-
comment
Comment #19171716
Feature author here. The CSS timing attack actually influenced the design process heavily. The original design was to use a stripped down CSS selector but we found this too large o…
-
comment
Comment #19171622
That depends on the author annotating their page with ids so it's highly content dependent. In addition, authors can't always predict what will be interesting to users and pages fr…
-
comment
Comment #19164287
If this is true (I don't know either way, I've only followed this casually), why go through the whole dog and pony show in the first place? In that case, Amazon seems to have shot …
-
comment
Comment #14431252
> which means that layout performance affects what looks like script time Chrome's profiler actually shows synchronous layouts and style recals forced from JS as layout/style so it…
-
comment
Comment #14427073
The question isn't whether you should or shouldn't try to improve, it's where to invest your resources. Servo improves the speed of layout, style, etc. but is that really what's ma…
-
comment
Comment #13885224
This should no longer be the case, at least for Safari, Edge, and Chrome. All of these "detach" fixed/stick position elements from the viewport once you start zooming.