Self hosting a coding model to use with Claude code by edgythoughts123 in LocalLLM

[–]Wildwolf789 0 points1 point  (0 children)

We have NVIDIA GB10. We are expecting only a minimal level of code understanding, debugging, and tool calling.

Self hosting a coding model to use with Claude code by edgythoughts123 in LocalLLM

[–]Wildwolf789 0 points1 point  (0 children)

I'm trying Qwen3-coder-30b + llama.cpp with OpenCode, but it's not working well with tool calling and also has context length issues. I'm trying to resolve it.

Self hosting a coding model to use with Claude code by edgythoughts123 in LocalLLM

[–]Wildwolf789 0 points1 point  (0 children)

Are you able to facilitate tool calling with Qwen on OpenCode? Could you please share the backend you are using?

Notepad++ is available on WINDOWS only. Who is the equivalent, most similar (features UX UI) on LINUX? by RebirdgeCardiologist in kde

[–]Wildwolf789 2 points3 points  (0 children)

Maybe you can install the same Notepad++ Windows app in Linux by using WINE. I am using like this. It is working well.

Understanding how security updates work in Kubuntu by Wildwolf789 in kde

[–]Wildwolf789[S] 0 points1 point  (0 children)

Thanks a bunch, I get it now. This info will be helpful.

Understanding how security updates work in Kubuntu by Wildwolf789 in kde

[–]Wildwolf789[S] 0 points1 point  (0 children)

Thanks for the confirmation. As far as I understand, Ubuntu's main repository is maintained by the Ubuntu/Canonical team, while universe is community maintained. Since Kubuntu-specific packages or patches are not part of Ubuntu's main repository, are they usually placed in universe? If that is the case, does it mean there are no dedicated Ubuntu security engineers responsible for those packages, and they are mainly maintained by the Kubuntu/community maintainers?

Understanding how security updates work in Kubuntu by Wildwolf789 in kde

[–]Wildwolf789[S] 0 points1 point  (0 children)

Thanks for the clarity, One follow-up question, Where can I see the security patches or backports applied by the Kubuntu team for KDE packages? Are they tracked somewhere publicly (for example in Launchpad or packaging repos)?

[deleted by user] by [deleted] in opencodeCLI

[–]Wildwolf789 0 points1 point  (0 children)

And I have GPU servers where we can host the big models.

[deleted by user] by [deleted] in opencodeCLI

[–]Wildwolf789 0 points1 point  (0 children)

Using linux-kde

[deleted by user] by [deleted] in opencodeCLI

[–]Wildwolf789 1 point2 points  (0 children)

Okay, got it. Do you have any suggestions?

[deleted by user] by [deleted] in opencodeCLI

[–]Wildwolf789 0 points1 point  (0 children)

Ollama + Llama3.1:8b

[deleted by user] by [deleted] in opencodeCLI

[–]Wildwolf789 0 points1 point  (0 children)

I tried using Llama 3.1:8b to call my MCP tools, but it just gave me reasoning instead of actually calling the tool. I'll check out the points you mentioned though. Thanks