• 0 Posts
  • 149 Comments
Joined 1 year ago
cake
Cake day: December 29th, 2023

help-circle

  • feeling sad is literally mental health… feeling overwhelmed is mental health… if you’re sad and need a day to take a breath when everyone else is leaving you alone because they’re working, you should be able to just do that no questions asked…

    “feeling sad” can very easily turn into depression and burnout, and depression can very very quickly turn far FAR worse

    mental health IS HEALTHCARE, and your emotions - including just “feeling sad” and “i just can’t today” are just as important as having a cold












  • Math.min isn’t the minimum integer; it’s the minimum of a list (and max visa versa)… the min/max of an undefined list is the same… IDK what it is, but this probably the most reasonable of the “WTFs” they could have put there i think… other languages would throw an exception or not compile (which JS definitely SHOULD do instead of this, buuuuut lots of JS has aversions to errors)

    *edit: okay the curiosity was killing me: Math.min() is Infinity and Math.max() is -Infinity