frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Data-driven GEO and marketing agent platform

https://dageno.ai
2•timdageno•8m ago•0 comments

SpaceX is working with Cursor and has an option to buy the startup for $60B

https://techcrunch.com/2026/04/21/spacex-is-working-with-cursor-and-has-an-option-to-buy-the-star...
1•thiele•9m ago•0 comments

Reflecting on 50 years of environmental innovation

https://blogs.sas.com/content/sascom/2026/04/22/reflecting-on-50-years-of-environmental-innovation/
1•salkahfi•10m ago•0 comments

DuckDB Kernel – analytical execution runtime for Jupyter

https://github.com/hugr-lab/duckdb-kernel
1•articsputnik•13m ago•0 comments

XOR'ing a register with itself is the idiom for zeroing it out. Why not sub?

https://devblogs.microsoft.com/oldnewthing/20260421-00/?p=112247
3•ingve•13m ago•0 comments

Ask HN: Is USA at war with the rest of the world now?

2•roschdal•14m ago•1 comments

Creem Magazine is back in print and online after 33 years (2022)

https://sandboxworld.com/creem-magazine-is-back-in-print-and-online-after-33-years/
1•bjhess•19m ago•0 comments

Claude Cowork against your own cloud inference provider

https://claude.com/docs/cowork/3p/overview
2•nrsapt•19m ago•2 comments

Show HN: GPT-Image-2 Prompts

https://github.com/magiccreator-ai/awesome-gpt-image-2-prompts
1•kevinhacker•23m ago•0 comments

We found most apps send PII to LLMs and built a 2 line fix

https://getredacta.com/
2•SandiaDevGroup•29m ago•1 comments

Mistral Vibe

https://mistral.ai/products/vibe
1•hecanjog•30m ago•0 comments

Zappa: An AI powered mitmproxy

https://geohot.github.io//blog/jekyll/update/2026/04/15/zappa-mitmproxy.html
1•WithinReason•30m ago•0 comments

Show HN: Vibe Coding Games in Minutes

https://thornwood.bsct.so/
1•amin_biscuit•31m ago•0 comments

Valve's new Proton 11 ARM beta gets Hollow Knight on the Ayn Odin 2 Portal

https://www.notebookcheck.net/Valve-s-new-Proton-11-ARM-beta-gets-Hollow-Knight-Silksong-running-...
1•happymellon•34m ago•1 comments

The PowerShell-Haters Handbook

https://telcontar.net/Misc/rants/PowerShell
2•Mr_Minderbinder•35m ago•0 comments

Pioneer: Vibetune Your LLMs

https://pioneer.ai/
1•handfuloflight•35m ago•0 comments

Agents with Taste – How to transfer taste into an AI

https://emilkowal.ski/ui/agents-with-taste
2•dglzab•42m ago•0 comments

The FeMo-cofactor and classical and quantum computing

https://quantumfrontiers.com/2026/03/12/the-femo-cofactor-and-classical-and-quantum-computing/
1•EvgeniyZh•42m ago•0 comments

The Three Layers of Software Engineering

https://layers.lifebeyondfife.com/
1•lifebeyondfife•43m ago•0 comments

Open WebUI v0.9.0 adds desktop app with task scheduling

https://github.com/open-webui/open-webui/releases/tag/v0.9.0
2•simonjgreen•52m ago•0 comments

Show HN: DoShare Personal Cloud

https://cloud.doshare.me/auth/signup
1•vednig•55m ago•0 comments

Rspack 2.0

https://www.rspack.dev/blog/announcing-2-0
2•maxloh•1h ago•0 comments

A Man Who Invented the Future

https://hedgehogreview.com/web-features/thr/posts/the-man-who-invented-the-future
1•apollinaire•1h ago•0 comments

Show HN: Irregular German Verbs – a simple app, no ads or tracking

https://bacist.com/german-irregular-verbs-app/
4•baCist•1h ago•2 comments

China, India place strategic bets on clean energy (H2) out of favour in the West

https://www.reuters.com/sustainability/boards-policy-regulation/china-india-place-strategic-bets-...
2•alephnerd•1h ago•1 comments

Panipat: The Rise of the Mughals

https://www.historytoday.com/archive/feature/panipat-rise-mughals
1•Thevet•1h ago•0 comments

As We May Think

https://www.theatlantic.com/magazine/archive/1945/07/as-we-may-think/303881/
1•jxmorris12•1h ago•0 comments

Fast Image AI White Background

https://fastimage.ai/white-background
1•lucas0953•1h ago•0 comments

Firefox browser has started shipping Brave's adblock-rust engine

https://shivankaul.com/blog/firefox-bundles-adblock-rust
5•twapi•1h ago•1 comments

Pretrain vs. Fine-Tune

https://pub-c70e14727c3046cf8a36d9e598267788.r2.dev/26443b7e12/index.html
1•vinhnx•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•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.