663
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 20 Jul 2023
663 points (97.6% liked)
Technology
59080 readers
3751 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
At the start I used to use ChatGPT to help me write really rote and boring code but now it's not even useful for that. Half the stuff it sends me (very basic functions) LOOK correct but don't return the correct values or the parameters are completely wrong or something absolutely critical.
idk what you guys mean but GitHub copilot still works absolutely well, the suggestions are fast and precise, with little Tweeks here and there... and gpt4 with code interpreter are absolute game changers ... idk about basic chatgpt 3.5 turbo though
Github Copilot is a bit different, it’s powered by OpenAI Codex which is trained on all public repos. And yes, it’s quite effective!
Public GPL or public MIT? So there's a chance of you adding GPL code to your private repository and having a very messy licensing?
My understanding is that it’s all publicly viewable code on Github regardless of licence. The legality of the training data and usage is hotly debated. Although you can get it to generate entire code blocks, my use and where I find it effective is finishing lines of code based on context of what I’m writing, so it’s “filling in the blanks” around my code so to say.
It is not because tone can see that one can use it.
Open source does not mean "free to repurpose"
There was a free version?
I've been paying for it for a few months now - it makes some stupid suggestions occasionally and you definitely have to check everything, but can hugely increase productivity.
I use vscode as my notepad, so whenever I need to make a list or write something, it will automatically give suggestions that I can choose to include. Has been useful for finding new programs, products and services as well.
Note it will complain if you directly ask it a non coding related question, however.
Copilot was free during the beta
I use the payed version, it's about 10usd a month I believe I don't know if there is a free version still