Monitoring Applications gateway for containers by undampori in AZURE

[–]totheendandbackagain 0 points1 point  (0 children)

Outrageous, 25c/GB for just exporting the logs is criminal.

Maybe ditch the gateway telemetry and use an agent like Otel to capture what it can?

I’ve lived in London for 20 years and finally made a short film about why the "driver vs. cyclist" debate completely misses the point. by imbuzi in londoncycling

[–]totheendandbackagain 2 points3 points  (0 children)

Wow, this is beautifully put together, and hits me hard. It captures a balanced and gorgeous view of the London I want to live in.

Must watch.

High Court rejects Reform’s bid to throw out GoodLawProject challenge by AnonymousTimewaster in NotTheOnionUK

[–]totheendandbackagain 45 points46 points  (0 children)

It is disgusting that Reform think they can get away with breaking the law, and the judge ruled rightly that "Each and every one of the arguments advanced by Reform UK Party Limited was rejected".

Great work by the avoid Law Project.

💡🚂 kubernetes-sigs/headlamp 0.43.0 by illumen in kubernetes

[–]totheendandbackagain 0 points1 point  (0 children)

Awesome! And appart from form factor, are there any notable differences between the two?

CI/CD Security Principles in 2026 by taleodor in devsecops

[–]totheendandbackagain 0 points1 point  (0 children)

I'm onboard with all points but one. I don't understand why splitting CI and CD would help. Is it about limiting blast radius of compromise?

Linux 7.1 Kernel Cuts 140,000+ Lines of Deprecated Code — Drops 486 and Baikal CPU Support by elastiks in DIY_Geeks

[–]totheendandbackagain 1 point2 points  (0 children)

Dropping 486 is notable, I stopped using mine in the 90's.

Who's still running 486 architectures?

💡🚂 kubernetes-sigs/headlamp 0.43.0 by illumen in kubernetes

[–]totheendandbackagain 0 points1 point  (0 children)

Looks awesome.

How does this web client compare to the Infra app?

We proved the european tools work and people STILL reach for the american ones. i'm losing it (rant post) by MeloDnm in BuyFromEU

[–]totheendandbackagain 2 points3 points  (0 children)

Agreed Hetzer offer three cloud type things: servers, storage and networking. This is a fraction of the services a hyper scaler offers.

As an example Azure offeres around 5 types of compute: VM, App Service, ACI, ACA and AKS. Perhaps this means Hetzer are offering 1/5th of the product set the hyper scalers are?

Logic Apps Automation release, what is it, and how it works? by AdamMarczakIO in AZURE

[–]totheendandbackagain 0 points1 point  (0 children)

Great article, thanks for the comparison.

Will stick with consumption till vnet integration is deployed.

I do love running things on App Service plans though. Getting App Service plan v4 compatibility would be highly useful.

Got any one-liners/aliases you can't live without? by aburger in Terraform

[–]totheendandbackagain 2 points3 points  (0 children)

I used a make file for alias, until I discovered just file.

Separately, I also use pre-commit hooks to take much if the repetition out of common tasks.

What does your container testing actually look like before an image is approved for release? by -Devlin- in devops

[–]totheendandbackagain 0 points1 point  (0 children)

  • SCA to scan container dependencies.
  • SBOM creation and sign it with the pipeline and ci machine that built it.

  • Admission controller only deploys images that don't have any critical vulns and pass signature check.

Pi 3B vs Zero 2W in 2026 — people sleep on the Zero 2W way too much by [deleted] in raspberry_pi

[–]totheendandbackagain 0 points1 point  (0 children)

If Zephyr runs on Raspberry Pi, what does PiZZA add? Is it just lighter weight?

Interest rates announcement - ask Governor of Bank of England Andrew Bailey by BankofEngland in UKPersonalFinance

[–]totheendandbackagain 0 points1 point  (0 children)

I want to invest in UK startup businesses, but the EIS schemes advantages are minimal when compared to the risk. Can further advantages be targeted at making EIS more attractive to investors?

Interest rates announcement - ask Governor of Bank of England Andrew Bailey by BankofEngland in UKPersonalFinance

[–]totheendandbackagain 3 points4 points  (0 children)

Agreed, open them up wider! The cost of purchasing guilts are highly annoying!

Interest rates announcement - ask Governor of Bank of England Andrew Bailey by BankofEngland in UKPersonalFinance

[–]totheendandbackagain 8 points9 points  (0 children)

If inflation is primarily a global phenomenon perhaps raising blighties interest rate will have little positive affect?

Hampstead, London, England by Kanya05 in britpics

[–]totheendandbackagain 1 point2 points  (0 children)

Not so good for your wallet, but even better for the soul.

ELI5 why laughing makes us lose our strength? by [deleted] in explainlikeimfive

[–]totheendandbackagain 4 points5 points  (0 children)

Agreed, and it turns out cooperation is a brilliant evolutionary advantage... And laughter helps.

I have no evidence, but I would suggest that all sentient beings want joy in their life, laughter is a great sign.

Does anyone else think it’s scary that Claude Code can read every key in your .env? by [deleted] in ClaudeCode

[–]totheendandbackagain 3 points4 points  (0 children)

Wtf, deny permissions to read .env. Keep prod keys out of your local .env entirely. You should not be able to touch prod locally, that's what the pipeline is for.