frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The filesystem is the API (with TigerFS)

https://www.youtube.com/watch?v=RFLk5iLyFG4
1•der_gopher•2m ago•0 comments

Brown vs. Board of Education (May 17th, 1954)

https://en.wikipedia.org/wiki/Brown_v._Board_of_Education
2•simonebrunozzi•5m ago•0 comments

PyPI packages are increasing rapidly

https://rushter.com/blog/pypi-packages/
2•f311a•6m ago•0 comments

Physicists Can't Agree on What Quantum Mechanics Says about Reality

https://www.scientificamerican.com/article/physicists-divided-on-what-quantum-mechanics-says-abou...
2•rramadass•7m ago•0 comments

God Exists. Here Is How Things Work

https://barabeke.substack.com/p/god-exists-here-is-how-things-work
2•barabeke•11m ago•0 comments

Show HN: AutoAlert – Android app that announces UPI payments

https://play.google.com/store/apps/details?id=com.autoalert.upisoundalert&hl=en_US
1•anithakarri001•15m ago•0 comments

Microsoft AI chief gives 18 months for whitecollar work to be automated by AI

https://fortune.com/article/why-microsoft-ai-chief-mustafa-suleyman-predicts-ai-automation-18-mon...
3•RyeCombinator•17m ago•1 comments

Show HN: Gonfire – analyze Claude Code session logs to see how candidates think

1•abr0ahm•17m ago•0 comments

Llama.cpp b9180: MTP support landed

https://github.com/ggml-org/llama.cpp/releases/tag/b9180
1•usagisushi•23m ago•0 comments

Show HN: OpenClaw is just not dangerous enough. I needed something else

https://github.com/kkovacs/kklaw
1•kkovacs•26m ago•0 comments

Optimizing your website for generative AI features on Google Search

https://developers.google.com/search/docs/fundamentals/ai-optimization-guide
2•tjek•27m ago•0 comments

What do you want to ask the online safety minister about social media?

https://www.bbc.com/newsround/articles/ceqp2gxerl4o
1•DropDead•27m ago•0 comments

I Replaced a $460/Month Sales Stack with a $0.41/Day System I Built Myself

https://alanscottencinas.medium.com/i-replaced-a-460-month-sales-stack-with-a-0-41-day-system-i-b...
4•encinas88•28m ago•0 comments

Why Is There a Taboo Around Talking About Sugar Dating?

https://medium.com/@bestsugardaddyapps/why-is-there-a-taboo-around-talking-about-sugar-dating-7f6...
3•whatsupdog•28m ago•2 comments

Why birth rates are falling everywhere all at once

https://www.ft.com/content/fba35eca-df3a-4ad6-b42d-eb08eb7c9ad3
1•mmarian•30m ago•1 comments

Before it gets a number – About CVE, CWE and vulnerabilities prevention

https://quodeq.ai/blog/before-the-number/
3•quodeq•35m ago•0 comments

A passage from Homer's Iliad has been discovered inside the an Egyptian mummy

https://www.scientificamerican.com/article/passage-from-homers-iliad-discovered-in-the-abdomen-of...
1•wslh•39m ago•0 comments

Security researcher says Microsoft built a Bitlocker backdoor, releases exploit

https://www.techspot.com/news/112410-security-researcher-microsoft-secretly-built-backdoor-bitloc...
30•nolok•39m ago•9 comments

A revolutionary cancer treatment could transform autoimmune disease

https://arstechnica.com/science/2026/05/a-revolutionary-cancer-treatment-could-transform-autoimmu...
3•0in•41m ago•0 comments

The reason nearly all humans are right-handed

https://www.thebrighterside.news/post/the-strange-reason-nearly-all-humans-are-right-handed/
1•amichail•42m ago•0 comments

GPU sidecar routed my ASIC proxy in under 10 seconds

https://github.com/AcculuxSystems/openroad-gpu-sidecar
2•chaz_n•45m ago•0 comments

I Solved Personal Siri [video]

https://www.youtube.com/watch?v=5yUaO-9wCdM
1•zacksiri•47m ago•0 comments

China's Invisible Hand Is Distorting Global Oil Markets – Oilprice.com

https://oilprice.com/Energy/Crude-Oil/Chinas-Invisible-Hand-Is-Distorting-Global-Oil-Markets.html
3•xbmcuser•48m ago•0 comments

Show HN: A Claude Code skill that tells Claude when not to use Claude

https://github.com/metravod/llm-buster-skill
1•metravod•51m ago•0 comments

Coding on Paper

https://wickstrom.tech/2026-05-16-coding-on-paper.html
2•owickstrom•53m ago•0 comments

Is it worth to study HPC and GPU programming?

1•michioD•53m ago•1 comments

The shooting stopped. Then came everything else

https://www.cnn.com/interactive/2026/05/us/minneapolis-annunciation-school-shooting-recovery/
1•martey•54m ago•0 comments

Snowflake with Iceberg: Lakekeeper, Dbt, and Some Sparks Flying

https://medium.com/fresha-data-engineering/snowflake-with-iceberg-lakekeeper-dbt-and-some-sparks-...
1•eigenBasis•56m ago•0 comments

Pace Layers and AI Integration

https://aicoding.leaflet.pub/3maob46kbz22v
1•jt2190•58m ago•0 comments

Reddit's Original Sin (YouTube)

https://www.youtube.com/watch?v=zOyyy-XAwfE
1•barelythinking•58m ago•0 comments
Open in hackernews

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

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