frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SAGG – failover gateway for cheap LLM providers

https://api.privatedeskai.com/benchmarks
1•koroleva_labs•3m ago•0 comments

Genome Duplication Is an Evolutionary Gamble

https://www.quantamagazine.org/genome-duplication-is-a-radical-evolutionary-gamble-20260902/
1•gumby•4m ago•0 comments

Show HN: OpenMuse – an Open Source alternative to Meta's personal agent

https://github.com/diggerhq/openmuse/
1•iacguy•5m ago•0 comments

Anthropic Staffers Again Sound the Alarm on AI Catastrophe

https://www.motherjones.com/politics/2026/09/anthropic-ai-risks-coxon-amodei-openai-cybersecurity...
1•signa11•8m ago•0 comments

OpenAI's Bubeck denies trying to cut Anthropic mathematician from credit

https://thenextweb.com/news/bubeck-navier-stokes-account-apology-altman
1•htk•8m ago•0 comments

T-Mobile to Charge $5 a Month for iOS 27 iPhone Handoff

https://www.macrumors.com/2026/09/10/ios-27-iphone-handoff-cost/
2•seemaze•9m ago•0 comments

Review a pull request by booting it

https://fzakaria.com/2026/09/09/review-a-pull-request-by-booting-it
1•lalitmaganti•10m ago•0 comments

Let's Encrypt Outage

https://letsencrypt.status.io/pages/incident/55957a99e800baa4470002da/6aa35c1d892d7304f2747e01
1•takoid•11m ago•0 comments

Watermarks Without Verification: AI Text Watermarking After the EU AI Act

https://arxiv.org/abs/2609.09604
1•sbulaev•11m ago•0 comments

'Not selling my soul': Why this Aussie maths professor took on OpenAI

https://www.afr.com/world/north-america/not-selling-my-soul-why-this-aussie-maths-professor-took-...
1•Alien1Being•15m ago•0 comments

Tesla Autopilot was on in I-35 crash that killed its driver

https://electrek.co/2026/09/10/tesla-driver-assist-i35-guardrail-pattonsburg/
1•jijojv•16m ago•1 comments

Show HN: Kern Agent – See inside your agent's brain

https://github.com/oguzbilgic/kern-ai
1•obilgic•21m ago•0 comments

Try GPT-6 Astra for a few bucks

https://trylatestmodel.com/
2•Guustaaf•27m ago•1 comments

Hired to Code, He Built Hudson River Trading and a $27B Fortune

https://www.bloomberg.com/news/features/2026-09-10/how-jason-carroll-built-hudson-river-trading-a...
4•aanet•43m ago•1 comments

Vivaldi 8.2 for mobile: the browser. Your rules. Your extensions

https://vivaldi.com/blog/vivaldi-on-mobile-8-2/
4•thunderbong•43m ago•0 comments

A mini-game around fake news

https://unspin.hidden-pond-5e6a.workers.dev/
3•azermite•45m ago•0 comments

How My Students Think About AI

https://www.lesswrong.com/posts/ySXuvJcqRindQwAk7/how-my-students-think-about-ai
9•paulpauper•45m ago•1 comments

In Japan, Television Viewing Doesn't Have to Take a Back Seat (2013)

https://www.wsj.com/articles/SB10001424127887323296504578397020440247856
3•libpcap•46m ago•0 comments

How do Necco wafers, paper receipts, and farmers almanacs still exist?

https://thehustle.co/newsletters/09-09-2026
3•paulpauper•47m ago•0 comments

AI #185: Preference Cascade

https://thezvi.substack.com/p/ai-185-preference-cascade
2•paulpauper•47m ago•0 comments

Allow Carriers on Planes

https://www.jefftk.com/p/allow-carriers-on-planes
4•luu•53m ago•0 comments

Sky sphere representation in language models (29 Jul 2026)

https://arxiv.org/abs/2607.27092
2•throwaway81523•56m ago•0 comments

Show HN: Benzi – A Code Intillegence/Harness Beating Claude Code and CodeGraph

https://benzi.fly.dev/benchmark
7•tweedler290•56m ago•2 comments

A fossil feather in dinosaur poop may explain why birds survived mass extinction

https://phys.org/news/2026-09-fossil-feather-dinosaur-poop-birds.html
3•wglb•57m ago•1 comments

Continuous video of black hole radio observations challenges shock wave theory

https://phys.org/news/2026-09-video-black-hole-radio-theory.html
1•wglb•1h ago•1 comments

Zero heap allocation chess engine in OxCaml

https://github.com/ericlovesmath/oxcaml-chess
2•0xsn3k•1h ago•0 comments

Developer created an app to detect nearby Meta glasses

https://www.businessinsider.com/zuckoff-app-detects-meta-ai-smart-glasses-recording-privacy-2026-9
4•CarbonCycles•1h ago•2 comments

A galaxy with almost no stars? New Cloud-9 observations strengthen the case

https://phys.org/news/2026-09-galaxy-stars-cloud-case.html
1•wglb•1h ago•0 comments

I built a simulator for the iPhone Duo

https://progressier.com/iphone-duo-simulator
2•kbst•1h ago•2 comments

PanoDrop

https://www.panodrop.app/
3•dueffects•1h ago•0 comments
Open in hackernews

Ask HN: What's the best way to deploy container-based apps for a small project?

1•pxheller•1y ago
Hi HN,

For the last couple of months I've been working on a side project I'd now finally like to publish.

I developed and packaged everything into a few small docker containers (2 python apps, 1 postgres db, and 1 db cleanup script in another container. I'll likely also add some reverse proxy like Nginx or Caddy) and run it locally using docker-compose, with all secrets in a .env file (although I could use docker secrets)

I thought about either using a managed Kubernetes service from a provider like DigitalOcean, or setting up a vServer from scratch with the help of some online guides and ChatGPT/Claude (as I don't have a lot of infrastructure experience).

What is your guys go-to-stack? Any recommendations that are relatively simple (or well-documented) to setup while still being cost-efficient and easy to scale? What are your experiences with services like dokku or dokploy?

Re scaling: I also considered using an external Postgres provider, allowing me to scale the "worker" services horizontally when needed.

Asked here because I'm sure it might be relevant for others, too. Thanks in advance!

Comments

austin-cheney•1y ago
I wrote a Nodejs application to do this for me. It’s a personal project that serves as a dashboard for spawning web servers and docker compose instances. I am the only user of it so it’s probably not stable. The UI displays in a browser.

https://github.com/prettydiff/webserver

huksley•1y ago
My experience:

- Dokku - too much shell scripting and you forget all the commands you typed after 1 year.

- Dokploy - you need to install it on your host. So it makes it difficult to switch to a bigger host.

So now I am actively developing a new platform which solves all this - DollarDeploy.

It makes it easy to deploy app from GitHub repo to the server of your choice, and automatically generate HTTPs cert, manage hosts, backups etc for $1/app/month.

Would be nice if you give it a try and provide feedback!

byrnedo•1y ago
If you want, give skate a try ( https://github.com/skateco/skate ). I built it out of the frustration of having to learn the custom deploy syntax of all these other alternatives, instead it uses kubernetes manifests and is multi host.