u/DavidG117

Malicious Vscode extensions - We need some protection pls upvote this github feature issue.
▲ 15 r/vscode

Malicious Vscode extensions - We need some protection pls upvote this github feature issue.

VS Code is way too lax in how it updates its VS Code extensions since all these hacks have been happening left, right, and center. It's really a wake-up call for VS Code to implement at the very least some basic protections, one of those being something similar to the minimum release age seen in some package managers like npm.

This issue (not mine) created by asking for this kind of protection to be implemented needs 20 votes (likes) to be considered. Please go vote for it on the issue.

https://github.com/microsoft/vscode/issues/317770

u/DavidG117 — 4 hours ago

Kimi 2.6 thinks for a very long time.

Does anyone else notice this? Kimi 2.6 goes on to sometimes write a literal dissertation in its thinking step. Whereas other models get to editing sooner.

reddit.com
u/DavidG117 — 13 days ago

Simple ollama local modal edit predictions setup.

Setting up ollama local model for FIM (fill-in-the-middle predictions), the model you use needs to be FIM compatible,, like qwen2.5-coder:3b

"edit_predictions": {
    "mode": "eager",
    "provider": "ollama",
    "ollama": {
      "api_url": "http://localhost:11434",
      "model": "qwen2.5-coder:3b",
      "prompt_format": "infer",
      "max_output_tokens": 64,
    },
  },
u/DavidG117 — 14 days ago