• 0 Posts
  • 505 Comments
Joined 10 months ago
cake
Cake day: August 21st, 2024

help-circle

  • i’ll get a cash bonus once the probationary period is up at my new job, which i can use to knock like 10% off of the cost of my mortgage.

    a friend of mine is getting bottom surgery and i’m looking forward to it for them, it’s nice that people around me are happy.

    also, dunno if it’s something to look forward to exactly but if it turns out i do have hypertension and i can get on exforge i may not only be rid of my chronic headaches but also figure out if i actually have adhd, since amlodipine apparently lessens the symptoms. it would be nice to be able to do things.






  • none of these are race conditions, they’re just runtime errors. python only parses code when it is about to run that block so you can absolutely get a crash from bad indentation.

    in my experience, the js world’s focus on developer ergonomics has absolutely yielded some insane situations where running an installed script has caused it to start downloading more dependencies. however, this has unfortunately started happening in python too lately.