frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

2025 Atlantic hurricane season forecast predicts above-normal number of storms

https://www.cbsnews.com/news/noaa-hurricane-season-forecast-2025/
1•gmays•47s ago•0 comments

ECT generates a postictal wave of spreading depolarization in mice and humans

1•bookofjoe•10m ago•0 comments

Show HN: Open-source P2P file transfer

https://github.com/nihaocami/berb
1•goodpanda•12m ago•0 comments

New Adaptive Optics Shows Details of Our Star's Atmosphere

https://nso.edu/press-release/new-adaptive-optics-shows-stunning-details-of-our-stars-atmosphere/
2•sohkamyung•14m ago•0 comments

Internet of Bugs Channel

https://www.youtube.com/channel/UCfJRkBBiPtKZyZn_3PxWaiQ
1•croemer•15m ago•0 comments

How often does my home's IP address change?

https://bruceediger.com/posts/ip-address-change/
1•bediger4000•16m ago•0 comments

The Most Difficult Program to Compute: Ackermann's Function [video] (2014)

https://www.youtube.com/watch?v=i7sm9dzFtEI
1•teleforce•27m ago•1 comments

How Often Do LLMs Snitch? Recreating Theo's SnitchBench with LLM

https://simonwillison.net/2025/May/31/snitchbench-with-llm/
1•Philpax•29m ago•0 comments

AI Is Your Rocket Ship to a Freer, More Creative Life

https://novice.media/p/ai-is-your-rocket-ship-to-a-freer
1•kirillzubovsky•31m ago•0 comments

The U.S. Deported This Chinese Scientist, a Decision That Changed World History

https://www.nytimes.com/2025/05/30/opinion/visas-china-rockets-scientist-technology.html
5•pseudolus•37m ago•2 comments

How to Build a Vibrant Technology Industry

https://docs.google.com/document/d/1LlNCY9_4MXhilnbu9MqKhSjHjMGqtDA8zZmSQynVjmY/edit
1•ericjang•41m ago•0 comments

First-ever production electric Honda motorcycle is here

https://electrek.co/2025/05/31/first-production-electric-honda-motorcycle-debuts-in-beijing-and-its-a-cafe-racer/
2•harambae•42m ago•0 comments

HWF on Telegram

https://github.com/NeonGamerBot-QK/telegram-hwf
7•leowilkin•44m ago•2 comments

Ten Minute Physics

https://www.youtube.com/channel/UCTG_vrRdKYfrpqCv_WV4eyA
1•weinzierl•45m ago•0 comments

Kees Cook Account Disabled

https://lore.kernel.org/all/20250531-resolute-glittering-cuckoo-b6cd91@lemur/
6•todsacerdoti•45m ago•2 comments

Tools Built on Tree Sitter

https://www.scannedinavian.com/tools-built-on-tree-sitters-concrete-syntax-trees.html
2•shae•45m ago•0 comments

Programming Loops vs. Recursion [video]

https://www.youtube.com/watch?v=HXNhEYqFo0o
2•teleforce•48m ago•0 comments

Starting a company working on hard problems

https://twitter.com/Suhail/status/1928934817069982084/photo/1
1•jger15•50m ago•0 comments

Before OBD-II, mechanics had to think

https://www.carsandhorsepower.com/featured/obd-ii-is-a-joke-real-mechanics-use-a-vacuum-gauge-and-a-screwdriver
2•Anumbia•52m ago•1 comments

Dutch government passes law to criminalize cyber-espionage

https://therecord.media/netherlands-law-criminalizes-cyber-espionage
1•PaulHoule•53m ago•0 comments

Show HN: push.rocks/smartdata: A TypeScript-First MongoDB ORM

https://typescript.guru/push-rocks-smartdata-a-typescript-first-mongodb-wrapper-for-modern-applications/
1•PhilKunz•53m ago•0 comments

Trees May Be Able to Warn Us When a Volcano Is About to Erupt

