frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How to Be a Usually-Right Contrarian

https://www.overcomingbias.com/p/how-to-be-a-usually-right-contrarian
1•jger15•34s ago•0 comments

Show HN: Small Craft launches Seamside (Web3 P2P hosting/collab)

https://smlcrft.com/thoughts/its-open/
1•akumpf•1m ago•0 comments

First poo transplant to treat food allergy in people has results

https://www.nature.com/articles/d41586-026-02440-5#ref-CR1
1•geneticdrifts•3m ago•0 comments

Ask HN: Why mobile software infrastructure never belongs to its owner?

1•rezvovmobile•4m ago•0 comments

The State of Agentic Memory

https://twitter.com/moorcheh_ai/status/2085082985292767728
2•supportm•4m ago•0 comments

Ninth Circuit: Your AI Agent Can't Violate Hacking Law. But You Might

https://www.techdirt.com/2026/08/05/ninth-circuit-your-ai-agent-cant-violate-hacking-law-but-you-...
1•speckx•4m ago•0 comments

Website Down or Not? Check If a Site Is Down for Everyone?

https://websitedownornot.com/
1•badz•4m ago•0 comments

The Job Board Is Lying to You

https://nanomicon.com/blog/260730-the-job-board-is-lying-to-you
2•theHocineSaad•6m ago•0 comments

Unlocking the future of shared storage: Filestore on Colossus

https://cloud.google.com/blog/products/storage-data-transfer/filestore-file-service-runs-on-colossus
1•leg•8m ago•0 comments

Can you tell AI from human-authored code and should you even care?

https://codedelta.app/article-ai-vs-human.html
1•code-delta-app•8m ago•0 comments

Meta debuts first AI coding agent to take on Anthropic and OpenAI

https://www.cnbc.com/2026/08/05/meta-debuts-muse-code-to-take-on-anthropic-and-openai-.html
6•astlouis44•13m ago•0 comments

Price changes in consumer goods and services in the United States

https://ourworldindata.org/grapher/price-changes-consumer-goods-services-united-states
2•skadamat•14m ago•0 comments

Meta Muse Spark 1.2

https://developer.meta.com/ai/models/muse-spark/
5•wojciem•14m ago•2 comments

Unified Representation for Continuous-Latent Diffusion Language Modeling

https://arxiv.org/abs/2608.02602
1•E-Reverance•14m ago•1 comments

How to Survive in a Louisiana Swamp

https://unherd.com/2026/08/how-to-survive-on-a-louisiana-swamp/
1•bookofjoe•14m ago•0 comments

Ban the Throbber

https://banthethrobber.neocities.org/
6•kyledrake•15m ago•1 comments

TikTok Enters the Multichannel Fulfillment Race with FBT MCF

https://www.geekseller.com/blog/tiktok-enters-the-multichannel-fulfillment-race-with-fbt-mcf/
1•kull•17m ago•0 comments

PEP 842 – Module Exports

https://peps.python.org/pep-0842/
1•Ravencentric•18m ago•0 comments

Microsoft makes OpenAI GPT-5.6 Sol default in GitHub Copilot for staff

https://www.cnbc.com/2026/08/05/microsoft-makes-openai-gpt-5point6-sol-default-in-github-copilot-...
1•kjhughes•18m ago•0 comments

My Son's Internet

https://www.gordonmclean.co.uk/2026/08/04/my-sons-internet-2/
1•speckx•19m ago•0 comments

Tesla, Inc. vs. Angstrom Automotive Group, LLC

https://www.courtlistener.com/docket/73664213/1/tesla-inc-v-angstrom-automotive-group-llc/
2•hnburnsy•20m ago•1 comments

Microsoft's BitNet 2B on a 4 GB Raspberry Pi 5, in one 1.2 GB file

https://github.com/geisten/geistlib
1•geisten•20m ago•0 comments

SparklingTree: 30-40% faster specdec than DSpark by combining DDTree and DSpark

https://jwlabs.vercel.app/post/sparklingtree
1•shreybirmiwal•21m ago•0 comments

People prefer stories written by AI when told they're written by a human

https://techxplore.com/news/2026-08-people-stories-written-ai-told.html
1•wjSgoWPm5bWAhXB•21m ago•0 comments

Show HN: ShiftGrid – open-source transparent prompt-engine for pentests

https://github.com/BuFuuu/shiftgrid/blob/main/demo.gif
1•bufuu•22m ago•0 comments

