▲ 0 r/NixOS

It I'm not mistaken, maintainers for Core NixPkgs have resigned from the project. How is that going to impact users in the near and long term?

Should we expect no timely maintenance and upgrades for the core packages for the time being?

reddit.com
u/VirtualNorth1279 — 13 hours ago

For your AI service, host and provide access to open source models

DeepSeek, Kimi, Qwen, etc.

I'm not a user right now, but also provide access via API.

Maybe in the longer term, something like ProtonCode. And/or a cross platform alternative to Claude's desktop app.

reddit.com
u/VirtualNorth1279 — 8 days ago
▲ 51 r/kimi

Kimi K3 quotas are VERY low.

I am on Moderato and as soon as start a new session, 30% of my 5 hour quota is gone in 5 minutes (using Max thinking mode).

I am using Kimi Code locally, and my 5 hour quota finishes before even using 256K tokens---my quota is usually hit around 130K tokens (which Kimi Code reports as about 50%).

IMHO, the quotas are ridiculously LOW. Or, looking at it another way, token pricing is TOO high.

With pricing like this, why use Kimi instead of Claude or OpenAI?

I've already cancelled my subscription. Unless they manage to make token pricing close to DeepSeek V4 Pro, I am done using Kimi.

All that said, I love Kimi Code CLI. I wish DeepSeek had their own official CLI/TUI optimized for their models.

Until then, I guess I have to use Pi + DeepSeek with a couple of plugins to get near 90% cache hit rate.

reddit.com
u/VirtualNorth1279 — 26 days ago

Project configuration is not up-to-date with pom.xml, requires an update. (Java 0)

How can I fix this error/warning? It suddenly showed up.

Here's my jdtls settings:

    "jdtls": {
      "initialization_options": {
        "bundles": [],
        "settings": {
          "java": {
            "configuration": {
              "updateBuildConfiguration": "automatic",
            },
            "compile": {
              "nullAnalysis": {
                "mode": "automatic",
              },
            },
            "references": {
              "includeAccessors": true,
              "includeDecompiledSources": true,
            },
            "jdt": {
              "ls": {
                "protobufSupport": {
                  "enabled": true,
                },
                "groovySupport": {
                  "enabled": false,
                },
                "kotlinSupport": {
                  "enabled": false,
                },
                "scalaSupport": {
                  "enabled": false,
                },
                "aspectjSupport": {
                  "enabled": true,
                },
                "androidSupport": {
                  "enabled": true,
                },
                "javac": {
                  "enabled": true,
                },
              },
            },
            "eclipse": {
              "downloadSources": true,
            },
            "maven": {
              "downloadSources": true,
              "updateSnapshots": true,
            },
            "autobuild": {
              "enabled": true,
            },
            "maxConcurrentBuilds": 1,
            "inlayHints": {
              "parameterNames": {
                "enabled": "all",
              },
            },
            "signatureHelp": {
              "enabled": true,
              "description": {
                "enabled": true,
              },
            },
            "import": {
              "maven": {
                "enabled": true,
              },
              "exclusions": [
                "**/node_modules/**",
                "**/.metadata/**",
                "**/archetype-resources/**",
                "**/META-INF/maven/**",
                "/**/test/**",
              ],
            },
            "completion": {
              "enabled": true,
              "postfix": {
                "enabled": true,
              },
              "chain": {
                "enabled": true,
              },
              "guessMethodArguments": "insertParameterNames",
              "overwrite": true,
            },
            "errors": {
              "incompleteClasspath": {
                "severity": "warning",
              },
            },
            "implementationCodeLens": "all",
            "referencesCodeLens": {
              "enabled": true,
            },
          },
        },
      },
    },
reddit.com
u/VirtualNorth1279 — 27 days ago

Is there a way to use the same web search and web fetch tools that chat.deepseek.com uses in API calls?

There are 3rd party tools that provide web searching and web fetching capabilities, but is DeepSeek's own searching and content fetching tools (the same tools that chat.deepseek.com uses) available for use by API users?

reddit.com
u/VirtualNorth1279 — 3 months ago