frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Segfault on Rust 1.97.0

https://github.com/rust-lang/rust/issues/159035
1•solecist•18s ago•0 comments

Pro-Palantir data has litany of errors, English hospitals admit

https://www.ft.com/content/977aeda7-c055-44b7-8fb7-df1570849035
2•sega_sai•6m ago•0 comments

LiboPrime ReviEwS (2026): We Tried It My Honest Review

https://gamma.app/embed/LiboPrime-ReviEwS-2026-We-Tried-It-My-Honest-Review-gy3dc0lt3icpx3p
1•gasurads•6m ago•0 comments

Using Go for Mobile Apps: A retrospective on a year of development with Gomobile

https://www.davidsobsessions.com/p/one-year-of-gomobile/
1•darccio•8m ago•0 comments

The Cost of the American Revolution

https://www.econlib.org/econlog/the-cost-of-the-american-revolution/
1•NewCzech•10m ago•0 comments

Managed Claude, but for Any Harness

https://asteroidbelt.ai/
1•yshuolu•10m ago•0 comments

Pin Bar Formation and Detection in Crypto Markets

https://dolphindb.com/blogs/47
1•CrazyTomato•10m ago•0 comments

China becomes second country to recover orbital booster with Long March 10B

https://spacenews.com/china-becomes-second-country-to-recover-orbital-booster-with-long-march-10b/
3•pantalaimon•12m ago•1 comments

Test the Email Verification Protocol with an origin trial

https://developer.chrome.com/blog/email-verification-protocol-origin-trial
1•pvsukale3•13m ago•0 comments

Fzy: A simple, fast fuzzy finder for the terminal

https://github.com/jhawthorn/fzy
1•thunderbong•16m ago•0 comments

I built an app that solves math problems from a photo

https://apps.apple.com/us/app/mathnut-ai-math-solver/id6757105372
1•rafaelrpadovani•18m ago•0 comments

Quantum computing: one universe is more than enough

https://muircheartblog.wpcomstaging.com/2026/05/26/quantum-computing-one-universe-is-more-than-en...
1•vismit2000•19m ago•0 comments

Show HN: Tennis Rallies Poster Generator

https://matchpoint.jeremygautrais.fr/
1•tunafighter•20m ago•0 comments

DeepSWE Benchmark Results for GPT 5.6

https://deepswe.datacurve.ai/
1•theanonymousone•29m ago•1 comments

¥2,300B wiped out from Chinese stock market in last 2 hours

https://www.disruptionbanking.com/2026/07/10/was-¥2-3-trillion-really-wiped-out-from-chinas-stock...
1•emsidisii•29m ago•0 comments

China lands reusable rocket for first time, state media says

https://www.bbc.com/news/articles/cm2rmmx86pdo
4•joak•32m ago•0 comments

Ramblings on technological pursuits of AI systems

https://blog.knravish.me/thoughts-ai-reality-brain/
1•KaushikR2•35m ago•0 comments

Investigation Reveals Deep Military Cooperation Between Russia and China

https://www.spiegel.de/international/world/the-new-axis-of-evil-der-spiegel-investigation-reveals...
2•vrganj•37m ago•3 comments

What Happened to Front End?

https://davidpoblador.com/deep-dives/what-happened-to-the-frontend/
3•napolux•40m ago•0 comments

FCC Approves Reflect Orbital's Giant Mirror Satellite That Astronomers Hate

https://ca.pcmag.com/news/16760/fcc-approves-reflect-orbitals-giant-mirror-satellite-that-astrono...
2•latexr•40m ago•0 comments

Harvesting Sub-Microsecond CXL Memory Stalls with LiteSwitch

https://www.usenix.org/conference/osdi26/presentation/li-nanqinqin
1•matt_d•40m ago•0 comments

In Emacs, Everything Looks Like a Service

http://yummymelon.com/devnull/in-emacs-everything-looks-like-a-service.html
2•kickingvegas•47m ago•0 comments

Open AI No. 2 Exec at OpenAI Fidji Simo is leaving the company

https://techcrunch.com/2026/07/09/fidji-simo-steps-down-from-openais-no-2-role/
3•jeffhwang•1h ago•1 comments

Record and Replay, teach AI agents desktop workflows by showing them once

https://github.com/video-db/open-record-replay
1•ashu_trv•1h ago•0 comments

Ask HN: Do we need a support group for developers alienated by LLMs?

5•sph•1h ago•2 comments

Russian Surveillance Software Suppresses Georgian Civilians Rights

https://algorithmwatch.org/en/russian-surveillance-face-recognition-georgia/
6•fodmap•1h ago•1 comments

Open Source E-Reader

https://liliputing.com/crowdfunding-begins-for-open-book-touch-an-open-source-ereader/
2•djfergus•1h ago•0 comments

Iran Hatched Fresh Plot to Kill Trump, Israel Told U.S.

https://www.wsj.com/world/middle-east/iran-hatched-fresh-plot-to-kill-trump-israel-told-u-s-1511d9d2
2•throw310822•1h ago•7 comments

Bayeux Tapestry arrives at British Museum under police escort in dead of night

https://news.sky.com/story/bayeux-tapestry-arrives-at-british-museum-in-dead-of-night-under-polic...
3•austinallegro•1h ago•0 comments

NixOS on real hardware is more complex than you think. Noctalia V5 and LabWC

https://grigio.org/nixos-noctalia-v5-labwc-real-hardware/
2•grigio•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.