frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Liberal Crime Squad: New Age

https://github.com/ashley-s-fox/lcs-new-age
1•bean469•1m ago•0 comments

Ask HN: Best way to buy second hand compute (in a future AI crash)

2•lifeisstillgood•1m ago•0 comments

How to Make a Font

https://www.makingsoftware.com/chapters/how-to-make-a-font
1•Brajeshwar•1m ago•0 comments

Unifeyn, an AI study workspace grounded in your own documents

https://www.unifeyn.app
1•securemepro•5m ago•0 comments

OpenAI Releases Codex Micro

https://openai.com/de-DE/supply/co-lab/work-louder/
1•zeeez•7m ago•0 comments

"Useful" is not sufficient

https://tante.cc/2026/07/15/useful-is-not-sufficient/
1•ttiurani•8m ago•0 comments

Show HN: Trellis2.c – Local 3D generation with Vulkan and CUDA

https://github.com/Wimacs/trellis2.c
1•wimaxs•13m ago•0 comments

Rethinking Databases for Humans and AI Agents

https://marcobambini.substack.com/p/rethinking-databases-for-humans-and
1•marcobambini•19m ago•0 comments

Writing GPU shaders in plain Rust [video]

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

Computing Camera Rays

https://momentsingraphics.de/CameraRays.html
2•ibobev•27m ago•0 comments

New AMD Radeon Developer Tool Suite update brings shader source code

https://gpuopen.com/learn/radeon-developer-tool-suite-shader-source-code/
1•ibobev•27m ago•0 comments

The early Research Unix exec(2) argv size limit

https://utcc.utoronto.ca/~cks/space/blog/unix/EarlyUnixExecArgvSizeLimit
2•ingve•29m ago•0 comments

AI Reviewing AI

https://twitter.com/GergelyOrosz/status/2077479764604883339
2•TheAnkurTyagi•33m ago•0 comments

Show HN: KindScan – product safety checker for your whole family

https://kindscan.com/
1•trulayer•35m ago•0 comments

Building a Financial Exchange from first principles

https://harshiyer.in/blog/farzi-exchange
3•proximuz•36m ago•2 comments

Browser Fingerprint Test–20 Signals your Browser Reveals Each Website You Visit

https://mysysinfo.com
1•hackstar•37m ago•0 comments

Republic of letters (2024) a first social network?

https://bigthink.com/strange-maps/republic-of-letters/
1•czw2•43m ago•1 comments

The Refusal Residue: When Probes Catch Alignment Faking and When They Don't

https://arxiv.org/abs/2607.13346
1•sbulaev•46m ago•0 comments

Show HN: I made ts-node alternative, ttsc/ttsx, a TypeScript-go toolchain

https://github.com/samchon/ttsc
3•autobe•47m ago•0 comments

Can we trust open weight models?

https://twitter.com/insiderphd/status/2077037121869664410
1•mef•47m ago•1 comments

GPT-Red: an LLM super-hacker OpenAI built to make its models safer

https://www.technologyreview.com/2026/07/15/1140514/meet-gpt-red-an-llm-super-hacker-openai-built...
1•joozio•52m ago•0 comments

A bunch of stuff I used to not know about K&R C

https://sebsite.pw/w/20260712-kandr.html
2•birdculture•52m ago•0 comments

The Looting of Science Fiction

https://aeon.co/essays/silicon-valley-has-a-science-fiction-problem
4•gajju3588•54m ago•0 comments

Uber moves to acquire Delivery Hero for €12.5B

https://www.reuters.com/business/finance/uber-nears-125bn-deal-acquire-delivery-hero-ft-reports-2...
2•ProjectBarks•54m ago•0 comments

Is There a Reliable Way to Generate Figma Designs from Code?

https://geekyants.com/blog/how-we-built-the-missing-bridge-from-code-to-figma
2•varda_62892•58m ago•0 comments

Building This Blog: Jekyll on GitHub Pages from Zero to 130 Posts

https://mcgarrah.org/setting-up-jekyll-blog-github-pages/
2•ankitg12•1h ago•0 comments

What is the real point of Codex Micro? [video]

https://www.youtube.com/watch?v=m8uUUUsMD3Y
1•hsuduebc2•1h ago•1 comments

Notes on Structured Programming [pdf]

https://www.cs.utexas.edu/~EWD/ewd02xx/EWD249.PDF
2•andsoitis•1h ago•0 comments

20-20-20 Rule: Are These Numbers Justified?

https://pubmed.ncbi.nlm.nih.gov/36473088/
1•ankitg12•1h ago•0 comments

From Microservice to Subprocess

https://kerkour.com/from-microservice-to-subprocess
1•enz•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.