frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Black Wednesday

https://ussri.substack.com/p/black-wednesday
1•paulpauper•31s ago•0 comments

Book Review: The Infinity Machine

https://millicosm.substack.com/p/book-review-the-infinity-machine
1•paulpauper•43s ago•0 comments

The Largest Galaxy in the Universe Is Even Bigger Than We Thought

https://www.iflscience.com/the-largest-galaxy-in-the-universe-is-even-bigger-than-we-thought-and-...
1•gmays•52s ago•0 comments

36 Ways to Send a File

https://getcroc.com/blog/compare-file-transfer-tools
1•gregsadetsky•1m ago•0 comments

'Papers and patents are becoming less disruptive over time'?

https://bsky.app/profile/vincentholst.bsky.social/post/3msxg77pnmk2r
1•doener•2m ago•0 comments

Show HN: Mirage Browser, the deadest of internets. ~1000 tok/s 1998 internet

https://miragebrowser.xyz/
2•KCLock•4m ago•0 comments

I Build Production Software by Directing AI

https://medium.com/@chrissharp80/how-i-build-production-software-by-directing-ai-710902b4933e
1•chrissharp80•4m ago•0 comments

Data Science Weekly – Issue 664

https://datascienceweekly.substack.com/p/data-science-weekly-issue-664
1•sebg•5m ago•0 comments

Is this hack-back or cyber letters-of-marque? No, but maybe

https://cybersect.substack.com/p/is-this-hack-back-or-cyber-letters
2•wmf•8m ago•0 comments

Chatbots are doing the work of Congress with little oversight

https://www.washingtonpost.com/politics/2026/08/13/chatbots-are-doing-work-congress-with-little-o...
1•harambae•8m ago•0 comments

Number of malaria attacks since birth: A longitudinal study of African children

https://www.thelancet.com/journals/eclinm/article/PIIS2589-5370(23)00556-4/fulltext
2•alphabetatango•9m ago•0 comments

StudioCreate+

https://apps.microsoft.com/detail/9p69ncw3mfj6?hl=en-US&gl=US
1•detyea•9m ago•0 comments

Chestnut – eGPU dock with open-source firmware

https://hwbusters.com/news/comma-ai-egpu-dock-runs-open-source-firmware-249-bare-799-with-an-rx-9...
2•txrx0000•10m ago•0 comments

Agentic Scheduling = Apple Calendar + Apple Reminders + Claude Agent

https://github.com/hunterZh37/agentic-scheduling
1•hunterzh37•10m ago•0 comments

Ask HN: Anyway to get past the Show HN restriction thing?

1•ferretingaround•12m ago•0 comments

Codex adds experimental thread/revert support

https://github.com/openai/codex/commit/4343b2bdc4e7eb95880a230e588bd07d9f181c2f
1•bakigul•13m ago•0 comments

Base-122 Encoding

https://blog.kevinalbs.com/base122
2•jcbhmr•17m ago•0 comments

Terence Tao: Mathematics in the Age of AI (Lecture)

https://www.youtube.com/watch?v=M0--ZH1lOzg
2•zui•18m ago•1 comments

How Fast Is .NET 11 Runtime Async?

https://medium.com/@skyake/how-fast-is-net-11-runtime-async-b9c821529cd5
1•doomroot13•19m ago•0 comments

There are two kinds of theorems

https://blog.plover.com/math/two-kinds-of-theorems.html
3•mhb•24m ago•0 comments

Statically linking an Elixir command-line application using Burrito

https://www.jonathanychan.com/blog/statically-linking-an-elixir-command-line-application-using-bu...
1•auraham•25m ago•0 comments

Distributing Elixir Applications with Burrito

https://juanpabloaj.com/2023/08/20/distributing-elixir-applications-with-burrito/
1•auraham•25m ago•0 comments

Hello There

https://www.thegoalonline.com/atlantis-marketplace/rotator
1•robert753•26m ago•0 comments

Bank of Japan September rate hike locked in; SME bankruptcies hit 12-year high

https://www.msn.com/en-us/money/economy/bank-of-japan-september-rate-hike-locked-in-sme-bankruptc...
2•petethomas•26m ago•0 comments

DOJ finds three federal STEM education programs unconstitutional

https://fedscoop.com/doj-opinion-nsf-stem-dei-unconstitutional/
3•petethomas•30m ago•1 comments

Computer History

https://learn.chatgpt.com/docs/customization/computer-history
1•mfiguiere•30m ago•0 comments

LinkedIn Wants Users to Lean Less on AI. Maybe Less

https://www.wsj.com/cmo-today/linkedin-wants-users-to-lean-less-on-ai-maybe-a-lot-less-8e03b2aa
2•JumpCrisscross•30m ago•0 comments

Vibe coding local first personal apps in mid-2026

https://www.flourish.org/2026/08/personal-apps/
1•frabcus•31m ago•0 comments

Burrito – Cross-Platform Elixir Deployments

https://github.com/burrito-elixir/burrito
2•auraham•34m ago•0 comments

Let's get physical

https://newsletter.wirepine.com/cp/210683776
2•rbanffy•38m 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.