Viewing profile — mp5
mp5
HN member- Joined
- Mon, Apr 03, 2023, 10:02 PM UTC
- HN karma
- 20
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About mp5
No profile information was provided.
Recent public activity
-
comment
Comment #43934408
Yup, just rebased about a week ago
- comment
-
comment
Comment #43933485
If I understand your question correctly - Cline and Roo both display diffs by using built-in VS Code components, while Cursor/Windsurf/Void have built their own custom UI to displa…
-
comment
Comment #43933476
Big fan of Continue btw! There's a small difference in how we handle inline edits - if you've used inline edits in Cursor/Windsurf/Void you'll notice that a box appears above the t…
-
comment
Comment #43932612
I really wonder why dynamic learning hasn't been explored more. It would be a huge moat for the labs (everyone would have to host and dynamically train their own model with a major…
-
comment
Comment #43932557
Local models just aren't there yet in terms of being able to host locally on your laptop without extra hardware. We're hoping that one of the big labs will distill an ~8B to ~32B p…
-
comment
Comment #43932177
This is a great suggestion. We're actually storing the input/output costs of most models, but aren't computing cost estimates yet. Definitely something to add. My only hesitation i…
-
comment
Comment #43931909
You're right that extensions do manage fine - the main differences right now are UX improvements (many of them are mentioned above). I can see the differences compounding at some p…
-
comment
Comment #43931690
The extensions API lets you control the sidebar, but you basically don't have control over anything in the editor. We wouldn't have been able to build our inline edit feature, or o…
-
comment
Comment #43931430
Void actually launched before the Windsurf IDE existed! http://news.ycombinator.com/item?id=42127882 https://news.ycombinator.com/item?id=41563958
- comment
- comment
-
comment
Comment #43930290
Thanks for the suggestions - these issues have been a bit painful for us, and we will probably fix them in the next major update to Void. Believe it or not, the logo similarity was…
-
comment
Comment #43929967
This is a good question. Because we're open source, we will always allow you to host models locally for free, or use your own API key. This makes monetization a bit difficult in th…
-
comment
Comment #43929687
One of the founders here - Void will always remain open source! There are plenty of examples of an open source alternative finding its own niche (eg Supabase, Mattermost) and we do…
-
comment
Comment #43929562
We do have a linux build! (the link is at the bottom of the download page). Some systems are a bit finicky so we give more options on setting it up.
-
comment
Comment #43929522
We've been holding off on this until Void is out of Beta.
- comment
- comment
-
comment
Comment #41564914
We did a smaller launch a few days ago, but we've actually made a lot of changes to our github contributing page, website, logo since then (based on the feedback). Just trying to s…
-
comment
Comment #41564865
We plan on selling to enterprise companies. We know a lot of companies want to keep their repos private and so we offer them on-prem hosting options. Closed source tools can't real…
-
comment
Comment #41564792
Should be fixed now!
-
comment
Comment #41509948
One feature you could add is allowing the user to map changes in the concatenated file back to the original files. For example, if an LLM edits the concatenated file, I would want …