• 0 Posts
  • 20 Comments
Joined 4 months ago
cake
Cake day: March 1st, 2024

help-circle









  • I merely disagreed with your proposal in detail and asked you to defend it if you were so convinced of it.

    So you’re just strawmanning me? Because at no point have I made a “proposal”.

    What position do you want me to defend? So far my position has been that the US should be doing more to apply pressure to Israel.

    How do you disagree with that WITHOUT taking the stance that any other action would lead to a worse outcome?

    Pointing out that cutting our nose to spite our face is a bad policy

    Again, what is this hypothetical cutting of the nose?

    If you say that doing anything more than what the US is currently doing will “do worse than fuck all”, how is that not an endorsement of that policy? You’re saying it’s the best option.






  • Israel doesn’t need any support past the US preventing the UN from actually doing anything concrete, which is exactly what the Biden administration is giving them.

    With the exception of airdropped supplies into Gaza, which other countries are also doing, and that hasn’t been enough to prevent famine, what would Trump even do to make things worse?

    Committing US assets to a war in the middle east is one of the three things Trump’s voter base won’t actually support.




  • You won’t have more issues with it than you’ll already have using Windows.

    You absolutely will, and the ones you get will be harder to solve. It’s far more useable than it used to be, but the overall experience with Windows is still easier.

    BUT it probably is quite usable for you overall. Just don’t go into it expecting nothing but smooth sailing.



  • Private Vs public has nothing to do with security

    If people can execute arbitrary code in your app, they can already read your memory, and even if they couldn’t they could use java reflection to just turn off the private modifier

    Accessibility modifiers are to do with maintainability. If you have internal implementation logic that should be hidden from a consumer you don’t want that consumer to have to know about things they shouldn’t be changing anyway.

    The comic is just about how classnames in java should be in pascal case