frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Resource Curse

https://en.wikipedia.org/wiki/Resource_curse
1•EndXA•21s ago•0 comments

Sleek for a Better Future

1•silisleek•1m ago•0 comments

The Voyage 4 model family: shared embedding space with MoE architecture

https://blog.voyageai.com/2026/01/15/voyage-4/
1•Topfi•1m ago•0 comments

Seedance 2.5

https://seed.bytedance.com/en/seedance2_5
1•imtany•1m ago•0 comments

Autoregressive Language Model on the 6502 Processor

https://mattbeton.com/blog/bitnet-6502.html
1•nmstoker•2m ago•0 comments

Right to repair: New consumer rights for easy and attractive repairs

https://commission.europa.eu/news-and-media/news/right-repair-new-consumer-rights-easy-and-attrac...
1•vrganj•5m ago•0 comments

Which job schedulers fire on time? We tested ten

https://www.smplkit.com/blog/job-scheduler-latency-benchmark
1•mike-gorman•7m ago•1 comments

Free photo tools, no signup, no watermark

https://narcis.ai/tools
1•gaetanbe•8m ago•0 comments

Government Ownership Stakes in Companies Becoming Routine Under Trump

https://www.cato.org/blog/government-ownership-stakes-companies-becoming-routine-under-trump
1•throw0101d•8m ago•0 comments

GSC and GA4 and technical SEO audit

https://crawlraven.com
3•ayushchat•10m ago•2 comments

The Bayeux Tapestry: how optical techniques have let this artwork come home

https://physicsworld.com/a/the-bayeux-tapestry-how-optical-techniques-have-let-this-artwork-come-...
1•sohkamyung•11m ago•0 comments

Palette Vault – color palettes and extractor Chrome plugin

https://chromewebstore.google.com/detail/palette-vault-color-palet/njnhlacephcfkccghemekgggekioiekh
1•javatuts•11m ago•0 comments

Duane Arnold

https://tomasbjartur.substack.com/p/duane-arnold
1•zetalyrae•12m ago•0 comments

Decimen Optical Transfer: fountain-coded QR file transfer

https://github.com/bashalarmistalt/decimen-optical-transfer/
2•gloxkiqcza•12m ago•0 comments

How do I get users on my vibecoded website?

https://www.jobblast.nl/
1•k7_5831•13m ago•1 comments

Promote.chat: AI Marketing Agent for Vibe Coders

https://www.promote.chat/
1•alokjnv10•14m ago•0 comments

Tool search: Finding the right tool at the right time

https://commandline.microsoft.com/tool-search-toolboxes-foundry/
1•0xchamin•15m ago•0 comments

Keep It Real: A Schema-Level Deferral Channel for Concise LLM Dialogue [pdf]

https://raw.githubusercontent.com/noamt/kir/cfdc97de467de8d84d60f073773c0dcfd9975849/paper/arxiv/...
1•beerdappel•15m ago•1 comments

Founding Member for Prodigy

1•samayashar•16m ago•0 comments

Android rolls out local 'Documents' backup that syncs to Google Drive

https://9to5google.com/2026/07/30/android-documents-local-backup/
1•ivell•16m ago•0 comments

LinkedIn Is Cracking Down on 'AI Slop' with New Reporting Tool

https://www.bloomberg.com/news/articles/2026-07-30/linkedin-is-cracking-down-on-ai-slop-with-new-...
2•mancerayder•18m ago•0 comments

Winamp aims for a comeback with a new music player powered by Deezer

https://techcrunch.com/2026/07/29/winamp-aims-for-a-comeback-with-a-new-music-player-powered-by-d...
2•AdmiralAsshat•19m ago•0 comments

Department of Commerce takes equity stake in 7 private semiconductor firms

https://www.nist.gov/news-events/news/2026/07/department-commerce-announces-letters-intent-7-comp...
1•throw0101d•19m ago•0 comments

About 60k migrants arrive in Ceuta in 24 hours, Spanish territory's leader says

https://www.bbc.com/news/articles/cx2kp639yx4o
1•bbg2401•21m ago•0 comments

Man Accused of Spying for Iran at British Air Base in Cyprus

https://www.nytimes.com/2026/07/31/world/europe/iran-spy-uk-air-base-cyprus-sultanov.html
1•jbegley•24m ago•0 comments

New York Has Sued Kalshi for Running Illegal Gambling Operation

https://ag.ny.gov/press-release/2026/governor-hochul-and-attorney-general-james-announce-new-york...
1•impish9208•25m ago•0 comments

Warner Bros. Deal Collapse Would Cost the Ellisons $9.8B

https://finance.yahoo.com/media-advertising/articles/warner-bros-deal-collapse-cost-184428975.html
1•randycupertino•26m ago•1 comments

Anthropic says its AI models hacked 3 organizations during testing

https://apnews.com/article/anthropic-ai-models-hack-cybersecurity-b0a2c284b981de79c55e2a33712f4bec
2•bildiba•28m ago•1 comments

AI's Execution Problem

https://time.com/article/2026/07/20/ai-execution-problem/?es_id=70fefe0c9f
3•Gigacore•29m ago•0 comments

Just tried DeepSeek V4 Flash 0731 (she got her brain updated again)

https://www.reddit.com/r/consentbar/comments/1vbpsc1/just_tried_deepseek_v4_flash_0731_and_wow_th...
1•genesem•30m ago•0 comments
Open in hackernews

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

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