• 0 Posts
  • 60 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
    1 month 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.











  • 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.