frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rich and dynamic user interfaces with Flutter and generative UI

https://blog.flutter.dev/rich-and-dynamic-user-interfaces-with-flutter-and-generative-ui-178405af...
1•andsoitis•5m ago•0 comments

The 'Quiet Catastrophe' Brewing in Our Social Lives

https://podcasts.apple.com/us/podcast/the-ezra-klein-show/id1548604447?i=1000738305359
1•nkzednan•5m ago•0 comments

Flutter 3.38 and Dart 3.10: Building the future of apps

https://blog.flutter.dev/announcing-flutter-3-38-dart-3-10-building-the-future-of-apps-503429eeb685
1•andsoitis•5m ago•0 comments

Z-Image: Efficient Image Gen Model with Single-Stream Diffusion Transformer

https://tongyi-mai.github.io/Z-Image-homepage/
1•SerCe•5m ago•0 comments

OSMU Community member posts proof that certain Bitcoin mining pools are fugazi

https://github.com/mweinberg/stratum-speed-test/tree/main/findings
1•metaprinter•7m ago•0 comments

bonsai_term: A library for building dynamic terminal apps by Jane Street

https://github.com/janestreet/bonsai_term
2•azhenley•8m ago•0 comments

Solar's growth in US almost enough to offset rising energy use

https://arstechnica.com/science/2025/11/solars-growth-in-us-almost-enough-to-offset-rising-energy...
1•pseudolus•10m ago•0 comments

"we are not enron" says nvidia [video]

https://www.youtube.com/watch?v=ThUNhjblo24
3•xqcgrek2•13m ago•0 comments

Generative AI in Software Engineering Must Be Human-Centered [pdf]

https://www.cs.ubc.ca/~rtholmes/papers/jss_2024_russo.pdf
3•nextos•14m ago•0 comments

OpenAI Loses Key Discovery Battle as It Cedes Ground to Authors in AI Lawsuits

https://www.hollywoodreporter.com/business/business-news/openai-loses-key-discovery-battle-why-de...
2•CharlesW•17m ago•0 comments

Show HN: Splintr – Rust BPE tokenizer, 12x faster than tiktoken for batches

https://github.com/farhan-syah/splintr
1•fs90•17m ago•0 comments

Ask HN: Why would you downvote without replying?

1•txrx0000•18m ago•0 comments

How 'Stranger Things' Defined the Era of the Algorithm

https://www.nytimes.com/interactive/2025/11/26/arts/television/stranger-things-streaming-netflix....
1•pseudolus•19m ago•1 comments

Warning: The Fed Can't Rescue AI

https://paulkrugman.substack.com/p/warning-the-fed-cant-rescue-ai
3•xqcgrek2•23m ago•0 comments

Apple's Preventing Some Apps from Working on Older iPhones [video]

https://www.youtube.com/watch?v=WXqVV8_GORE
1•barbs•27m ago•0 comments

Collabora Online Desktop Released with Improved UI from LibreOffice

https://www.collaboraonline.com/blog/collabora-online-now-available-on-desktop/
1•nogajun•28m ago•0 comments

Why is OpenAI lying about the data its collecting on users?

2•kypro•29m ago•0 comments

What Does "Capitalism" Mean, Anyway?

https://www.newyorker.com/magazine/2025/12/01/capitalism-a-global-history-sven-beckert-book-review
2•pseudolus•29m ago•1 comments

SM9 – Chinese National Cryptography Standard

https://en.wikipedia.org/wiki/SM9_(cryptography_standard)
1•uneven9434•30m ago•0 comments

Taking down Next.js servers for 0.0001 cents a pop

https://www.harmonyintelligence.com/taking-down-next-js-servers
6•polymathist•31m ago•1 comments

IPSW.me – Download iOS Firmware

https://ipsw.me/
1•uneven9434•32m ago•0 comments

Designable Emergence: The Next Frontier After the Artificial Nucleolus

https://medium.com/@peter_9588/designable-emergence-the-next-frontier-after-the-artificial-nucleo...
1•aniijbod•35m ago•0 comments

2025 Edelman Trust Barometer Flash Poll: Trust and AI at a Crossroad [pdf]

https://www.edelman.com/sites/g/files/aatuss191/files/2025-11/2025%20Edelman%20Trust%20Barometer%...
2•layer8•35m ago•0 comments

Beep-8: A Fantasy Console with an ARM-Based Architecture and C/C++ SDK

https://github.com/beep8/beep8-sdk
3•beep8_official•38m ago•1 comments

Dead, 279 missing in Hong Kong fire

https://www.scmp.com/news/hong-kong/society/article/3334217/major-fire-hong-kongs-tai-po-leaves-2...
4•nsoonhui•38m ago•1 comments

Show HN: Statements to Sheets – Convert Bank Statement PDFs to CSV

https://statementstosheets.com
2•spiked•41m ago•1 comments

DSP 101 Part 1: An Introductory Course in DSP System Design

https://www.analog.com/en/resources/analog-dialogue/articles/dsp-101-part-1.html
1•teleforce•46m ago•0 comments

Has the bailout of generative AI begun?

https://garymarcus.substack.com/p/has-the-bailout-of-generative-ai
3•chmaynard•53m ago•0 comments

The weirdest tool I own is also one of the most useful

https://www.zdnet.com/article/the-weirdest-tool-i-own-is-also-one-of-the-most-useful-and-its-14-o...
1•fcpguru•1h ago•0 comments

What we know about the Hong Kong apartment fires

https://www.bbc.com/news/articles/cdxe9r7wjgro
2•thunderbong•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•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.