frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Technical leaders should have the largest AI exhaust

https://schipper.ai/posts/technical-leaders-should-have-the-largest-ai-exhaust/
1•schipperai•4m ago•0 comments

I still hand write my commit messages

https://www.jvt.me/posts/2026/08/17/hand-write-commits/
1•birdculture•7m ago•0 comments

NASA estimates the size of the hole SpaceX made in the moon

https://www.theregister.com/offbeat/2026/08/19/nasa-estimates-the-size-of-the-hole-spacex-made-in...
1•Bender•8m ago•0 comments

ASML tries to keep employees until 2030 with €20K stock

https://www.dutchnews.nl/2026/07/asml-staff-get-e20000-in-shares-if-they-stay-until-2030/
1•jbverschoor•9m ago•1 comments

The Point

https://jamie.ideasasylum.com/2026/08/19/the-point
2•mooreds•10m ago•0 comments

NASA's rescue mission for the Swift space telescope has failed

https://www.scientificamerican.com/article/nasa-calls-off-rescue-mission-for-its-falling-swift-sp...
1•sohkamyung•11m ago•0 comments

"Half-Day": 0-Day in the Age of AI

https://margin.re/2026/08/introducing-the-half-day-0-day-in-the-age-of-ai/
1•aaronsdevera•12m ago•0 comments

SvelteKit 3 puts heat on Next.js with approach to RPCs

https://www.theregister.com/devops/2026/08/19/sveltekit-3-puts-heat-on-nextjs-with-radical-approa...
2•Bender•13m ago•0 comments

Drivers are so used to speeding many ignore posted limits, study finds

https://www.freep.com/story/news/local/michigan/2026/08/18/speeding-drivers-traffic-deaths/913503...
1•mandaroVH•16m ago•1 comments

Solving the Flat Cube

https://mathenchant.wordpress.com/2026/08/19/solving-the-flat-cube/
1•jamespropp•17m ago•1 comments

Jason Kelce pleads with NFL fans to send urine to AI data centers

https://www.themirror.com/sport/american-football/jason-kelce-pee-garage-beers-1989324
1•farrisa•17m ago•0 comments

Threshold Schnorr signs in 3ms, threshold ECDSA in 5s

https://808bits.com/articles/the-ecdsa-tax/
1•meehow•18m ago•1 comments

Automated 500 to PR with Hermes and Buzz

https://twitter.com/chadarimura/status/2090208429264826560
2•carimura•19m ago•0 comments

Rick Scott Walked Away from $1.7B Health Care Fraud Case, Then Got a Senate Seat

https://www.uncensoredobjection.com/p/senator-rick-scott-walked-away-from
3•petethomas•24m ago•0 comments

I had to unplug from AI to rediscover my love of writing

https://www.science.org/content/article/i-had-unplug-ai-rediscover-my-love-writing
1•prabal97•25m ago•0 comments

The Future of CSS: Target Multiple Classes with the Class Prefix Selector

https://www.bram.us/2026/08/20/the-future-of-css-target-multiple-classes-with-the-class-prefix-se...
1•cdrnsf•25m ago•0 comments

Digging Out of a Deep Hole: Saving Billions on 125th Street

https://www.etany.org/reports/digging-out-deep-hole-sas-west
1•petethomas•27m ago•0 comments

From Quantum Relative Entropy to the Semiclassical Einstein Equations

https://journals.aps.org/prl/abstract/10.1103/lmq8-nsty
1•dayve•29m ago•0 comments

Dear researchers: Is AI all you've got?

https://austinhenley.com/blog/dearresearchers.html
1•jermaustin1•29m ago•0 comments

Agent Swarms

https://av.codes/blog/on-agent-swarms/
1•everlier•30m ago•0 comments

Aegis Ada

https://aegisada.com/
1•Tolu1011•30m ago•0 comments

User Awareness in Frontier Models

https://www.alignmentforum.org/posts/kfunjXeaRTpkT5RAF/user-awareness-in-frontier-models
1•matheusmoreira•31m ago•0 comments

Gramsci Theme Parks

https://summerlightning.substack.com/p/gramsci-theme-parks
1•jger15•32m ago•0 comments

Is Cloudflare Pro Worth It?

https://blog.fernvenue.com/archives/is-cloudflare-pro-worth-it/
2•fernvenue•35m ago•0 comments

Framework responds to complaints that BIOS update bricks Ryzen 7040 laptops

https://arstechnica.com/gadgets/2026/08/framework-responds-to-complaints-that-bios-update-bricked...
1•starkparker•38m ago•1 comments

Show HN: Hack Club Folktale: Learn Python, Make a Game, Get Free Stickers

https://folktale.hackclub.com/
2•breynard•38m ago•1 comments

BPW34 and CsI(Tl)

https://www.madexp.it/2024/03/30/bpw34-csitl/
1•joebig•40m ago•0 comments

Hacking SAML with Claude Code

https://oblique.security/blog/hacking-saml/
1•ericchiang•42m ago•0 comments

Semantica, the Open Source Palantir for AI Agents

https://github.com/semantica-agi/semantica
2•jinqueeny•47m ago•0 comments

Show HN: FerrumPix Photo/RAW-Editor, Viewer, Gallery, Immich & Nextcloud Client

https://github.com/Bitpainter75/FerrumPix
1•Bitpainter•53m ago•0 comments
Open in hackernews

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

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