• 0 Posts
  • 160 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • Frankly I don’t know what folks should have otherwise expected. The “standard” candidate was a former governor who left the office in disgrace after misconduct.

    Even if people were for whatever reason skeptical of a progressive candidate, the business as usual candidate was such a bad idea that people would rather go for it than vote for Cuomo.

    Now we watch as Cuomo probably ruins everything by running in the general anyway. The same reason why people say the progressives that can’t win Democrat primaries should bow out for general elections without RCV applies to “centrists” in the same boat. A progressive candidate won fair and square, stay out of his way.


  • I’m not exactly sure what you think the specific ask is…

    It’s very general, somehow he has the funds to have a maddeningly extravagant wedding, so he can afford to have a tax burden…

    It’s vague and doesn’t invite debate over the nature and nuance of his wealth, only that he can somehow pull off a celebration no reasonable person could dream of, including closing off a whole crap ton of Venice to general public use for a whole week. That’s a whole lot of spend that he can casually brush off indicating that in real terms he’s got unreasonable levels of wealth.

    It’s not getting down in the details about unrealized gains and leveraging said gains through loopholes and the discussion about what taxable burden might should be associated with unrealized gains of that magnitude, it’s showing a clear example of “he has extravagant financial power, without as high relatively of a financial burden”.


  • Frankly the online stuff doesn’t get to me, but I could see how the generalizations could leave a person succeptible to a narrative. Online interactions tend to have some people taking the easy way and espousing simplified generalizations and on the receiving end are a lot of people that may take the online stuff too serious.

    The false dichotomy works because those are the two loudest viewpoints online, that men are villains without a clear path to being accepted or to embrace horribly harmful toxic masculinity to get some screwed up sense of belonging and success. Young men online are at risk of being ill equipped to navigate the nuance That tends to be quieter over the noise of the two more passionate perspectives.


  • I apologize in advance if I missed some very bad0 comments by not going into the deeply down voted comments.

    But at least some of the concerns are about the young men being declared the “villains” and the other side declaring them to be the victims of injustice and they will gravitate toward the more workable message.

    Like bystanders seeing the people making life hard for women and being jerks, but not themselves participating and the commentary is less “that guy is a dick” and more “why are all men so terrible?”

    Sure a lot of guys are terrible, but the generalizations can make it feel like you can’t win.














  • incorrect behavior that doesn’t even have the courtesy to throw an actual error.

    To be fair, this can be said of C. A C executable only really forces a crash out when you royally screw up beyond the bounds of your memory. Otherwise functions just return a negative value and calling code that never bothers to check just keep on going.

    Golang is similar, slightly mitigated that if you are assigning any return value from a function, you must also explicitly receive an error and you know full well that you are being lazy if you don’t handle it. Well unless you use a panic/recover scheme but golang community will skewer you alive for casually suggesting that and certainly third party libraries aren’t going to do it that way.


  • Could I write a compiler in C that does this check on a piece of Rust code?

    Well yes, but that code has to be written in Rust. The human has to follow rules to give the compiler a chance to check things.

    C is so simplictic, that if I can write a piece of functionality in C, I must understand its inner workings fully. Not just how to use the feature, but how the feature works under the hood.

    I don’t think that’s particularly more true of C than Rust or even Golang. In C you are frequently making function calls anyway for the real fun stuff. If you ever compile a “simplistic” chunk of C code that you think is obvious how it would compile to assembly and you open up the assembly output, you are likely to be very surprised with what the compiler chose to do. I’ve seen some professional C developers that never actually had a reason to fully understand how the stack works, since C abstracts that away and the implications of the stack don’t matter until you exceed some limitations.



  • Yes, as long as you were on the side that benefits from success, it was better to leave things “simple” and not challenge the incorrect stuff out loud you aren’t going to “well actually…” the “expert” if it risks your job and/or the wrong stuff isn’t too important or too hard to overcome when the rubber meets the road.

    Still, sitting in a room or otherwise being a party to a conversation where an executive is constantly being confidently incorrect and still praised as a smart expert likely making 7 figures is maddening.