frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Run OpenBSD on DigitalOcean for $4/month

https://nil.wallyjones.com/run-openbsd-on-digitalocean-for-4month/
1•speckx•30s ago•0 comments

An MCP 2026-07-28 Server from Scratch

https://data4sci.com/blog/an-mcp-server-from-scratch
1•Anon84•37s ago•0 comments

Back to the Future: Hypertext the Way It Used to Be

https://www.xanadu.net/XanaduSpace/btf.htm
1•GaryBluto•2m ago•0 comments

HotChips 2026 Samsung LPDDR5X-PIM (processing-in-memory)

https://www.servethehome.com/samsung-lpddr5x-pim-at-hot-chips-2026/
1•cmrdporcupine•2m ago•0 comments

Robot Autodocking for Stretch 4

https://binitshah.github.io/blog/stretch-4-autodocking/
1•bshah_•5m ago•0 comments

Anatomy of a credit card rewards program (2024)

https://www.bitsaboutmoney.com/archive/anatomy-of-credit-card-rewards-programs/
1•simonebrunozzi•8m ago•0 comments

Software Firms Deploy Bluster and Buybacks to Counter AI Fears

https://www.bloomberg.com/news/articles/2026-08-21/salesforce-servicenow-fight-ai-fears-with-buyb...
1•toomuchtodo•9m ago•1 comments

Lightweight system monitor for Linux VPS written in Go

https://github.com/leodeim/vpsmon
2•ygagaga•9m ago•0 comments

Faithful, Reproducible, Wrong: Lessons from 900 Data-Agent Runs

https://xorq.dev/blog/faithful-reproducible-wrong/
1•mousematrix•10m ago•0 comments

Nvidia's Groq 3 LPX accelerator enters full production at 3,500 tokens/SEC

https://siliconangle.com/2026/08/24/nvidias-dedicated-inference-accelerator-groq-3-lpx-enters-ful...
1•metadat•10m ago•0 comments

AI/LLM Usage Becoming a "Denial of Service Attack" on Open-Source Maintainers

https://www.phoronix.com/news/AI-DoS-Attack-Maintainers
1•speckx•11m ago•0 comments

QEMU: Single reporter filed over 125 separate bug reports in under 10 minutes

https://hachyderm.io/@berrange/117155755806497654
1•e2le•11m ago•0 comments

Running a Java Spring Boot app on a 512 MB VPS with lightweight monitoring

https://pvrlabs.xyz/articles/spring-boot-512mb-vps.html
1•birdculture•11m ago•0 comments

Project SuperDex

https://projectsuperdex.com/
1•saucesaft•13m ago•0 comments

Nitter project received cease and desist

https://github.com/zedeus/nitter/issues/1442
7•Banditoz•15m ago•1 comments

The AI Hater's Manifesto

https://www.wheresyoured.at/the-ai-haters-manifesto/
7•crescit_eundo•15m ago•1 comments

Basecamp/Hey-CLI: Hey CLI and Agent Skills

https://github.com/basecamp/hey-cli
3•duck•16m ago•0 comments

The AI-coding stack: a map for a landscape that won't sit still

https://mineti.dev/articles/the-ai-coding-stack/
2•mineti•17m ago•0 comments

Show HN: I built a cybersecurity challenge for university students

https://vitb-polimi-cyber-v4.vercel.app/
2•adityainsights•18m ago•0 comments

Meta's custom transport protocol embraces packet chaos to boost AI throughput

https://www.sdxcentral.com/news/metas-custom-transport-protocol-embraces-packet-chaos-to-boost-ai...
2•oavioklein•20m ago•0 comments

Black hole singularity is a surface not a point

https://arxiv.org/abs/2608.21590
14•raattgift•20m ago•2 comments

The Download: smarter AI in schools, and a robot "carnival" in Shanghai

https://www.technologyreview.com/2026/08/25/1142909/the-download-smarter-ai-in-schools-robot-carn...
2•joozio•21m ago•0 comments

Is Foodnevercomes.com a Stolen Idea?

https://dopamine-hits.fandom.com/음식만안와요
2•dhffl•22m ago•1 comments

AI payment rails exist. The rules for dividing value do not (SSRN 7321561)

https://ssrn.com/abstract=7321561
2•MECIP_Protocol•23m ago•0 comments

A new ceiling for Λ: the de Bruijn–Newman constant is at most 0.1787854

https://www.judegomila.com/posts/riemann-lambda-0.1787854
5•judegomila•24m ago•0 comments

Apple's on-device model takes no images. I measured what that rules out

https://tidymacapp.com/on-device-model-takes-no-images
2•sdiazthomas•24m ago•0 comments

Water Behind the Watts: The Hidden Risk of Powering Data Centers

https://www.ceres.org/resources/reports/water-behind-the-watts-the-hidden-risk-of-powering-data-c...
6•hn_acker•25m ago•1 comments

Waymo Is Coming to the EU

https://www.reuters.com/technology/waymo-begin-testing-autonomous-vehicles-munich-2026-08-25/
4•cwoebker•25m ago•0 comments

How the Legal System Is Ruining Plants [video]

https://www.youtube.com/watch?v=ZNWmy0CKePc
3•Teever•26m ago•0 comments

Skinner Box: How to Control People Habits and How Games Abuse This

https://steemit.com/gaming/@ahmadmanga/skinner-box-how-to-control-people-habits-and-how-games-abu...
2•Bluestein•27m 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.