frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The end of the AArch64 desktop experiment

https://marcin.juszkiewicz.com.pl/2026/06/26/the-end-of-the-aarch64-desktop-experiment/
1•signa11•8m ago•0 comments

Show HN: CI/Lock – signed evidence of what your CI ran

https://cilock.dev/
1•colek42•9m ago•0 comments

Why she have no nuance for AI [video]

https://www.youtube.com/watch?v=WDHJXDhkgUM
3•modinfo•19m ago•0 comments

An Explosion of AI Slop Is Pushing People Offline and Back into the Real World

https://www.inc.com/chris-morris/an-explosion-of-ai-slop-is-pushing-people-offline-and-back-into-...
4•1vuio0pswjnm7•24m ago•0 comments

Why Does the U.S. Still Own This Tiny Chunk of Washington Land Stuck to Canada?

https://pugetpress.com/2026/06/29/why-point-roberts-wa-isnt-part-of-canada/
3•naturalmovement•25m ago•0 comments

As a dev how do I avoid exposing IP through coding assistants?

1•dd-sharma•25m ago•0 comments

MarketNow

https://marketnow.site
1•eddyflores•27m ago•1 comments

Linux Network Performance Parameters

https://github.com/leandromoreira/linux-network-performance-parameters
1•grajmanu•29m ago•0 comments

Lawrence M. Krauss -A Universe from Nothing

https://www.youtube.com/watch?v=vwzbU0bGOdc
1•grajmanu•31m ago•0 comments

Australia's competition regulator sues Amazon over Prime subscription terms

https://www.cnbc.com/2026/06/30/australias-competition-regulator-takes-amazon-to-court-over-alleg...
4•1vuio0pswjnm7•32m ago•0 comments

AI Specialists Ready to Transform Your Workflow

https://github.com/msitarzewski/agency-agents
2•grajmanu•37m ago•0 comments

AI Data Centers Have Been Great for the Steel Industry, Now a Power Crisis Looms

https://www.wsj.com/business/energy-oil/ai-data-centers-power-competition-steel-48a17dbd
3•1vuio0pswjnm7•39m ago•0 comments

Can Architecture Ever Save Us from Sickness?

https://thereader.mitpress.mit.edu/can-architecture-ever-save-us-from-sickness/
3•the-mitr•39m ago•1 comments

ICE Tracks Down Woman to Force Her to Delete Instagram Post

https://newrepublic.com/post/212340/ice-poll-worker-election-delete-instagram-post
12•HotGarbage•41m ago•1 comments

300k-Year-Old Cave Site Explored in Northern Israel

https://archaeology.org/news/2026/06/18/300000-year-old-cave-site-explored-in-northern-israel/
29•andsoitis•41m ago•1 comments

Tracking (and predicting) the World Cup in a circle

https://www.saj.ad/2026/wc
2•dajas•44m ago•0 comments

Aera: Cross Platform Agentic Browser

https://getaera.app
2•handfuloflight•45m ago•0 comments

The Meadows of Medieval Summer

https://www.historytoday.com/archive/out-margins/meadows-medieval-summer
2•benbreen•50m ago•0 comments

Britons ordered to remove air conditioning from homes in 40C heat under Net Zero

https://www.telegraph.co.uk/money/consumer-affairs/air-conditioning-torn-from-homes-under-net-zer...
5•dmitrygr•51m ago•1 comments

Closer to Rude Than Snide: An Interview with Leo Robson

https://www.theideasletter.org/essay/closer-to-rude-than-snide/
2•lermontov•1h ago•0 comments

Show HN: We made an Audio ML sharing platform

https://www.noysr.com/explore
2•bigboi6969•1h ago•0 comments

New EV-makers keep appearing in China

https://www.economist.com/business/2026/06/24/strange-new-ev-makers-keep-appearing-in-china
4•andsoitis•1h ago•2 comments

Study suggests most Americans would be healthier without daylight saving time

https://med.stanford.edu/news/all-news/2025/09/daylight-saving-time.html
6•andsoitis•1h ago•0 comments

Fastllm: A LLM inference library that runs DeepSeek-V4 with 10GB VRAM

https://github.com/ztxz16/fastllm
3•nogajun•1h ago•0 comments

Bandcamp has laid off most of their engineers

https://bsky.app/profile/grmnygrmny.bandcamp.com/post/3mpgvo7l2v22t
15•ulrikrasmussen•1h ago•0 comments

Read Banned Books

https://www.penguinrandomhouse.com/banned-books/
3•hkhn•1h ago•0 comments

Artifacts dating back 400,000 years show ‘complex and rich’ pre-human society

https://www.cnn.com/2026/06/29/science/israel-prehistoric-cave-scli-intl
6•breve•1h ago•0 comments

The end of the engineer. The rise of the operator

https://getoperators.ai/manifesto
3•pro_methe5•1h ago•0 comments

Memory in the Age of AI Agents (Survey Paper)

https://arxiv.org/abs/2512.13564
2•thoughtpeddler•1h ago•0 comments

"It's Hard to Eval" Is a Product Smell

https://hamel.dev/blog/posts/eval-smell/
5•call-me-al•1h 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.