• 3 Posts
  • 778 Comments
Joined 7 months ago
cake
Cake day: February 13th, 2026

help-circle





  • and the family sues the department for everything they have.

    Unfortunately, the law generally doesn’t recognize ‘pain and suffering’ or ‘emotional anguish’ damages in cases involving death/injury to an animal. Generally, courts view animals strictly as property, so it would be taken as a ‘damage to property’ case, and damages would be limited to the replacement value of the donkey. Maybe also the cost of disposing of the body. Not sure what baby miniature donkeys go for these days, but it can’t be more than a few thousand at most. And that’s if the court agrees that shooting the donkey was unreasonable and unnecessary … which I wouldn’t hold my breath on – they tend to side with the cops most of the time.














  • It’s possible that the dynamic generation might be more maintainable than a lookup list, though.

    With a lookup list, you may need to recalculate the whole thing every time you make a small change. And a significant change, like giving the user a new choice/parameter to adjust, may not only require recalculating the lookup table, but also exponentially increasing the size of the lookup table.

    Whereas with a dynamically generated result, small adjustments to the values likely wouldn’t require any modification of the actual code at all, and adding a new choice/parameter would be fairly straightforward – it just needs to be plugged into the formula, maybe add an extra step or two in the algorithm.


  • Interestingly, the physicist’s answer would always be correct, but not always consistent.

    If the sphere is compressible, then air pressure will slightly affect its volume. And unless the thermal expansion rate of the sphere is zero, the amount of fluid displaced will also vary with temperature.

    However, even if the physicist gets different answers in different environments, it’s always still a correct answer, because they correctly measured the volume of the sphere at that time.