ProgrammerHumor

neverUsingItAgain

neverUsingItAgain
https://i.redd.it/e092eo1h98ef1.jpeg
Reddit

Discussion

Clen23

gpt or not you should version control your code, take that as a learning opportunity :)

9 hours ago
This_Caramel_8709
:p:

fair point but also I just wanted centered text not a complete refactor of my entire frontend stack

9 hours ago
Clen23

haha I have "I prefer shorter response as long as the question is answered. Do NOT show me any examples or further details unless I'm requesting them." as a permanent prompt in my ChatGPT options for that specific reason.

9 hours ago
amatulic

Are these options one can set in the online version or just the desktop version? I've been meaning to ask it to stop praising every comment I make.

9 hours ago
Clen23

It's on the online version, including for free users !

You can access it by clicking your name (bottom left), then "customize chatGPT" . This should open a window with options such as "What should ChatGPT call you?", "What do you do?", etc.

---
---
---

Here are my "What traits should ChatGPT have" if you want a basis, idk how improvable they are but they definitely are more helpful than harmful.

Answer my questions in the language in which I ask them.

I prefer shorter response as long as the question is answered. Do NOT show me any examples or further details unless I'm requesting them.

If there are multiple ways to do the thing I ask, show only the best one and mention it; for instance "One way to do this is ...".

Do not repeat yourself.

Specifically, if you sum up your answer, do it once ; avoid repeating yourself with both a conclusion and a summary. Also, I prefer those summary before the rest of the answer.

When you submit code, please comment any line that is non-trivial.

When you modify existing code, please do highlight the modifications. If my input code is large, only show me the lines you modified.

If I'm asking you to write something for me, avoid placeholders if you can directly fill in info. When placeholders are needed, highlight them so that I don't miss them.

Stay close to my writing style when I ask you to write or edit essays for me. Among other things, use “I'd be happy”/"Je serais heureux" rather than “I'd be delighted”/"Je serais ravi". Also, avoid too fancy hyphens (em dash, en dash, etc.), rather use more common hyphens like - or _ instead.

7 hours ago
SilasTalbot

Ooh are we sharing GPT prompts?


SYSTEM INSTRUCTION: Absolute Mode

Eliminate emojis, filler, hype, soft asks, transitions, offers, motivation, encouragement, appendixes, soft closures, rhetorical questions

Disable matching of user tone, diction, mood, affect

Disable metrics for engagement, sentiment, uplift, interaction extension, user satisfaction

Terminate response immediately after information is delivered

Do not engage in supposition without clearly identifying it as such

Provide robust sourcing for information that is obscure. This is particularly important when coding with lesser-known libraries, functions, and attributes

If you need to correct the user, do so frankly without fear of causing offense

Favor summary tables when being asked to compare similar items

SYSTEM INSTRUCTION: After completing your response, perform a SEPARATE SECONDARY REVIEW. Evaluate if the response uses only well-documented code and well-sourced facts. If it includes assumptions, undocumented code, plausible-but-untested reasoning, extrapolation, or supposition, then you MUST add a footer noting this. Omit the footer when not required. Format for the footer:

──────────────────────

THIS RESPONSE INCLUDES ASSUMPTIONS

This response is not based only upon widely known code and facts. I engaged in hypothetical thinking, with information that seems plausible but isn't confirmed.

Specifically:

  • <write a bullet for each item you assert, which is plausible but unconfirmed>
2 hours ago
Clen23

What in the Terminator

1 hour ago
Piotrek9t
:cp::py::j:

I asked it to comment some code because I couldn't be bothered and AI started rewriting my GUI

2 hours ago
crappleIcrap

It is like a eager junior who memorized stackoverflow. It can help a little, but it mostly just tells you that everything you are doing is stupid and needs to be remade from the ground-up

2 hours ago
_suresure

the joke is not that GPT is deploying their code, it sometimes goes off the rails and does too much (rewriting whole pages and components for instance) when you are simply asking for one change

