Live data from Hacker News

Show HN: Void, an open-source Cursor/GitHub Copilot alternative

github.com

91–100 of 168 posts

Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative

#93
post #66

I think more competition in the "AI Editor" space is good, but I have to ask – why not make it a VSCode extension? I feel it'd be much more accessible. Are there limitations in the extension APIs that make it hard to implement?

Because it's difficult to monetize extensions and justify a large VC valuation... (Void is HN backed)

Are you HN backed when your Show HN gets over 200 votes?

Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative

#94

Earlier quoted context omitted.

Aider is really cool for small projects, but it builds a repo map instead of using RAG. That works on small codebases, but totally fails to be useful on large ones.

How large? In use, treesitter-derived approach seems far effective than rag.

>5k source files. They don't fit into the context. I know I can limit what is sent, and I can attach files in the Aider chat myself. But this is not perfect for making an LLM answer questions about a codebase when I don't know much context beforehand. With Cursor, I can just do "@codebase How is a %feature% implemented?", and it's very quick and often helpful with a couple of follow-ups.

Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative

#96

Earlier quoted context omitted.

Because it's difficult to monetize extensions and justify a large VC valuation... (Void is HN backed)

Are you HN backed when your Show HN gets over 200 votes?

The linked website says "Backed by Y Combinator" lol

Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative

#97

Earlier quoted context omitted.

VSCode has plugins

They are making changes that cannot be done or are very difficult with vscode extensions

What might they be? API calls, read all files, write to files, side bar, UI interactions in editor. These are things I would imagine an extension can do. Continue.dev is an example.

Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative

#98
My projects aren’t super complicated and just mostly Python/flask/htmx/html templates. I started with cursor during their free trial so I got the 500 sonnet prompts and it was pretty awesome. Then that ended and the remaining “free” models were fairly lacking.

So I went a’hunting, and settled on the Codeium vscode plug-in free plan which while not as good as cursor/sonnet combination but is quite capable and their “free” models are capable enough for what I am working on (believe they even use a llama 3.1 model— I think they have various models, but left it on the “base model” and it’s been pretty good)

Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative

#99

Oh, I’m yet to find a good alternative to Cursor’s RAG-powered side chat. It helps me work with huge codebases so much. Tried Continue, but it’s very unstable, and doesn’t work as well. Would prefer a command line solution, vscode plugin is the next choice, having a separate editor is not ideal, but I’m glad there’s some competition.

Aider is AI pair programming in your terminal. Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing git repo. Aider works best with GPT-4o & Claude 3.5 Sonnet and can connect to almost any LLM. https://aider.chat/ See LLM Leaderboards as well: https://aider.chat/docs/leaderboards/

Thanks! I use Aider with Claude 3.5 Sonnet on smaller projects sometimes, and it's really fun and helpful when it can put a whole repo map into the LLM's context.

Re: Show HN: Void, an open-source Cursor/GitHub Copilot alternative

#100
post #66

I think more competition in the "AI Editor" space is good, but I have to ask – why not make it a VSCode extension? I feel it'd be much more accessible. Are there limitations in the extension APIs that make it hard to implement?

A lot of folks prefer JetBrains over VSC. For example my top choice for an AI Editor today is Zed.dev which lets you trivially setup to use a variety of key maps including JetBrains. https://zed.dev/

Zed looks promising, I'm waiting on editorconfig support PR to drop
Post reply on HN