frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Gnat – self-hosted analytics as a single Go binary with MCP server

https://github.com/var-raphael/Gnat
1•Raphael_Dev•3m ago•0 comments

Chinese space institute tried to set up monitoring station in New Zealand

https://thespinoff.co.nz/politics/13-08-2026/chinese-space-institute-tried-to-set-up-monitoring-s...
3•ilamont•4m ago•0 comments

A probability grid of chain-of-thought, read through Boyd's OODA loop lens

https://adamsohn.com/reasoning-grid/
1•dandep•5m ago•0 comments

Supplier challenge delays Post Office Horizon replacement

https://www.computerweekly.com/news/366649001/Supplier-challenge-delays-Post-Office-Horizon-repla...
1•latein•8m ago•0 comments

The TEMU-Fication of Software, Digital Goods and Services

https://xn--gckvb8fzb.com/the-temu-fication-of-software-digital-goods-services/
1•surprisetalk•9m ago•0 comments

Multi-Modeling the Rocket Monster

https://mikkelmalmberg.com/2026/multi-modeling-the-rocket-monster
1•zazuke•10m ago•0 comments

Open Silicon Photonics for AI Systems Initiative

https://lightmatter.co/press-release/industry-leaders-formally-launch-cpo-system-architecture-ini...
2•giuliomagnifico•11m ago•0 comments

Haskell: Origins, Evolution, and Future [video]

https://www.youtube.com/watch?v=MQeIerDsReA
2•kqr•13m ago•0 comments

Show HN: Open-Sourcing It

1•hamzabinmubeen•13m ago•0 comments

Error by AI scribe during medical appointment leaves patient devastated

https://www.abc.net.au/news/2026-08-14/ai-medical-scribe-error-leaves-patient-devastated/107031672
1•martyvis•14m ago•0 comments

Tlbic – A Local Basic Income Framework for Crisis Prevention and Governance

https://drive.google.com/file/d/1Y3duefqydF8nSl9amowYsEzVevNxdIlP/view?usp=drive_link
1•michikawa59•15m ago•1 comments

Three years of writing a browser engine, in 50 posts

https://codemusings.nl/@jaytaph/p/9A6TCthSHwFEZwGbzSumbN
1•jaytaph•17m ago•0 comments

AI Watermarks, Skill Loss and GenAI – Food for Agile Thought #557

https://age-of-product.com/food-agile-thought-557-ai-watermarks/
1•swolpers•18m ago•0 comments

Show HN: Sktstreamer for smooth video with latency on slow mobile networks

https://github.com/sktguha/sktstreamer
1•test1072•18m ago•0 comments

Show HN: Transcendence – Minimalist, privacy-first mantra meditation timer

https://transcendenceapp.com
1•Sharanxxxx•19m ago•0 comments

Why $100 in Your 20s is Worth $500 in Your 60s

https://ofdollarsanddata.com/why-100-in-your-20s-is-worth-500-in-your-60s/
1•throw0101a•20m ago•0 comments

Which GPU Is Suitable for Running Your AI Workloads?

https://3hcloud.com/blog/which-gpu-is-suitable-for-your-ai-workload
1•Liriel•20m ago•0 comments

The EU AI Act Is Now a Business-Blocking Risk for Vertical AI

https://medium.com/@MirArshadTalpur/the-eu-ai-act-is-now-a-business-blocking-risk-for-vertical-ai...
1•Arshad-Talpur•22m ago•0 comments

React Context is good, it's just that useContext is bad

https://www.youtube.com/watch?v=F0agoh-Qlwo
1•denniscual•23m ago•0 comments

When TestOnly=1 means testing is disabled

https://serverfault.com/questions/990271/postfix-policyd-spf-python-spoof-protection-spf-checks-f...
1•babuskov•24m ago•0 comments

Anthropic Is Quietly Watermarking Every Claude AI Output

https://decrypt.co/375594/anthropic-quietly-watermarking-ai-claude-output-builders-break
1•_____k•26m ago•0 comments

Israeli forces force families from homes amid settler terror campaign West Bank

https://www.theguardian.com/world/2026/aug/13/israeli-troops-force-families-from-homes-amid-settl...
11•hebelehubele•26m ago•1 comments

The mathematical beauty of hyperbezier curves

https://linebender.org/blog/hyperbezier/
1•fanf2•28m ago•1 comments

The Human-Computer Interaction handbook

https://books.google.com/books/about/The_Human_Computer_Interaction_Handbook.html
1•andsoitis•28m ago•0 comments

WhatCable: Know what your USB-C cable can do

https://www.whatcable.uk/
2•mikecarlton•28m ago•0 comments

Nvidia GeForce Now for Linux Officially Arrives

https://www.techpowerup.com/351585/nvidia-geforce-now-for-linux-officially-arrives
1•haunter•28m ago•0 comments

When the Future Doesn't Need Us

https://borretti.me/article/when-the-future-doesnt-need-us
1•zetalyrae•29m ago•0 comments

Creative Technology Cubic 88 computer with monitor

https://www.roots.gov.sg/collection-landing/listing/1596297
1•Bluestein•30m ago•0 comments

OpenAI's new Computer History records your typing and clicks

https://learn.chatgpt.com/docs/changelog
2•BlueBerry2001•31m ago•0 comments

Curl Performance

https://daniel.haxx.se/blog/2026/08/14/curl-performance-2/
1•gpi•32m 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.