• 2 Posts
  • 35 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • Yes. A woman died of allergic reactions when eating at a disney-owned restaurant after telling the waitstaff repeatedly about her allergies.

    Her husband then sued the restaurant, because that’s already fucking insane.

    Disney then argued that actually, the court didn’t have jurisdiction because the husband had agreed to arbitration when he signed up to Disney+'s free trial 2 years prior.

    His lawyers seem to actually be worth their money and are fighting this.













  • In powershell, commands may return types different from string and other commands may accept arguments that are not strings. For example, you can pass an array between commands where in bash you just have a string with \n separated values. You may also interact with more complex objects

    I once made a script for a monitoring software that takes its input as json, so I built a custom object that had all the data and then called .tojson on it and that was that.