med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

345
active users

#githubcopilot

3 posts2 participants1 post today

Gestern gab es bei uns in der Firma eine Kurzeinführung zur Benutzung von #GithubCopilot, direkt von einem Microsoft-Mitarbeiter

Gezeigt wurde die Anpassung eines Mini Projekts und die Neuerstellung eines ebensolchen. Mal abgesehen von der Alltags-Untauglichkeit solcher Beispiele, musste er selbst dabei jeweils dreimal "nachprompten", um ein halbwegs sinnvolles Ergebnis zu bekommen.

Die Frage nach Reproduzierbarkeit wurde abgebügelt mit einem scherzhaften

"Copilot is probabilistic not deterministic, that's why it's so much fun teaching it, you'll never know what to expect"

Die Menschheit wird verrückt... und reißt sich Kreativität und Innovation mit großer Freude selbst unter den Füßen weg.

We had a discussion at work about using Copilot reviews on GitHub. They weren't saying it would replace a real review, but it apparently caught some simple mistakes*.

I tried it on two of my PRs to see what it would say.

One gave me a verbose summary of the changes that I'd made. Which is not the point of a PR review. I know what files I changed. My PR description was more succinct and useful.

The other gave me the same verbosity of useless waffle… and one suggested edit to swap "Exceptions when" for "Raises an exception when" in a code comment.

Oh, the huge value that it's adding to the process 😐

* They're UI people - I assume it's harder to catch it all with unit tests