frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How a US home insurance fix is becoming a problem

https://www.reuters.com/graphics/USA-ECONOMY/FAIR-INSURANCE/lgpdqnqamvo/
1•botacode•8m ago•1 comments

ThunderAI: ChatGPT, Gemini, Ollama in Thunderbird

https://addons.thunderbird.net/en-CA/thunderbird/addon/thunderai/
1•NourEddineX•10m ago•0 comments

Spleen Monospaced Bitmap Fonts

https://github.com/fcambus/spleen
1•keyle•12m ago•0 comments

Super fast aggregations in PostgreSQL 19

https://www.cybertec-postgresql.com/en/super-fast-aggregations-in-postgresql-19/
1•jnord•14m ago•0 comments

Insulin Stored at Room Temperature Does Not Lose Potency (2023)

https://www.healthline.com/health-news/safe-insulin-storage-room-temperature
1•walterbell•23m ago•0 comments

GenAI for Engineers, What's Real, What's Not and What's Coming [video]

https://www.youtube.com/watch?v=BaJ9ROVc2Lk
1•blizow•29m ago•0 comments

LLMs excel at programming–how can they be so bad at it?

https://blog.genesmindsmachines.com/p/llms-excel-at-programminghow-can
1•DeathArrow•29m ago•0 comments

Magnetic Induction Heater Using Flywheel with Neodymium Magnets [video]

https://www.youtube.com/watch?v=jPlyGGVu38U
1•itronitron•32m ago•0 comments

Five books to read this winter

https://www.gatesnotes.com/home/home-page-topic/reader/holiday-books-2025
3•vidyesh•37m ago•1 comments

Topological Turning Points Across Human Lifespan

https://www.nature.com/articles/s41467-025-65974-8
1•DrierCycle•38m ago•0 comments

State of Neuroscience 2025 – Semantic Trend Map

https://stateofneuroscience.thetransmitter.org/map/
2•DrierCycle•40m ago•0 comments

US slashes 36% off Medicare spending on 15 high-priced medicines

https://www.reuters.com/business/healthcare-pharmaceuticals/us-negotiated-medicare-prices-15-more...
5•geox•42m ago•0 comments

Code Wiki: Accelerating your code understanding

https://developers.googleblog.com/en/introducing-code-wiki-accelerating-your-code-understanding/
1•geoffbp•45m ago•0 comments

Show HN: RankLens – Track your brand's visibility in AI answers reliably

https://seovendor.co/ranklens-llm-rankings/
1•digitalpeak•46m ago•0 comments

Threatening AI models has no meaningful effect on performance

https://gail.wharton.upenn.edu/research-and-insights/techreport-threaten-or-tip/
1•fzliu•52m ago•0 comments

A Legacy Data Model Dependency Nearly Derailed a Critical Project

https://medium.com/@HobokenDays/the-fate-of-shared-data-model-cf8a3dc88ac9
2•HideInNews•55m ago•0 comments

Meta is helping fraudsters scam you and doesn't care

https://proton.me/blog/meta-scam-ads
6•devonnull•57m ago•0 comments

All Sources of DirectX 12 Documentation

https://asawicki.info/news_1794_all_sources_of_directx_12_documentation
1•ibobev•58m ago•0 comments

LLM-models: a CLI tool to list available LLM models across providers

https://github.com/ljbuturovic/llm-models
1•ljubomir•1h ago•1 comments

Claude Opus 4.5 is in public preview for GitHub Copilot

https://github.blog/changelog/2025-11-24-claude-opus-4-5-is-in-public-preview-for-github-copilot/
1•vyrotek•1h ago•0 comments

Climate activist Greta Thunberg banned from Venice after Grand Canal dyed green

https://abcnews.go.com/International/climate-activist-greta-thunberg-banned-venice-after-grand/st...
1•donsupreme•1h ago•0 comments

Tourist Origins Insights

https://touristorigins.com/
1•jespinoza17•1h ago•0 comments

Improving front end design through Skills

https://www.claude.com/blog/improving-frontend-design-through-skills
2•alwillis•1h ago•0 comments

The Thinking Game

https://youtu.be/d95J8yzvjbQ
2•jonas21•1h ago•0 comments

Robinhood, Susquehanna to Launch Exchange to Expand Prediction Markets Offerings

https://www.wsj.com/finance/robinhood-susquehanna-to-launch-exchange-to-expand-prediction-markets...
1•noitpmeder•1h ago•0 comments

AtlasOS – Optimized Windows

https://atlasos.net/
1•nreece•1h ago•0 comments

Distributed Representations (Geoff Hinton) [pdf]

https://www.cs.toronto.edu/~hinton/absps/pdp3.pdf
1•highfrequency•1h ago•0 comments

Mastering Credit Card Surcharge Laws by State: The Ultimate 2025 Law Firm Guide

https://www.runsensible.com/blog/mastering-credit-card-surcharge-laws/
1•kamaraju•1h ago•0 comments

Show HN: SpreadPaper – span a single wallpaper across multiple macOS monitors

https://github.com/spreadpaper/SpreadPaper
2•biinjo•1h ago•0 comments

Show HN: I engineered a 2mm micro-bearing D20 ring that free-spin for 20 seconds

1•spinity•1h ago•2 comments
Open in hackernews

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

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