Most active commenters

    ←back to thread

    631 points wojtczyk | 14 comments | | HN request time: 0.089s | source | bottom
    Show context
    dylan-m ◴[] No.41406819[source]
    One of my favourite unreported MacOS issues comes from how, at some point, they changed the appearance of the window close button to be a particular shade of red with a tiny little X in the center. And if you happen to be using a particular kind of screen and possibly wearing glasses, that little X kind of wanders around in the button, appearing just slightly off center in a maddening way. Made only more maddening by the glasses component: https://www.robbert.org/2014/10/the-off-center-close-button/.

    That post points out it’s probably just subpixel stuff causing the issue, but I think my thick, cheap glasses at the time were adding a layer of chromatic aberration to something that was already visually confusing.

    I assume it’s kind of gone away at this point with all the high DPI screens these days. But I remember thinking at the time, if there was a public bug tracker, that issue would be a fun one.

    replies(8): >>41406849 #>>41406994 #>>41407250 #>>41407351 #>>41408018 #>>41408369 #>>41408545 #>>41409242 #
    1. trilbyglens ◴[] No.41406849[source]
    This is not a software bug, but rather an optical phenomenon called "chromatic aberration". What's happening is that your glasses are bending light at different angles depending on the wavelength, to the red and blue and green are landing at slightly different places on your retina.

    It's a hard problem to solve optically and requires specially shaped lens. It's a common issue in telescopes, with higher end expensive scopes having these specially shaped lenses to reduce this effect.

    replies(4): >>41406888 #>>41406909 #>>41406914 #>>41406952 #
    2. voctor ◴[] No.41406888[source]
    From the post:

    > In conclusion, the off-center “x” is real and probably an artifact of the display or how it is rendered. It is unlikely that it is the result of chromatic aberration.

    replies(1): >>41406903 #
    3. ◴[] No.41406903[source]
    4. meta-level ◴[] No.41406909[source]
    from the comment:

    > That post points out it’s probably just subpixel stuff causing the issue, but I think my thick, cheap glasses at the time were adding a layer of chromatic aberration to something that was already visually confusing.

    5. dustincoates ◴[] No.41406914[source]
    Is this why, when I'm reading text on a dark background, red will appear on a different plane than white? I was just wondering the reason last night.
    replies(4): >>41407113 #>>41407296 #>>41407305 #>>41407321 #
    6. almostnormal ◴[] No.41406952[source]
    Chromatic aberration is mostly relevant further away from the center of vision. If there is an icon (or text) visually inspected carefully it is at the center where chromatic aberration matters least.

    The icon is mis-aligned, or its the different color subpixels of the screen that are not produced at the same place. Tradidionally, red is to the left.

    replies(1): >>41407178 #
    7. leereeves ◴[] No.41407113[source]
    A different plane?
    replies(1): >>41407179 #
    8. _ph_ ◴[] No.41407178[source]
    To be precise: chromatic abberation is lowest at the center of the lens. But with glasses we often don't look through the lens center even if we have something in the center of our vision.
    9. amiga ◴[] No.41407179{3}[source]
    The red text seems to be closer than the other text. As if it were floating above the other text.
    replies(2): >>41407252 #>>41407503 #
    10. ◴[] No.41407252{4}[source]
    11. zimpenfish ◴[] No.41407296[source]
    Sounds a bit like https://en.wikipedia.org/wiki/Chromostereopsis

    > Another interesting reversal effect was observed in 1928 by Verhoeff in which the red bars were perceived as farther away and the blue bars as protruding when the bars are paired on a white background instead of a black background.

    12. zerocrates ◴[] No.41407305[source]
    I have pretty strong high-index lenses, and definitely can get a kind of 3D effect.

    The classic terminal blue and green text colors on a black background is the situation where I first noticed it: moving my head makes them shift in different directions giving a parallax or depth effect.

    13. krispyfi ◴[] No.41407321[source]
    https://en.m.wikipedia.org/wiki/Chromostereopsis
    14. TeMPOraL ◴[] No.41407503{4}[source]
    I get that a lot with default terminal colors - on black background, dark blue and dark red look shifted in opposite directions relative to baseline (white/light colors); when both colors are used in close proximity, it gives me a strong and quite distracting 3D effect.

    I always thought this is specific to that color combination (red and blue on black) and LCDs, thus is perceivable by anyone, and could be used to create intentional 3D effects; I never considered glasses may be a factor too.