Max Jackson pfp
Max Jackson
@mxjxn
sometimes cursor gets exhausted too
1 reply
0 recast
6 reactions

Push pfp
Push
@push-
Today was a good one for me ngl🫠 But idk why with this new updated it was made like an LLM rather then a code assistant lol😂 He was telling what to do instead of doing it, as if I knew what to do ahahaha
1 reply
0 recast
0 reaction

Max Jackson pfp
Max Jackson
@mxjxn
are you using agent mode vs chat mode? That'll do it. Agent mode makes the changes, Chatmode tells you what needs to be done.
1 reply
0 recast
1 reaction

Push pfp
Push
@push-
Nah I think I was in agent mode🤔 Maybe my prompt was more “discover-ish” and it talked instead of doing lol
1 reply
0 recast
1 reaction

Max Jackson pfp
Max Jackson
@mxjxn
I need to start working in branches on small features. Sometimes it really goes buckwild with the verbosity. I'd rather have concise short readable code wherever i can but theres just so much going on at this point. really i just hate typescript, theres so much i dont understand with its syntax
1 reply
0 recast
1 reaction

Push pfp
Push
@push-
Bro you tell me ahahaha, I barely understand anything lol😂 But yeah, sometimes shorter prompts are better
2 replies
0 recast
0 reaction

Push pfp
Push
@push-
Yeah confirmed, was in agent mode. Weird
0 reply
0 recast
1 reaction

Max Jackson pfp
Max Jackson
@mxjxn
oh lmao right sorry. Forgot who i was talking to for a second! Anyway typescipt is just added complexity for the sake of knowing the exact shape of the data being described. Like this OrderComponents type which uses an Omit utility type to make the type just like OrderParameters, minus that one key in quotes, but also it should have a counter property. Having to define that stuff really helps narrow down any bugs before they get deployed to your webapp. But it also makes for a lot more code that is sometiems hard to read.
1 reply
0 recast
1 reaction