Show HN: Void, an open-source Cursor/GitHub Copilot alternative
161–168 of 168 posts
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#162And well, complain about it on hn obviously.
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#163Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#164Earlier quoted context omitted.
I don't fancy a future of multiple diverging VSCode forks. I wonder if they could have created a "Super Plugin" interface instead of a Cursor specific fork and try to get it merged to VSCode or VSCodium or at least keep as a new shared platform for deep customisation instead of balkanisation by everyone interested in doing something similar.
Personally I prefer more forks and new editors. Leaving everything in Microsoft’s hands limits how quickly core features can be added. Let the best editor win.
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#165Earlier quoted context omitted.
If you've tried others, would love to understand if there's anything you didn't like specifically (I'm one of the creators for https://double.bot )
I ended up actually not trying double.bot - overall I tried only cursor.sh (first with BYOK and now subscriber) and continue.dev (didn't manage to integrate own key from OpenRouter in JetBrains plugin). For me in the beginning one of the selling point is if I can bring my own key (ideally with GUI setup instead of some config file and working with OpenRouter key). Then if something is open source is also a selling po…
Anything else we could do to make double.bot a more compelling option for you?
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#166Earlier quoted context omitted.
Are you using a local model with Continue?
I've tried running 3B LLAMA on my old machine and it was sluggish and kinda bad, but Claude 3.5 Sonnet works great. I will try the 70B model, should be good enough.
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#167Earlier quoted context omitted.
Zed looks promising, I'm waiting on editorconfig support PR to drop
Zed is very fast but has a long way to go still. ssh server is still in early stages, not even p2p yet. The requirement for extensions to be built in rust only makes it harder to adopt. When they these 2 things get solved and the editor remains fast, it might actually be very tempting to replace vscode with zed. Vscode is fantastic but tends to become bloated quickly....
Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative
#168As someone who has recently tried to refactor our app atop of VSCode (treating it like a platform), we got burned by the UI design decisions that are not straightforward to overcome, let alone maintain. The closed-source MS marketplace did not help either towards our OSS goals. However, I found Theia ( https://theia-ide.org ) on HN (like a bunch of other cool things; this is one way I justify the time I spend/sink on…
Is Theia related to Eclipse (the traditional Java IDE)? Or is the reference to "eclipse" just an unfortunate naming collision?