Earlier quoted context omitted.
All of the above. It is even worse than crypto. The AI proponents that support this have no serious solution to the mass displacement of jobs thanks to AI. They actually don't mention any alternative solutions and instead scream about nonsense such as UBI which has never worked at a large sustainable scale. > Society needs to slow down and find alternative, more sustainable solutions. AI is aligned with short-term ec…
If robots do all the work (which is ultimately what all the lost jobs are about), why would UBI be unsustainable at scale?
GitHub Copilot is now available for free
331–340 of 412 posts
Re: GitHub Copilot is now available for free
#332Earlier quoted context omitted.
yeah, Sonnet goes past that. 300+ line changes in 20 seconds. You have to review it, but generally it's right. It's infinitely faster than the time to look at docs and do it myself. Sure it's busywork. But it's a lot of busywork very fast.
Well it's definitely not infinitely faster since you're having to review it, but we're talking about the delta between Sonnet and Qwen/Mistral/Llama or whatever, not doing it manually. I'm really curious what your problem domain is, like specifically what sort of code are you asking it to change and what changes are you asking for. I just gave o1 and Sonnet a total layup question (optimization that had a huge win sim…
Obviously nothing complicated but it takes non-zero time. It did it in one shot in about 30s. Didn’t have to look at and docs (I don’t have the yaml lib memorized). Got the python typing right which would have been a bit of a pain. A lot faster than doing it myself, even with reviews. Tests were solid so I could tell it worked.
The filter example you give seems like they should have aced it. Not sure what went wrong but it has easily done work like that for me. I usually am half way through typing the method name when the rest autocompletes. Are you using a tool with good context management like cursor?
Re: GitHub Copilot is now available for free
#333I have already replaced Copilot with continue.dev+qwen2.5-coder:1.5b on Ollama and don't see myself coming back. For the last year Copilot completions have been slow, unreliable and just bad , coming in at random moments, messing up syntax in dumb ways, being slow and sometimes not showing up at all. It has been painfully bad even though it used to be good. Maybe it's since they switched from Codex to the general GPT…
Do you have a guide for how to set this up? I am also pretty dissatisfied with Copilot completions.
Re: GitHub Copilot is now available for free
#334Has anyone compared the updated Copilot with Cursor? The main updates I am wondering about are model selection and multi-file edits. I used copilot before these features, changed to Cursor and now I am wondering how much Copilot has closed the gap.
I'm using Copilot daily and I didn't find any improvements over last year. I think they introduced something called Copilot Edits which works kind of like aider judging from screenshots, but it's experimental, so I didn't try it. It's basically glorified autocomplete and that's about it. At least I didn't discover anything new.
Re: GitHub Copilot is now available for free
#335Re: GitHub Copilot is now available for free
#336I have already replaced Copilot with continue.dev+qwen2.5-coder:1.5b on Ollama and don't see myself coming back. For the last year Copilot completions have been slow, unreliable and just bad , coming in at random moments, messing up syntax in dumb ways, being slow and sometimes not showing up at all. It has been painfully bad even though it used to be good. Maybe it's since they switched from Codex to the general GPT…
I used the recommended models and couldn't figure it out, I assume I did something wrong but I followed the docs and triple checked everything. It'd be nice to use the GPU I have locally for faster completions/privacy, I just haven't found a way to do that.
Re: GitHub Copilot is now available for free
#337I have already replaced Copilot with continue.dev+qwen2.5-coder:1.5b on Ollama and don't see myself coming back. For the last year Copilot completions have been slow, unreliable and just bad , coming in at random moments, messing up syntax in dumb ways, being slow and sometimes not showing up at all. It has been painfully bad even though it used to be good. Maybe it's since they switched from Codex to the general GPT…
Do you have a guide for how to set this up? I am also pretty dissatisfied with Copilot completions.
The sibling comment also describes the process for chat, which I personally don’t care about.
Re: GitHub Copilot is now available for free
#338Earlier quoted context omitted.
... and they aren't concerned with what microsoft is doing with it?
Microsoft already has access to all of your code on Github.
GitHub Copilot works fine with these; just authenticate against github.com first
Re: GitHub Copilot is now available for free
#339Re: GitHub Copilot is now available for free
#340I have already replaced Copilot with continue.dev+qwen2.5-coder:1.5b on Ollama and don't see myself coming back. For the last year Copilot completions have been slow, unreliable and just bad , coming in at random moments, messing up syntax in dumb ways, being slow and sometimes not showing up at all. It has been painfully bad even though it used to be good. Maybe it's since they switched from Codex to the general GPT…
I've had the opposite experience - I tried continue.dev and for me it doesn't come close to copilot. Especially with copilot chat having o1-preview and Sonnet 3.5 for so cheap that I single handedly might bankrupt microsoft (we can hope), but I tried it before that was availlable and the inline completions were laughably bad in comparison. I used the recommended models and couldn't figure it out, I assume I did somet…
Additionally, I've tried a bunch of these (even the same models, etc) and they've all sucked compared to Copilot. And believe me, I want that local-hosted sweetness. Not sure what I'm doing wrong when others are so excited by it.