FYI: Kite as a company had a backlash from the community after they acquired popular Python packages and injected their spyware and ads. So far they've learnt from that lesson, but who knows if they'll stay that way.
We hear you. We agree this was a mistake, and over the ~three years since then we've listened to the community, for example by releasing local processing for Kite.
AI-Powered JavaScript Completions
91–100 of 100 posts
Re: AI-Powered JavaScript Completions
#92Earlier quoted context omitted.
Off-topic maybe, but do you feel the any kind of lag with TabNine. I've dropped using it after a month as its slowed down my editor.
Dror from TabNine here. We've introduced some big improvements in TabNine's resource consumption in the last few weeks, and there's more to come. In addition, TabNine's Professional version (free trial available) lets you use our GPU cloud servers which means dramatically reduced load on your machine.
Re: AI-Powered JavaScript Completions
#93Earlier quoted context omitted.
Dror from TabNine here. We've introduced some big improvements in TabNine's resource consumption in the last few weeks, and there's more to come. In addition, TabNine's Professional version (free trial available) lets you use our GPU cloud servers which means dramatically reduced load on your machine.
Are there any plans to allow using local GPU?
Re: AI-Powered JavaScript Completions
#94Earlier quoted context omitted.
> I imported a new logging mechanism and called a specific method from it in one of my class's methods. Repeat for four similar classes. How would an IDE know the local variable you've declared, that is a suitable match to the logging method's parameter?
How indeed. I think basically a rudimentary version might guess and then ask you if its mapping is right. i.e. a modal asking: "As done to MethodA, do to MethodB?" "As done to VariableNameA, do to VariableNameB?" And the B values would just be dropdowns that would let you correct it. Idk. I'm just imagining what you could do with some decent speech-to-text, NLP, and an engine that understands code conceptually on a b…
Don't know about you, I would have no idea of a method name's exact spelling from a declaration multiple folders and files away.
Re: AI-Powered JavaScript Completions
#95Re: AI-Powered JavaScript Completions
#96Earlier quoted context omitted.
How indeed. I think basically a rudimentary version might guess and then ask you if its mapping is right. i.e. a modal asking: "As done to MethodA, do to MethodB?" "As done to VariableNameA, do to VariableNameB?" And the B values would just be dropdowns that would let you correct it. Idk. I'm just imagining what you could do with some decent speech-to-text, NLP, and an engine that understands code conceptually on a b…
>"As done to MethodA, do to MethodB?" Don't know about you, I would have no idea of a method name's exact spelling from a declaration multiple folders and files away.
Re: AI-Powered JavaScript Completions
#97Any reason to use this over TabNine[1]? I’ve been using that for months, and only have good things to say about it. It’s like it’s reading your mind. Strong recommendation. 1: https://www.tabnine.com
Off-topic maybe, but do you feel the any kind of lag with TabNine. I've dropped using it after a month as its slowed down my editor.
Re: AI-Powered JavaScript Completions
#98Earlier quoted context omitted.
What? That's pretty massive. So Codota+TabNine got you covered on all languages & IDE's.
There's evidence that you guys have been astroturfing this thread. We ban accounts and sites that do that. Please stop now and never do this on HN again. https://news.ycombinator.com/item?id=23159058
Re: AI-Powered JavaScript Completions
#99Earlier quoted context omitted.
There's evidence that you guys have been astroturfing this thread. We ban accounts and sites that do that. Please stop now and never do this on HN again. https://news.ycombinator.com/item?id=23159058
I hope my comments in the thread have not been interpreted as astroturfing. I have no affiliation with TabNine, I’m just a happy user.
Re: AI-Powered JavaScript Completions
#100Earlier quoted context omitted.
Off-topic maybe, but do you feel the any kind of lag with TabNine. I've dropped using it after a month as its slowed down my editor.
Could you share the OS and editor you're using? we're working to make TabNine super performant.
Edit: OS: mac os 15.4.2 Editor: Vim and VScode