From: Steve Jobs. "Great idea, thank you." (blog.hayman.net)
690 points by mattl 7h ago 193 comments
How the US Built 5k Ships in WWII (construction-physics.com)
52 points by rbanffy 5h ago 25 comments
Podfox: First Container-Aware Browser (val.packett.cool)
26 points by pierremenard 3h ago 3 comments
Podfox: First Container-Aware Browser
26 pierremenard 3 5/8/2025, 10:19:12 PM val.packett.cool ↗
You can actually use Traefik to do something similar using its Docker service discovery. Instead of being a SOCKS proxy, Traefik is a reverse proxy, and you can combine with `lvh.me` which resolves all subdomains to localhost. I don't use this technique any more, but a functional example command can be seen here: https://github.com/CGamesPlay/dotfiles/blob/c49e2b4ddd0fe591...