frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bullshit Machines

https://thebullshitmachines.com
4•Arodex•2m ago•1 comments

The Netflix Effect

https://thenetflixeffect.com/
1•gordon_freeman•2m ago•0 comments

"Will I be OK?" Teen died after ChatGPT pushed deadly mix of drugs, lawsuit says

https://arstechnica.com/tech-policy/2026/05/will-i-be-ok-teen-died-after-chatgpt-pushed-deadly-mi...
2•ndr42•2m ago•0 comments

Starlink users can be located and sometimes identified through terminal mapping

https://www.haaretz.com/israel-news/security-aviation/2026-05-12/ty-article-magazine/.premium/sta...
1•puttycat•3m ago•1 comments

Anthropic warns against secondary platforms offering access to its shares

https://techcrunch.com/2026/05/12/anthropic-warns-investors-against-secondary-platforms-offering-...
1•SilverElfin•4m ago•1 comments

Sentencia – A daily Wikipedia word puzzle

1•Pawnef•4m ago•0 comments

Is Spring Boot Becoming Obsolete?

https://www.codecentric.de/en/knowledge-hub/blog/is-spring-boot-becoming-obsolete
2•jbarop•5m ago•0 comments

Not My Lever

https://aneeshsathe.substack.com/p/not-my-lever
2•boredgargoyle•5m ago•0 comments

Hexagonal Architecture

https://en.wikipedia.org/wiki/Hexagonal_architecture_(software)
2•pelario•8m ago•0 comments

Valve just imported 50 tons of game consoles in two days

https://www.theverge.com/news/923461/valve-steam-machine-frame-deck-import-records-may-2026
2•aa_is_op•8m ago•0 comments

Basil Halperin on eclectically optimal policy

https://scottsumner.substack.com/p/basil-halperin-on-eclectically-optimal
1•paulpauper•8m ago•0 comments

Is It Too Expensive to Sell a House?

https://www.nytimes.com/2026/04/30/realestate/zombie-homes-exit-taxes.html
2•paulpauper•9m ago•0 comments

Why the Future of College Could Look Like OnlyFans

https://www.newyorker.com/news/fault-lines/why-the-future-of-college-could-look-like-onlyfans
1•paulpauper•9m ago•0 comments

Do look up: stargazing in New Zealand's first dark sky community

https://www.theguardian.com/travel/2026/may/10/new-zealand-south-island-otago-naseby-stargazing-d...
3•billybuckwheat•10m ago•0 comments

Google Knol

https://en.wikipedia.org/wiki/Knol
2•cpa•10m ago•0 comments

Curl and Mythos

https://anderegg.ca/2026/05/11/on-curl-and-mythos
2•Brajeshwar•10m ago•0 comments

Filmic Photography in DaVinci Resolve 21

https://videovillage.com/blog/2026/05/12/filmic-photography-resolve-21
1•wilg•11m ago•0 comments

Avows – HSA/FSA receipt tracker that runs in the browser

https://avows.app/
1•ssamine•11m ago•2 comments

The Rise of the Bullshittery

https://xn--gckvb8fzb.com/the-rise-of-the-bullshittery/
1•dxs•11m ago•0 comments

Show HN: Ralph Workflow - Simple Agent-Agnostic AI Orchestrator based on Ralph.

https://codeberg.org/RalphWorkflow/Ralph-Workflow
1•yichi•11m ago•0 comments

AI Agents Under EU Law

https://arxiv.org/abs/2604.04604
1•tanelpoder•11m ago•0 comments

US Bank CEO on AI Popularity in the Workforce

https://www.wsj.com/video/us-bank-ceo-on-ai-popularity-in-the-workforce/6AFB369E-2EF3-4804-B1BF-4...
2•1vuio0pswjnm7•13m ago•2 comments

Random tree path: when simple works

https://www.simloops.com/?p=cmp28dno60011jgog09r1um88
1•nerdlogic•13m ago•0 comments

Linux 7.0.6 Is Out, and It Patches the Dirty Frag Exploit

https://itsfoss.com/news/linux-fully-patches-dirty-frag-exploit/
2•abdelhousni•13m ago•1 comments

Do more and have more fun with the next generation of Android in the car

https://blog.google/products-and-platforms/platforms/android/android-in-cars-updates/
4•pretext•17m ago•1 comments

The Problem of Pedagogy in Advanced Mathematics

https://susam.net/advanced-mathematics-pedagogy.html
2•birdculture•17m ago•0 comments

The Cloudflare 20% Cut and the Rise of "Layoff Washing"

https://www.salary.run/en/blog/cloudflare-20-percent-cut-layoff-washing-2026
1•lullabymusic•17m ago•0 comments

Why is Anthropic's training data disclosure AI-generated?

https://twitter.com/TheMidasProj/status/2054276553622851818
1•pretext•18m ago•0 comments

Who Is Paying the Influencers?

https://www.bbc.com/audio/play/p0nds1k2
2•1vuio0pswjnm7•19m ago•0 comments

Why Soft Skills Fail Inside Organizations (and What Improves Them)

https://substack.com/profile/142970448-pamela-robinson/note/c-257964419
1•PMJRobinson•20m ago•0 comments
Open in hackernews

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

1•pxheller•11mo 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•11mo 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•11mo 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•11mo 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.