frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Billion-Parameter Theories

https://www.worldgov.org/complexity.html
1•seanlinehan•1m ago•0 comments

KeePassXC 2.7.12 Released

https://keepassxc.org/blog/2026-03-10-2.7.12-released/
1•varjolintu•1m ago•0 comments

Marathon Players Debate Gorgeous but Painful UI and Ammo Shortages

https://kotaku.com/marathon-ammo-pvp-ui-bungie-feedback-server-slam-2000674385
1•PaulHoule•2m ago•0 comments

ALGOL W

https://en.wikipedia.org/wiki/ALGOL_W
1•tosh•3m ago•0 comments

From one-shot to agentic diagnostic analysis

https://haulos.com/blog/agentic-diagnostics-analysis/
1•hardsnow•4m ago•0 comments

Patriot Copy

https://chromewebstore.google.com/detail/patriot-copy/kamombliggehkgokinomjcjboicemmio
1•very_good_man•5m ago•1 comments

Remote MCP Servers: Hosting, Authentication and Best Practices

https://www.kapa.ai/blog/remote-mcp-servers-hosting-authentication-best-practices
1•mooreds•5m ago•0 comments

Giving our AI agent 100k tools made it worse

https://getviktor.com/blog/what-breaks-when-your-agent-has-100000-tools
1•peteralbert•5m ago•1 comments

First Brands row hints at banks' shadow exposure

https://www.reuters.com/commentary/breakingviews/first-brands-row-hints-banks-shadow-exposure-202...
1•petethomas•6m ago•0 comments

3DIMLI – Sell Software and Video, Zero Commission, Direct Payments

https://www.3dimli.com
1•arpit077•6m ago•1 comments

Hugging Face Storage Buckets: Mutable, non-versioned object storage at $12/TB

https://huggingface.co/blog/storage-buckets
3•victormustar•6m ago•0 comments

Show HN: Server Automation in TypeScript

https://www.ignition.sh/
1•tibozaurus•7m ago•0 comments

The 'number station' sending mystery messages to Iran

https://www.ft.com/content/86c4a4ca-ca06-4fc8-90fe-4f46357b804f
2•g-mork•7m ago•0 comments

Show HN: I reproduced the CL1 DOOM policy in 132 parameters

https://www.mikeayles.com/blog/its-just-weights/
1•mikeayles•9m ago•0 comments

Day Week Job Board

https://fourdayweek.co.uk/
1•robtherobber•10m ago•0 comments

Auto-accept everything and nothing else

https://github.com/HalfEmptyDrum/press-one
1•Kai20211111•10m ago•1 comments

Windows 11 taskbar's new Internet Speed Test tool is a shortcut to Bing.com

https://www.windowslatest.com/2026/03/10/windows-11-taskbars-new-internet-speed-test-tool-is-a-sh...
3•akyuu•12m ago•1 comments

The Process of Movie Casting Has Changed Drastically

https://www.nytimes.com/2026/03/09/movies/oscars-casting-award-auditions-movies.html
2•ripe•12m ago•0 comments

New multimodal Gemini embeddings from Google (videos and PDFs supported)

https://haystack.deepset.ai/blog/multimodal-embeddings-gemini-haystack
1•kacperlukawski•16m ago•0 comments

Ten Thoughts on Government Data

https://www.statecraft.pub/p/ten-thoughts-on-government-data
1•casca•16m ago•0 comments

Show HN: MoveAlerts.ai – AI that distills stock news in real-time

https://www.movealerts.ai/
1•pyfreak182•16m ago•0 comments

SQLite Concurrency in Go: What We Learned Building a Desktop AI IDE

https://chatml.com/blog/sqlite-concurrency-in-go-desktop-ai-ide
1•mcastilho•17m ago•0 comments

YouTube Now Worlds Largest Media Company, Topping Disney

https://www.hollywoodreporter.com/business/digital/youtube-worlds-largest-media-company-2025-tops...
2•speckx•17m ago•0 comments

Show HN: SnapDrift – a pluggable visual regression workflow for GitHub Actions

https://github.com/ranacseruet/snapdrift
1•ranacseruet•18m ago•0 comments

Judge blocks Perplexity's bot Amazon shopping in early test of agentic commerce

https://www.geekwire.com/2026/judge-blocks-perplexitys-ai-bot-from-shopping-on-amazon-in-early-te...
3•spenvo•19m ago•0 comments

Ask HN: What would a developer-first alternative to Shopify look like?

1•google_mfg•20m ago•0 comments

Benchmarking Culture

https://www.argmin.net/p/benchmarking-culture
1•bearseascape•21m ago•0 comments

Slate Auto switches CEOs ahead of launch later this year

https://sherwood.news/tech/tesla-killer-slate-auto-switches-ceos-ahead-of-launch-later-this-year/
1•avonmach•22m ago•0 comments

New ways to learn math and science in ChatGPT

https://openai.com/index/new-ways-to-learn-math-and-science-in-chatgpt
1•meetpateltech•24m ago•0 comments

Show HN: Emotive Engine – I wrote 8 elemental shaders to prove one pattern works

https://github.com/joshtol/emotive-engine
1•emotiveengine•24m ago•1 comments
Open in hackernews

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

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