I have some personal stuff hosted on DO. I really like their options, service, their branding, UX/UI, etc...but they are kind of in a weird spot. Halfway between being good for cheap personal projets, and being good for enterprise. If I want a simple VPS there are cheaper options. If I am an enterprise spending millions/year on cloud infra I am probably only looking at AWS, Azure, GCP, etc. How does DO get out of thi…
You hit the nail on the head, we are best for SMBs and teams that want to get things done quickly and don't need the hyperscale and added complexity of AWS. Our focus has always been on simplicity and as our customer needs and our own internal needs have grown we've added additional products to continue to allow customers to scale with us. We launched with just Droplets in 2012 and have since added block storage, Spa…
DigitalOcean raises $100M in debt as it scales toward revenue of $300M
261–270 of 289 posts
Re: DigitalOcean raises $100M in debt as it scales toward revenue of $300M
#262Earlier quoted context omitted.
Not counting depreciation as part of your loss in a business is about like all of the Uber drivers who don’t take into account the wear and tear on their cars when calculating how much money they are making. Depreciation is a real expense. If you depreciate an asset down from $1000 to $0 in 3 years, you’re accounting for the fact that in three years you are going to have to replace it. There is a reason we have GAAP,…
The thing is that depreciation is not a cash expense, companies will push the depreciation to the highest reasonable amount to reduce the amount of tax on their profits. A commonly used valuation technique (discounted cash flow or DCF) relies on projected free cash flows and adjusting for expected CAPEX.
Re: DigitalOcean raises $100M in debt as it scales toward revenue of $300M
#263Earlier quoted context omitted.
>Then call the CEO out, Alex Wilhelm (author), if you think its BS! Isn't that what the parenthetical is doing? Maybe subtly, but it seems pretty clear what the author is trying to convey.
I see what you are saying but I dont agree - the author is knowledgeable in financial terms and business, but is still parroting the CEO. I suppose I’m just triggered on what feels like years of news-pieces being marketing pieces for established companies. I would think if the author is well versed in financial speak, they would challenge (or omit) the positive spin the CEO is trying to push here?
Re: DigitalOcean raises $100M in debt as it scales toward revenue of $300M
#264Earlier quoted context omitted.
Not counting depreciation as part of your loss in a business is about like all of the Uber drivers who don’t take into account the wear and tear on their cars when calculating how much money they are making. Depreciation is a real expense. If you depreciate an asset down from $1000 to $0 in 3 years, you’re accounting for the fact that in three years you are going to have to replace it. There is a reason we have GAAP,…
Imagine you're a growing startup, and you have a yearly recurring investment (you're growing, after all!) of $1000 that's linearly depreciated over 5 years. Let's say your income is 1100$ each year. Your profit, according to accounting, would be 900$ for the first year, counting only $200 of the investment, then for the following years you'll see a profit of $700, $500, $300, and $100, as the investments accumulate.…
Re: DigitalOcean raises $100M in debt as it scales toward revenue of $300M
#265Earlier quoted context omitted.
Their documented "minimum requirements" are quite ridiculous TBH. I mean, officially Vault requires 6 Consul servers (dedicated to Vault, mind you) to be considered ready for production. I doubt most companies using Vault with Consul follows this. You I think you could be fine with 3 of the smallest machine types.
That’s basically what put me off trying nomad. Nit just the minimum number, but also their stated hardware requirements. From their documentation: Nomad servers may need to be run on large machine instances. We suggest having between 4-8+ cores, 16-32 GB+ of memory, 40-80 GB+ of fast disk and significant network bandwidth Basically the cost if the Nomad masters would be much greater than the cost of what would run my…
We have been running between 100 and 200 Jobs in Nomad, with the quantity of clients doubling then shrinking every day using 3 × t3.micro for the servers since years.
We have yet to see our Nomad usage increase enough to get rid of these machines.
Re: DigitalOcean raises $100M in debt as it scales toward revenue of $300M
#266Earlier quoted context omitted.
>Then call the CEO out, Alex Wilhelm (author), if you think its BS! Isn't that what the parenthetical is doing? Maybe subtly, but it seems pretty clear what the author is trying to convey.
I see what you are saying but I dont agree - the author is knowledgeable in financial terms and business, but is still parroting the CEO. I suppose I’m just triggered on what feels like years of news-pieces being marketing pieces for established companies. I would think if the author is well versed in financial speak, they would challenge (or omit) the positive spin the CEO is trying to push here?
Re: DigitalOcean raises $100M in debt as it scales toward revenue of $300M
#267Earlier quoted context omitted.
I see what you are saying but I dont agree - the author is knowledgeable in financial terms and business, but is still parroting the CEO. I suppose I’m just triggered on what feels like years of news-pieces being marketing pieces for established companies. I would think if the author is well versed in financial speak, they would challenge (or omit) the positive spin the CEO is trying to push here?
The positive spin was removed, and that's also why everyone reading can pick it up so fast. If it wasn't so well written, another author would had just said that DO has plans to be profitable. When the CEO said "profitability" to the reporter, he challenged it by putting as "loosely". The reporters is informing us, but also making it a point that the CEO alleges something that is not consensus can be considered profi…
Re: DigitalOcean raises $100M in debt as it scales toward revenue of $300M
#268I was reminded about the "debt is coming" post that was shared a couple of weeks back. This is a good example of that, I think.
Re: DigitalOcean raises $100M in debt as it scales toward revenue of $300M
#269Earlier quoted context omitted.
Regarding point #2, many in the finance world (which I work in) consider cash flow positive a better representation of actual profitability than the actual net profit/loss reported on the P&L. In short, cash flow shows if the actual core business is bringing in money or losing money, while the net profit includes a lot of "noise" (probably not the best word to use but can't think of how to phrase this). For example,…
Not counting depreciation as part of your loss in a business is about like all of the Uber drivers who don’t take into account the wear and tear on their cars when calculating how much money they are making. Depreciation is a real expense. If you depreciate an asset down from $1000 to $0 in 3 years, you’re accounting for the fact that in three years you are going to have to replace it. There is a reason we have GAAP,…
Re: DigitalOcean raises $100M in debt as it scales toward revenue of $300M
#270Earlier quoted context omitted.
AWS is infrastructure as a service (IaaS). You need to worry about load balancers, backup scripts, firewalls etc. Ie you need a plausible sysadmin to run it. Even Elastic Beanstalk requires some sysadmin. Heroku is platform as a service (PaaS). It abstracts away the complexity of AWS. The base cost is more expensive than raw AWS but you don't need to source and pay for a sysadmin. AWS, Heroku and DO aren't "better" t…
I have been dreaming of running my own heroku like interface on a DO droplet. Just for small sites, side projects and such. With heroku you need to pay to keep things running, though sadly with DO you need to do a lot of sysadmin work to keep things running.