frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The exascale offensive: America's race to rule AI HPC

https://www.theregister.com/2025/11/26/the_exascale_offensive/
1•johnshades•1m ago•0 comments

ArkRegex: RegExp with TypeScript Types

https://nitter.tiekoetter.com/arktypeio/status/1983236507507777926#m
1•encroach•3m ago•0 comments

Bamboo Scaffolding in Hong Kong

https://multimedia.scmp.com/infographics/culture/article/3183200/bamboo-scaffolding/index.html
2•ksec•4m ago•0 comments

Show HN: Trinity – A self-healing static site generator that fixes its own CSS

https://github.com/fabriziosalmi/trinity
1•fab_space•5m ago•0 comments

Four Product Discovery Models: A Practical Map

https://itamargilad.com/product-discovery-models/
1•vinhnx•5m ago•0 comments

At least 36 killed in Hong Kong fire with 279 still missing, authorities say

https://www.bbc.com/news/live/c2emg1kj1klt
2•ksec•6m ago•0 comments

Chat Control is not dead, it is just being privatized

https://www.patrick-breyer.de/en/reality-check-eu-council-chat-control-vote-is-not-a-retreat-but-...
2•latexr•7m ago•1 comments

Show HN: I built an MCP server to connect AI agents to your DWH

1•karakanb•7m ago•0 comments

I tried to build a WhatsApp bot. Meta banned me before it left the drawing board

https://manualdousuario.net/en/whatsaa-meta-developer-banned/
1•rpgbr•7m ago•1 comments

AI Just Took My Product Photographer's Job

https://theautomatedoperator.substack.com/p/ai-just-took-my-product-photographers
2•awillen•8m ago•0 comments

We Ran Agent User Research with Agents (It Worked)

https://image-mcp.com/posts/we-ran-agent-user-research-with-agents-it-worked-01kb0m230k8r972e8413...
1•the_danny_g•9m ago•0 comments

Scaleway turns Mac minis into high‑density, Raspberry Pi–managed servers

https://www.scaleway.com/en/blog/how-we-turn-apples-mac-mini-into-high-performance-dedicated-serv...
5•Lwrless•12m ago•0 comments

Effective harnesses for long-running agents

https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
1•aratahikaru5•14m ago•0 comments

Show HN: Ghostty-Web – Ghostty in the Browser

https://github.com/coder/ghostty-web
3•jonayers_•15m ago•2 comments

The Moron Filter Effect

https://moonbearmusings.com/the-moron-filter-effect/
1•ronsor•17m ago•0 comments

The Griswold Effect: How the Holiday Economy Makes Joy Expensive

https://indieinvestor.substack.com/p/the-griswold-effect-how-the-holiday
1•IndieInvestor•18m ago•0 comments

AgentLens: The Future of Evaluation Is Agentic

https://contextual.ai/blog/agentlens-the-future-of-evaluation-is-agentic
4•shikib•20m ago•1 comments

Chinese researchers simulate large-scale electronic warfare against Starlink

https://www.scmp.com/news/china/science/article/3333523/chinese-researchers-simulate-large-scale-...
3•2OEH8eoCRo0•21m ago•0 comments

Is it disruption, or is it theft?

https://www.chrbutler.com/disruption-or-theft
6•delaugust•21m ago•0 comments

Show HN: We built a free tool to help game devs better set Steam regional prices

https://hushcrasher.com/tools/steam-regional-pricing/
1•juliebelz•22m ago•1 comments

One mile on bike is a 42¢ economic gain to society, a mile driving is a 20¢ loss

https://grist.org/biking/one-mile-on-a-bike-is-a-42-economic-gain-to-society-one-mile-driving-is-...
2•voxadam•23m ago•2 comments

Why Content Is King in Tech Events

https://substack.com/inbox/post/179317312
3•Lindsayterra•23m ago•0 comments

NASA Rover Makes a 'Shocking' Discovery: Lightning on Mars

https://www.nytimes.com/2025/11/26/science/mars-lightning-nasa.html
1•gnabgib•24m ago•0 comments

How stealth addresses work in Monero

https://www.johndcook.com/blog/2025/11/24/monero-stealth-addresses/
2•azhenley•25m ago•0 comments

A Brief History of Large Language Models

https://koenvangilst.nl/lab/brief-history-of-llms
1•vnglst•26m ago•0 comments

Rethinking Innovation in the Real World

https://www.fattonys.net/episodes/coastas-papaikonomou-rethinking-innovation-in-the-real-world
1•Incerto•27m ago•1 comments

Rey, the Admin of 'Scattered Lapsus$ Hunters'

https://krebsonsecurity.com/2025/11/meet-rey-the-admin-of-scattered-lapsus-hunters/
2•todsacerdoti•28m ago•0 comments

Show HN: pyproject – A linter for your Python project configuration

https://github.com/terror/pyproject
2•crap•28m ago•0 comments

Show HN: Aigit – AI-powered Git CLI for commit messages, branch names, and PRs

https://github.com/hardiksondagar/aigit
2•hardiksondagar•29m ago•0 comments

Deriving Reverse-Time Stochastic Differential Equations (SDEs)

https://jiha-kim.github.io/posts/deriving-reverse-time-stochastic-differential-equations-sdes/
1•ibobev•29m ago•0 comments
Open in hackernews

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

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