ImplyingImplications

joined 2 years ago
[–] ImplyingImplications@lemmy.ca 1 points 1 month ago (2 children)

Michael Cera. He does a good job, but the whole time you're waiting for him to do his "awkward teenager" character.

[–] ImplyingImplications@lemmy.ca 1 points 3 months ago

It is true. Math.min() returns positive Infinity when called with no arguments and Math.max() returns Negative Infinity when called with no arguments. Positive Infinity > Negative Infinity.

Math.min() works something like this

def min(numbers):
  r = Infinity
  for n in numbers:
    if n < r:
      r = n
  return r

I'm guessing there's a reason they wanted min() to be able to be called without any arguments but I'm sure it isn't a good one.

[–] ImplyingImplications@lemmy.ca 0 points 2 years ago (1 children)

How much for the case of Alamo beer?

[–] ImplyingImplications@lemmy.ca 1 points 2 years ago (1 children)

Largest prison population both in absolute size AND per capita. Also, random fact, their constitution allows prisoners to be forced into slave labour. Also, another random fact, their prisons are run for profit. None of these facts are related of course!

[–] ImplyingImplications@lemmy.ca 0 points 2 years ago (1 children)

I wonder how the chats between Musk and Spez are going now