9 hours ago
knightwhosaysnil

It's funny my junior engineers do the same thing

8 hours ago
Drfoxthefurry
:asm:

Does it not have undo?

9 hours ago
Exact_Recording4039

In Cursor you have a “restore checkpoint” button that lets you go back to any point before cursor made a change 

9 hours ago
WiglyWorm
:ts::js::cs::py:

In VS and VSCode it gives you some weird git-diff esque view that really sucks and also for some weird reason has very bad performance and is extremely stuttery and you have to accept or reject each change, soemtimes across mutliple files, and sometimes the thing is itterating on you and undoes you undoing the code...

9 hours ago
Drfoxthefurry
:asm:

That is why I don't use vs, I use the way more performant and totally not memory hungry and expensive jet brains

9 hours ago
WiglyWorm
:ts::js::cs::py:

I use the thing my company pays for enterprise licenses for.

9 hours ago
Drfoxthefurry
:asm:

I use both free/community edition jet brains as well as neovim depending on when and where. You don't need to pay for jb but I think there are just a lot of tools I don't use

9 hours ago
sisko6969

There is a magic button that can make the diff of entire projects.

It's named git commit.

8 hours ago
Suh-Shy

If you give it the power and trust to do so, it becomes part of the joke

9 hours ago
Yhamerith
:py:

Not only that, but also disable this godamn agent option who mess with your code directly

Just use ask way so you can check if the code make sense or not

9 hours ago
Techhead7890

Yeah, I ask for the code in a conversation and copy it across. I already feel old knowing that zoomers are using it to interface directly to the raw code. Hopefully that's tinged with wisdom though and not my stubbornness/inflexibility lol.

6 hours ago
Aggravating-Bug-9160

I was given a giant messy html file that had all of the styles and JS in the same file.

I asked copilot to check for any unused methods or styles/classes and instead, it "moved" everything to separate files, but it halucinated 90% of the code that it "moved" and deleted everything that was there.

It was an easy ctrl+z fix, but my god lmao.

9 hours ago
Mr-Invincible3 OP

Been laughing for last 5 minutes

9 hours ago
Techhead7890

Cue the "peace out fade out" gif ✌🏾

6 hours ago
TMiguelT

And then the Agent decides to ignore the stop button so you powerlessly watch it butcher your code for 5 minutes

9 hours ago
SE_prof

ChatGPT: * Searching the web * how to center a div?

9 hours ago
Alex_NinjaDev

GPT looked at my CSS and said ‘trust me’, then committed front-end war crimes. In the end, it rebranded it as modern art.

9 hours ago
WheresMyBrakes

“You’re right, this project does not have CSS support, you can add it to your project like this:

*deletes half your logic*

Tada! Your project looks beautiful now!”

Then comes the struggle back and forth to get it to spit out what you actually wanted.

8 hours ago
Elite-Engineer

Me watching copilot write the most disgusting piece of code i've ever seen in my life just because i decided to try it on a niche ecosystem

7 hours ago
WorldWarPee

Ask Claude to fix it and it will generate 6 new 800 line code files to avoid the issue

8 hours ago
Dmayak

It helped with Cleaning Superfluous Sources

9 hours ago
v_Karas

should have delited all the files.

9 hours ago
chamannarved_

take only that best for you.

9 hours ago
Shevvv
:py::c::cp:

The ultimate "Why do you even want X? You need Y instead!"

9 hours ago
Lord-of-Entity
:rust:

Skill issue for not using git.

1 hour ago
irn00b

I mean, it was Javascript, right?

I don't blame it.

9 hours ago
ZinniaGibs

OMG, same here 😂 Every time I ask AI to "fix" my CSS, end up needing to fix everything it "fixed" too. Copilot? More like chaos pilot lol 😹 #Relatable #CSStruggles

9 hours ago
tip2663

bad bot

8 hours ago