frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Thanos-CLI – a Python tool that deletes half your files

https://github.com/soldatov-ss/thanos
1•stranger-ss•6m ago•0 comments

Using 'Probability' as a Deepfake Detection Metric

https://www.unite.ai/using-probability-as-a-deepfake-detection-metric/
1•50kIters•7m ago•0 comments

Baixe vídeos do Pinterest online

https://pinterestvideodownload.org
1•adamofernando•12m ago•0 comments

The Fate of Data Model Dependency

https://medium.com/@HobokenDays/the-fate-of-shared-data-model-cf8a3dc88ac9
1•HobokenDays1•14m ago•0 comments

Tailsitter Drone Development Story

https://twitter.com/anduriltech/status/1991229412071661719
1•keepamovin•22m ago•0 comments

NASA's 3I/Atlas Image Gallery

https://science.nasa.gov/solar-system/comets/3i-atlas/comet-3i-atlas-image-gallery/
2•aggrrrh•26m ago•0 comments

ArcOS – A natural-language Cognitive Clone OS

https://github.com/Takeshi-Sakamoto5/ArcOS
1•takeshi_sakamo•28m ago•2 comments

PHP 8.5 gets released today, here's what's new

https://stitcher.io/blog/new-in-php-85
4•brentroose•30m ago•0 comments

Nazi bombs, torpedo heads and mines: how marine life thrives on dumped weapons

https://www.theguardian.com/environment/2025/nov/20/oceans-germany-baltic-sealife-reefs-toxic-sec...
2•ggm•30m ago•0 comments

Niri Is a Pretty Cool Wayland Compositor

https://www.youtube.com/watch?v=11FrmMPPZ10
1•Babkock•33m ago•0 comments

Brownouts Reveal System Boundaries

https://jyn.dev/brownouts-reveal-system-boundaries/
1•zdw•33m ago•0 comments

Show HN: Reproducible Dotfiles with Nix Flakes

https://github.com/momeemt/config
2•momeemt•35m ago•0 comments

Show HN: Adviser – User-friendly CLI tool for running jobs in the cloud

https://github.com/adviserlabs/docs
1•reducks•35m ago•0 comments

Learn the Basics of Google Antigravity

https://www.youtube.com/watch?v=nTOVIGsqCuY
2•ms7892•36m ago•0 comments

Moving Beyond the NPM Elliptic Package

https://soatok.blog/2025/11/19/moving-beyond-the-npm-elliptic-package/
1•zdw•37m ago•0 comments

PCI Express over Ethernet [pdf]

https://grouper.ieee.org/groups/1722/contributions/2025/20250513_IEEE1722_PCIeOverEthernetProposa...
2•geerlingguy•37m ago•0 comments

Show HN: An A2A-compatible, open-source framework for multi-agent networks

https://github.com/openagents-org/openagents
13•snasan•44m ago•3 comments

Report AI TECH Talking to Windows' Copilot AI makes a computer feel incompetent

https://www.theverge.com/report/822443/microsoft-windows-copilot-vision-ai-assistant-pc-voice-con...
1•alsetmusic•45m ago•0 comments

LLMs End the 15-Year MARL Era and Redefine Multi-Agent Collaboration

https://medium.com/@openagents/the-end-of-a-15-year-marl-era-how-llms-are-redefining-multi-agent-...
1•snasan•49m ago•0 comments

NWSL launches initiative to have all players, coaches and staff trained in CPR

https://www.espn.com/soccer/story/_/id/47024532/angel-city-savy-king-hopes-cpr-program-make-nwsl-...
1•1659447091•53m ago•1 comments

MPEG-2 DCT Recompression FAQ (2003)

https://forum.doom9.org/showthread.php?&threadid=63587
1•exvi•54m ago•0 comments

Show HN: I Built an Animated UI Library for React Lovers

https://ogblocks.dev/
1•ItsKaranKK•55m ago•2 comments

Basalt Woven Textile – MaterialDistrict

https://materialdistrict.com/material/basalt-woven-textile/
7•rbanffy•56m ago•1 comments

Relative toposes for artificial general intelligence [video]

https://www.youtube.com/watch?v=JQ0iyKZ-ZRw&list=PLq6qUEvr5AcqwHDndHHrReQY8qjdOMAAP&index=2
2•measurablefunc•58m ago•1 comments

Are large language models worth it?

https://nicholas.carlini.com/writing/2025/are-llms-worth-it.html
2•vinhnx•59m ago•0 comments

Some Thoughts on AI

https://twitter.com/GavinSBaker/status/1991248768654803337
2•gmays•1h ago•0 comments

Inside Rust's std and parking_lot mutexes – who wins?

https://blog.cuongle.dev/p/inside-rusts-std-and-parking-lot-mutexes-who-win
1•signa11•1h ago•0 comments

What I learned from analyzing ultra-lightweight browser racing games

1•zduoduo•1h ago•1 comments

Show HN: FB Album Downloader

https://chromewebstore.google.com/detail/fb-album-downloader/cgkgapbmopldaebaecjjgiopdlkkaolo
1•qwikhost•1h ago•0 comments

Adobe to Acquire Semrush

https://news.adobe.com/news/2025/11/adobe-to-acquire-semrush
1•rajeevk•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•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•5mo 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.