470
True story that might have happened today
(lemmy.dbzer0.com)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I recently read this blog post and gave it a try. After a little bit of tweaking, I found that it became a useful tool for me while still letting me enjoy coding. It doesn’t fix everything that is wrong with AI development but it does help a lot in my day to day.
TLDR: Add this to your copilot_instructions.md or whatever you use.
The last three points are my addition as I am currently do a lot of development in Rust which I have no experience with.
This is clever. Thanks for sharing! I’ve been kinda doing this manually using Cursor. I put it into “Ask” mode and it walks me through bits. If it’s coding work that I prefer doing (I’m a frontend guy but can do backend), I write the code myself. That way I’m still retaining the knowledge like you’re doing.