Ask HN: Go deep into AI/LLMs or just use them as tools?
154 points by pella_may 13h ago 118 comments
Ask HN: Selling software to company I work for as an employee
40 points by apohak 3d ago 51 comments
Ask HN: Any interest in a 5x cheaper alternative to Fly.io for containers?
3 v-yanakiev 2 5/24/2025, 10:06:50 AM
Motivated by recent drama regarding Fly's throttling changes (https://community.fly.io/t/predictable-processor-performance/22259), I started thinking about building an alternative to Fly.io's performance machines (no overprovisioning), which would be 5x cheaper.
https://fly.io/docs/about/pricing/
Instead of paying $0.1722/hour for a 4vcpu machine/container, you'd pay $0.03444/hour.
It'd run on Hetzner infrastructure, using Firecracker microVMs.
It'd have a minimal interface. You'd build and push a Docker image with a CLI. After that, you'd start containers / communicate with them / destroy them over REST.
Any interest?
Compare this to the <1s starts you can get with Firecracker VMs (used in their own Lambda, and also on Fly.io).