Viewing profile — jacob-jackson
jacob-jackson
HN member- Joined
- Tue, Nov 06, 2018, 5:50 PM UTC
- HN karma
- 447
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About jacob-jackson
No profile information was provided.
Recent public activity
-
comment
Comment #39478271
Sorry to hear that. I'm not sure what's causing this. Could you share your Windows and VS Code version to help us reproduce the issue? sm-agent.exe is supposed to be started as a s…
-
comment
Comment #39476121
We think this is the most sustainable option because there is a cost to providing a quality service. We take a small loss on every user who cancels their free trial - more than a t…
-
comment
Comment #39476098
I didn't realize that. I would have posted without the Show HN tag if I had read that carefully.
-
comment
Comment #39474808
We should update the site to be clearer about this. There is a 7-day data retention limit listed in https://supermaven.com/pricing .
-
comment
Comment #39474635
Sorry. We should be more clear about the CC being required to sign up for the free trial.
-
comment
Comment #39474560
I'm happy to hear that. I don't have any specific plans for same.energy at the moment other than to keep the site up.
-
comment
Comment #39474541
Glad to hear it. We'll add an IntelliJ plugin next week. We may add a chat feature if we can make one good enough that we're happy with the quality.
-
comment
Comment #39474530
All the processing happens in the cloud. It will upload the git repository you use it on. We retain the data for a maximum of 7 days.
-
comment
Comment #39474476
I had the idea for the technology first and decided that code completion was the application where it would be the most useful. It's a proven market with Copilot having over $100M …
- story
- story
- story
- story
-
comment
Comment #20743328
Thanks, this should be fixed shortly.
- story
-
comment
Comment #20444574
Sorry, I worded that poorly. What I mean is that each individual suggestion consists of a single token -- at least, that is what I see in https://visualstudio.microsoft.com/service…
-
comment
Comment #20444528
It's difficult to solve an issue like this without steps that can be used to reproduce the issue. Here is a similar issue where someone provided instructions to reproduce the probl…
-
comment
Comment #20444401
As far as I can tell, it suggests one token at a time and uses its model to help rank these tokens. This is useful, but there is a lot to be gained by suggesting multiple tokens at…
-
comment
Comment #20443790
Yep. We will start by offering it to enterprises. We may extend it to individuals if we can offer it for sufficiently low cost.
-
comment
Comment #20443669
https://github.com/TommyX12/company-tabnine
-
comment
Comment #20443609
Language models mimic the style of the surrounding text (as you can see from the examples in [1]), so the model will only try to give you low-quality boilerplate code if your codeb…
-
comment
Comment #20443562
This is a big part of it. CPU-only models are much easier to deploy, and not all developers have GPUs, so the first iteration of the local model will be CPU-only. We might release …
-
comment
Comment #20443557
We're still prototyping new models and modifying the dataset, so we plan to release more technical details in the future.
-
comment
Comment #20443491
I'm looking forward to some data cleaning :)
-
comment
Comment #20443107
Good point, I added it to the survey.