this post was submitted on 25 Jul 2023
596 points (99.0% liked)
Programming
17489 readers
27 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In the past I tried to submit something to it, but didn't have enough reputation or whatever.
In general though, I'll try to use copilot first
Can you give an example how you use copilot? Why is it better than using chatgpt and how exactly do I use it?
chatGPT is more for asking questions.. IMHO, I haven't really seen it solve anything that Google won't anyway.
However, Copilot is basically a really advance autocomplete. So, if I write something like function LinkedList.Init() it will try and fill in the gaps. Whereas, in the past, I might have gone to stack overflow for basic algorithms
It used to be total rubbish, but these days its good for a lot of smaller things.
Depends on your use case though. But, I just haven't seen the need for ChatGPT at all for what I'm doing (but stuff which is more natural language like journalism, or product summaries, it might be more useful).
Also, on an unrelated note, Dall-E SUCKS at generating Logos (it can't even generate text)
I I have been programming with Matlab for 8 years and am switching to Python. I'm focusing on deep learning applications and have been using ChatGPT to answer general questions about Python as interactive documentation. Would you say Copilot would be better for this use case or only better when I am a bit more advanced with Python?