Tìm kiếm thay thế Continuedev cho autocomplete cục bộ trên VSCode. Continuedev không ổn định, bỏ qua lệnh 30%, lỗi định dạng. TabbyML từng hiệu quả hơn nhưng không tương thích llama.cpp (chỉ dùng được 1 model). Cần công cụ chỉ hỗ trợ autocomplete, dùng llama.cpp & ưu tiên model Qwen Coder. #VSCode #TabCompletion #LlamaCpp #Qwen #AIProgramming #LocalLLM #MastodonTech #ThôngTinCôngNghệ
Und direkt noch ein Beitrag: Hatte Probleme mit der Tab Completion bei SSH in der ZSH. Hier ist mein Weg:
https://blog.security-manufaktur.de/zsh/ssh/shorts/2024/12/06/ssh-zsh-uneinigkeit.html
I give up, computering is too hard. Let's see how awful the #stackoverflow answers are. #bash #tabcompletion
An actual valid usage of "AI" in the Terminal: parse/tokenize every command and note which words follow which other words/options (aka ngrams) and use that for auto-completion.
If I type `rspec --tag integration ...` a bunch of times, then when I tab-complete `rspec --tag ` I should get `integration`.
#terminal #tabcompletion #autocompletion
Did you know that you can now install shell tab completion rules for every ronin command?
ronin completion --install
When you have to fight against tab completion trying to be smart:
touch a.zap
unzip a<tab> #nothing
\unzip a<tab> #completed
unzip a<esc>/<esc>/ #completed
When you have to fight against tab completion trying to be smart:
touch a.zap
unzip a<tab> #nothing
\unzip a<tab> #completed
unzip a<esc>/<esc>/ #completed
When you have to fight against tab completion trying to be smart:
touch a.zap
unzip a<tab> #nothing
\unzip a<tab> #completed
unzip a<esc>/<esc>/ #completed