• 1 Post
  • 192 Comments
Joined 2 years ago
cake
Cake day: August 9th, 2023

help-circle



  • They “must” as long as they’re required.

    “should” generally means, what’s the best compromise. I don’t think an 18 year old is able to to support themselves. It’s reasonable to expect the kid to get a job, but at entry level he won’t be making much.

    At 18 i was still in high-school. I wouldn’t be able to support myself even with a job. And nowadays rent is expensive, to the kid would be paying landlord with no hope of ever owning a home.

    I think parents should support their children as long as they’re in education, whether its high school or college, so they can focus on learning without needing a job.


  • It’ll be interesting to see the outcome. I personally don’t agree with that verdict. There should be copyright somewhere. It’s not like computer decides to make music on its own whim, like that monkey who snapped a selfie.

    Does it matter whether music was generated by pressing keyboard keys, or typing a prompt? What if i write a program that makes an audio file by matching chords that work well together? What of chords and notes are randomly selected?









  • A developer here, I usually list user - facing changes in the Changelog.

    Even if the changes are not listed, general “bug fixes and performance improvements” is a worthwhile update too. These updates can contain fixes to annoying UX glitches, or really speed up the app, if a new faster API endpoint was added to the backend, and app change is needed to make use of it. You will also get security updates, to the app and its bundled libraries which is important nowadays.




  • Sounds like a flawed workflow, if this didn’t go through at least code review. Was it committed directly to master?

    Curious to know what kind of system relies on hashed not changing? Technically the hashes don’t change, but a new set of commits is made. The history diverges, and you can still keep the old master if you need it for some time, even cherry pick patches to it…