Comment on Zed, GPU-accelerated IDE Written in Rust, is now available for Linux
mozz@mbin.grits.dev 3 months ago
Dude
Why on earth would you make an IDE which wants a GPU but then uses it for anything other than running a local LLM which doesn’t send all your data to a remote server which then charges you money for the privilege of doing so
There are, supposedly, good coding models available as open source. Idk if it’s accurate but that is the rumor.
Zikeji@programming.dev 3 months ago
There are quite a few usable ones. And yes, it is strange it doesn’t support it. You can expose an OpenAI-like API for chat, but not completion.
It’s also missing git functionality (it is on the roadmap), only showing you modified or new files.
leo@lemmy.linuxuserspace.show 3 months ago
Ah, no full git integration breaks it for me. I’ll definitely check in again when that feature shows up.