• 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: August 2nd, 2023

help-circle








  • qarbone@lemmy.worldtoProgrammer Humor@programming.devCalm down Satan
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    5
    ·
    5 months ago

    I’m confused by this comment. “The original is even better” reads like you are informing TO about the original. But you’d expect them to be aware of it, what with them referencing the joke nickname and saying “a new variation”.

    It’s mostly confusing because there are clearer ways of posting the original comic for the uninformed than referencing the only person certain to have seen it.






  • qarbone@lemmy.worldtoProgrammer Humor@programming.devStealing?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    11 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.






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