Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)VI
Posts
1
Comments
3,197
Joined
2 yr. ago

  • You can literally sample the rgb values

    It doesn't matter. This phenomenon can be explained by something called color constancy.

    I remember some versions of this image where I could literally switch between perceptions at will, when I imagined different surrounding light temperatures/environments.

    It's a subjective perception.

  • Well, that's an incorrect interpretation of what it says.

    I make no mention of the word "gated" or any other synonym of that. Those are your words, and it's an incorrect extrapolation of what I'm saying. I make heavy use of words like "help", and I talk about it coming from our direction.

    The help should be voluntary, I will concede, but I think it would be fine if it were opt-out. Maybe a lot of people won't notice an opt-in variant, so Mozilla would get a lot less usage data.

    There's a big difference between supporting something "being gated" in and of itself, and supporting helping out an organization that has a very noble mission statement (as far as I understand it anyway). That's the way I see it. 👍

  • Yup! 🙋‍♂️ I'm only here (having a Switch 2) for the frame rate bump (which I thought I'd get from buying the Switch 2019, or the Switch OLED), as well as the GameCube games and future Mario and Zelda games. Nothing else.

  • Must have been a misunderstanding. I merely said that it makes sense that you would want to collect usage data on potential new future features that are in development, to gather an understanding of what works and what doesn't. I didn't say that features should be arbitrarily gated. That would make no sense. 👍

  • Canned beans in water isn't really "premade food", it's just... an ingredient. It's like saying a cucumber in plastic wrap is premade food. I wouldn't say it is.

    So canned beans in water (and cucumbers in plastic) do not count as premade food, and are thus fine. 👍

  • Maybe it's a language without type interference?

    Either way, it sometimes makes sense in TypeScript to help the type system out a little bit.

     
        
    let array: string[] = [];
    
      

    In this situation, the type system can't infer that the empty array should be a string array, because there are no items to go by.