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

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










  • What amazes me is that there are still people who look at what Donald Trump has done in his life, what he has said and done to become president (twice!) and what he’s done since taking office. They look at all this, take a big huff of their own farts and say “I approve of this”

    I can’t imagine that it takes anything less than a very special kind of cognitive disability to be intelligent enough to use twitter, but dumb enough to support this petulant, stroppy, bafflingly stupid man-toddler.




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