frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Why aren't more people worried about AI impersonation in code reviews?

1•eranation•1m ago•0 comments

Release PiClaw v2.4.0 – The Infosphere · rcarmo/piclaw

https://github.com/rcarmo/piclaw/releases/tag/v2.4.0
1•rcarmo•2m ago•0 comments

Artificial Intelligence and Grade Inflation

https://cshe.berkeley.edu/publications/artificial-intelligence-and-grade-inflation-cshe-higher-ed...
1•ChrisArchitect•2m ago•0 comments

Rcarmo/iOS-terax-AI: Personal fork of Terax for integration with iOS-Linux-kit

https://github.com/rcarmo/ios-terax-ai
1•rcarmo•3m ago•0 comments

Outbound

https://store.steampowered.com/app/2681030/Outbound/
1•doener•3m ago•0 comments

FTC tells platforms to comply with Take It Down Act by May 19

https://www.ftc.gov/news-events/news/press-releases/2026/05/ftc-chairman-ferguson-advises-compani...
1•p_stuart82•6m ago•0 comments

The Arch Lie [video]

https://www.youtube.com/watch?v=nemkacOX8-w
1•grigio•8m ago•0 comments

Show HN: Multi-agent orchestration layer for experimentation

https://github.com/theo-kirby/chassis
1•theo-kirby•9m ago•0 comments

What Matters in Production RAG

https://arpitbhayani.me/blogs/rag-production/
1•ashwani-yadav•11m ago•0 comments

Show HN: Switch your Mac's desktop identity with hotkeys – InfiniDesk 3

https://infinidesk.app
1•ben_s_e•12m ago•0 comments

Paul Le Roux

https://en.wikipedia.org/wiki/Paul_Le_Roux
1•niklasbuschmann•13m ago•0 comments

Microsoft AI CEO forecasts human-level AI in 18 months

https://twitter.com/kimmonismus/status/2055952702908355012
6•momentmaker•14m ago•3 comments

What 4 months and 6,435 sessions taught us about AI vocal coaching

https://singingcarrots.com/blog/ai-singing-coach-results-4-months-data/
2•kyunez•14m ago•1 comments

Don't Answer the First Question

https://lalitm.com/post/dont-answer-the-first-question/
1•logickkk1•14m ago•0 comments

Ken Griffin says Citadel AI agents finish PhD tasks in days

https://twitter.com/TFTC21/status/2055978848764784662
2•momentmaker•15m ago•0 comments

The Cost of Concurrency Coordination with Jon Gjengset [video]

https://www.youtube.com/watch?v=tND-wBBZ8RY
1•redixhumayun•16m ago•0 comments

Silver scrollers: What is screen time like for seniors?

https://www.rnz.co.nz/life/wellbeing/silver-scrollers-what-is-screen-time-like-for-seniors
3•billybuckwheat•17m ago•1 comments

The Cost of 24/7: Tracking Home Lab Power with Shelly

https://veerendra2.github.io/hidden-cost-home-lab-power-shelly/
2•catfight7391•18m ago•0 comments

Long-term editing of brain circuits using an engineered electrical synapse

https://www.nature.com/articles/s41586-026-10501-y
2•bookofjoe•18m ago•0 comments

Hollywood Has a Voice Problem. Sag-Aftra Cannot Fix It Alone

https://oravys.com/blog/hollywood-voice-gap
2•Oravys•19m ago•0 comments

Git-surgeon gives AI agents surgical control without interactive prompts

https://github.com/raine/git-surgeon
1•mil22•20m ago•0 comments

AI Rings on Fingers Can Interpret Sign Language

https://spectrum.ieee.org/sign-language-interpreter
2•SVI•29m ago•0 comments

Where OpenClaw Security Is Heading

https://openclaw.ai/blog/where-openclaw-security-is-heading
2•paulofeliciano•33m ago•0 comments

The Psychopathy Jailbreak: What a Broken AI Teaches Us About Human Manipulation

https://www.promptinjection.net/p/nsfw-and-the-psychopathy-jailbreak-what-broken-ai-llm-teaches-a...
2•JustMyNews•33m ago•0 comments

A "Photonic" Guitar

https://www.dallasnews.com/arts-entertainment/visual-arts/2025/08/01/science-or-art-this-former-u...
1•8organicbits•38m ago•0 comments

AI Is a Separator

https://www.nvegater.com/blog/ai-separates
1•nvegater•38m ago•0 comments

Show HN:Android 9 interactive in a browser – no root, no VM, no KVM, no QEMU

https://www.youtube.com/watch?v=5GCMbhhhdh8
2•sahraoui8487•39m ago•0 comments

Vercel's Zero: A Programming Language Designed for AI Agents

https://firethering.com/vercel-zero-programming-language-ai-agents/
2•steveharing1•39m ago•2 comments

I Migrated from Laravel to Maravelith, and to Maravel

https://medium.com/@marius-ciclistu/why-i-migrated-from-laravel-to-maravelith-and-then-finally-to...
1•marius-ciclistu•40m ago•0 comments

Traffic meter per ASN without logs

https://anarc.at/blog/2025-05-30-asncounter/
1•edward•41m ago•0 comments
Open in hackernews

Ask HN: What's the best way to deploy container-based apps for a small project?

1•pxheller•12mo 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•12mo 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•12mo 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.