frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hackaday Europe 2026: Bare Metal Made Easy

https://hackaday.com/2026/09/15/hackaday-europe-2026-bare-metal-made-easy/
1•geoffbp•2m ago•0 comments

Show HN: Plurnk (Yet *Another* AI Harness)

https://github.com/plurnk/plurnk
1•wikitopian•4m ago•0 comments

Independent Lens – Ghost in the Machine: AI's troubled history, current impacts

https://www.pbs.org/video/ghost-in-the-machine-nynp3f/
2•frmersdog•11m ago•1 comments

Ask HN: Who has been contacted by 5+ hiring platforms?

1•Rapzid•12m ago•1 comments

Is There Anything Google's Fruit Fly Brain Can't Do?

https://www.nytimes.com/2026/09/15/technology/fruit-fly-brain-map-google.html
4•xnx•12m ago•0 comments

Callum Williams on Cybersecurity Prices

https://marginalrevolution.com/marginalrevolution/2026/09/callum-williams-on-cybersecurity-prices...
2•paulpauper•20m ago•0 comments

Probably the best laptop with Linux support and Local LLM AI [video]

https://www.youtube.com/watch?v=it7TAwjwH5E
1•grigio•24m ago•0 comments

Atlas-Finance: Evaluating AI Agents Inside a Bank

https://joinhandshake.com/research/benchmarks/articles/atlas-finance-evaluating-ai-agents-inside-...
1•cjbarber•24m ago•1 comments

Disney's Films Used to Look Different

https://animationobsessive.substack.com/p/disneys-films-used-to-look-different
1•ummonk•25m ago•1 comments

1F3D9: A world where anyone's AI agent can go to live without humans

https://1f3d9.com/window/map
1•twamd•28m ago•2 comments

Nobody Needs a Human Router

https://theengineeringmanager.substack.com/p/nobody-needs-a-human-router
1•gpi•32m ago•0 comments

Show HN: Agenttik – work on multiple projects in parallel with AI agents

https://github.com/pausan/agenttik
3•psanchez•37m ago•0 comments

Faraday Security Enforcing and HyDE Recall

https://medium.com/@vektormemory/vektor-slipstream-real-tool-calling-faraday-security-enforcing-h...
1•vektormemory•40m ago•0 comments

Show HN: Open-source tool to sell your Claude Code and Codex sessions

https://github.com/cookiy-ai/sell-sessions-skill
1•YouchaoDong•43m ago•1 comments

Moving coding-agent guardrails from prompts to hooks

https://tesseracted-labs-blog.vercel.app/enforcing-coding-agent-guardrails-in-the-runtime-instead...
2•kkm•43m ago•0 comments

Intel TDX Remote Attestation Verifier Without Intel Trust Authority

https://zatona.dev/blog/intel-tdx-remote-attestation-verifier
1•dzatona•44m ago•0 comments

Saving Jet Fuel

https://tech.marksblogg.com/scikit-decide-openap-optimal-flight-planning.html
5•marklit•44m ago•3 comments

Ask HN: Why serialize documents to disk instead of memory-mapping runtime state?

2•ShengATsao•45m ago•2 comments

The Ex-Cop Who Stole Millions to Become a Real-Life Robin Hood

https://magazine.atavist.com/2026/the-bleeding-hearts-austria-robbery
1•gmays•46m ago•0 comments

"The Secret Life of Circuits" is here

https://blog.coredump.cx/p/the-secret-life-of-circuits-is-here
2•surprisetalk•46m ago•0 comments

Astra's chess reward hacking fell from 30% to 0% with a 95-word agreement

https://www.echohive.ai/can-an-agreement-reduce-ai-cheating-at-chess
2•echohive42•48m ago•0 comments

Gravity Linux – Linux for Apple Silicon M4 and Above

https://gravitylinux.org/blog/hello-gravity/
2•xlmnxp•49m ago•1 comments

Clarity Act Stalls in Senate as Crypto Bill Fails to Clear Key Vote

https://decrypt.co/378283/clarity-act-fails-senate-hurdle
4•consumer451•55m ago•0 comments

Update Security Baseline: Hardening Ubuntu Desktop 24.04/26.04 LTS

https://github.com/EugeXo/security-baseline-ubuntu
1•EugeXo•58m ago•0 comments

Introduction Video Gen in Img Play

https://apps.apple.com/az/app/img-play-ai-image-generator/id6745093585
1•hack88171•59m ago•0 comments

Google Project Genie. Explore infinitely diverse worlds

https://labs.google/fx/
2•fragmede•1h ago•0 comments

Understanding the Baby Boom

https://worksinprogress.co/issue/understanding-the-baby-boom/
1•debo_•1h ago•0 comments

Operation Epic Fury [pdf]

https://media.defense.gov/2026/Sep/09/2003993626/-1/-1/1/OEF_Q3_JUN2026_FINAL_508%20SECURE.PDF
3•layer8•1h ago•0 comments

Say No to AI Filters

https://percentshop.vercel.app/
1•vladavetisian•1h ago•0 comments

Digital Asset Market Clarity Act Fails in Senate

https://www.therage.co/clarity-act-fails-in-senate/
1•iamnothere•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•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.