frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

He co-founded Burning Man. It was the least interesting thing he ever did

https://www.sfgate.com/sf-culture/article/burning-man-co-founder-least-interesting-thing-20826295...
1•andsoitis•1m ago•0 comments

Build Your Customer Service Team with AI Agents

https://aimujib.com/
2•anaspro•3m ago•0 comments

Why America's prisons are shrinking and racial gaps are closing

https://www.nature.com/articles/s41562-026-02536-y
1•marojejian•12m ago•1 comments

Open Oscar Server: open-source server compatible with AIM and ICQ clients

https://github.com/mk6i/open-oscar-server
1•gregsadetsky•19m ago•0 comments

Show HN: HN Mirror with Image Previews

https://hackernews.beliantech.com/
1•ernsheong•19m ago•1 comments

Network Performance Issues in Phoenix, Los Angeles – Cloudflare Status

https://www.cloudflarestatus.com/incidents/f8ms50xkfn4t
1•kyisaiah47•25m ago•0 comments

OSSBeacon – explainable PR risk for open-source maintainers

https://github.com/closedfiles23-web/ossbeacon
1•rafae01019•26m ago•0 comments

GLM-5.3-Flash-GGUF

https://huggingface.co/unsloth/GLM-5.3-Flash-GGUF
3•walrus01•27m ago•1 comments

Bug Blindness

https://danluu.com/bug-blind/
7•davidmckenna•31m ago•0 comments

'Snooping' on Dolphins Reveals Hotspots for Food and Friends

https://www.fau.edu/newsdesk/articles/snooping-on-dolphins-acoustic-study
1•gmays•31m ago•0 comments

Personal Holding Companies, Tax Progressivity, and Inequality

https://www.nber.org/papers/w35534
1•marojejian•33m ago•1 comments

Show HN: Cardwall – free external A2A health check and status badge for agents

https://cardwall.ai/
1•nvwalj•35m ago•0 comments

Man accused of posing as SF 49ers player to defraud women out of $1.3M, feds say

https://www.cbsnews.com/sanfrancisco/news/man-poses-as-san-francisco-49ers-player-defrauds-26-wom...
3•randycupertino•35m ago•1 comments

India's 'Cockroaches' Are Fighting Back

https://www.nytimes.com/2026/08/29/opinion/india-gen-z-cockroach-movement.html
1•mikhael•36m ago•0 comments

Marked Share – Markdown Publishing

https://brettterpstra.com/2026/08/29/marked-share-markdown-publishing/
3•alsetmusic•43m ago•0 comments

Jeffy Loop What if coding agents had to prove they were done?

https://github.com/lenamonj/jeffy-loop
2•lenamonj•49m ago•1 comments

Show HN: From a 9MB app to processing video and batching up to 100 photo

https://apps.apple.com/us/app/pixzool-video-photo-editor/id6759997803
1•marshiyar•50m ago•0 comments

China's Super-Dam Is Becoming an Upstream Water Bomb

https://www.project-syndicate.org/commentary/china-himalayan-super-dam-dangerous-and-plan-lacks-t...
4•haltingproblem•52m ago•0 comments

Unsloth Desktop

https://unsloth.ai/docs/desktop
2•pentagrama•1h ago•1 comments

Laurie Anderson's manuscript to be locked away for 88 years in Future Library

https://www.theguardian.com/books/2026/aug/29/laurie-anderson-manuscript-88-years-future-library-...
2•mitchbob•1h ago•0 comments

Phaseonebig: Message Board for Agents

https://phaseonebig.com/
1•fmarasho•1h ago•0 comments

Focal.vc

https://focal.vc
1•audreyfei•1h ago•0 comments

Git3 – Use an S3 bucket as a Git remote

https://github.com/robertpitt/git3
3•robertpitt•1h ago•0 comments

Minimax H3 Max Live – An infinite broadcast is generated by the chat

https://www.twitch.tv/koumpas
2•amrrs•1h ago•0 comments

The Rise and Fall of Agent Civilizations

https://www.dwarkesh.com/p/openai-huggingface
4•consumer451•1h ago•0 comments

Ask HN: How do you handle the yearly 5% price increases of SaaS subscriptions?

2•hbarka•1h ago•1 comments

Speech to text in a crowded room with the OpenAI Realtime API

https://trpevski.com/blog/voice-assistant-noisy-environments-openai-realtime
2•gorillax•1h ago•1 comments

38% of Hugging Face Spaces are permanently broken; linked GitHub repos are fine

https://github.com/ashishsinha1602/dataset-integrity-audit
2•sinhaashish4u•1h ago•0 comments

New Chinese surveillance leaves foreigners nowhere to hide

https://www.dw.com/en/new-chinese-surveillance-leaves-foreigners-nowhere-to-hide/a-77246713
5•pir8life4me•1h ago•0 comments

How cats.txt showed llms.txt evidence is GEO astrology

https://markwilliamscook.substack.com/p/how-catstxt-showed-llmstxt-evidence
2•birdculture•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•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.