• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: August 2nd, 2023

help-circle





  • qarbone@lemmy.worldtoProgrammer Humor@programming.devStealing?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    “*Video game piracy is not stealing” is closer to a statement I can get onboard with. A trivial example to disprove the former statement is the classic, seafaring pirate.

    But a more salient example would be pirating music. If you have a pirated copy of an album such that you don’t need to buy another and don’t stream it from any official sources, you are materially and negatively impacting that artist.

    Edit: it came to mind after I posted you might hold the position “I haven’t taken anything from them and I wouldn’t have bought it regardless of my pirating, so I haven’t deprived them of anything.” A position I’ve seen a number of times and fundamentally disagree with. Not trying to be rude but I’m not going to engage with that particular thought experiment.







  • This is not targeted at you nor OP.

    The answer for both you and OP is tied to your last sentence

    so we can all enjoy fried chicken and watermelon on Juneteenth.

    Why fried chicken and watermelon and why on Juneteenth? Do you eat fried chicken and watermelon as part of your normal rotation? (Hopefully, ‘yes’ because both are delicious and everyone should be afforded the opportunity to indulge)

    The issue is that very evidently in both OP’s case and the one you linked that someone was given the prompts “food for celebration” and “celebration of African Americans”, generated “African American party foods”, and churned out a menu reinforcing racist stereotypes. The inquiry is “hey, where is your head at?”


  • Many people have given you answers of varying lengfhs, so I feel free to ask my counter-question…

    You say you had int() and float() but would do you assume would happen if you had just replaced ‘input(Who are you?)’ with ‘int(7)’? What value would be assigned to name if the statement was ‘nam = int(7)’?

    Following the logic you’re espousing in the OP, ‘nam’ would be equal to the string “int(7)” and the print statement would output “Welcome int(7)”. Either you understand why that wouldn’t be the case and should see why your original example works. Or you don’t and you should double check your understanding of functions and keep tapping people here for help.