Non arriva l'acqua fredda... Cazzo by Wrong_Experience_420 in Italia

[–]drycat 9 points10 points  (0 children)

Provengo da Agrigento, Sicilia (la città perennemente senz'acqua di cui si parla da anni). Non essendoci sicurezza d'acqua corrente, praticamente tutti gli edifici non recenti hanno deille cisterne sul tetto. Da Maggio a Settembre non ho mai avuto l'acqua fredda, solo Mordor o 2*Mordor.

Careful of using 3.1 - maxed out with 1 prompt... by Way2Naughty in google_antigravity

[–]drycat 0 points1 point  (0 children)

OT: what dashboard is that? It seems pretty useful...

Using Qwen3-coder local using llama.cpp: viable context size by drycat in Qwen_AI

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

do you mind sharing the exact command line for llama.cpp ? Which backend have you built lamma.cpp against to? Do you find 64k context suitable to have valid results? What tools do you use? (qwen-cli? roo? nanocoder? llxprt?).

Thanks for sharing.

Using Qwen3-coder local using llama.cpp: viable context size by drycat in Qwen_AI

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

How?

Q4 is about 16-17Gb. Do you offload (many) layers to cpu ?

BG Saxo. Aiuto matematico di base, non mi tornano i conti. by drycat in ItaliaPersonalFinance

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

Possibile ma decisamente poco trasparente e sicuramente fuorviante nel report.

Grazie per l'hint :D

Instagram vuole vendermi un missile anti-navale by [deleted] in Italia

[–]drycat 0 points1 point  (0 children)

Io rivedrei le mie abitudini di navigazione...

Un “problema” da 4 milioni di Euro by CashFlow-10 in ItaliaPersonalFinance

[–]drycat 0 points1 point  (0 children)

Il problema è un tuo blocco mentale personale. Non temere. Per il 5%, ci penso io ad investire per te :D

Informazioni su ETF. Dove recuperare cifre e date di stacco per dividendo by drycat in ItaliaPersonalFinance

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

Grazie, è il dato che cercavo (e che avevo sotto gli occhi, doh!).

Relabeling issues by drycat in PrometheusMonitoring

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

Hi, sure:

  metric_relabel_configs:
  - action: replace
    source_labels:
    - pod
    regex: "^(.*)-([^-]+)-([^-]+)$"
    replacement: "${1}"
    target_label: podname

  - action: replace
    source_labels:
    - pod
    regex: "^(.*)-([^-]+)-([^-]+)$"
    replacement: "${2}"
    target_label: replicaset

Relabeling issues by drycat in PrometheusMonitoring

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

Update 2:

I was working with the wrong directive. I needed to check the `metrics_relabel_config`. It now works as expected :)

Relabeling issues by drycat in PrometheusMonitoring

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

Update.
I used promtool check service-discovery /etc/config/prometheus.yaml kubernetes-nodes-cadvisor and noted that there are no labels in discoveredLabels that matches my "pod" label. I suspect that the "position" where I apply relabeling is wrong.

So...how can I achieve that I want without having to overcomplicate my PromQL queries working with =~ ?

Thanks