• 0 Posts
  • 26 Comments
Joined 18 days ago
cake
Cake day: June 11th, 2025

help-circle


  • As a potential independent candidate Cuomo didn’t poll that bad if you don’t consider that:

    • the 39% he got are the same as Mamdani, so it would be 50/50 at best
    • as a known quantity, this 39% are probably his ceiling
    • it still didn’t factor Schumer effectively endorsing Mamdani on social media

    Political players are in still in flux, but, for the right wing of the Democratic Party, moving against Mamdani is getting riskier and riskier by the day. Not only would they lose the “unity” argument to mobilize the left close to the midterms, but the risk of suffering an humiliating defeat is too great.











  • You don’t even need to go at a low level. Lots of programmers forget that their applications are not running in a piece of paper in general.

    My team at work once had an app running Kubernetes and it had a memory leak, so its pod would get terminated every few hours. Since there were multiple pods, this had effectively no effect on the clients.

    The app in question was otherwise “done”, there were no new features needed, and we hadn’t seen another bug in years.

    When we transferred the ownership of the app to another team, they insisted on finding and fixing the memory leak. They spent almost one month to find the leak and refactor the app. The practical effect was none - in fact due to the normal pod scheduling they didn’t even buy that much lifetime to each individual pod.