frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Aspartame is not that bad?

https://dynomight.net/aspartame/
2•pHequals7•6m ago•0 comments

Side-stepping the Secretary Problem, unwittingly

https://www.evalapply.org/posts/side-step-secretary-problem-hiring/index.html
1•pvdebbe•6m ago•0 comments

Giving AI Hands: How KDP Makes Infrastructure Agent-Ready

https://www.kubermatic.com/blog/giving-ai-hands-how-kdp-makes-infrastructure-agent-ready/
1•mstruebing•7m ago•0 comments

Every Trade Contract Needs These 12 Clauses

https://www.documentorium.com/blog/every-trade-contract-needs-these-12-clauses
1•documentorium•8m ago•0 comments

The monstrous number sequences that break the rules of mathematics

https://www.newscientist.com/article/2521354-the-monstrous-number-sequences-that-break-the-rules-...
1•ColinWright•13m ago•0 comments

GIMP at LGM2026: committee, grants, no-AI policy, and that GSoC thing

https://librearts.org/2026/04/gimp-at-lgm2026/
1•prokoudine•16m ago•0 comments

NTSB LaGuardia Aviation Investigation Preliminary Report

https://data.ntsb.gov/carol-repgen/api/Aviation/ReportMain/GenerateNewestReport/202674/pdf
1•tomalpha•17m ago•1 comments

Stack Trace for Distributed Systems

https://github.com/leandromoreira/distributed-stack-trace
1•dreampeppers99•18m ago•0 comments

This Robot Can Beat You at Table Tennis [video]

https://www.youtube.com/watch?v=EH8kZDc7OLk
1•mhb•18m ago•0 comments

When our 'local' journalist confronted Michael Jackson

https://mazharfarooqui.substack.com/p/the-night-i-didnt-know-i-was-confronting
1•Sam6late•19m ago•1 comments

Show HN: CSP Benchmarks – Go vs. core.async (Clojure) vs. libgoc (C)

https://github.com/libgoc/libgoc/blob/81798b3dd5e27d7f1e752b6cff0bdf3a95d381b7/bench/README.md
1•divs1210•19m ago•0 comments

Punctuated Decline of Human Cooperation

https://www.nature.com/articles/s41586-026-10380-3
1•bookofjoe•19m ago•0 comments

Ask HN: Scaling a targeted web crawler beyond 500M pages/day

1•honungsburk•21m ago•0 comments

Vanished in Paradise: Dark Secrets of Hawaii's Big Island [video]

https://www.youtube.com/watch?v=Y-nc9TalADk
1•keepamovin•25m ago•0 comments

Show HN: I built an AI alternative to NoBroker/MagicBricks that never calls you

https://www.abodex.space/
2•soorajsanker•31m ago•0 comments

Free Book "Rust Projects – Write a Redis Clone" Version 2.0.0

https://rust-projects-write-a-redis-clone.github.io/
1•thedigicat•32m ago•0 comments

WellaBack Posture Corrector

https://www.facebook.com/WellaBackPostureCorrector.Get
1•Bannersons•35m ago•0 comments

Show HN: Llm.sql – Run a 640MB LLM on SQLite, with 210MB peak RSS and 7.4 tok/s

4•aldielshala•36m ago•0 comments

8087 Emulation on 8086 Systems

https://www.os2museum.com/wp/learn-something-old-every-day-part-xx-8087-emulation-on-8086-systems/
2•ingve•37m ago•0 comments

2026 Annual C++ Developer Survey "Lite"

https://isocpp.org/blog/2026/04/2026-annual-cpp-developer-survey-lite1
1•pyjarrett•40m ago•0 comments

Do you need a SoC 2 report?

https://www.getprobo.com/blog/2026-04-22-do-you-need-a-soc-2-report
2•gearnode•43m ago•0 comments

Meta is revamping its cross-app management system

https://techcrunch.com/2026/04/23/meta-is-revamping-its-cross-app-management-system/
1•DropDead•44m ago•0 comments

The FBI faked a field of forensic science. (2015)

https://slate.com/news-and-politics/2015/04/fbis-flawed-forensics-expert-testimony-hair-analysis-...
2•downbad_•44m ago•1 comments

Static Types for Dynamic Targets

https://intertwingly.net/blog/2026/04/23/Static-Types-for-Dynamic-Targets.html
1•ingve•45m ago•0 comments

Health-care AI is here. We don't know if it helps patients

https://www.technologyreview.com/2026/04/24/1136352/health-care-ai-dont-know-actually-helps-patie...
3•joozio•45m ago•0 comments

Open grid data has a public benefit

https://nworbmot.org/blog/open-grid-data.html
1•lyoncy•48m ago•0 comments

UK Biobank leak: Health details of 500 000 people are offered for sale

https://www.bmj.com/content/393/bmj.s781
43•dberhane•55m ago•6 comments

Show HN: PhotoSharpener – sharpen and upscale photos in the browser with AI

https://photosharpener.com/
1•wbemaker•55m ago•0 comments

Face (Sociological Concept)

https://en.wikipedia.org/wiki/Face_(sociological_concept)
1•acqbu•57m ago•0 comments

Microsoft plans voluntary employee buyout for up to 7% of U.S. workforce

https://www.cnbc.com/2026/04/23/microsoft-plans-first-voluntary-retirement-program-for-us-employe...
3•layer8•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•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.