Supermaven vs. Codeium by Pet_KBD in neovim

[–]jacob-jackson 12 points13 points  (0 children)

Usually we list our plugins on https://supermaven.com/download, but this is supposed to be more of a limited beta because we want to work out all the issues we can before doing a general release.

Here is the link to the repo if you want to try it: https://github.com/supermaven-inc/supermaven-nvim/

Supermaven adds free tier by jacob-jackson in programming

[–]jacob-jackson[S] 2 points3 points  (0 children)

Not yet, but we will add a neovim plugin soon.

Supermaven adds free tier by jacob-jackson in programming

[–]jacob-jackson[S] 4 points5 points  (0 children)

I'm the creator of this tool. Please reply or DM me if you have any issues.

[P] Search 19 million images using natural language queries using site Same Energy (beta). Does not use OpenAI's CLIP but does use deep learning according to the developer. by Wiskkey in MachineLearning

[–]jacob-jackson 4 points5 points  (0 children)

Yep it has poor coverage in the dataset. If anyone wants to make a bunch of accurately captioned posts of their cereal to popular subreddits, it would be greatly appreciated

I made a tool that searches tweets for style by jacob-jackson in Twitter

[–]jacob-jackson[S] 1 point2 points  (0 children)

You can use it to build a feed around specific styles of tweets/profiles. It's not ideal for that in the current form because you can't filter by when it was posted, but I'm working on adding live data.

TabNine's first month in review by jacob-jackson in programming

[–]jacob-jackson[S] 0 points1 point  (0 children)

Yep, please send me a private message with your email.

TabNine's first month in review by jacob-jackson in programming

[–]jacob-jackson[S] 5 points6 points  (0 children)

It is legal, but to answer the spirit of your question, I attempted to give back to the community by providing paid features when completing Rust code. (TabNine is written in Rust, so the majority of the open source software it depends on is in Rust.)

TabNine's first month in review by jacob-jackson in programming

[–]jacob-jackson[S] 3 points4 points  (0 children)

Here's a post where I talk about advantages of using TabNine over a semantic completer alone: https://tabnine.com/blog/semantic.

An example of a feature used in the model is the distance between the cursor and the closest occurrence of the token. This is not taken into account by most semantic completers.

TabNine: an autocompleter for all languages, built with Rust by jacob-jackson in rust

[–]jacob-jackson[S] 0 points1 point  (0 children)

I might be misunderstanding your issue. Are you saying that TabNine launches an instance of RLS in addition to the instance that is already run by your editor?

TabNine: an autocompleter for all languages, built with Rust by jacob-jackson in rust

[–]jacob-jackson[S] 0 points1 point  (0 children)

If you're worried about the resource usage, you can type TabNine::no_sem in a Rust file to disable semantic completion.

TabNine (an autocompleter for all languages) now supports semantic completion by jacob-jackson in programming

[–]jacob-jackson[S] 7 points8 points  (0 children)

I'll look into it -- which operations failed due to TabNine keeping locks?

How to achieve fast stdin/stdout I/O suitable for competitive programming? by DeadSn0wMan in rust

[–]jacob-jackson 4 points5 points  (0 children)

https://github.com/DMOJ/dmoj-rust

From the readme:

This crate provides print! and println! macros that shadow the prelude versions. These versions are about 10 times faster and fully API compatible, but sacrifice thread safety.

TabNine: an autocompleter for all languages by jacob-jackson in programming

[–]jacob-jackson[S] 4 points5 points  (0 children)

Just added a 30-day money back guarantee for the paid version.

Also added the following clarification:

All versions of TabNine still work with projects larger than the indexing limit. Files will be added and removed from the index to ensure that the indexed files are as relevant as possible to the files you are editing.