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

help-circle












  • Brady Hoke at San Diego State would like you to throw his name into the hot seat section. After going 12-2 in 2021 (w/ a good defense and the punt god), they are 10-11 over the past 2 seasons, and regressing quickly. Their most recent game ended with a 0-6 loss to Nevada, which hadn’t won since Sept 2022 and was second to last in points allowed. There is a brand new stadium that they are struggling to fill. His buyout of ~$5 million is probably too much for them to afford, but that seat is certainly hot.






  • I mostly have the same experience. I did a Xamarin.Mac app to port some windows code to the Mac. In some senses, it was amazing, because most of the business logic just worked and that saved a bunch of time. The UI was app kit, but with c# to obj-c bindings. That also mostly worked, however, when something broke, it really broke and was incredibly difficult to debug.

    There are some use cases I’d recommend Xamarin for still, but the majority of cases are probably best solved by writing native code directly. (Or at least using a portable language such as C, C++ or Rust for cross platform business logic)