bill

bill

AI Code Completion Plugin called Tab Nine

I came across a plugin that uses an AI that has been pointed towards Github to do code completion. It is a single plugin that works for any language and is both free for now and in beta. Since I am so new to programming I don’t have an opinion about how well it works but I do think it is an interesting idea and thought I would share it here as well as the slack channel.
There are plugins for most of the popular editors.

https://tabnine.com

Most Liked

hauleth

hauleth

IIRC TabNine is online tool, which mean it is big no-go for me. I cannot allow for my code to be sent to untrusted 3rd party that I cannot even check in which jurisdiction it is. I work on data that is GDPR protected and I cannot find any information about their guarantees about privacy and/or how they are supervised/certified.

darekdeo

darekdeo

Sorry for digging 2 years old thread, but I am not 100% sure to @hauleth post, which ended this discussion. Are we sure it cannot be run entirely offline?

At the time of writing the homepage https://www.tabnine.com/ has info regarding privacy & protection:

All of Tabnine’s code completion AI can be run locally on your machine. Your team’s code and AI training data are NEVER shared, helping to ensure your code stays compliant

and also:

Tabnine will NEVER share your code or use it as part of its open-source AI

and also going deeper, seems like sending code to their servers is optional cloud feature:

Total AI code privacy & zero data retention: Tabnine

In case of not meeting system requirements (4 cores, 8 GB memory) cloud feature is the only way to run TabNine. I got message regarding not meeting requirements:

Your current setup doesn’t meet Tabnine’s local deep completion model requirements, so you can’t run Tabnine locally.

Don’t worry! You can still enjoy Tabnine’s deep completions using our cloud - it’s free!

And… requires Signing In/Up :wink:

So it seems like, if you meet system requirements and you don’t sign up, you are in offline mode.

Further research could be done through monitoring network traffic, I haven’t done that.

Where Next?

Popular in Discussions Top

Nvim
Elixir appears to be a superior language to Python. I don’t see any advantage of Python over Elixir. Are there any?
New
pillaiindu
In django there is a cache framework backed by memcached. Rails also puts a lot of emphasis on caching, and even the idea of russian-doll...
New
MarioFlach
Hello, I want to share a project I’ve been working on for a while: https://github.com/almightycouch/gitgud Background Some time ago I ...
New
praveenperera
How We Replaced React with Phoenix By: Thought Bot
New
pillaiindu
I want to convert a Phoenix LiveView CRUD website to a CRUD mobile app. What do you think is the easiest way to do so?
New
AstonJ
If a newbie asked you about Phoenix Contexts, how would you explain the basics to them? Feel free to be as concise or in-depth as you li...
New
CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
Markusxmr
Since Drab has been developed for a while in the open, introducing the Liveview functionality in a way it happend appears to undermine th...
New
slashdotdash
Phoenix Live View is now publicly available on GitHub. Here’s Chris McCord’s tweet announcing making it public.
New

Other popular topics Top

Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? Ecto.Repo — Ecto v3.14.0 has exampl...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 43622 214
New
josevalim
Hi everyone, One of the features added to Elixir early on to help integration with Erlang code was the idea of overridable function defi...
New
vonH
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
RisingFromAshes
I’ve read in another post that it may be possible with a router helper - but I couldn’t find an appropriate one, and tbh, I’m still just ...
New
fayddelight
I tried installing elixir 1.11.2 erlang 23.3.4 via asdf in my zsh shell. Enabled the versions locally and globally. When I list them ...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
klo
Got a question about when to concat vs. prepending items to list then reversing to achieve appending. So i know lists boil down to [1 | ...
New

We're in Beta

About us Mission Statement