frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I Don't Write Code Anymore. I Have It Written

https://aydogan.dev/blog/i-dont-write-code-anymore/
1•aydgn•3m ago•0 comments

What different types of typographic scales exist?

https://cieden.com/book/sub-atomic/typography/different-type-scale-types
1•preetamjinka•5m ago•0 comments

The Screen Act Threatens Privacy Far Beyond Adult Websites

https://www.techdirt.com/2026/08/03/the-screen-act-threatens-privacy-far-beyond-adult-websites/
1•speckx•6m ago•0 comments

The Last Bug on Earth

https://www.minid.net/2026/8/3/the-last-bug-on-earth
1•meerita•7m ago•0 comments

Data Integration Without an Ontology

https://productnow.ai/blogs/ai-native-data-integration-without-an-ontology
1•kadhirvelm•9m ago•0 comments

Retiring the DALL·E GPT

https://help.openai.com/en/articles/6825453-chatgpt-release-notes#retiring-the-dalle-gpt
1•pentagrama•9m ago•0 comments

Forward Deployed Executives: The Next Billion-Dollar AI Unblock

https://www.rickmanelius.com/p/forward-deployed-executives-the-next
1•rickmanelius•9m ago•0 comments

DeepSeek-V4-Flash 2.98x faster on 4x B200, lossless

https://twitter.com/Akashi203/status/2084373935454400964
2•OsamaJaber•10m ago•0 comments

Minimax H3

https://huggingface.co/MiniMaxAI/MiniMax-H3
1•SpyCoder77•10m ago•0 comments

Token budget circuit breaker – cut multi-agent retry waste ~98%

https://github.com/mrblakessinger-rgb/paradox-engine-eots
1•Pachanoi•10m ago•0 comments

No New Name Has Replaced "UX"

https://www.nngroup.com/articles/no-new-name-ux/
2•pentagrama•11m ago•0 comments

Pawnshop Chain Serves the K-Shaped Economy

https://www.wsj.com/cfo-journal/from-200-loans-to-30-000-birkins-a-pawnshop-chain-serves-the-k-sh...
1•bookofjoe•11m ago•1 comments

Agents are users now, and they found every hole in our product

https://nextwaveoftech.com/posts/what-i-learned-building-an-agent-first-plugin
1•jameslaneyno9•12m ago•0 comments

Obligatory one month without social media on my phone Substack essay

https://www.late-review.com/p/obligatory-one-month-without-socia
3•devonnull•13m ago•0 comments

A Closed-Loop Consequence-Governance Runtime for AI Agents

https://zenodo.org/records/21778592
1•TealGrapes93•14m ago•0 comments

Are all these data centers a way to try to substitute for promised progress?

1•mapping365•14m ago•2 comments

Show HN: Simple mobile app to share your ID, not your identity

https://anonymizemyid.com
1•davidpelayo•14m ago•2 comments

Kubo v0.43.0 Released

https://github.com/ipfs/kubo/releases/tag/v0.43.0
1•xd1936•15m ago•0 comments

We are surprisingly close to prompt-to-model in computer vision

http://stefano.petrilli.xyz/prompt-to-model/
1•stefanopetrilli•17m ago•0 comments

'Financial Times' Issues 103-Year-Old Correction (2017)

https://www.npr.org/sections/thetwo-way/2017/08/08/542238978/-financial-times-issues-103-year-old...
2•downbad_•18m ago•0 comments

Russian spies turn public Wi-Fi into malware delivery systems

https://www.theregister.com/security/2026/08/03/russias-svr-borks-public-wi-fis-for-digital-surve...
1•JeremyPatMartin•18m ago•0 comments

Pentagon asks soldiers for 'creative' ideas to punish Iran

https://www.telegraph.co.uk/world-news/2026/08/03/pentagon-asks-soldiers-for-creative-ideas-to-pu...
1•prmph•20m ago•1 comments

History of Backwards Compatibility

https://huguesjohnson.com/features/backwards/
1•speckx•20m ago•0 comments

now-playing.el, an Emacs interface to the macOS Music app

http://yummymelon.com/devnull/announcing-now-playing-el.html
1•kickingvegas•21m ago•0 comments

Fable Denies Hacking Intrusion Response

https://twitter.com/greghunkins/status/2084372241169453389
1•hunkins•25m ago•0 comments

The college earnings gap isn't one number

https://blog.waldrn.com/p/the-college-earnings-gap-isnt-one
1•gmays•26m ago•0 comments

Israeli court halts Ben Gvir's crocodile prison plan over animal rights

https://www.dailysabah.com/world/mid-east/israeli-court-halts-ben-gvirs-crocodile-prison-plan-ove...
2•vrganj•26m ago•0 comments

Show HN: Mirall – Secure large (terabyte) file transfer. No cloud. No middleman

https://github.com/ok/mirall-app
2•gokohl•28m ago•0 comments

Has the Bitcoin Moved?

https://hasthebitcoinmoved.com/
4•distalx•29m ago•0 comments

Why it's impossible to get relevant news on Google News

https://elgan.com/why-its-impossible-to-get-relevant-news-on-google-news
1•mikelgan•30m ago•2 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.