Skip Navigation
Jump
Former distrohoppers, where did you settle down?
  • I tried Fedora, Centos, Ubuntu, Debian, Slackware, Gentoo, and Mint. Finally settled on Arch Linux about 15 years ago. Never looked back.

    2
  • The MLOps community is flooding tools and pipeline orchestration tools. What does your stack look like?

    0
    Jump
    The excellent Arc browser is now available for anyone to download
  • Why is it excellent? It’s still based on chromium, which I refuse to run because of performance issues. I’m happy with Safari and Firefox.

    2
  • Jump
    “You too”
  • Ha! Now there’s something in evaded. I’m too socially awkward to even respond to everyday greetings.

    1
  • Jump
    “You too”
  • Ha! Now there’s something in evaded. I’m too socially awkward to even respond to everyday greetings.

    1
  • Jump
    “You too”
  • Ha! Now there’s something in evaded. I’m too socially awkward to even respond to everyday greetings.

    1
  • Jump
    “You too”
  • Ha! Now there’s something in evaded. I’m too socially awkward to even respond to everyday greetings.

    4
  • Jump
    Is this wiring run ok?
  • I don’t subscribe to this community but came here to see if the quality of responses match Reddit’s. Was not disappointed.

    Keep up the good work!

    17
  • Gorilla-CLI converts NLP into commands. No OpenAI keys needed!

    https://github.com/gorilla-llm/gorilla-cli

    Today, I wanted to patch my nodelocaldns daemon set to not run on Fargate nodes. Of course I don’t remember the schema for patching with specific instructions. So, I asked Gorilla

    $ gorilla show me how to patch a daemonset using kubectl to add nodeaffinity that matches expression eks.amazonaws.com/compute-type notin Fargate

    Gorilla responded with:

    kubectl -n kube-system patch daemonset node-local-dns --patch '{"spec": {"template": {"spec": {"affinity": {"nodeAffinity": {"requiredDuringSchedulingIgnoredDuringExecution": {"nodeSelectorTerms": [{"matchExpressions": [{"key": "eks.amazonaws.com/compute-type","operator": "NotIn","values": ["fargate"]}]}]}}}}}}'

    Close enough! It just missed a trailing '}'

    Really impressed.

    0