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/)MM
Posts
0
Comments
336
Joined
5 mo. ago

  • Just to point out, but the last time we had a scandal about a plane that kills people, it's safety record was about the same as riding a motorcycle in city transit (AKA, one of the most dangerous things people actually do).

    Just because the average is very low, it doesn't mean whatever problem people are pointing isn't an issue.

  • that demonstrated the IP still has life

    By making a completely out of the norm series, focused on a side character from an non-main movie, and not using anything that identifies the universe.

    It demonstrated that even Disney can make something good once in a while, but it didn't do anything to the Star Wars IP.

  • JS needs to know about styles?

    It's about JS trying to detect if the link was visited, not about style. People used to do that to evade cross-site tracking protection, and this is why JS isn't allowed to know that anymore.

  • The one option that is mandated by an ISO standard.

    Besides, if max and min are going to have a value without any parameter, it has to be exactly those Javascript uses. Unless you have a type that define other bounds for your numbers. And null always have a pointer type (that is object in Javascript), for the same reason that NaN always have a number type.

    The only one that is bad on that list is D.

  • The OP's idea here is that since A is stopped, C has plenty of time to enter the roudabout. That's reasonable if the roudabout is large, and crazy if it's not.

    Your idea that C can enter anyway, even if A didn't stop is just crazy.

  • A does have the right of way over C. And the OP has a quite violent interpretation of transit rules that only make sense if it's a large roundabout with a low speed.

    Also, the pink car has the right of way over both. Both are quite right at stopping there, and D is invited to keep stressing themselves to death.

    Now, if the pink car decided to stop and wait for A, then it maybe is worth pointing it to them.

  • That snippet can't represent the real world:

    but the player we did kill was so pissed

    I actually only found that one. But well, it's unambiguous :)

    EDIT: Hum... "Pissed" has another meaning that would be possible IRL. So I'm retreating my certainty here.

  • Apart from dynamically typed languages which need to store the type with the value

    You know that depending on what your code does, the same C that people are talking upthread doesn't even need to allocate memory to store a variable, right?

  • I have never met that kind of person that won't accept a short answer that actually answers a question.

    What I have seen plenty of is people that are completely sure nobody else will accept short answers. They specifically will always accept it, of course, but nobody else.

  • And compiler. And hardware architecture. And optimization flags.

    As usual, it's some developer that knows little enough to think the walls they see around enclose the entire world.