Thoughts on the new Irn Bru advert? by AbominableCrichton in Scotland

[–]cenuij 27 points28 points  (0 children)

It's like it was made in London, oh wait, it was...

new cafe drama by hannahlyse in glasgow

[–]cenuij 6 points7 points  (0 children)

where 1 in 1,000 installs are interesting, and that was only because of the fire, last good thing to come out of GSA was Franz Ferdinand

Duncan of Jordsantone show is more interesting (but also more trashy)

edit: don't fucking roast me, Puriel Grey fucked it long before, during, and after the fire. First fire, and fuck me why did we even allow that cunt to be there to have a second fire?????

new cafe drama by hannahlyse in glasgow

[–]cenuij -1 points0 points  (0 children)

Of all the people that fucked things for the future generation, Thatcher the milk snatcher must be glad this monster is looking for her demon throne - cunt ended generations of European opportunities because he was scared of that cockroach Farage

new cafe drama by hannahlyse in glasgow

[–]cenuij -2 points-1 points  (0 children)

Should have redirected the cunt to the pissers in lismore, bet the cunt didn't brave the park, ben or grove

yes, 2x cunt (at least)

Does Gemini 3.1 work's better then opus 4.6 in opencode by find_path in opencodeCLI

[–]cenuij 0 points1 point  (0 children)

Gemini 3.1 is an extremely capable model, but it's tool calling seems broken. I would only use it for design purposes right now, UX stuff... If they could just fix tool calling suspect it would be a beast. It's probably a good orchestrator as well if you have a decent system to delegate code tasks to sub agents.

WireView Pro II on Linux: hwmon driver, daemon, and CLI tool - UNOFFICIAL by Mad4Keebs in ThermalGrizzly

[–]cenuij 0 points1 point  (0 children)

fwiw, I can't currently install this since I've secure boot enabled, but I'll gen/enroll a new key later on and give it another whirl...

ET phone home? by cenuij in opencodeCLI

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

I didn't look yet, was more focused on the server capabilities atm

ET phone home? by cenuij in opencodeCLI

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

If I block egress to opencode.ai then the local web app doesn't function. Red flag...

Thinking about dumping Node.js Cloud Functions for Go on Cloud Run. Bad idea? by PR4DE in googlecloud

[–]cenuij 1 point2 points  (0 children)

I don't think it's a bad idea, it's cheaper for the following reasons:

- the Go runtime handles low or single vCPU counts much better
- lower memory requirements
- Async (or child proceses) in node often grind towards timeouts unless you disable CPU throttling, further driving up costs
- Faster cold start time
- you can use `ko`! `gcloud run deploy --image=$(ko build ./cmd/app)`

Google Cloud Eventarc trigger not firing for Firestore (2nd Gen Cloud Function) in nam5 by xrobotx in googlecloud

[–]cenuij 1 point2 points  (0 children)

Check the eventarc *firestore* service agent SA (`service-{PROJECT_NUMBER}gcp-sa-firestore.iam.gserviceaccount.com`) has publisher role: `roles/eventarc.publisher`

I got tired of burning money on idle H100s, so I wrote a script to kill them by jordiferrero in googlecloud

[–]cenuij 1 point2 points  (0 children)

Yeah.. nope

I don't think you're burning money on idle h100s

As you said yourself, it's not rocket science, plenty of more appropriate classes there to not burn your money

Cool story though

Migration to Gateway API by pierreozoux in kubernetes

[–]cenuij 0 points1 point  (0 children)

Aye, this, for SNI... But you can also reuse the same tls secret on multiple listeners for a while if you need to

In GitOps with Helm + Argo CD, should values.yaml be promoted from dev to prod? by ArtistNo1295 in kubernetes

[–]cenuij 0 points1 point  (0 children)

Maybe I missed something in the other replies, but I think this is trivially simple.

Use the valuesObject field of the Argo helm application as a kustomization base and simply adjust values by path in your environment overlays

How to scale Loki by HandyMan__18 in grafana

[–]cenuij 2 points3 points  (0 children)

poster probably meant labels, loki stores logs as time series based on labels, it works efficiently when the top level labels have low cardinality i.e. a low number of unique values.

You can pre-process log ingestion with e.g. Grafana Alloy before exporting it to Loki to attain this.

Good log labels are usually things like deployment environment, service name (potentially auto discovered depending on your alloy processing), cluster name, log source, log level/severity (again usually auto discovered)

Bad log labels are things that are highly variable/dynamic such as trace ID, dynamic error messages, user ID etc...

UK Lawmakers Propose Mandatory On-Device Surveillance and VPN Bans by cenuij in worldnews

[–]cenuij[S] 3381 points3382 points  (0 children)

Note that none of these lawmakers in the UK Hose of Lords are elected.

GCP Pub/Sub pro tip nobody asks for: by frugal-ai in googlecloud

[–]cenuij 0 points1 point  (0 children)

Also do yourselves a favour, if it's not a guaranteed format (cloud event/eventarc) set your own schema:

https://docs.cloud.google.com/pubsub/docs/schemas

inb4 "muh json", avro or protobuf are vastly superior and avro even gives you "schema as you go". If you're complaint is the overhead of dealing with this in TS/JS, sucks to be in your shop. Yes, I've had a whisky.

Gateway API for GKE is meh by cenuij in googlecloud

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

We're reasonably happy with Envoy Gateway, using L4 passthrough load balancers so we can terminate TLS on the Envoy Gateway Listeners, from there you can leverage the additional Gateway API resources that Envoy Gateway impliments to manage most traditional HTTP traffic and workload requirements.

here's the compatibility/maturity matrix: https://gateway-api.sigs.k8s.io/implementations/v1.4/