frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Privacy isn't dead: it's just that tech companies have made it inconvenient

https://inforrm.org/2026/06/02/privacy-isnt-dead-its-just-that-tech-companies-have-made-it-inconv...
1•latein•1m ago•0 comments

Will the IT consulting share price rout ever end?

https://www.ft.com/content/17bf8aa3-c5f7-4cd3-a67e-8de580509525
1•thm•3m ago•0 comments

FriendlyBet – A free, ad-free World Cup prediction pool with no sign-up wall

https://friendlybet.live/
1•aviatorpo•4m ago•0 comments

Canada considers cancelling part of U.S. F-35 order to buy 60 Swedish Gripen

https://www.armyrecognition.com/news/aerospace-news/2026/canada-f35-saab-gripen-fighter-jet-order
2•vrganj•11m ago•0 comments

Show HN: Viveka: filter LLM output against a Lean-verified Advaita Vedanta model

https://github.com/SpecStudio-net/Viveka
3•adyashakti•15m ago•0 comments

Show HN: See the JA3 TLS fingerprint your scraper sends to Cloudflare

https://check.jibaoproxy.com
2•jibaoproxy•15m ago•0 comments

What the Meat Industry Doesn't Want You to Know

https://www.nytimes.com/2026/05/30/opinion/pigs-farm-bill-meat-industry.html
2•NoRagrets•17m ago•0 comments

O-POPE: High-Frequency Pipelined Outer Product based GEMM acceleration

https://arxiv.org/abs/2606.02333
1•matt_d•21m ago•0 comments

AI Forward Deployed Engineer (FDE)

https://twitter.com/AndrewYNg/status/2061477558693384395
1•pretext•22m ago•1 comments

Book about AI and truth shipped with fake AI-generated quotes

https://vibegraveyard.ai/story/future-of-truth-ai-fake-quotes/
1•jruohonen•24m ago•0 comments

Used EVs Are Now the Most Affordable Cars

https://www.wsj.com/business/autos/ev-used-car-gas-prices-57623274
1•JumpCrisscross•25m ago•1 comments

California Attorney General sues 23andMe successor for 2023 data breach

https://www.bbc.com/news/articles/crepleq2zyvo
2•mgh2•28m ago•0 comments

AI Engineering for Developers

https://www.lucavall.in/blog/ai-engineering-for-developers
1•kiyanwang•29m ago•0 comments

We Reined In AI Agents With pre-commit

http://blog.merrilin.ai/engineering/2026/reining-in-ai-with-precommit/
3•stonecharioteer•30m ago•0 comments

Love's Labour Lost – Building a Reading App

https://tech.stonecharioteer.com/posts/2026/loves-labour-lost/
1•two_poles_here•35m ago•0 comments

Opus, Sonnet, Haiku: Stop Optimizing the Wrong Number

https://medium.com/@nitishagar/opus-sonnet-haiku-stop-optimizing-the-wrong-number-f0e4732020b7
1•nitishagar•35m ago•0 comments

"You're fucking crazy": Trump fumes at Netanyahu in call on Lebanon

https://www.axios.com/2026/06/01/trump-netanyahu-israel-lebanon-call
2•hggh•37m ago•1 comments

Angry security researcher declares Bitskrieg on Microsoft

https://deadeclipse666.blogspot.com/2026/05/announcing-bitskrieg.html
1•doener•41m ago•1 comments

Comparing Tim Berners-Lee's Solid to ATProto's PDS (2025)

https://forum.solidproject.org/t/comparing-solid-to-atproto-pds/9461
1•xeonmc•46m ago•0 comments

What I learned by building an agentic system in Go to generate Google slides

https://blog.owulveryck.info/2026/05/31/the-agentic-mesh-in-practice-anatomy-of-an-agent-product....
1•owulveryck•46m ago•0 comments

Salesforce Signs Definitive Agreement to Acquire Contentful

https://www.salesforce.com/news/stories/salesforce-signs-definitive-agreement-to-acquire-contentf...
1•taubek•48m ago•0 comments

We Built Our Own Cloud Agent Infrastructure

https://www.harvey.ai/blog/why-we-built-our-own-cloud-agent-infrastructure
1•AnhTho_FR•49m ago•0 comments

Hegseth Blocks Eight Navy Senior Officer Promotions

https://www.wsj.com/politics/national-security/hegseth-blocks-eight-navy-senior-officer-promotion...
3•petethomas•50m ago•0 comments

OpenAI let ChatGPT aid and abet mass shooters, Florida lawsuit claims

https://www.bbc.com/news/articles/czx2j0v8d2xo
2•austinallegro•51m ago•1 comments

GitHub based note taking mobile app

https://www.gitnotes.org/
2•vidwa•52m ago•0 comments

Architecture Is Policy: Compiling Governance into the AI Stack

https://www.riddhimohan.com/blog/architecture-policy-compiling-governance-into-ai-stack
1•riddhimohan•53m ago•0 comments

I'm Done Using AI

5•nyxtom•54m ago•0 comments

Typewriters and assistive technology for blind and partially sighted people

https://www.sciencemuseum.org.uk/objects-and-stories/everyday-wonders/typewriters-blind-partially...
1•adm4•56m ago•0 comments

Hegseth strikes female and Black Navy officers from promotion list

https://www.bostonglobe.com/2026/06/01/nation/hegseth-female-black-navy-officers-promotion/
6•petethomas•1h ago•3 comments

Xz, two years on: what scanners still cannot catch

https://arcis-website.pages.dev/blog/posts/xz-utils-and-the-trust-shift
2•gagancm•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.