frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

System over Model: Zero-Day Discovery at the Jagged Frontier

https://aisle.com/blog/system-over-model-zero-day-discovery-at-the-jagged-frontier
1•mmsc•16s ago•0 comments

When You Can't Fix the Database, You Contain It

https://www.alessiocavallo.me/articles/when-you-cant-fix-the-database-you-contain-it
1•jxad•1m ago•0 comments

DotLLM – Building an LLM Inference Engine in C#

https://kokosa.dev/blog/2026/dotllm/
1•vyrotek•1m ago•0 comments

Is Anthropic 'nerfing' Claude? Users increasingly report performance degradation

https://venturebeat.com/technology/is-anthropic-nerfing-claude-users-increasingly-report-performance
2•speckx•2m ago•0 comments

Why some people can't find things in plain sight

https://theconversation.com/its-right-under-your-nose-why-some-people-cant-find-things-in-plain-s...
1•bookofjoe•3m ago•0 comments

Google will begin punishing sites for back button hijacking starting in June

https://arstechnica.com/gadgets/2026/04/websites-that-hijack-your-back-button-must-stop-by-june-1...
1•ZeidJ•4m ago•0 comments

PersMEM: Persistent Semantic Memory and Multi-Instance Communication for AI

1•asixicle•6m ago•0 comments

A Brief History of the Pull Request (2023)

https://rdnlsmith.com/posts/2023/004/pull-request-origins/
1•js2•6m ago•1 comments

Yet Another Notes Project (YANP) plain-text, tool-agnostic format for PKM vaults

https://spinchange.github.io/yanp/
1•spinchange•8m ago•0 comments

It's OK to compare floating-points for equality

https://lisyarus.github.io/blog/posts/its-ok-to-compare-floating-points-for-equality.html
1•coinfused•8m ago•0 comments

80386 Memory Pipeline

https://nand2mario.github.io/posts/2026/80386_memory_pipeline/
1•wicket•8m ago•0 comments

Show HN: A Birth Control Pill Reminder for Couples

https://paircare.love/
1•oyaa52•9m ago•0 comments

OpenAI rips Anthropic, distances itself from Microsoft

https://www.axios.com/2026/04/13/openai-microsoft-anthropic-amazon
1•Brajeshwar•11m ago•0 comments

Show HN: I Added Support for Qwen3-ASR and Qwen3 ForcedAligner in WhisperX

https://github.com/m-bain/whisperX/pull/1401
1•mahfouz22•11m ago•1 comments

I built an AI to do my job end-to-end. The problem wasn't the AI

https://medium.com/@iroy2000/i-tried-to-automate-my-own-job-heres-what-i-found-15fb86d415c2
1•iroy2000•13m ago•1 comments

Using Actor Network Theory to rethink work in the age of generative AI

https://stripepartners.substack.com/p/this-months-frame-using-actor-network
1•laurex•13m ago•0 comments

Show HN: Messaging without phone numbers, email, or metadata

https://tunnelmessenger.com/access
1•trpfnc•14m ago•0 comments

Show HN: LoadLens – See why queues hide overload instead of solving it

https://loadlens.dev
1•janbalangue•15m ago•0 comments

Show HN: AriaType – open-source privacy-first and local-first voice-to-text app

https://github.com/joe223/AriaType
1•Joe_Harris•16m ago•0 comments

Bot Bait – Just hit $2K MRR after 8 months of grinding

https://old.reddit.com/r/SaaS/comments/1sl3mrh/just_hit_2k_mrr_after_8_months_of_grinding
1•csomar•16m ago•0 comments

Show HN: Cliparr – Export clips from your personal media server

https://github.com/TechSquidTV/Cliparr
1•TechSquidTV•17m ago•0 comments

Same LLM, different agent: a CI debugger built on Claude

https://www.mendral.com/blog/same-llm-different-agent
1•shad42•19m ago•0 comments

The Meta Product Manager

https://k2xl.substack.com/p/the-meta-product-manager
2•k2xl•19m ago•0 comments

Building a Browser for the Agent Era

https://www.tinyfish.ai/blog/building-a-browser-for-the-agent-era
3•tiny-automates•20m ago•2 comments

Missing Emails in Gmail? It's Your Tabs – and It Costs You More Than You Think

https://clearmailapp.com/blog/gmail-missing-emails-hidden-cost/
2•raghukumar•20m ago•0 comments

Ozempic Dreams

https://daverupert.com/2026/04/ozempic-dreams/
2•speckx•20m ago•0 comments

Hyperbridge exploited two weeks after April Fools' hack joke

https://www.web3isgoinggreat.com/single/hyperbridge-exploit
3•LorenDB•22m ago•0 comments

Show HN: Is This Agent Safe? Free AI tool security checker

https://agentgraph.co/check
1•kenneives•22m ago•0 comments

Zig 0.16.0 Release Notes

https://ziglang.org/download/0.16.0/release-notes.html
6•ska80•22m ago•0 comments

Amazon Bio Discovery

https://aws.amazon.com/blogs/industries/introducing-amazon-bio-discovery/
1•firasd•22m 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•10mo 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.