frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Agent FM – local, open-source radio for Claude Code and Codex agents

https://github.com/agentfm-ai/agent-fm
1•anideshp•2m ago•0 comments

Jes Staley Asked to Sit for US House Interview over Epstein Ties

https://www.bloomberg.com/news/articles/2026-05-11/jes-staley-asked-to-sit-for-us-house-interview...
1•petethomas•2m ago•0 comments

CMake Support for the Dear ImGui

https://github.com/adembudak/CMakeForImGui
1•adembudak•3m ago•0 comments

We Ran 250 AI Agent Evals to Find Out If Skills Beat Docs

https://www.wix.engineering/post/we-ran-250-ai-agent-evals-to-find-out-if-skills-beat-docs-the-an...
2•doppp•5m ago•0 comments

Adults relive the musical camaraderie of their youth at band camps for grown-ups

https://apnews.com/article/summer-band-camps-adults-music-fc09ccf0261bec0007f5e3b2ebc3570e
1•petethomas•16m ago•0 comments

Speed Month – The Reader Meets the Fediverse

https://activitypub.blog/2026/05/05/radical-speed-month-the-reader-meets-the-fediverse/
1•ZacnyLos•19m ago•0 comments

Evolvable AI: are we on the brink of the next major evolutionary transition?

https://www.technology.org/2026/05/12/evolvable-ai-are-we-on-the-brink-of-the-next-major-evolutio...
1•ninjahawk1•19m ago•0 comments

Founding AI Video Engineer – Remote

https://www.boomshare.ai
1•matalonia•21m ago•0 comments

Veteran network architect proposes IPv8 – to improve IPv4, not leapfrog v6

https://www.theregister.com/networks/2026/05/12/veteran-network-architect-proposes-ipv8-to-improv...
2•TowerTall•21m ago•1 comments

Unitree unveils a manned transformable mecha, from $650k [video]

https://www.youtube.com/watch?v=oWOyUMJWptc
2•arczyx•21m ago•0 comments

Bach – BWV245 – BachStiftung [video] (2022)

https://archive.org/details/bach-st-john-passion-choir
1•petethomas•28m ago•0 comments

Agent View in Claude Code

https://claude.com/blog/agent-view-in-claude-code
1•pretext•29m ago•0 comments

Octopus

https://www.octopus.ac
1•jruohonen•31m ago•1 comments

Satya Nadella: "I don't want to be IBM and OpenAI to be Microsoft" (2022)

https://twitter.com/TechEmails/status/2053971603214766214
2•mfiguiere•32m ago•0 comments

How and Why I Journal

https://jan.miksovsky.com/posts/2026/05-11-journaling
-10•OuterVale•35m ago•3 comments

PagerDuty Appoints John DiLullo as CEO

https://www.pagerduty.com/newsroom/pagerduty-john-dilullo/
1•mads_quist•37m ago•0 comments

Deipnosophistae

https://penelope.uchicago.edu/Thayer/E/Roman/Texts/Athenaeus/home.html
1•andsoitis•41m ago•0 comments

Tens of thousands of pedophiles operate in Israel every year

https://www.jpost.com/israel-news/tens-of-thousands-of-pedophiles-operate-in-israel-every-year-63...
6•rdevilla•45m ago•1 comments

Reddit Starts Blocking Mobile Website, Pushing Users to App Instead

https://old.reddit.com/r/technology/comments/1ta2xrk/reddit_starts_blocking_mobile_website_pushing/
8•thm•48m ago•0 comments

Daybreak

https://openai.com/daybreak/
2•soheilpro•51m ago•0 comments

Sony's Metamorphosis: HDTV Demo Laserdisc (1990) [video]

https://www.youtube.com/watch?v=YW26YMe8iUQ
1•nxobject•1h ago•0 comments

Sweden is the first country in the world prescribed by doctors

https://visitsweden.com/the-swedish-prescription/
2•giuliomagnifico•1h ago•0 comments

The Software Layer of China-US Tech Diplomacy

https://thediplomat.com/2026/05/the-software-layer-of-china-us-tech-diplomacy/
5•billybuckwheat•1h ago•0 comments

Soul.md

https://3798.substack.com/p/soulmd
1•abhis3798•1h ago•0 comments

Byron Allen Is Buying BuzzFeed, Will Become CEO

https://variety.com/2026/digital/news/byron-allen-buying-buzzfeed-ceo-1236745206/
2•thm•1h ago•0 comments

Lojban

https://en.wikipedia.org/wiki/Lojban
1•AbstractPlay•1h ago•0 comments

Claude Code and Blender MCP

https://hydroxide.dev/articles/blender-mcp-claude-code/
2•nmfisher•1h ago•0 comments

Screenshots of Old Desktop OSes

http://www.typewritten.org/Media/
6•adunk•1h ago•1 comments

I tried building AI agents and ended up needing an institution

https://github.com/wes-zheng/ai_institutions
2•bbcf•1h ago•0 comments

Rendering the Sky, Sunsets, and Planets

https://blog.maximeheckel.com/posts/on-rendering-the-sky-sunsets-and-planets/
1•bj-rn•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•11mo 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•11mo 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•11mo 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.