frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Review Board: Between Then and Now

https://chipx86.blog/2024/04/04/review-board-between-then-and-now/
1•ankitg12•31s ago•0 comments

Skill Retriever semantic skill discovery for AI agents via 10K-category taxonomy

https://github.com/ChonSong/skill-retriever
1•chonsong•53s ago•0 comments

Self-Hosting My Own LLMs

https://davidbarnhart.com/llm/local-llm-setup.html
2•dbator•5m ago•0 comments

NPM Agent Audit

https://www.npmjs.com/package/agent-security-scanner-mcp
2•dchitimalla1•9m ago•0 comments

Nemotron post training prompt atlas

https://huggingface.co/spaces/nvidia/nemotron-post-training-v3-prompt-atlas
1•kristianpaul•11m ago•0 comments

Selling my adtech startup for $1 no reserve

https://flippa.com/13420990-patent-backed-commerce-attribution-saas-with-identity-graph-ai-custom...
1•aaronatedge•11m ago•1 comments

GitLost: We Tricked GitHub's AI Agent into Leaking Private Repos

https://noma.security/blog/gitlost-how-we-tricked-githubs-ai-agent-into-leaking-private-repos/
1•ColinEberhardt•11m ago•0 comments

Quilt: Replaces Docker and Kubernetes

https://www.quilt.sh/
1•handfuloflight•15m ago•0 comments

Wazuh Pain Points

https://zaferbalkan.com/2023/08/08/wazuh-pain-points.html
1•Grimburger•16m ago•0 comments

The Lindy Effect in Software

https://www.clemsau.com/posts/the-lindy-effect-in-software/
1•ankitg12•16m ago•0 comments

Gallery of Soft Matter 2026

https://engage.aps.org/dsoft/gallery/gallery/mm26-gallery
1•jml7c5•17m ago•1 comments

The Lindy Effect

https://lawsofsoftwareengineering.com/laws/lindy-effect/
1•ankitg12•17m ago•0 comments

Instagui: Turn any CLI into a web GUI with one command

https://github.com/Soutar97/instagui
1•maxloh•18m ago•0 comments

I Met with China's Top AI Experts. They're Freaking Out, Too

https://www.wired.com/story/ai-arms-race-china-us-cooperation/
1•TMWNN•19m ago•0 comments

Meshdesk-The Private community sharing. free

https://meshdesk.pages.dev/
1•rrrpro123•24m ago•0 comments

Switzerland bolted 5,000 solar panels onto a dam wall 8,000 feet up in the Alps

https://www.ecoportal.net/en/switzerland-5000-alpine-solar-muttsee-dam-winter-power/28487/
1•thunderbong•29m ago•0 comments

Run GLM 5.2 on 2 MacBooks with 128gb on RDMA with DS by antirez

https://twitter.com/antirez/status/2074516763526500488
1•rstagi•30m ago•0 comments

Australia's teen social media ban fails to clear first hurdle in age checks

https://www.reuters.com/world/australias-teen-social-media-ban-fails-clear-first-hurdle-age-check...
2•thm•30m ago•0 comments

Meta tests 'super sensing' AI glasses that can record every moment

https://www.ft.com/content/ac282450-91a8-4597-8f60-9e6ef416865a
1•thm•32m ago•0 comments

British 'First Fleet' brought smallpox to Australia and may have killed millions

https://www.science.org/content/article/british-first-fleet-brought-smallpox-australia-and-may-ha...
1•sbulaev•35m ago•3 comments

DeFi manual yield farming is outdated

https://hodlycrypto.com/blog/why-smart-money-is-ditching-manual
1•hoangthuytrang•36m ago•0 comments

Generative AI creates delicious, sustainable, and nutritious burgers

https://www.nature.com/articles/s41538-026-00953-x
1•car•37m ago•0 comments

GitHub AI agent leaks private repos when asked nicely

https://www.theregister.com/security/2026/07/07/github-ai-agent-leaks-private-repos-when-asked-ni...
1•sbulaev•40m ago•1 comments

Not All Miles Are Equal: Benchmarking Autonomous Safety

https://waymo.com/blog/2026/07/time-geo-crash-risk-effect/
1•xnx•42m ago•0 comments

China to restrict the export of frontier open weight AI models

https://twitter.com/rohanpaul_ai/status/2074512389526237609
1•nsoonhui•45m ago•0 comments

Girls Just Wanna Have Fast Wait-Free MPMC Queues

https://nahla.dev/blog/waitfree_queue/
1•theanonymousone•45m ago•0 comments

Fable 5 Before vs. After

https://old.reddit.com/r/GithubCopilot/comments/1uqfvga/fable_5_before_vs_after/
1•theanonymousone•46m ago•0 comments

What it's like to live in the most liveable cities in 2026

https://www.bbc.com/travel/article/20260706-the-worlds-most-liveable-cities-in-2026
1•slu•51m ago•1 comments

CosmicOS: Coding for Contact

https://cosmicos.github.io/about.html
1•akkartik•53m ago•0 comments

EU Parliament Revives Chat Surveillance for Thursday Vote

https://reclaimthenet.org/eu-parliament-revives-chat-surveillance-for-thursday-vote
1•gasull•54m ago•1 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.