• 0 Posts
  • 23 Comments
Joined 21 days ago
cake
Cake day: June 22nd, 2025

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



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














  • It wouldn’t be too much work to hook the request language up to a CMS and then a translation service. You could produce in a couple of popular languages upfront and then when someone with a new language visits a landing page, translate it at high priority (few seconds), then the cascade the next most likely click-throughs in order of popularity (or callout weight if it’s new). The translations can then be queued for review, and it will mean you only translate when you need to, and the user only experiences a second or so delay as the translation streams the content above the fold.