• @[email protected]
    link
    fedilink
    101 year ago

    WIP

    WIP

    Fuck this

    WIP

    LINT

    LINT YOU FUCK

    Squash

    Fix issue where sky would turn black when under floor lighting was used

  • @[email protected]
    link
    fedilink
    41 year ago

    This scene is pretty ironic today, since the actual dialog was if it could paint a work of art, when art is now (arguably) AIs strongest area of competence

    • @pcouyOP
      link
      21 year ago

      As long as you don’t ask it to draw hands

  • @[email protected]
    link
    fedilink
    3
    edit-2
    1 year ago

    I have an alias, git yolo, that does ‘git commit -a’ with a message from whatthecommit.com, and pushes to master. Just add this to your ~/.gitconfiig and you too can live on the edge. yolo = !git add -A && git commit -m \"$(curl --silent --fail https://whatthecommit.com/index.txt)\"&&git push origin main

    Edit: Added the alias.

    • @pcouyOP
      link
      11 year ago

      I did not know about whatthecommit, and I love it! Thank you

  • @[email protected]
    link
    fedilink
    31 year ago

    Ah, but where do you find the training set of all of the human-written good commit messages? 😃

    • @csm10495
      link
      21 year ago

      Came to say this. Take my up vote.

    • @[email protected]
      link
      fedilink
      11 year ago

      I work in bioinformatics and this is the kind of thing I keep trying to communicate to people in the field. Yes, these AI tools (like AlphaFold) are amazing, but if there’s a significant gap in their training data, the AI is going to have that gap too (most of the structures in the protein database were solved via X ray crystallography, which isn’t great for studying highly flexible or disordered proteins)

      • @[email protected]
        link
        fedilink
        11 year ago

        Yes. My (minimally informed from a single class) understanding is that it sort-of depends on the problem too. Like perhaps in looking at all the data on proteins, the neural network might notice a pattern in protein folding is applicable to the tweaked problem. Of course, there is no guarantee that such a generally applicable rule exists. And even if it does, it might not be discovered by the net before overtraining occurs.

  • Raoul
    link
    fedilink
    11 year ago

    #git commit -m “changing something in the source code”

  • @[email protected]
    link
    fedilink
    11 year ago

    My commit messages are one of the things I am most proud of :) I often spend an hour or more collecting all changes and summarising them well. It takes a bit additional time, but it is so worth it when revisiting commits or wanting to summarise everything from a bigger batch of commits. :)