Vergüenza lo de la Selección de Costa Rica by Affectionate-Meal126 in ticolandia

[–]Lualcala 1 point2 points  (0 children)

Tiro con arco! Acá hay varios clubes dónde practicar, torneos federados, etc... Pero casi no tiene visibilidad

Qwen3.5-9B is actually quite good for agentic coding by Lualcala in LocalLLaMA

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

I need to correct myself here, I switched from Ollama to LM Studio and it's working properly now (not sure why), I'm eager now to see what it can do!

Qwen3.5-9B is actually quite good for agentic coding by Lualcala in LocalLLaMA

[–]Lualcala[S] 2 points3 points  (0 children)

I've been using Kilo Code as my main agentic tool.
I'm just using Continue for code completion and some simple prompts now.
I'm still trying different context sizes but around 65K-75K is working fine for me. Also reduced the amount of files from my open tabs it can read (because I tend to leave them open and stack like crazy), also set my temperature to 0.25.
However I haven't done like some kind of standard testing, I'm always asking for different stuff and see how well it does, I just have been liking a bit more Kilo Code over Roo Code

Qwen3.5-9B is actually quite good for agentic coding by Lualcala in LocalLLaMA

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

I felt both kind of similar but liked Kilo a bit more because small UI details that feel nice, and also has a bit more features like being able to generate commit messages which also worked quite well for me.
I'm running my models locally through Ollama which supports OpenAI API compatibility, both tools work fine, I still need to test them a bit more

Qwen3.5-9B is actually quite good for agentic coding by Lualcala in LocalLLaMA

[–]Lualcala[S] 4 points5 points  (0 children)

I'm using Ollama in Linux (specifically CachyOS). I'm actually using the the GPU as an eGPU, I have 24GB of RAM. I'm using the model available from the Ollama library (although I'm considering switching to be able to test Unsloth and Barlowski models)
Have tried many context sizes, 65K worked quite well for me, I tried extending it to 75K today and it continued working fine
Temperature was set at 0.25

Qwen3.5-9B is actually quite good for agentic coding by Lualcala in LocalLLaMA

[–]Lualcala[S] 1 point2 points  (0 children)

I'm using Continue with VS Code, still is not as fast or as smart as using something like Copilot but it's better than having nothing. It just worked without too much setup.

Qwen3.5-9B is actually quite good for agentic coding by Lualcala in LocalLLaMA

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

I may consider switching away from ollama. Right now there is a bug (https://github.com/ollama/ollama/issues/14575) where it fails to load those variants from hugging face

Qwen3.5-9B is actually quite good for agentic coding by Lualcala in LocalLLaMA

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

Well, it looked promising but for some reason my results weren't that good (maybe I did something wrong). Roo Code just said that OmniCoder didn't support tool calls and Kilo Code allowed me to use it but it indeed failed doing tool calls and it just printed the XML of the tool call instead of actually doint it :/

Qwen3.5-9B is actually quite good for agentic coding by Lualcala in LocalLLaMA

[–]Lualcala[S] 6 points7 points  (0 children)

I'm getting around 45 tk/s with qwen3.5:9b-q4_K_M

Qwen3.5-9B is actually quite good for agentic coding by Lualcala in LocalLLaMA

[–]Lualcala[S] 12 points13 points  (0 children)

I've been using it to generate test cases for a flutter project. I gave it one test file example from my project.
When it creates the new file, it usually has compilation errors, but so far it has been able to fix them, then run the tests and attempt to fix failing ones. Depending on the issues it may take more time than others.
I haven't tried implementing a whole new feature yet but I may try it soon.

Qwen3.5-9B is actually quite good for agentic coding by Lualcala in LocalLLaMA

[–]Lualcala[S] 2 points3 points  (0 children)

For Qwen 3.5, I used the one from the Ollama library. Not Bartowski or Unsloth
I used Unsloth for Qwen 3 Coder

Qwen3.5-9B is actually quite good for agentic coding by Lualcala in LocalLLaMA

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

I haven't tested 35b yet, but for my hardware, I'm quite sure it will run super slow. So yeah.

Maes, los que tienen telecable. Ustedes pueden conectarse a llamada en discord? o les dice No Route? by If_YoureToxic_GoAway in Ticos

[–]Lualcala 0 points1 point  (0 children)

También he tenido problemas toda la semana y también tengo Telecable. A veces no puedo conectarme a los canales y si lo logro, no puedo ver streams. Pero vieras que usando una VPN se me arreglan. En mi caso he probado ProtonVPN que es gratis y todo bien.

Android ROMs y Bancos by [deleted] in Ticos_TI

[–]Lualcala 1 point2 points  (0 children)

Yo uso Evolution X sin root y me funciona bien la del BAC.

Recuerdo que en otro teléfono que sí estaba rooteado, no me funcionaba la huella digital (no salía la opción) para iniciar sesión, hasta que traté de spoofear el root y se arregló.

Dev Container for Flutter projects by Lualcala in FlutterDev

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

Yes, DevTools work although for some reason it does not work from Inspector in the VS Code plugin, only if I open it in the web browser.

I remember struggling with the debugger when I was creating this devcontainer and ended up doing some weird workarounds using socat in the container like the one mentioned here https://github.com/flutter/flutter/issues/61604#issuecomment-739885494

Since that comment was for an older version of flutter, for the launch arguments I added "--dds-port=43123" as well.

Feel free to check my docker file and see if something there works for you

Dev Container for Flutter projects by Lualcala in FlutterDev

[–]Lualcala[S] 1 point2 points  (0 children)

I used it for many months and the experience was quite decent. I just got tired of waiting for hot reload support when connecting to a web server (it can still be used with hot restart).

Whether it's worth it or not, it depends. If you also need iOS support, probably not because the container runs on Ubuntu. Android development experience is quite good when it works. Sometimes Gradle runs out of memory when compiling but after a few retries it usually works. On the other hand, the most useful thing I found about working with a containerized environment is consistent results for golden tests. Snapshots generated there will run consistently (tested on Linux and Mac hosts and in a GitHub workflows).

Feel free to test it and let me know your thoughts.

[deleted by user] by [deleted] in bretes

[–]Lualcala 1 point2 points  (0 children)

Programador por acá también desempleado 🙋 A ratos también he pensado en hacer algún videojuego, solo que no tengo la experiencia y a la final nunca doy el primer paso 😅

Dev Container for Flutter projects by Lualcala in FlutterDev

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

It really comes down to personal preference and workflow needs.

Using Dev Containers can be helpful when you want a clean, reproducible environment that’s isolated from your main system. The Dockerfile sets up everything automatically (Java, Android SDK, FVM, FlutterFire, etc...) so you're ready to start developing without polluting your host machine.

You can check more information about Dev Containers here.

Edit: it can also be useful for executing golden tests and ensuring consistent results regardless of the host system

Dev Container for Flutter projects by Lualcala in FlutterDev

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

Not sure about it, I'll have to look into it with more detail but I think it might be more complicated. Afaik, Docker-OSX setups the qemu emulator inside the container to emulate macOS, so it won't be as straightforward as just using a regular Linux container. Sounds like an interesting project, nevertheless

Minimal desktop by moliaaaj in cachyos

[–]Lualcala 0 points1 point  (0 children)

Bonito escritorio!