• 0 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle









  • I don’t fully disagree with you. I personally don’t pirate things (I can afford to just pay up front, and if I don’t want to support a dev, I just fully don’t play the game, I don’t want to accidentally be lumped into any metrics that might show support), but the game dev themselves said “No skin off our back”.

    If I steal your car, you no longer have a car. If I steal your game, you’ve lost absolutely nothing. Code is infinitely reproducible. You’re only out the sale.

    This dev made art, and they care more about sharing the art they created with more people, than they do about getting every last transaction paid for.

    It’s usually the publisher that has strong opinions about this, because they didn’t make the art nor do they care about people seeing it. they only care about getting the money, but again, if you can’t afford it, they were never going to get your money anyway. It’s technically a victimless crime. No skin off anyone’s back.

    The issue is when enough people who CAN afford to pay use the “no skin off their back” logic to not pay, and a good game winds up not being profitable (or profitable enough to the publisher) and a studio suffers as a result.



  • Sure. but there are plenty of reasons to not read other than “uneducated”. And associating ability to focus with intelligence and education isn’t fair either.

    If an American couldn’t tell me how many states there are, I would question their intelligence or education.

    If an American told me that they don’t read books, I would just assume they find books boring.





  • You’re right. There are multiple definitions of the word stable, and “unchanging” is a valid one of them.

    It’s just that every where else I’ve seen it in computing, it refers to a build of something being not-crashy enough to actually ship. “Can’t be knocked over” sort of stability. And everyone I’ve ever talked to outside of Lemmy has assumed that was what “stable” meant to Debian. but it doesn’t. It just means “versions won’t change so you won’t have version compatibility issues, but you’ll also be left with several month to year old software that wasn’t even up to date when this version released, but at least you don’t have to think about the compatibility issues!”


  • Debian aims for rock solid stability

    To be clear, Debian “stability” refers to “unchanging packages”, not “doesn’t crash.” Debian would rather ship a known bug for a year than update the package if it’s not explicitly a security bug (and then only certain packages).

    So if you have a crash in Debian, you will always have that crash until the next version of debian a year or so from now. That’s not what I’d consider “stable” but rather “consistent”




  • bisby@lemmy.worldtoProgrammer Humor@programming.devAI Suggestions
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    5 months ago

    too lazy to type this obvious thing in?

    This has been the thing for me. I get really bored and lose focus when doing all the obvious repetitive stuff. And the obvious stuff is the stuff I find copilot does best. For anything that requires thought I’m engaged. Those are the fun parts of the job. It lets me do more of the fun part.

    The one major downside that I’ve found is that sometimes I just want to tab complete a long variable/function name, and because of copilot i dont have “old style” tab completion anymore. (I could definitely still handle this myself, but i haven’t)

    edit: this all to say that I don’t use copilot to write code that I don’t know how to write, I use copilot to write code that I’ve written 1000 times before and don’t want to write again. Copilot does a good job of looking through all the open files for context to help make sure the suggestions actually fit into the codebase’s pre-existing style.