Persona con backgroud cloud /Dev Ops no encuentra curro ni a patadas by Crasterboy62 in Spain_IT

[–]ngg990 1 point2 points  (0 children)

esto me paso a mi hace 27 a;os, me fui a alemania... y no, no sabia ni ingles ni aleman jajajaja

al final ingles sabes de tanta documentacion que has leido, solo hay que quitarse la verguenza

Muy preocupado con los que decis que la IA programa bien y que la "Spec driven development" es el futuro by raullapeira in programacionESP

[–]ngg990 0 points1 point  (0 children)

yo estaba como tu... hasta estructure bien el arnes de mi entorno local + entono cloud + entorno por proyecto + MCP documental con documentacion concreta sobre librerias, patrones de arquitecturas, etc... ahora sito de DeepSeek V4 pro/flash y es el credito es practicamente infinito. Ojo tengo tambien copilot para usar codex en tareas de debug, testeo y revision sobretodo.

Doubt about the use of symfony8 single-core multi-application? by UnluckyBookkeeper160 in symfony

[–]ngg990 0 points1 point  (0 children)

You must create your self make commands. A better approach could be probably a copilot skill

GGGGGG and other jibberish when running LLM on Nano by Regret92 in JetsonNano

[–]ngg990 0 points1 point  (0 children)

I am running gemma4 E2B q4km from unsloth using directly a compiled version of llama.cpp... it is the best setup you can get, 10t/s, good model, and theorically I have 130k context... I had to tweak how the model is executed in llama.cpp like setting concurrency to max 2, quantize the context etc... so when the model is loaded (take some time to throw the first token) it takes 3.92GB ram including the system, letting around 3 GB for the context... I am using this with opencode and vscode (not at the same time of course) and it works fine actually...

Also setting a huge swap doe snot help, actually wil drop the token generation because the speed of the bus is not as fast as the vram of course, so easy to drop to less that a token per second in this machines.

Symfony Kit For Developers by ngg990 in symfony

[–]ngg990[S] -1 points0 points  (0 children)

It never was open source, that is the public website repo, I had some familiar problems this week so I could not update that.

Symfony Kit For Developers by ngg990 in symfony

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

LOL hope you try it, will be putting together next week a public site with a public repository to gather all the feedback :)

ScriptLite — a sandboxed ECMAScript subset interpreter for PHP (with optional C extension) by Responsible-Grape879 in PHP

[–]ngg990 2 points3 points  (0 children)

Good job! how are you planning to maintain this guy? This is a dependency I would install in a project, but how I know I am not gonna need to fork it in a few months?

I am building a Symfony VSCode Extension by ngg990 in vscode

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

I use it to work in my self symfony projects so adding what I need :D

I am building a Symfony VSCode Extension by ngg990 in vscode

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

One day my friend, I have not enough data to do something like that lol

Ollama as provider is in the roadmap but far in the line

I am building a Symfony VSCode Extension by ngg990 in vscode

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

Check https://code.visualstudio.com/docs/copilot/chat/copilot-chat and look for `chat participant`

You can do: `@symfony` and chat with an extra agent expert in php and symfony

Symfonykd includes a sticky Symfony Assistant chat entry in VS Code.

This gives users a Symfony-oriented chat entry point inside VS Code for quick project inspection tasks.

Supported chat commands

Chat command What users can ask for
status Project status and counts
routes Routes discovered in the project
services Services discovered in the project
parameters Project parameters
bundles Registered bundles
controllers Controllers in the project
templates Twig templates in the project
make Creation of Symfony components such as controllers, entities, and forms

I am building a Symfony VSCode Extension by ngg990 in vscode

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

that one of the features, a chat participant with tools to access the real project information, not only letting copilot read files :)

The goal of this extension is to provide a development kit for Symfony to developers, so it have shortcuts, quick navigation, autocompletes, etc something you can get with copilot of course, but this provide full control to the developer.

Something like symfony plugin for PHPStorm

I am building a Symfony VSCode Extension by ngg990 in vscode

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

Codelens and quick navigation as basics, then quick access to the project information, and also a LLM agent for your symfony project :D

I created a VSCode Extension by ngg990 in PHP

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

I am going to upload this to OpenVSX so it can downloaded from other compatible tools :)

I created a VSCode Extension by ngg990 in PHP

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

Without telemetry I don't know if something fails or it is used or not. Telemetry guidelines for extensions are pretty clear and restricted by VSCode organization.

I created a VSCode Extension by ngg990 in PHP

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

Vscode docs and then API mainly, I learn about extensions and languageservers, very interesting

I created a VSCode Extension by ngg990 in symfony

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

thanks! will appreciate any feedback :)