https://www.sciencealert.com/trees-may-be-able-to-warn-us-when-a-volcano-is-about-to-erupt
1•geox•55m ago•0 comments

Ask HN: Why hasnt generative AI made the internet a wasteland yet? When will it?

2•AbstractH24•56m ago•5 comments

The Uber of the Underworld

https://www.economist.com/international/2025/05/29/the-uber-of-the-underworld
1•DyslexicAtheist•57m ago•0 comments

Show HN: Ethereum/EVM Event Pipeline

https://github.com/lbkolev/eventify
1•voicesz_•1h ago•0 comments

Kernel Mailing List flagging of contributor as potentially malicious

https://lore.kernel.org/all/CAHk-=wj4a_CvL6-=8gobwScstu-gJpX4XbX__hvcE=e9zaQ_9A@mail.gmail.com/
8•cbondurant•1h ago•5 comments

Rsync's defaults are not always enough

https://rachelbythebay.com/w/2025/05/31/sync/
4•ingve•1h ago•0 comments

The 2.7% Rule for Retirement Spending [video]

https://www.youtube.com/watch?v=1FwgCRIS0Wg
1•simonebrunozzi•1h ago•1 comments

No build front end is so much more fun

https://simonwillison.net/2025/May/31/no-build/
5•xnx•1h ago•1 comments

Emergence of emotional response from sensory experience in humans and mice

https://www.science.org/stoken/author-tokens/ST-2646/full
3•erichamc•1h ago•2 comments
Open in hackernews

Ask HN: If not Kubernetes, what do you use to run your apps?

4•tontony•1d ago
Kubernetes is everywhere these days, and it might feel like there are very few alternatives to it when you need a simpler sort of self-hosted platform to run your apps/workloads (not talking right now about PaaS options like Heroku, Render, etc.)

- What do people use for single-server app management?

- For multi-node setups, is anyone using Docker Swarm, Nomad, or any other tool that is outside the Kubernetes ecosystem?

Comments

cranberryturkey•1d ago
i just use a dedi
SamInTheShell•1d ago
Kubernetes just kinda won the container orchestration war against swarm, nomad, and mesos. It is quite an improvement over working with those orchestrators.

My strategy involves building stateless apps with distributed services that have good support in Kubernetes like Yugabyte and Minio.

What I do is host the thing on a cheap cloud server until it grows enough to need HA or scaling. At that point I move my workloads into a cluster.

I already have everything patterned out though so, I’m living in some sunk costs if anything newer or truly better comes along.

tontony•1d ago
> What I do is host the thing on a cheap cloud server until it grows enough

Curious, do you use anything specific (like Compose) for that single-server phase?

adamcharnock•1d ago
For deployment to a single-server I would certainly reach for Ansible as a starting point. Using that I would probably configure systemd units on Debian.

Speaking off-the-cuff (so don't hold me to this):

If you need multi-node for (fairly good but not amazing) reliability, then the easiest first step would be a cloud instance, rather than bare-metal server. Given live migration, they are effectively multi-node.

If you need multi-node for performance, then get a single dedicated bare-metal server. They can pack a huge punch while being cost effective. And you'll likely get 100% uptime in a good year.

If you need multi-node for reliability & performance, then kubernetes.

psviderski•1d ago
Can you still justify K8s even if you need to jump from one cloud/dedicated instance to say 2-3 for reliability?
flybayer•1d ago
ECS is great and simpler than k8s. Flightcontrol[1] is an easy way to spin up and deploy to ECS clusters. (I'm a cofounder)

[1] https://www.flightcontrol.dev/

mmarian•3h ago
Self-host CapRover (Docker Swarm overlay) on a $7/month Hetzner VPS. Use it to deploy 4-5 apps, on the same VM.
czhu12•3h ago
We open sources https://canine.sh for this reason!

It basically lets you keep the good parts of kubernetes, but not suffer any of the complexities

Use it at work, because we wanted the Heroku experience, without the prices.