Earlier quoted context omitted.
Cloudflare also depends on investor money, they haven't made a profit ever and continue to just throw stuff at the wall to grow. At some point in time they'll have to start thinking about profitability.
It's important to qualify this though. E.g. Amazon was not profitable for a very long time, but only because they furiously reinvested everything. They could've turned profitable at any time. Assuming Cloudflare is a similar case to Amazon: ie they could turn profitable at any time but choose to reinvest those profits immediately into more business, that is a very good spot to be in.
We raised a bunch of money
371–380 of 484 posts
Re: We raised a bunch of money
#372Earlier quoted context omitted.
> that one of them was elected to the county Board of Supervisors. can you explain this part of the joke?
In a reverse Turing moment, I actually submitted this joke to a chatbot, and it got it.
Re: We raised a bunch of money
#373so I'm guessing Vercel and Netlify deploy cloud functions only to the "least worst datacenter"? while Fly.io deploys compute instances to more regions and also has a database? asking because I've been content with Vercel and Netlify's CDN for frontend assets and simply stopped doing system design around relational storage, when I want to stay on a free tier.
We're a full stack platform, most frequently compared to Heroku --- a place you'd run a Rails, Elixir, or Django app.
Heroku has been handicapped for nearly half a decade, there are a lot of people that already know of alternatives and have changed their system design to accommodate the alternatives. How does Fly.io fit in with Vercel, or Netlify? As opposed to people keeping their Heroku apps on life support
Re: We raised a bunch of money
#374I really like the "Here's what's not changing" section. Honorable mention for Twilio. Also, the kind of platform companies where you sign up and play tend to get acquired and become the kind where you sign up and a sales person calls you!
I hacked together a prototype using free tiers and easy-to-access sandbox environments and guess what, we're gonna transition to the paid tier after getting some feedback on the MVP. At this point, it doesn't matter if a competitor's sales person can give us a better deal "because it's the end of the quarter" merely due to the fact that the code has already been written.
Re: We raised a bunch of money
#375Earlier quoted context omitted.
And your lawn guy’s office has a pool.
Also, the lawn guy now has a pricing tier for different grass heights that all in the end take the same amount of work.
Re: We raised a bunch of money
#376"We raised a bunch of money" Generally speaking (I'm not a fly.io customer) at this point that phrase WORRIES me as a customer of any service. It makes me think that the company exists just on a constant flow of VC or similar money and what I'm using or paying for isn't a realistic or future cost and I'm involved with a system or platform that is getting stretched larger and larger regardless of income and the more m…
I want to see a clear sensible path to sustainable profitability for my core software vendors and I want to see some competition, not too much not too less, just enough.
Unfortunately, very very few companies fall in that narrow category
Re: We raised a bunch of money
#377Earlier quoted context omitted.
Probably a couple more years of good service until they get acquired. They're leaps and bounds better than the container services on AWS and Azure, solidly better than the GCP one. Seems like they could sell to get their exits before too long. Although I would be very happy if they had the pain tolerance to continue as their own company.
> Probably a couple more years of good service until they get acquired. (not privy to inside information) As a customer that would be a catastrophic outcome. Reckon Fly.io could avoid the temptation better than most given the founding team has already had one exit (mongohq/compose.io) and might not feel the urge to sell out again.
Re: We raised a bunch of money
#378Earlier quoted context omitted.
How hard is it to hire people who understand how a physical server even works these days? Probably most engineers under 40 have never touch a physical machine, under 30 maybe have never seen an ethernet cable...
I suppose you are being facetious because what you said sounds absurd.
Re: We raised a bunch of money
#379Earlier quoted context omitted.
Also, the lawn guy now has a pricing tier for different grass heights that all in the end take the same amount of work.
But your lawn guy stays in business - which is relevant to them and to you (for as long as you're a customer). If the market is efficient, there should be reasonable competition that you can switch to that more aligns with your needs.
Re: We raised a bunch of money
#380Earlier quoted context omitted.
We're a full stack platform, most frequently compared to Heroku --- a place you'd run a Rails, Elixir, or Django app.
can you elaborate on a comparison to existing offerings? Heroku has been handicapped for nearly half a decade, there are a lot of people that already know of alternatives and have changed their system design to accommodate the alternatives. How does Fly.io fit in with Vercel, or Netlify? As opposed to people keeping their Heroku apps on life support
Fly.io takes Docker containers, turns them into VMs, and lets you decide where and when to have them running.
One isn't better than the other; they're just totally different models for hosting applications. The Fly.io model is much closer to what Heroku did, just modernized (with Docker, edge deployments, the `fly-proxy`, etc).