frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Ploopy Bean – External trackball with 4 buttons

https://ploopy.co/bean/
1•namanyayg•1m ago•0 comments

A recent experience with ChatGPT 5.5 Pro

https://gowers.wordpress.com/2026/05/08/a-recent-experience-with-chatgpt-5-5-pro/
1•ColinWright•2m ago•0 comments

Dante's Inferno modelled a planetary impact 500 years before modern science

https://www.egu.eu/news/1777/new-research-proposes-dantes-inferno-modelled-a-planetary-impact-500...
1•geox•2m ago•0 comments

5x perf increase on writes with FPW disabled in Postgres

https://www.databricks.com/blog/how-lakebase-architecture-delivers-5x-faster-postgres-writes
1•sp_from_db•2m ago•0 comments

Plus Codes

https://maps.google.com/pluscodes/
1•smartmic•3m ago•0 comments

iPhone Launch – Studio C (Comedy Sketch) [video]

https://www.youtube.com/watch?v=B7Ujn91mfAk
1•mrtimo•5m ago•0 comments

Show HN: AI Fluency Diagnostic

https://ai-pilled.com/
1•chrija•5m ago•0 comments

Show HN: Ocelot – A Game Boy and Game Boy Color Emulator in Haskell

1•habedi0•8m ago•0 comments

A new suite of modern tools coming for editing and publishing RFCs

https://www.ietf.org/blog/new-tools-coming-for-editing-and-publishing-rfcs/
1•cxr•8m ago•0 comments

Raven: Memory as a Set of Slots

https://goombalab.github.io/blog/2026/raven-part1/
1•cmogni1•8m ago•0 comments

Linear Diffs

https://linear.app/docs/diffs
1•bpierre•9m ago•0 comments

Show HN: Open Source FreeCAD dataset for CAD generation tasks

https://huggingface.co/datasets/gnucleus-ai/cad-gen-freecad
1•gNucleusAI•9m ago•0 comments

Mythos set off a cybersecurity 'hysteria.' Experts say threat was already here

https://www.cnbc.com/2026/05/08/anthropic-mythos-ai-cybersecurity-banks.html
1•pr337h4m•10m ago•0 comments

A 429 from a quota cap and a 429 from rate-limit need different cooldowns

https://github.com/eleata/resilient-llm-router
1•eleion_ai•11m ago•0 comments

Glow-in-the-dark sliotar wins top student prize

https://www.rte.ie/news/business/2026/0507/1572229-student-enterprise-globall/
1•austinallegro•12m ago•0 comments

Show HN: Inkwell a writer-first newsletter platform,$0 for unlimited subscribers

https://lovable.dev/
1•yuriaguernsey•12m ago•0 comments

Deepfakes are everywhere. The godfather of digital forensics is fighting back

https://www.science.org/content/article/deepfakes-are-everywhere-godfather-digital-forensics-figh...
1•speckx•12m ago•0 comments

UFO File Not Found

https://www.war.gov/UFO/#65_HS1-834228961_62-HQ-83894_Serial_153
3•DavidCanHelp•14m ago•0 comments

Show HN: IEEE-754-Conformant FP64 on Metal (Apple Silicon)

https://github.com/guyfischman/metal-softfloat
1•guyfischman•17m ago•1 comments

Extortion Using Smartglasses Is a Thing Now

https://gizmodo.com/extortion-using-smart-glasses-is-a-thing-now-2000755562
1•greesil•17m ago•0 comments

Show HN: Oc-go-cc, an Open-source proxy that lets Claude Code use OSS models

https://github.com/samueltuyizere/oc-go-cc
2•teezay•17m ago•0 comments

Lookout Station – A native dashboard app for iPad and Mac

https://lookoutapp.ai
1•badcoffee•18m ago•0 comments

CUDA-oxide, a Rust-to-CUDA compiler

https://nvlabs.github.io/cuda-oxide/index.html
1•lacker•18m ago•0 comments

Show HN: Stagewise – Agentic IDE for Your Z.ai/DeepSeek/Moonshot Subscription

https://github.com/stagewise-io/stagewise/blob/main/README.md
2•glenntws•18m ago•0 comments

"Directionally Bad"

https://www.techemails.com/p/sam-altman-texts-mira-murati
1•alcazar•19m ago•0 comments

Working on something you struggle to define? Submit to new print periodical

https://dancingstar.press/mag/
1•casmalia•25m ago•0 comments

TikTok scales back AI-generated video descriptions after errors

https://www.bbc.com/news/articles/c5yerd05n01o
1•Brajeshwar•25m ago•0 comments

Show HN: Key Exchange Utility for Key Analysis

https://github.com/nickolasburr/keuka
1•nburr•25m ago•0 comments

Pi-ds4: Run deepseek4 locally on metal right from within Pi

https://github.com/mitsuhiko/pi-ds4
2•doppp•26m ago•0 comments

Billionaires Build (2020)

https://paulgraham.com/ace.html
2•doppp•27m ago•1 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.