frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Explore 6048 YC companies as an interactive galaxy

https://artifacta.io/a/pg_x9pombpdybx90q2s16eu
1•jnakano89•4m ago•1 comments

How we built our knowledge base

https://www.cerebras.ai/blog/how-we-built-our-knowledge-base
1•listless•9m ago•0 comments

Co-evolution of self-replication and function in a digital primordial soup

https://github.com/vicgalle/coevolution-soup
1•mariuz•11m ago•0 comments

Clever hacker fits 537,000 domains in a $5 ESP32 ad-blocking dongle

https://www.tomshardware.com/networking/clever-hacker-fits-537-000-domains-in-a-tiny-usd5-esp32-a...
1•sbulaev•12m ago•0 comments

Levels of Building a Data Grid

https://visualeaf.com/blog/the-10-levels-of-building-a-data-grid/
1•Jacky101•14m ago•0 comments

Show HN: The BUSY build system now generates CMake so you can easily use LeanQt

https://github.com/rochus-keller/BUSY/blob/main/docs/The_BUSY_Build_System_Users_Guide.adoc
1•Rochus•15m ago•0 comments

Science in Action: How to Build a Corsi-Rosenthal Box

https://engineering.ucdavis.edu/news/science-action-how-build-corsi-rosenthal-box
1•cf100clunk•15m ago•0 comments

Engineering High-Performance Parsers with Data-Oriented Design

https://www.arshad.fyi/writings/engineering-high-performance-parsers
1•mattjhall•15m ago•0 comments

Codeberg Is Degraded

https://status.codeberg.org/status/codeberg?sort_2=uptime_asc
1•toilet•16m ago•0 comments

Show HN: Build a web app to help people focus on their productive work

https://mytodo.dev/
1•adarshkaraka•16m ago•0 comments

Mornings in Cupertino Have the Aroma of Napalm Once Again

https://daringfireball.net/2026/07/mornings_in_cupertino_have_the_aroma_of_napalm_once_again
1•Brajeshwar•18m ago•0 comments

The Naturalist's Library

https://www.c82.net/naturalists-library/
2•bookofjoe•19m ago•0 comments

Wiki Spy

https://neal.fun/wiki-spy/?
1•vismit2000•19m ago•1 comments

Show HN: PostgreSQL course with database running in your browser

https://learnpg.xyz
2•Serpant•20m ago•1 comments

Prompts and Skills need a system of record

https://mistral.ai/news/manage-prompts-and-skills-in-studio/
1•yruzin•22m ago•0 comments

Number of days reaching 100°F and 105°F have declined since 1895

https://twitter.com/ChrisMartzWX/status/2078566117711196362
1•bilsbie•22m ago•1 comments

Weight loss drugs may improve job prospects and dating odds for one group

https://www.foxnews.com/health/weight-loss-drugs-may-improve-job-prospects-dating-odds-one-group
1•jgalt212•25m ago•0 comments

China's Xpeng debuts flying car in Germany

https://apnews.com/video/chinas-xpeng-debuts-flying-car-in-germany-8a67e649e7db49e698005f6754390df7
2•thelastgallon•25m ago•1 comments

America's Enterprising Spirit Is Booming After Decades-Long Slump

https://www.nytimes.com/2026/07/17/business/economy/american-small-business-boom.html
1•TMWNN•28m ago•0 comments

China quietly saved the world last month [video]

https://www.youtube.com/watch?v=BkA0bkb6ZO0
1•dataflow•28m ago•1 comments

Plants That Make Real Dairy Protein? Scientists Discover an Unexpected Shortcut

https://www.cfhu.org/news/plants-that-make-real-dairy-protein-hebrew-u-scientists-discover-an-une...
1•geox•30m ago•0 comments

Show HN: DWS A LLM Generated, "Drudge Report" style news site

https://news.dws.rip/
2•tdubey•30m ago•0 comments

I love dining alone. So should you.

https://www.washingtonpost.com/food/2026/07/16/want-truly-appreciate-dining-out-eat-alone/
3•0in•30m ago•0 comments

The King's Great Fortune

https://aethermug.com/posts/kings-great-fortune
1•mrcgnc•30m ago•0 comments

I Made Acquiring Customers Easier

https://seenearme.com/
1•Rollmodl•31m ago•1 comments

Double slash in Web addresses 'a bit of a mistake' (2009)

https://www.zdnet.com/article/double-slash-in-web-addresses-a-bit-of-a-mistake/
1•taubek•34m ago•0 comments

Show HN: Knowledge graph skill for Claude/Kimi Code

https://org-edge.com/sysedge.html
2•org-edge•34m ago•0 comments

Doing things right is a lonely craft

https://en.andros.dev/blog/d0d251b2/doing-things-right-is-a-lonely-craft/
2•inigyou•36m ago•0 comments

What Did We Lose When We Lost the Stars

https://theconvivialsociety.substack.com/p/what-did-we-lose-when-we-lost-the-c3b
3•longdefeat•37m ago•0 comments

Ask HN: What leads to government websites being badly engineered?

1•curiousaboutml•39m 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.