Fly.io
@fly.io
Run web, AI, & app servers close to your users on CPUs and GPUs. Deploy and scale your app in minutes at https://fly.io/speedrun.
🤖 You should write an Agent. Seriously. it's easier than you think! LLM API calls + context management + tools = surprisingly powerful. The field is wide open with unsolved engineering problems and fast iteration cycles. whether you love or hate the hype, understanding this matters.
🔗 ➡ 🧵
🔗 ➡ 🧵
November 7, 2025 at 4:45 AM
🤖 You should write an Agent. Seriously. it's easier than you think! LLM API calls + context management + tools = surprisingly powerful. The field is wide open with unsolved engineering problems and fast iteration cycles. whether you love or hate the hype, understanding this matters.
🔗 ➡ 🧵
🔗 ➡ 🧵
🦀 Corrosion: Fly's distributed service discovery built with Rust & SQLite for global state sync without central servers or locking. Learned hard lessons from deadlocks and schema chaos. Unconventional? Absolutely. Effective? Very
🔗➡️https://fly.io/blog/corrosion/
🔗➡️https://fly.io/blog/corrosion/
October 24, 2025 at 3:48 AM
🦀 Corrosion: Fly's distributed service discovery built with Rust & SQLite for global state sync without central servers or locking. Learned hard lessons from deadlocks and schema chaos. Unconventional? Absolutely. Effective? Very
🔗➡️https://fly.io/blog/corrosion/
🔗➡️https://fly.io/blog/corrosion/
💾 You're now able to persist your RootFS across reboots! Keep your root filesystem across restarts or even updates. Perfect for caches you don't want to rebuild. (You should probably still not use this for critical data, use volumes for that)
🔗➡️🧵
🔗➡️🧵
Your RootFS, Reboot-Resistant: Try `persist_rootfs`
We’ve said it before: never use the root filesystem from your application image to persist state. At best, it’s ephemeral. After a machine restart or an update, there’s no guarantee your data will…
community.fly.io
October 17, 2025 at 4:35 PM
💾 You're now able to persist your RootFS across reboots! Keep your root filesystem across restarts or even updates. Perfect for caches you don't want to rebuild. (You should probably still not use this for critical data, use volumes for that)
🔗➡️🧵
🔗➡️🧵
🚀 Litestream v0.5.0 drops with point-in-time recovery, new LTX file format for efficient transaction interchange, and hierarchical compaction (30s/5min/1hr windows). Ditched generations for monotonic txn IDs, removed CGO, added NATS JetStream support.
🔗➡️https://fly.io/blog/litestream-v050-is-here/
🔗➡️https://fly.io/blog/litestream-v050-is-here/
October 15, 2025 at 3:11 AM
🚀 Litestream v0.5.0 drops with point-in-time recovery, new LTX file format for efficient transaction interchange, and hierarchical compaction (30s/5min/1hr windows). Ditched generations for monotonic txn IDs, removed CGO, added NATS JetStream support.
🔗➡️https://fly.io/blog/litestream-v050-is-here/
🔗➡️https://fly.io/blog/litestream-v050-is-here/
🕰️ From the archives: ♿ Real-time apps can be accessibility nightmares, but Phoenix LiveView's semantic approach makes it possible. Proper aria-live regions, smart focus management, and diff-based updates that don't overwhelm screen readers. Clearing the fog to pick the fruit 🍎
🔗➡️🧵
🔗➡️🧵
September 19, 2025 at 4:35 PM
🕰️ From the archives: ♿ Real-time apps can be accessibility nightmares, but Phoenix LiveView's semantic approach makes it possible. Proper aria-live regions, smart focus management, and diff-based updates that don't overwhelm screen readers. Clearing the fog to pick the fruit 🍎
🔗➡️🧵
🔗➡️🧵
🎮 From the Archives: Follow along as we showcase building a distributed turn-based game system in Elixir without the usual suspects. No React/Vue frontend, no REST APIs, no Kafka/Redis. just Phoenix PubSub, Horde & LiveView across Fly regions with Wireguard clustering. >:3
🔗➡️🧵
🔗➡️🧵
September 10, 2025 at 4:05 AM
🎮 From the Archives: Follow along as we showcase building a distributed turn-based game system in Elixir without the usual suspects. No React/Vue frontend, no REST APIs, no Kafka/Redis. just Phoenix PubSub, Horde & LiveView across Fly regions with Wireguard clustering. >:3
🔗➡️🧵
🔗➡️🧵
📚 Four new guides for common Fly patterns! Infrastructure automation without Terraform, app suspend/resume, rollback strategies, and n-tier architecture. Born from real Solutions Architecture sessions, solving the problems you're actually hitting.
🔗 ➡️ community.fly.io/t/four-new-g...
🔗 ➡️ community.fly.io/t/four-new-g...
Deploy app servers close to your users · Fly
Over 3 million apps have launched on Fly.io, leveraging global Anycast load-balancing, zero-config private networking, hardware isolation, instant WireGuard VPN connections, and push-button…
Fly.io
September 4, 2025 at 12:41 AM
📚 Four new guides for common Fly patterns! Infrastructure automation without Terraform, app suspend/resume, rollback strategies, and n-tier architecture. Born from real Solutions Architecture sessions, solving the problems you're actually hitting.
🔗 ➡️ community.fly.io/t/four-new-g...
🔗 ➡️ community.fly.io/t/four-new-g...
🔧 New video just dropped: ever wondered how your apps actually run on Fly? We dove deep into our custom orchestrator, flyd, firecracker vms, and why we built our own decentralized system instead of using traditional schedulers.
🔗➡️https://youtu.be/kPHmRgDTvNc
🔗➡️https://youtu.be/kPHmRgDTvNc
August 29, 2025 at 12:19 AM
🔧 New video just dropped: ever wondered how your apps actually run on Fly? We dove deep into our custom orchestrator, flyd, firecracker vms, and why we built our own decentralized system instead of using traditional schedulers.
🔗➡️https://youtu.be/kPHmRgDTvNc
🔗➡️https://youtu.be/kPHmRgDTvNc
🤖 Tired of your AI agents making bad code edits? MorphLLM's fast apply does semantic, structure-aware changes that actually work. No more slow, wasteful iterations. The performance numbers are wild, check it out!
🔗➡️ fly.io/blog/build-b...
🔗➡️ fly.io/blog/build-b...
August 27, 2025 at 3:15 AM
🤖 Tired of your AI agents making bad code edits? MorphLLM's fast apply does semantic, structure-aware changes that actually work. No more slow, wasteful iterations. The performance numbers are wild, check it out!
🔗➡️ fly.io/blog/build-b...
🔗➡️ fly.io/blog/build-b...
🧠 Building AI software? Your biggest risk isn't the code, it's trust calibration! When users over-trust your AI, disasters happen. When they under-trust, potential dies. The sweet spot? It's more nuanced than you think.
🔗 ➡️ fly.io/blog/trust-c...
🔗 ➡️ fly.io/blog/trust-c...
August 20, 2025 at 2:36 AM
🧠 Building AI software? Your biggest risk isn't the code, it's trust calibration! When users over-trust your AI, disasters happen. When they under-trust, potential dies. The sweet spot? It's more nuanced than you think.
🔗 ➡️ fly.io/blog/trust-c...
🔗 ➡️ fly.io/blog/trust-c...
🐳 Docker Compose compatibility is here! Deploy your existing multi-container apps to Fly without rewriting configs. The journey begins... test your compose files, manage complex apps easier, and let us know what features you want next!
🔗 ➡️ community.fly.io/t/docker-com...
🔗 ➡️ community.fly.io/t/docker-com...
Deploy app servers close to your users · Fly
Over 3 million apps have launched on Fly.io, leveraging global Anycast load-balancing, zero-config private networking, hardware isolation, instant WireGuard VPN connections, and push-button…
Fly.io
August 15, 2025 at 10:30 PM
🐳 Docker Compose compatibility is here! Deploy your existing multi-container apps to Fly without rewriting configs. The journey begins... test your compose files, manage complex apps easier, and let us know what features you want next!
🔗 ➡️ community.fly.io/t/docker-com...
🔗 ➡️ community.fly.io/t/docker-com...
🤖 The future isn't model agnostic! Why specialized infrastructure beats one-size-fits-all approaches. Different AI models need different optimizations, from memory patterns to networking. Generic platforms create bottlenecks while specialized infra unlocks performance.
🔗 ➡️ fly.io/blog/the-fut...
🔗 ➡️ fly.io/blog/the-fut...
August 14, 2025 at 3:24 AM
🤖 The future isn't model agnostic! Why specialized infrastructure beats one-size-fits-all approaches. Different AI models need different optimizations, from memory patterns to networking. Generic platforms create bottlenecks while specialized infra unlocks performance.
🔗 ➡️ fly.io/blog/the-fut...
🔗 ➡️ fly.io/blog/the-fut...
When your code is giving mixed signals, Ravyn Lenae's "Love Me Not" is the perfect pop soul soundtrack for debugging those tricky logic flows! ✨
🎵 ➡️ youtu.be/cswfR85D7jM
🎵 ➡️ youtu.be/cswfR85D7jM
Ravyn Lenae - Love Me Not (Official Music Video)
Ravyn Lenae - Love Me Not
Stream/Download: https://ravynlenae.lnk.to/LoveMeNot
‘Bird’s Eye’ out now: https://ravynlenae.lnk.to/BirdsEye
Connect with Ravyn Lenae:
TikTok -…
youtu.be
August 8, 2025 at 10:30 PM
When your code is giving mixed signals, Ravyn Lenae's "Love Me Not" is the perfect pop soul soundtrack for debugging those tricky logic flows! ✨
🎵 ➡️ youtu.be/cswfR85D7jM
🎵 ➡️ youtu.be/cswfR85D7jM
🔧 MPG extensions management is here! Enable/disable Postgres extensions through the dashboard - no more complex commands. Support for pgvector, PostGIS, and all trusted PG16 extensions. Plus CREATE EXTENSION via SQL is back for automated deployments!
🔗 ➡️ community.fly.io/t/mpg-extens...
🔗 ➡️ community.fly.io/t/mpg-extens...
August 7, 2025 at 1:04 AM
🔧 MPG extensions management is here! Enable/disable Postgres extensions through the dashboard - no more complex commands. Support for pgvector, PostGIS, and all trusted PG16 extensions. Plus CREATE EXTENSION via SQL is back for automated deployments!
🔗 ➡️ community.fly.io/t/mpg-extens...
🔗 ➡️ community.fly.io/t/mpg-extens...
🚀 New video: Watch someone build a complete virtual coffee house app with Phoenix.new in just one hour! From concept to deployment on Fly, see how AI democratizes app development for non-technical creators.
🔗 ➡️ 🧵
🔗 ➡️ 🧵
August 5, 2025 at 10:05 PM
🚀 New video: Watch someone build a complete virtual coffee house app with Phoenix.new in just one hour! From concept to deployment on Fly, see how AI democratizes app development for non-technical creators.
🔗 ➡️ 🧵
🔗 ➡️ 🧵
When you're pushing that critical hotfix to production and the anxiety kicks in – Tyler, The Creator's fresh "Don't You Worry Baby" from his brand new album DON'T TAP THE GLASS is the perfect reassurance your nerves need. Sometimes you just gotta trust the process.
🎵 ➡️ youtu.be/vaqHcZwlVQM
🎵 ➡️ youtu.be/vaqHcZwlVQM
Don't You Worry Baby
Provided to YouTube by Columbia
Don't You Worry Baby · Tyler, The Creator · Madison McFerrin
DON'T TAP THE GLASS
℗ 2025 Columbia Records, a Division of Sony Music Entertainment, as exclusive…
youtu.be
August 1, 2025 at 9:13 PM
When you're pushing that critical hotfix to production and the anxiety kicks in – Tyler, The Creator's fresh "Don't You Worry Baby" from his brand new album DON'T TAP THE GLASS is the perfect reassurance your nerves need. Sometimes you just gotta trust the process.
🎵 ➡️ youtu.be/vaqHcZwlVQM
🎵 ➡️ youtu.be/vaqHcZwlVQM