frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Intolerance of uncertainty (IU) positively associated with problematic phone use

https://www.sciencedirect.com/science/article/abs/pii/S0306460325002400
1•Terretta•4m ago•0 comments

Proposal: Moving ownCloud community discussion to GitHub Discussions

https://central.owncloud.org/t/proposal-moving-owncloud-community-discussion-to-github-discussion...
1•edent•7m ago•0 comments

Zine

https://zine-ssg.io/
1•Tomte•13m ago•0 comments

Turning Point USA Is Expanding Its Reach to K-12 Schools

https://www.edweek.org/policy-politics/how-charlie-kirks-turning-point-usa-is-expanding-its-reach...
2•geox•15m ago•0 comments

Airline worker arrested after sharing photos of bomb damage in WhatsApp group

https://www.lbc.co.uk/article/dubai-police-spied-private-whatsapp-5HjdXwr_2/
5•aa_is_op•20m ago•1 comments

History Is Running Backwards

https://www.theatlantic.com/magazine/2026/05/reactionary-traditionalism-worldview/686597/
1•Anon84•20m ago•0 comments

Claude system prompts as a Git timeline

https://simonwillison.net/2026/Apr/18/extract-system-prompts/
2•Brajeshwar•22m ago•0 comments

Panic says the Playdate Catalog won't accept games made with generative AI

https://www.engadget.com/gaming/panic-says-the-playdate-catalog-wont-accept-games-made-with-gener...
1•CharlesW•22m ago•0 comments

Modern Front end Complexity: essential or accidental?

https://binaryigor.com/modern-frontend-complexity.html
2•gsky•23m ago•0 comments

Show HN: Libredesk – self-hosted, single-binary Intercom/Zendesk alternative

https://libredesk.io
3•avr5500•24m ago•0 comments

The EU digital ID wallet can't deliver the privacy properties it claims

https://github.com/eu-digital-identity-wallet/av-doc-technical-specification/issues/26
3•gasull•25m ago•0 comments

A Multi‑Threaded Branchless Quicksort in C

https://easylang.online/blog/threaded_sorting
1•jsphtr•28m ago•0 comments

How Engineers Kick-Started the Scientific Method

https://spectrum.ieee.org/francis-bacon-scientific-method
1•salkahfi•29m ago•0 comments

CSS-Only Mario World

https://codepen.io/t_afif/full/JoKYwXO
1•bookofjoe•29m ago•0 comments

Tide: Token-Informed Depth Execution for Per-Token Early Exit in LLM Inference

https://arxiv.org/abs/2603.21365
1•OsamaJaber•29m ago•0 comments

Show HN: Scan domain for llms.txt LLMs-full.txt AI aware SEO tool

3•fcpguru•32m ago•0 comments

Wander Console Network Crawler

https://susam.net/code/news/wander/0.5.0.html
1•susam•35m ago•0 comments

Ask HN: How to handle desktop app security post-Mythos?

1•Archit3ch•39m ago•2 comments

Eternal November – this new influx of users may be better than the last one

https://sfconservancy.org/blog/2026/apr/15/eternal-november-generative-ai-llm/
1•nfriedly•41m ago•0 comments

Why we create architecture diagrams (2022)

https://www.ilograph.com/blog/posts/why-create-system-architecture-diagrams/
1•billyp-rva•47m ago•0 comments

Show HN: A collaborative SSH copilot for on-calls/DevOps/MLOps

https://github.com/few-sh/fewshell
1•hexer303•47m ago•0 comments

Graphics: How the Strait of Hormuz closure affects global oil supply

https://www.reuters.com/graphics/IRAN-CRISIS/OIL-LNG/mopaokxlypa/
1•cybermango•47m ago•0 comments

Open source contribution and job search as matching markets under AI congestion

https://e10v.me/matching-markets-congestion/
2•e10v_me•47m ago•1 comments

Show HN: Open-source digital business card generator

https://github.com/kevinwielander/digital-business-cards
2•challengerVIE•50m ago•0 comments

The Complexity of Simplicity [video]

https://www.youtube.com/watch?v=Cum5uN2634o
2•tosh•52m ago•0 comments

Explore Khorinis Gothic2 in the Browser

https://rapid-queen-bf94.gothicviewer.workers.dev/
1•xkcd1963•56m ago•1 comments

Haskell library for non-deterministic pattern matching

https://github.com/egison/sweet-egison
1•danny00•56m ago•0 comments

Microsoft .NET on Linux Patches Use IO_uring for Performance Benefits

https://www.phoronix.com/news/Microsoft-dotNET-IO-uring
1•DeathArrow•58m ago•0 comments

Help LaunchChair with the Rank In Public startup competition with an up-vote

https://rankinpublic.xyz/vote/jn7dkedm0qv6q9evmh2nwb7azh84r109
1•jacobcounsell•59m ago•0 comments

Backblaze redefines 'unlimited' backups, not backing up Dropbox and OneDrive

https://www.tomshardware.com/software/cloud-storage/backblaze-redefines-unlimited-while-users-dis...
1•ValentineC•1h ago•1 comments
Open in hackernews

Nxs-universal-chart – open-source tool to install applications into Kubernetes

https://github.com/nixys
1•nixys_nxs•4d ago

Comments

nixys_nxs•4d ago
Hello everyone! We are happy to introduce a major release of our open source project — nxs-universal-chart. It's a Helm chart you can use to install your applications into Kubernetes/OpenShift and other orchestrators compatible with native Kubernetes API.

Why do you need a universal chart?

Usually deploying applications in Kubernetes means stitching together many resources, such as services, Ingress, secrets, monitoring, autoscaling, and more. So, engineers have to duplicate Helm charts, maintain custom templates and deal with inconsistent configurations across environments. A universal chart provides an entry point to deploy an application with all its infrastructure. It's a modular platform for Kubernetes and platform delivery, with a stronger focus on reliability, GitOps, and CI/CD.

Features

• Modular and extensible chart architecture • Strong values validation • GitOps-friendly rendering • Better testing and reliability • OCI distribution and signed releases

We would be grateful for your PRs and stars!

gyorgy•4d ago
Nice work, starred. Hit the same "every app needs the same 8 resources stitched together" problem in a recent project. We ended up generating manifests from a typed app spec rather than templating, but a universal chart is a more GitOps-native answer for Helm-first teams. Values validation and signed OCI releases are the right things to invest in early. Good luck with the release.