Why didn’t your patch get merged?
ElBarto
- 0 Posts
- 17 Comments
ElBarto@piefed.socialto
Programming@programming.dev•Separate community for AI coding?English
1·26 days agoHehe sorry, don’t mind me.
ElBarto@piefed.socialto
Programming@programming.dev•Separate community for AI coding?English
4·27 days agoI still have my reservations, but I’ve changed my mind about “vibe coding”.
Juniors vibe coding? Awful idea. It stunts learning. Non-programmers vibe coding? Aside from small scripts, anything exposed to the internet is a dangerous thing.
Experienced programmers who already know what they’re doing? Code assistants can be a bliss for tired fingers and wrists.
ElBarto@piefed.socialto
Programming@programming.dev•Separate community for AI coding?English
12·27 days agoIs this answer generated? It doesn’t say anything OP didn’t address already.
ElBarto@piefed.socialto
Technology@lemmy.world•How AI assistance impacts the formation of coding skillsEnglish
2·28 days agoYou probably know this, but aside from that, Claude has “plan mode”. When writing, hit “Shift+Tab” a few times until you select it. Claude won’t immediately start coding when you give it instructions.
Also, ask him about the "superpowers* and “ask questions” skills. Game changers too.
ElBarto@piefed.socialto
Technology@lemmy.world•How AI assistance impacts the formation of coding skillsEnglish
5·29 days agoDo you tell Claude to make a plan first?
That helps me tremendously. Whenever something needs to be modified, I tell it to update the plan first, and to stick to the plan.
That way, Claude doesn’t rewrite code that has already been implemented as part of the plan.
And understanding the plan helps understanding the code.
Sometimes if I know there will be a lot of code produced, I’ll tell it to add a quick comment on every piece it adds or modifies with a reference to the step in the plan it refers to. Makes code reviewing much more pleasant and easier to follow. And the bugs and hallucinations stick out more too.
ElBarto@piefed.socialto
Programmer Humor@programming.dev•Virgin Framework vs Chad ThinkPadEnglish
2·30 days agoThanks! Yeah, lack of ethernet ports is annoying. I bought a USB adapter to have one.
ElBarto@piefed.socialto
Programmer Humor@programming.dev•Virgin Framework vs Chad ThinkPadEnglish
1·30 days agoNice! Thanks for your answer.
ElBarto@piefed.socialto
Programmer Humor@programming.dev•Virgin Framework vs Chad ThinkPadEnglish
2·30 days agoWhoa, what laptop did you end up getting? 64GB? Nice!
ElBarto@piefed.socialto
Programmer Humor@programming.dev•Virgin Framework vs Chad ThinkPadEnglish
4·30 days agoThanks for the links.
Well, that’s disappointing.
ElBarto@piefed.socialto
Programming@programming.dev•Programming.dev instance: Sponsors neededEnglish
1·30 days agoIs programing.dev a lemmy instance, or a piefed one?
ElBarto@piefed.socialto
Programmer Humor@programming.dev•Virgin Framework vs Chad ThinkPadEnglish
5·1 month agoHow are they assholes? What did I miss?
ElBarto@piefed.socialto
Programmer Humor@programming.dev•Virgin Framework vs Chad ThinkPadEnglish
5·1 month agoThanks! It’s interesting to hear folks say that other machines are as powerful and less expensive. The irony is, they’re less expensive because they have everything soldered on and designed to be eventual e-waste more quickly.
ElBarto@piefed.socialto
Programmer Humor@programming.dev•Vibe-Coded 'Sicarii' Ransomware Can't Be DecryptedEnglish
149·1 month agoRansomware that can’t be decrypted is just destructive malware like any other.
ElBarto@piefed.socialto
Programmer Humor@programming.dev•Virgin Framework vs Chad ThinkPadEnglish
16·1 month agoHow do you really like it?
I’m considering getting one.
ElBarto@piefed.socialto
Programming@programming.dev•Breaking the Spell of Vibe CodingEnglish
3·1 month agoI’m far from being an AI defender. And for the longest time I resisted the idea of vibe coding.
I will give you that, without the right experience, vibe coding feels like gambling.
But I learned rather quickly that you must first work on a dev plan with an LLM, and until that plan hasn’t covered every scenario, then you don’t move on.
That yields much better results, and it has the advantage of having the blueprints for when you need the LLM to make changes.
Oh I see! Thanks. I thought that they deliberately rejected your patch. But it was more about the red tape getting in the way. Yeah, that sounds frustrating.