• 1 Post
  • 3 Comments
Joined 27 days ago
cake
Cake day: April 13th, 2025

help-circle


  • Very nice rough answer i’ll check it out. . Thank you!

    Of my many projects, currently for vs code (to actively exclude microsoft in my infrastructure), I’m using containerized code-server with the vscode-llama extension and a docker client. on my win 10 laptop (sorry, moving off windows at end of win10 support) i mapped the extension’s FIM “on” toggle by nesting a wsl call which nests a docker run --rm command which nests an ephemeral llama-cpp container for the AI calls. Docker engine running in wsl with ports forwarded from host/wsl vm.

    Why? Portable, cross-platform and partially ephemeral dev environment with minimal dependencies.

    I might even get a terraform tofu module for this eventually.

    I have a small attention span 💀.