frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GIMP at LGM2026: committee, grants, no-AI policy, and that GSoC thing

https://librearts.org/2026/04/gimp-at-lgm2026/
1•prokoudine•2m ago•0 comments

LaGuardia Aviation Investigation Preliminary Report

https://data.ntsb.gov/carol-repgen/api/Aviation/ReportMain/GenerateNewestReport/202674/pdf
1•tomalpha•4m ago•1 comments

Stack Trace for Distributed Systems

https://github.com/leandromoreira/distributed-stack-trace
1•dreampeppers99•4m ago•0 comments

This Robot Can Beat You at Table Tennis [video]

https://www.youtube.com/watch?v=EH8kZDc7OLk
1•mhb•5m ago•0 comments

When our 'local' journalist confronted Michael Jackson

https://mazharfarooqui.substack.com/p/the-night-i-didnt-know-i-was-confronting
1•Sam6late•6m ago•1 comments

Show HN: CSP Benchmarks – Go vs. core.async (Clojure) vs. libgoc (C)

https://github.com/libgoc/libgoc/blob/81798b3dd5e27d7f1e752b6cff0bdf3a95d381b7/bench/README.md
1•divs1210•6m ago•0 comments

Punctuated Decline of Human Cooperation

https://www.nature.com/articles/s41586-026-10380-3
1•bookofjoe•6m ago•0 comments

Ask HN: Scaling a targeted web crawler beyond 500M pages/day

1•honungsburk•7m ago•0 comments

Vanished in Paradise: Dark Secrets of Hawaii's Big Island [video]

https://www.youtube.com/watch?v=Y-nc9TalADk
1•keepamovin•12m ago•0 comments

Show HN: I built an AI alternative to NoBroker/MagicBricks that never calls you

https://www.abodex.space/
2•soorajsanker•18m ago•0 comments

Free Book "Rust Projects – Write a Redis Clone" Version 2.0.0

https://rust-projects-write-a-redis-clone.github.io/
1•thedigicat•18m ago•0 comments

WellaBack Posture Corrector

https://www.facebook.com/WellaBackPostureCorrector.Get
1•Bannersons•21m ago•0 comments

Show HN: Llm.sql – Run a 640MB LLM on SQLite, with 210MB peak RSS and 7.4 tok/s

4•aldielshala•23m ago•0 comments

8087 Emulation on 8086 Systems

https://www.os2museum.com/wp/learn-something-old-every-day-part-xx-8087-emulation-on-8086-systems/
1•ingve•24m ago•0 comments

2026 Annual C++ Developer Survey "Lite"

https://isocpp.org/blog/2026/04/2026-annual-cpp-developer-survey-lite1
1•pyjarrett•26m ago•0 comments

Do you need a SoC 2 report?

https://www.getprobo.com/blog/2026-04-22-do-you-need-a-soc-2-report
2•gearnode•29m ago•0 comments

Meta is revamping its cross-app management system

https://techcrunch.com/2026/04/23/meta-is-revamping-its-cross-app-management-system/
1•DropDead•30m ago•0 comments

The FBI faked a field of forensic science. (2015)

https://slate.com/news-and-politics/2015/04/fbis-flawed-forensics-expert-testimony-hair-analysis-...
2•downbad_•31m ago•1 comments

Static Types for Dynamic Targets

https://intertwingly.net/blog/2026/04/23/Static-Types-for-Dynamic-Targets.html
1•ingve•31m ago•0 comments

Health-care AI is here. We don't know if it helps patients

https://www.technologyreview.com/2026/04/24/1136352/health-care-ai-dont-know-actually-helps-patie...
3•joozio•32m ago•0 comments

Open grid data has a public benefit

https://nworbmot.org/blog/open-grid-data.html
1•lyoncy•35m ago•0 comments

UK Biobank leak: Health details of 500 000 people are offered for sale

https://www.bmj.com/content/393/bmj.s781
30•dberhane•42m ago•2 comments

Show HN: PhotoSharpener – sharpen and upscale photos in the browser with AI

https://photosharpener.com/
1•wbemaker•42m ago•0 comments

Face (Sociological Concept)

https://en.wikipedia.org/wiki/Face_(sociological_concept)
1•acqbu•44m ago•0 comments

Microsoft plans voluntary employee buyout for up to 7% of U.S. workforce

https://www.cnbc.com/2026/04/23/microsoft-plans-first-voluntary-retirement-program-for-us-employe...
2•layer8•46m ago•0 comments

Rat Park – ProofOfConcept

https://poc.bcachefs.org/blog/rat-park.html
1•Antibabelic•48m ago•0 comments

Hear your agent suffer through your code

https://github.com/AndrewVos/endless-toil
5•AndrewVos•52m ago•0 comments

A Hundred Robots Are Running a Bio Lab

https://www.corememory.com/p/a-hundred-robots-are-running-a-bio-medra-michelle-lee
1•giuliomagnifico•56m ago•0 comments

Show HN: leaf – a terminal Markdown previewer with a GUI-like experience

https://github.com/RivoLink/leaf
2•RivoLink•57m ago•1 comments

Stvor is Signal Protocol E2EE SDK for any app (zero dependencies)

https://sdk.stvor.xyz
1•sapog_kun•57m ago•0 comments
Open in hackernews

Getting tired of Helm – any better way to handle deployments in Kubernetes?

