frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bun posts Rust porting guide, says rewrite is still half-baked

https://www.theregister.com/software/2026/05/05/anthrophics-bun-team-trials-port-from-zig-to-rust...
1•Bender•1m ago•0 comments

Crafted by UserTesting

https://events.usertesting.com/crafted/
1•nlioudis•2m ago•0 comments

Random Tie Knots

https://tieknots.how/
1•surprisetalk•3m ago•0 comments

The Mathematical Dance Inside Plant Cells

https://www.quantamagazine.org/the-hidden-mathematical-dance-inside-plant-cells-20260504/
1•pseudolus•4m ago•0 comments

Show HN: MetaLens – Observability and AI agents on top of Metabase

https://metalens.it
1•nvaliotti•5m ago•0 comments

Non-Technical Founder to YC?

3•_juaanpabloo•5m ago•0 comments

Show HN: Recursant – an open source mesh platform for governing AI agents

https://www.recursant.ai/
1•hestefisk•6m ago•0 comments

Engineering message appends for AI transport: three vignettes

https://ably.com/blog/engineering-message-appends-for-ai-transport-three-vignettes
1•SEMW•6m ago•0 comments

Almost all plant-based meat alternatives contain mycotoxins, new research finds

https://phys.org/news/2026-05-based-meat-alternatives-mycotoxins.html
1•pseudolus•6m ago•0 comments

Agents, human agency, and the opportunity for every organization

https://www.microsoft.com/en-us/worklab/work-trend-index/agents-human-agency-and-the-opportunity-...
1•T-A•7m ago•0 comments

The missing macOS web app viewer chromeless, highly opinionated

https://github.com/rcarmo/swift-webapp-viewer
1•rcarmo•8m ago•0 comments

Incus 7.0 LTS has been released

https://discuss.linuxcontainers.org/t/incus-7-0-lts-has-been-released/26641
1•Tomte•8m ago•0 comments

Meet the academics refusing to use generative AI

https://www.nature.com/articles/d41586-026-00508-w
2•bookofjoe•8m ago•1 comments

Man Finds $1M Worth of Yu-Gi-Oh Cards in a Dumpster

https://www.404media.co/man-finds-1-million-worth-of-yu-gi-oh-cards-in-a-dumpster/
1•danso•9m ago•0 comments

Dev Environment for Agentic Coding

https://adek.io/blog/2025-05-05-my-dev-environment/
1•adekdev•10m ago•0 comments

Seeing typos makes me hapy

https://mlich.eu/posts/seeing-typos-makes-me-happy/
1•speckx•10m ago•0 comments

A text editor as UI: implementation

https://softwaremaniacs.org/blog/2026/05/05/nfp-e/
1•xngbuilds•11m ago•0 comments

Handbook of Markov chain Monte Carlo, second edition

https://statmodeling.stat.columbia.edu/2026/05/06/handbook-of-markov-chain-monte-carlo-second-edi...
2•Tomte•12m ago•0 comments

A cooperative fiber scheduler for Linux

https://github.com/ClickHouse/silk
1•zX41ZdbW•13m ago•0 comments

It's always DNS: Denic says sorry for crashing Germany's internet

https://www.theregister.com/networks/2026/05/06/denic-sorry-for-dnssec-error-that-crashed-germany...
1•Bender•14m ago•0 comments

Firefox integrates an ad-blocker, but not to block ads

https://www.theregister.com/software/2026/05/06/firefox-integrates-an-ad-blocker-but-not-to-block...
1•Bender•14m ago•0 comments

AI Harness by Purista in TypeScript

https://github.com/puristajs/harness
1•puristajs•15m ago•0 comments

Character.ai sued over chatbot that claims to be a real doctor with a license

https://arstechnica.com/tech-policy/2026/05/character-ai-sued-over-chatbot-that-claims-to-be-a-re...
2•Brajeshwar•15m ago•0 comments

My house-hack calculator told me to rent. Barely.

https://therenthacker.com/halethorpe/
1•dannybrown540•16m ago•0 comments

Show HN: ChatGPT Exporter – Save Formatting to PDF, Word, and Notion Locally

https://chromewebstore.google.com/detail/chatgpt-exporter-save-cha/ploaaddkflkapjfbfapmkmkefigedefp
1•quysala1•16m ago•0 comments

UK age-gating plans risk breaking the internet, privacy groups warn

https://www.theregister.com/security/2026/05/06/uk-age-gating-plans-risk-breaking-the-internet-pr...
1•Bender•16m ago•0 comments

Deploying Agentic Analytics in Financial Services

https://benjaminwootton.com/insights/agentic-analytics-financial-services
1•benjaminwootton•16m ago•0 comments

Hckrnews.com Cert Expired (Again)

https://hckrnews.com
2•awkii•18m ago•3 comments

As Slow as Possible

https://pippinbarr.com/as-slow-as-possible/
1•surprisetalk•18m ago•0 comments

What I Learned Making an App for My Family

https://mendelgreenberg.com/posts/ourcar/
1•chabad360•18m ago•0 comments
Open in hackernews

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

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