Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RI
Posts
0
Comments
49
Joined
3 wk. ago

  • Sorry. It's great that you find peace and love in your faith and I have love for everyone who does.

    My comment was in response to the terrible atheist guy in the image wanting to stay home on Sunday and the church promoting Sunday as a day of rest in reflection of God resting on the seventh day of creation. Getting you and your family dressed up, acting normal (at least for me) and then making a meal is not what I would describe as a restful day.

  • What kind of unchristian monster would want to stay home and rest on a Sunday instead of going to the enormous effort of getting the family into all your best clothes, going to the church and pretending to be socially acceptable and normal for a few hours and then cooking a massive meal like god intended?

  • I did, thank you. Terms therein like "they spend more time prompting the AI" genuinely do not apply to a code copilot, like the one provided by GitHub, because it infers its prompt based on what you're doing and the context of the file and application and creates an autocomplete based on its chat completion, which you can accept or ignore like any autocomplete.

    You can start writing test templates and it will fill them out for you, and then write the next tests based on the inputs of your methods and the imports in the test class. You can write a whole class without any copilot usage and then start writing the xmldocs and it will autocomplete them for you based on work you already did. Try it for yourself if you haven't already, it's pretty useful.

  • Ai-only vibe coders. As a development manager I can tell you that AI-augmented actual developers who know how to write software and what good and bad code looks like are unquestionably faster. GitHub Copilot makes creating a suite of unit tests and documentation for a class take very little time.

  • Ai-only vibe coders. As a development manager I can tell you that AI-augmented actual developers who know how to write software and what good and bad code looks like are unquestionably faster. GitHub Copilot makes creating a suite of unit tests and documentation for a class take very little time.