frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI – Symphony

https://github.com/openai/symphony
1•nojito•51s ago•0 comments

Show HN: I built Commuter, a CLI to move Claude Code sessions between computers

https://github.com/ljbuturovic/commuter
2•ljubomir•3m ago•0 comments

Octopress 3.0 Is Coming

https://octopress.org/2015/01/15/octopress-3.0-is-coming/
1•1-2-3-5-8•4m ago•2 comments

Show HN: An AI Agent Running a Real Business (Thewebsite.app)

https://www.thewebsite.app/
2•thewebsite_ai•6m ago•0 comments

Show HN: RISCY-V02: A 16-bit 2-cycle RISC-V-ish CPU in the 6502 footprint

https://github.com/mysterymath/riscyv02-sky
1•mysterymath•7m ago•0 comments

Terradev: A next-gen slash command CLI for GPU provisioning and management

https://github.com/theoddden/Terradev
1•Facingsouth•8m ago•1 comments

Asking for Miracles

https://faithgateway.com/blogs/christian-books/asking-god-for-a-miracle-because-he-can-say-yes
1•marysminefnuf•8m ago•0 comments

TfL hack in 2024 affected around 10M people, BBC can reveal

https://www.bbc.co.uk/news/articles/cz0ggkr2g77o
1•chrisjj•9m ago•0 comments

'Anthropic CEO says US govt hostility linked to Trump donations [Leaked memo]

https://www.wionews.com/world/-no-dictator-style-praise-anthropic-ceo-says-us-govt-hostility-link...
3•hedora•10m ago•0 comments

Karl Friston Explains Free Energy Principle [video]

https://www.youtube.com/watch?v=NIu_dJGyIQI
1•devy•13m ago•0 comments

Principles of Design (1998)

https://www.w3.org/DesignIssues/Principles.html
1•hoekit•17m ago•0 comments

The Harvest #9 – Multi-Interface Applications

https://beetstack.dev/blog/post-9
1•mrchantey•17m ago•0 comments

Nasal Demons

http://www.catb.org/esr/jargon/html/N/nasal-demons.html
1•djha-skin•20m ago•0 comments

Foreign National Gets 20 Yrs for Trafficing Nuclear, Narcotics, and Firearms

https://www.justice.gov/opa/pr/foreign-national-sentenced-20-years-prison-conspiring-traffic-nucl...
2•737min•20m ago•0 comments

Show HN: Moji – A read-it-later app with self-organizing smart collections

https://moji.pcding.com
2•desmonding•20m ago•0 comments

The free-energy principle: a unified brain theory?

https://www.nature.com/articles/nrn2787
1•devy•23m ago•0 comments

Data Center Signal

https://datacentersignal.com/
1•edwinorange•23m ago•0 comments

Show HN: MHA OC Maker – Create My Hero Academia Original Characters with AI

https://aiocmaker.com/oc-maker/mha-oc-maker
1•newsapling1988•24m ago•0 comments

Can A.I. Be Pro-Worker?

https://www.newyorker.com/news/the-financial-page/can-ai-be-pro-worker
3•randomrainbow•25m ago•1 comments

Uni-1, Luma's first unified understanding and generation model

https://lumalabs.ai/
1•aryamansharda•25m ago•0 comments

AI benchmarks: What Jellyfish learned from analyzing 20M PRs [video]

https://www.youtube.com/watch?v=DIHdZCj_xoc
1•mooreds•31m ago•0 comments

Ends and means; an inquiry into the nature of ideals (1969)

https://archive.org/details/endsmeansinquiry0000huxl
1•measurablefunc•31m ago•0 comments

Show HN: I made a design portfolio reviewer

https://www.evalv.ai/
2•eldardesign•33m ago•2 comments

Parsync, a tool for parallel SSH transfers – 7x faster than rsync

https://github.com/AlpinDale/parsync
1•AlpinDale•33m ago•0 comments

Show HN: Rent Your Idle OpenClaw Browser to AI Agents

https://rentmybrowser.dev
1•0xpasho•36m ago•0 comments

The largest emergency stockpile of crude oil is quickly falling apart

https://www.spglobal.com/energy/en/news-research/blog/crude-oil/061516-a-rare-tour-of-the-strateg...
1•KnuthIsGod•39m ago•0 comments

Show HN: A tool to make your text look fancy anywhere with Unicode

https://fontgen.cool/
2•liquid99•43m ago•0 comments

Statistical Uncertainties in the Non-Gravitational Acceleration of 3I/Atlas

https://arxiv.org/abs/2603.00782
1•Jimmc414•44m ago•0 comments

Codex Fast Mode – Increase GPT-5.4 Speed by 50% at 2x the cost

https://developers.openai.com/codex/speed/
2•prodigycorp•45m ago•0 comments

Show HN: Settle It – turn "Pizza or Thai?" into a shareable poll

https://settleit.now/
2•karlhills•48m ago•4 comments
Open in hackernews

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

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