25•DeborahEmeni_•11mo ago
I’ve been deep in Helm templates lately and it’s starting to feel like YAML hell. It was fine when we had a few services, but now it’s just hard to manage. Anyone found a workflow that avoids Helm altogether? Or made Helm manageable at scale?

Comments

LarsLarson•11mo ago
We are using kustomize to create the yaml and argocd for deployment. All via ci and git-ops.

works really well

GauntletWizard•11mo ago
I'm a huge fan of Kustomize. I'm ambivalent towards argocd, but Kustomize is as close to a DWIM tooling as it's possible to get for Kubernetes.
OhSoHumble•11mo ago
Also using Kustomiza and Argo. It's really good imo.
natbennett•11mo ago
I prefer ytt for templating and kapp for deployments.

https://github.com/carvel-dev/carvel

johnjungles•11mo ago
ArgoCD
dvektor•11mo ago
Yeah the whole 'git repo = helm chart' just does not feel great at all. As we all know, the only thing worse is not using helm and having to deal with writing all those service, pv, pvc, ingress yaml files individually :)
haiku2077•11mo ago
ArgoCD for relatively simple stuff.

For complex stuff I write Python or Go programs to build manifests, then shell out to kubectl apply. An old example - deploying a multi-instance modded Arma 3 server on k3s: https://github.com/dharmab/homelab-k3s/tree/main/lab

a-saleh•11mo ago
Why just simple?

T.b.h. if I were to write a manifest generator, I would still probably commit the thing into a repo and let argo do the rest. Maybe even fiddled around to make the generator into a config-management-plugin ... but that feels like over-doing it.

Nerudite•11mo ago
Helmsman works great:

https://github.com/mkubaczyk/helmsman

b11484•11mo ago
I've been working on improving a tool called kr8+, which uses jsonnet to combine cluster config and apply it to components: https://github.com/ice-bergtech/kr8
Vespasian•11mo ago
My recommendation is fluxcd for a great gitops based workflow (incorporates soap for secrets)
atmosx•11mo ago
Kustomize is easier to manage at scale, but some upfront effort is required. Many charts are distributed as Helm packages, so you’ll often need to export them as raw YAML manifests. In an ideal setup, ArgoCD combined with Kustomize should cover most deployment needs. However, depending on your workflow, you may eventually need a way to dynamically replace variables. If the built-in tools in recent Kustomize versions aren’t sufficient, consider using envsubst as a fallback.
GauntletWizard•11mo ago
I handle deploy time dynamic variables with `sed`. You shouldn't need more complexity than that.

(Not that I haven't had the need, I've use jsonnet with libk8s at scale. But if you're asking the question this simply, you probably don't need it)

atmosx•11mo ago
> I handle deploy time dynamic variables with `sed`

I brought up envsubst because it’s a simpler, cleaner, and often overlooked option for variable substitution.

> Not that I haven't had the need, I've use jsonnet with libk8s at scale. But if you're asking the question this simply, you probably don't need it

In my view, Jsonnet isn’t an improvement - it’s complicated to learn, cumbersome to use, and prone to mistakes.

That said, if an organization decides to adopt any specific tool, I believe consistency in tooling, design, and practices is more important than the tool itself.

arccy•11mo ago
if you only work with your own stuff, helm is easily (and best) avoided.

i like generating k8s yaml with cue, example: https://github.com/cue-labs/cue-by-example/tree/main/003_kub...

there's also https://timoni.sh/ if you want a helm-like experience, but with cue instead of templating.

If you're working with upstream projects, unfortunately many of them will only provide helm charts, so you got to decide between rewriting them to suit your env/tool, or just live with the crappiness of helm.

delduca•11mo ago
+1 for Kustomize
bithavoc•11mo ago
I use Pulumi native package for Kubernetes, no more YAML, only instances of Typescript classes.
Kerbonut•11mo ago
I built my own tooling around templated manifest files (jinja2) and management via ansible playbooks (templated).
1024kb•11mo ago
What exactly are you doing with Helm that's making it so painful to use, and what does your development workflow look like? I've certainly had my fair share of issues with Helm, especially when trying to get a bit too fancy with creating Helm libraries, and standardised charts. I've also found that trying to aggregate multiple charts into a single chart for deploying an environment can also become a nightmare to manage.

I'm currently looking at Helmfile so that I don't need to aggregate charts into a 'parent chart', and i'd also like to move towards a single standardised chart that all microservices can use, rather than spin up a new chart for each service.

Open-Sourcery•11mo ago
Holos.run for my homelab cluster. Cuelang has a learning curve but works well with argo unlike Timoni and let's you import existing charts, bare manifests, and use kustomize. Let's me abstract config with custom types and unification/(inheritance if that is easier to think about but a bit wrong)
gtirloni•11mo ago
https://github.com/apple/pkl-k8s
uaas•11mo ago
IMHO at scale (both in terms of complexity and org level) having something consistent helps more than trying to fight the de-facto standard. Since most upstream projects are mainly distributed as Helm charts, going with anything else will require more effort eventually.
a-saleh•11mo ago
Recently I have been writing more stings in jsonnet. If I were with more haskell-friendly team, might even try dhall. In general, I feel like writing the yaml in something else than yaml is the way to go, and as long as you get imports and way to do templating that is not just string interpolation, you are good.