HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mvATM99

no profile record

comments

mvATM99
·12 hari yang lalu·discuss
It does, but it's very poorly documented and quite unstable (on purpose i think). What the other commenter said about the VSCode BYOK seems to be the more reliable way.

I tried adding a Foundry LLM as Github Copilot custom model and failed miserably. But with VSCode BYOK (and Github Copilot as the interfact) i did get it working, and i can now use Deepseek V4 Flash with Copilot.
mvATM99
·22 hari yang lalu·discuss
Yeah exactly.

I'm not exactly building TUI's every day, but even i felt pain when i read that "small game engine" post
mvATM99
·5 bulan yang lalu·discuss
Very interesting! Gonna look through this for sure in the next weeks
mvATM99
·8 bulan yang lalu·discuss
Nice looking library! Might try it for one of my own projects.
mvATM99
·9 bulan yang lalu·discuss
You should definitely try mealie yes. On top of a good way to host your own recipes, the entire thing just feels...really well put together?

I'm not even using the features beyond the recipes yet, but i'm already very happy that i can migrate my recipes from google docs to over there
mvATM99
·11 bulan yang lalu·discuss
I don't think youre missing out necessarily. I would riot if i couldn't use Pycharm anymore, for big python projects just nothing beats it right now.

I do use VSCode too, but mostly for quick scripting or non-programming projects. and even then i installed a bunch of extensions to make it more like Pycharm.
mvATM99
·11 bulan yang lalu·discuss
The manual approval of commands in GHCP can be circumvented, there's an experimental setting that allows you to accept all commands automatically.

I wish you could be a bit more specific though, you can't set which commands you want to auto-accept in detail.
mvATM99
·12 bulan yang lalu·discuss
Not sure, i can't run it since i can't install Node.js on my work environment. What is your experience with Context7 like?

As for GitMCP: I think the url fetching tool of the docs it does is not great, but the code searching tool is quite good. Regardless, i remain open to alternatives, not stuck to this yet.
mvATM99
·12 bulan yang lalu·discuss
I've been using GitMCP.io + Github Copilot for this problem specifically (AI assistant + accurate docs). The downside is that you need to add a separate MCP server for each repository, but the qualitative difference in agent mode is incomparable.

I used it recently to do a major refactor and upgrade to MLFlow version 3.0. Their documentation is a horrid mess right now, but the MCP server made it a breeze because i could just query the assistant to browse their codebase. Would have taken me hours extra myself.