0 Followers
0 Following
1 Posts

Local VibeCoding (for hobby! :)

https://lemmy.world/post/38132147

Local VibeCoding (for hobby! :) - Lemmy.World

Hello everyone, I’m trying to setup a local “vibe coding” environment and use it on some projects I abandoned years ago. So far I’m using KoboldCPP to run the models, VSStudio as editor with various extensions and models with limited to no luck. Models are working properly (tested with KoboldCPP web UI and curl) but in VSCode they do not generate files. edit existing files etc. (it seems that the tool calling part is not working) and they usually go in a loop I tried the following extensions: - RooCode - Cline Models: (mostly from Unsloth) - Deepseek-coder:6.7 - Phi4 - Qwen3-Coder 30 - Granite4 Small Does anyone have any idea why it’s not working or have a working setup that can share? (I’m open to change any of the tools/models) I have 16GB of RAM and 8GB of VRAM as a reference Many thanks in advance for your help!

Web based IDE suggestion

https://lemmy.world/post/8063186

Web based IDE suggestion - Lemmy.World

Hello everyone, I’m looking for a web based IDE that can create isolated development environments as you could do in Koding or with VSCode with the “Remote” extension. My use case is quite simple, I want to play around with different projects and languages without installing anything directly on my machine (docker containers FTW) to reduce conflicts between packages and garbage. The “web based” requirement is because I have a server with plenty of capacity to take care of this task and I’d like to keep as clean as possible my PC. I’ve tried already code server but I cannot install the “Remote” extension to have it create containers on demand. Any suggestion or help is more than welcome! :D