Unpacking ChatGPT Work: The Agent for a Billion Users

https://www.latent.space/p/unpacking-chatgpt-work
1•haritha1313•22m ago•0 comments

Show HN: My receipt printer prints an original artwork every morning

https://github.com/matt-w-horn/morningprint
1•spectraldrift•22m ago•0 comments

Muse Code and Muse Spark 1.2

https://research.meta.ai/blog/introducing-muse-code-and-muse-spark-1-2
11•paulkrush•23m ago•2 comments

Releasing Muse Code in beta today, and Muse Spark 1.2

https://twitter.com/finkd/status/2085080750034940201
3•pmxi•26m ago•0 comments

DeepSeek V4-Flash-0731 is 12 pts more censored than preview (selectively)

https://www.ctgt.ai/research/v4-flash-0731-drift
3•cgorlla•26m ago•0 comments
Open in hackernews

Deployah – deploy to Kubernetes from a short spec, no Helm, nothing in-cluster

https://github.com/deployah-dev/deployah
3•atkrad•1h ago

Comments

gopherly•58m ago
How do you deploy apps to Kubernetes without writing Helm charts?

I mean the middle ground: not hand-writing charts/YAML, and not installing an in-cluster PaaS either. What do people actually use for that, especially CLI-only?

verdverm•52m ago
I'm using CUE (config) + Helm (reconsiliation)

This post is also using helm, putting a DSL in front because yaml sucks and templated yaml is insane. The problem here is the DSL, devs don't want a DSL for k8s ime, it becomes yet another abstraction of complexity. I render full k8s yaml for helm and avoid the templates

mring33621•47m ago
"yaml sucks and templated yaml is insane"

I'm happy to hear that I'm not the only one that thinks this.

verdverm•39m ago
likewise! I cannot understand the field of devops willingness not only to endure this, but find double templated yaml (Argo+helm) appealing. So many of my peers prefer to do what everyone else is doing and slog through the pain.
atkrad•13m ago
Yeah, Argo + Helm double templating is rough. I stayed client-side on purpose so you can still inspect the release with normal helm commands.
atkrad•17m ago
Same. Templated YAML is what pushed me away from writing charts by hand.
znpy•39m ago
This is overall a bad idea, and I wouldn't touch the clusters i managed with a ten-foot pole.

For starters, having nothing running in the clusters means you have to give rw cluster access to developers. Developers should not be allowed near production without adult supervision.

Then, it simplifies nothing but adds its own complexity on top. You still need to understand helm for when this tool will (inevitably!) produce something that doesn't work the way you thought it would or when it produces something that doesn't match the mental model you made about it.

Also it seems to also spin local kubernetes clusters?

Also it seems to be have a dependency on nip.io hard-coded? Looks like an easy jackpot kind of target ? (you hijack nip.io dns records, you get a bunch of traffic from developers' laptop).

So a bad idea overall in my opinion.

atkrad•30m ago
Fair points. A few clarifications though.

On cluster access: Deployah does not ask you to hand developers cluster-admin on prod. It is a client-side CLI, same class as helm/kubectl. Whoever runs it needs whatever RBAC you already give that identity. The intended split is deployah.yaml for the app, and deployah.platform.yaml for contexts, domains, TLS, profiles. Platform/ops can own that second file, and prod deploys can stay in CI with a locked-down service account. If your bar is "no human kube credentials on prod at all", this is not the tool, and neither is bare helm from a laptop.

On Helm: agree that when something breaks, being able to run helm get / helm history helps. The goal is not "never learn Kubernetes". It is "do not write a chart for every small app". Day to day you work with the spec; the release is still a normal Helm release if you need to inspect it.

On local clusters: yes, optional. deployah cluster up is for laptop/dev only. Prod is just a kubeconfig context from the platform file.

On nip.io: that is only the scaffold default for the local environment (127.0.0.1.nip.io), so you get a hostname without editing /etc/hosts. Production domains come from deployah.platform.yaml, e.g. example.com with cert-manager. If you do not want nip.io even locally, change baseDomain. The "hijack nip.io, steal laptop traffic" risk is real for any tool that defaults to nip.io for local URLs; it is not hard-coded into prod deploys.

So I would not point this at unmanaged prod clusters either. The fit I care about is local/dev and small teams that already have a kubeconfig and do not want an in-cluster PaaS. Happy to hear where that still looks wrong.