If anyone is looking for a free/local alternative Continue + Ollama is acceptable. If you're just doing run of the mill programming it will work well out of the box. I'm glad it's open source so I was able to fix most of the issues I had with it and now my copy is in a great place. The documentation is in places many versions behind the actual code so it can be tough to figure out how to set things up when you're ven…
Acceptable UX maybe, but the gap between Sonnet 3.5 and open models isn’t worth it. I know people are going to pitch qwen coder 72b, but it’s still a long way off on benchmarks and my time matters more.
GitHub Copilot is now available for free
121–130 of 412 posts
Re: GitHub Copilot is now available for free
#122Copilot in VSCode is so far behind Windsurf, not terribly excited about this and still happy to pay for a Codeium pro account. My only fear is someone buying them and screwing up model access, but maybe it’s fine if that is Anthropic. GPT-4 is terrible at coding and o-1 isn’t tell tiene for practical use.
Re: GitHub Copilot is now available for free
#123Earlier quoted context omitted.
This is the main sticking point for me, I'm not leaving JetBrains anytime soon. GitHub Copilot + Aider handle my needs beautifully and while I wish Aider had deep IDE integration I can work around that (Yes, I know about the "AI!" command thing, it's a cool idea but sucks in practice). Aider in browser mode has pretty much replaced my back and forth to ChatGPT/Claude's web UI to the point that I'm considering going A…
Jetbrains is still the leader in all of the small details that make navigating and working a code base easy. Copy and paste workflow is a minor slowdown, but nothing compared to things like smart links in terminal, auto detection of run configurations, etc, etc.
I watch people navigate code in VSCode and I want to pull my hair out. Things that I don’t even think about are hard and/or require just falling back to search.
And before “there is a plugin for that”, I’m sure there is. I’m sure you can configure VSCode to be just as powerful as IDEA but the rank and file using it aren’t doing that work to install and configure a bunch of plugins. So, on average, VSCode doesn’t hold a candle to an IDEA.
With Aider I skip a lot of the copy/pasting but I’d still copy/paste to the browser before I left IDEA.
Re: GitHub Copilot is now available for free
#124Re: GitHub Copilot is now available for free
#125Copilot in VSCode is so far behind Windsurf, not terribly excited about this and still happy to pay for a Codeium pro account. My only fear is someone buying them and screwing up model access, but maybe it’s fine if that is Anthropic. GPT-4 is terrible at coding and o-1 isn’t tell tiene for practical use.
For anyone else who never heard of Windsurf, it seems this was announced a month ago: https://news.ycombinator.com/item?id=42127882
Re: GitHub Copilot is now available for free
#126Re: GitHub Copilot is now available for free
#127Microsoft (unsurprisingly) has won the race to zero. We have had them 'embrace' the wider developer and open-source ecosystem by buying GitHub. Then they have 'extended' this with partnerships and deep developer integrations in VSCode and exclusive partnerships with OpenAI which in the background was used to build the best tools on the Microsoft platform with added enhancements and extensions. Now in the new intellig…
Re: GitHub Copilot is now available for free
#128Is there any solution that is 1- fully local 2- open source 3- fast on CPU only 4- provide reasonable good results for smart auto complete ? I don't want my work to depend on proprietary or even worse, online, software. We (software engineer) got lucky that all the good tools are free software and I feel we have a collective interest in making sure it stays that way (unless we want to be like farmers having to pay Mo…
Open source, fast and good: openrouter with opensource models (Qwen, Llama,etc...) It's not local but these is no vendor lockin, you can switch to another provider or invest in a gpu.
Re: GitHub Copilot is now available for free
#129I ditched Copilot for Cursor and never looked back. Cursor might be the only other AI product with product market fit than ChatGPT, it's that good
Has anyone who uses an IDE (e.g., JetBrains, not a code editor) moved to Cursor? I've downloaded it a few times because everyone raves about it, but I've always come back almost immediately because editors can't reliably make changes across projects (among many other things)... What am I missing? FWIW I use GoLand w/ Supermaven, currently.
Re: GitHub Copilot is now available for free
#130Earlier quoted context omitted.
This is the main sticking point for me, I'm not leaving JetBrains anytime soon. GitHub Copilot + Aider handle my needs beautifully and while I wish Aider had deep IDE integration I can work around that (Yes, I know about the "AI!" command thing, it's a cool idea but sucks in practice). Aider in browser mode has pretty much replaced my back and forth to ChatGPT/Claude's web UI to the point that I'm considering going A…
Jetbrains is still the leader in all of the small details that make navigating and working a code base easy. Copy and paste workflow is a minor slowdown, but nothing compared to things like smart links in terminal, auto detection of run configurations, etc, etc.
I'm a near-exclusive user of VSCode (or Codium, at home) and like to think of myself as moderately advanced. I continually update my configurations and plugins to make my workflow easier and often see my peers stumble on operations that are effortless for me. It's hard to explain to them what they're missing until they watch me code. So now I'm curious about watching some typical Jetbrains workflows.