frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Critical RCE Vulnerability in LiteLLM Proxy

https://aisafe.io/blog/critical-rce-vulnerability-in-litellm-proxy
2•fedex_00•20s ago•0 comments

If a bird flu pandemic starts, we may have an mRNA vaccine ready

https://www.newscientist.com/article/2523838-if-a-bird-flu-pandemic-starts-we-may-have-an-mrna-va...
1•Brajeshwar•2m ago•0 comments

Millions of renters hit by unlawful data collection

https://www.smh.com.au/technology/millions-of-renters-hit-by-unlawful-data-collection-20260422-p5...
1•thedays•2m ago•0 comments

Building the Google Photos Web UI (2018)

https://medium.com/google-design/google-photos-45b714dfbed1
1•stephen-hill•2m ago•0 comments

1-Bit Hokusai's "The Great Wave"

https://www.hypertalking.com/2023/05/08/1-bit-pixel-art-of-hokusais-the-great-wave-off-kanagawa/
2•stephen-hill•3m ago•0 comments

Show HN: CSS-Only 3D/2D 1D Chess

https://david.sojevic.com/projects/css-only-1d-chess/
1•davidsojevic•5m ago•0 comments

Enterprise-D Interiors

https://www.ex-astris-scientia.org/gallery/interiors2.htm
1•stephen-hill•5m ago•0 comments

Kitaru: Agent Loop Management

https://github.com/zenml-io/kitaru
1•handfuloflight•8m ago•0 comments

Mathematicians found out why waiting for the elevator takes forever

https://www.scientificamerican.com/article/mathematicians-found-out-why-waiting-for-the-elevator-...
1•sohkamyung•8m ago•0 comments

Show HN: Tmuxx – simpler tmux, fewer keystrokes, no duplicate groups

https://github.com/timsayshey/tmuxx
2•good8675309•9m ago•0 comments

Nearly half of US children are breathing dangerous levels of air pollution

https://www.theguardian.com/us-news/2026/apr/22/air-pollution-report-dangerous-levels-children
1•mitchbob•10m ago•0 comments

Software Engineering Handbook for Modern Teams

https://www.softwareengineeringhandbook.com/
11•bayburtlu•10m ago•0 comments

Time-series forecasting MCP for Claude Desktop

https://pypi.org/project/geneva-mcp/
1•codebydom•11m ago•0 comments

Advanced DNS Protection: mitigating sophisticated DNS DDoS attacks

https://blog.cloudflare.com/advanced-dns-protection/
2•theorchid•11m ago•0 comments

Ask HN: Realtime Gcloud Spend Cap?

1•julienreszka•13m ago•0 comments

Qwen/Qwen3.6-27B · Hugging Face

https://huggingface.co/Qwen/Qwen3.6-27B
4•cgeier•13m ago•1 comments

Show HN: We built a <60ms, open-source alternative to E2B using RustVMM and KVM

https://github.com/TencentCloud/CubeSandbox
1•yukunqiu•13m ago•0 comments

Show HN: BigBlueBam, MIT-licensed Work OS where agents are first-class coworkers

https://github.com/eoffermann/BigBlueBam
1•eoffermann•14m ago•0 comments

As a non-eng agency owner, here are things that have changed how we work

https://read.earlystagegrowth.com/p/14-claude-skills-and-workflows-that
1•joshlachkovic•15m ago•0 comments

Who Knew? 1 in 5 Americans Are Convinced They're Psychic

https://studyfinds.com/1-in-5-americans-convinced-theyre-psychic/
1•t-3•16m ago•0 comments

Esp-Claw: Chat Coding Edge AI Agent Framework for IoT

https://esp-claw.com/en/
1•hasheddan•16m ago•1 comments

AI Agents Are Selfish and Biology Solved It

https://eversole.dev/blog/signaling-is-the-intelligence/
2•kennethops•17m ago•0 comments

I ran a Hormuz Crisis emergent SIM: AIs started lying to hide a stalemate

3•vinserello•17m ago•1 comments

Artemis 2's Heat Shield Performed as Expected: First Results Are In

https://gizmodo.com/so-how-did-artemis-2s-heat-shield-hold-up-the-first-results-are-in-2000749198
1•bookofjoe•17m ago•1 comments

Gemini Enterprise Agent Platform, powering the next wave of agents

https://cloud.google.com/blog/products/ai-machine-learning/introducing-gemini-enterprise-agent-pl...
1•xnx•19m ago•0 comments

I refuse to play the imitation game

https://einarwh.no/blog/2026/04/15/i-refuse-to-play-the-imitation-game/
2•speckx•19m ago•0 comments

We discovered the speed limit of arithmetic – and broke it

https://www.newscientist.com/article/2521354-how-we-discovered-the-speed-limit-of-arithmetic-and-...
1•Brajeshwar•20m ago•0 comments

Kazam – my answer to static sites in the age of Claude being my main author

https://tdiderich.github.io/kazam/index.html
1•tylerdiderich•20m ago•2 comments

GPT Image 2 is here in Samsar T2V agent

https://www.samsar.one/blog/gpt-image-2-is-here-we-tried-giving-it-some-of-the-hardest-battles/
2•proy24•20m ago•1 comments

Is Claude Code going to cost $100/month? Probably not–it's all confusing

https://simonwillison.net/2026/Apr/22/claude-code-confusion/
1•gmays•21m 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.