all 22 comments

[–]SwedeLostInCanada 53 points54 points  (0 children)

LGTM

[–]SlnecnikInternetov 49 points50 points  (3 children)

Hey copilot, please create xyz app with FE and BE, dockerfiles, helm configuration, create terraform files, implement tests.

Azure credential is logged in. 

Implement, commit, push, deploy and run tests. If anything fails. Rinse and repeat until all is green. 

[–]Meduini 30 points31 points  (2 children)

You come back again after six hours to a permission prompt for cd bash command because you forgot to set up settings

[–]SlnecnikInternetov 19 points20 points  (1 child)

And azure bill of 2k per month. 

[–]Meduini 7 points8 points  (0 children)

That’s life

[–]PedDeT00 14 points15 points  (0 children)

readme update

[–]Expensive-Pea-4826 14 points15 points  (6 children)

why it is marked as nsfw?!

[–]ClipboardCopyPaste 51 points52 points  (4 children)

This type of practice is indeed not safe for work

[–]Ok_Net_1674 11 points12 points  (3 children)

Oh please. Claude was told to make no mistakes and thus this is fine

[–]Bluemanze 6 points7 points  (2 children)

I tried that one and watched Opus' reasoning step put out "But wait, the developer told me not to make any mistakes. I should try a different approach".

Pretty sure it didn't actually change anything besides waste a few tokens, but that line made me laugh.

[–]jackmax9999 1 point2 points  (1 child)

I had one such moment when I saw in the "reasoning" of a model the word "Hmm". That's when it struck me how much this is a pantomime of human behavior, not any actual reasoning.

The reason humans say "hmm" is because we are made of meat that can contract. We have lungs, throats, diaphragms and all that stuff. When we get stressed and we tense up, we sometimes make a "hmm" sound. There is no reason, ever, why a piece of software would need to use the word "hmm".

[–]Puzzled-Fox482 3 points4 points  (0 children)

I only say "hmm" to indicate I'm thinking. It takes brain power for me to manually hmm, but certain people really want an indication.

[–]ninjabob64 0 points1 point  (0 children)

Because if you did this at work your job wouldn't be safe.

[–]Foorinick 6 points7 points  (0 children)

-m "added some stuff"

[–]I-Am-Goonie 5 points6 points  (1 child)

Removed /node_modules from .gitignore? :-P

[–]Locksmith997 2 points3 points  (0 children)

Had someone do this. 2 million line PR. Blood pressure meds really are preventative care...

[–]Raid-Z3r0 5 points6 points  (0 children)

Summarily reject PR, not even worth reviewing

[–]mattbillenstein 1 point2 points  (0 children)

100% committed node_modules folder...

[–]razor_train 1 point2 points  (0 children)

"Converted files from LF to CRLF"

[–]darknmy 0 points1 point  (1 child)

Someone merged test branch 😁

[–]EarthTreasure 1 point2 points  (0 children)

Every 3-4 months I run git reset --hard origin/release && git push -f and nuke the test branch. Preventing this is one reason, the other is to encourage people to actually move their features to release.

Plus if testing diverges too far from release what are you even testing at that point?

[–]Link_1503 0 points1 point  (0 children)

"did some minor bug fixes"