frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Xing4.0-29B-A4B: China Telecom's Moe Model Trained on Ascend NPUs

https://www.mindstudio.ai/blog/xing4-0-29b-a4b-model-release
1•Bluestein•2m ago•0 comments

A History of the Chiming Machines at Gloucester's Cathedral and City Churches [pdf]

https://www.bgas.org.uk/tbgas_bg/v135/251-268-MacKechnie-Jarvis.pdf
1•dvt•2m ago•0 comments

Umami Analytics has an MCP now

https://umamiengine.com/blog/umami-mcp
1•sauromates•3m ago•0 comments

Sharks are not the nemesis of the internet

https://iscpc.org/documents/?id=1959
2•autotune•4m ago•0 comments

Jev Jailbreak Benchmark

https://backnotprop.com/blog/jev-guardrails/
1•ramoz•8m ago•0 comments

I Am Often Wrong

https://borischerny.com/management,/product/2026/09/19/I-am-often-wrong.html
2•bcherny•9m ago•0 comments

Overdue library magazine returned after 132 years

https://www.npr.org/2026/09/18/nx-s1-5971268/overdue-library-magazine-returned-after-132-years
4•theanonymousone•11m ago•1 comments

GPT-2 as a Step Toward General Intelligence (2019)

https://slatestarcodex.com/2019/02/19/gpt-2-as-step-toward-general-intelligence/
2•bananaflag•12m ago•0 comments

Don't Let Architecture Astronauts Scare You (2001)

https://www.joelonsoftware.com/2001/04/21/dont-let-architecture-astronauts-scare-you/
1•birdculture•12m ago•0 comments

Show HN: A1Lab – Ad free Learning platform with interactive editor and forum

https://a1lab.tech/
1•A1Lab-tech•14m ago•0 comments

The Sims and Wikipedia trace back to the same book

https://www.youtube.com/watch?v=3A7OUxer4FI
2•gdubs•15m ago•1 comments

The Court Case About Whether a Jaffa Cake Is a Cake

https://www.youtube.com/watch?v=g8Fq5jIzR1E
1•tech4gt•15m ago•0 comments

I was certain but I was wrong

https://bookofjoe2.blogspot.com/2026/09/blog-post_19.html
1•andsoitis•16m ago•0 comments

New Species of Cat Discovered for First Time in a Century

https://www.nytimes.com/2026/09/18/science/tilcayo-new-cat-species-bolivia.html
1•bookofjoe•21m ago•1 comments

Researchers have created a mouse with a partly human brain

https://economist.com/science-and-technology/2026/09/16/researchers-have-created-a-mouse-with-a-p...
1•andsoitis•22m ago•0 comments

Training a Hamiltonian Neural Network

https://ritoghosh.com/posts/hamiltonian_nn/
1•__rito__•26m ago•0 comments

The $100M ETF Built on Research That Doesn't Replicate

https://www.chrisbrunet.com/p/the-100-million-etf-built-on-research
2•ashgreat•27m ago•0 comments

A Beginner's Guide to Handling Cyber Deception Alerts: From Touch to Ticket

https://medium.com/meetcyber/from-touch-to-ticket-a-beginners-guide-to-handling-cyber-deception-a...
1•ls1911•29m ago•0 comments

What Policymakers and the Public Need to Know About the Cult of AI

https://www.techpolicy.press/what-policymakers-and-the-public-need-to-know-about-the-cult-of-ai/
1•DeepLogin•31m ago•1 comments

Ada and the Panda: even with AI, making a picture book was no child's play

https://fazy.medium.com/ada-and-the-panda-even-with-ai-making-a-picture-book-was-no-childs-play-d...
1•xfz•34m ago•1 comments

Ask HN: Diablo 4 on Ubuntu?

1•herodoturtle•37m ago•0 comments

Reflections on Trusting Trust (1984)

https://dl.acm.org/doi/epdf/10.1145/358198.358210
2•mooreds•37m ago•0 comments

Best YouTube creator for understanding low level computer systems

https://www.youtube.com/@coredumpped?si=yroi1PMasLpsEo0k
1•KinetiNode•39m ago•0 comments

Show HN: Autopoiesis: Concept for AI platforms shipped with repos

https://jakobbr.eu/2026/09/20/autopoiesis-concept-for-repos-bringing-their-own-preconfigured-ai-f...
1•waschl•40m ago•1 comments

Gov. Gavin Newsom vetoes state worker telework bill in latest battle over RTO

https://www.sacbee.com/news/politics-government/the-state-worker/article317302211.html
1•mancerayder•42m ago•3 comments

Show HN: OpensourceDB Tamper-evident,checksum-backed decision and session replay

https://github.com/ZIZKA-AI-SL/ZizkaDB
1•Arshad-Talpur•43m ago•0 comments

Ask HN: What is up with all the AI doomerism I'm seeing?

3•vasko•44m ago•3 comments

Meta launches legal challenge against UK media regulator over Online Safety Act

https://www.theguardian.com/media/2026/sep/20/meta-legal-challenge-uk-media-regulator-ofcom-onlin...
2•skor•44m ago•0 comments

Spotify Soloist, a headless Spotify client for Linux

https://developer.spotify.com/blog/2026-08-13-introducing-spotify-soloist
2•JustSkyfall•45m ago•0 comments

Lambda MicroEgg

https://www.philipzucker.com/lambda_miller_egg/
3•philzook•45m 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.