I wonder if the this pushes there valuation over 1B, if so I think that means that Techstars is the first accelerator outside of YC to produce a unicorn. Personally I hope so, Digital Ocean is a great product and I think one of the really smart things they did was be generous with there free credits as it was at least a great way for me to get on there platform and later on drop a fair amount into hosting with them.
Is unicorn just a billion dollar non-public startup? Isn't there some other magic sauce required like supernormal margins or superfew employees or exploiting toothless regulations? DO seems to be almost a too straight forward business model (buy servers, rent servers in sub-units) to be considered in the modern startup pool of wishful thinking. I mean, it's not like they're an iPhone app for renting other people's id…
DigitalOcean Raises $83M in Series B Funding
21–30 of 194 posts
Re: DigitalOcean Raises $83M in Series B Funding
#22If all goes well, looks like they might be competing directly with AWS soon.
They aren't even in the same ballpark. Hell, Google isn't even in the same ballpark as AWS and Google made $83million in the time it took me to read the article. DO is great, but doesn't belong in the same sentence as AWS.
Re: DigitalOcean Raises $83M in Series B Funding
#23I wonder if the this pushes there valuation over 1B, if so I think that means that Techstars is the first accelerator outside of YC to produce a unicorn. Personally I hope so, Digital Ocean is a great product and I think one of the really smart things they did was be generous with there free credits as it was at least a great way for me to get on there platform and later on drop a fair amount into hosting with them.
Is unicorn just a billion dollar non-public startup? Isn't there some other magic sauce required like supernormal margins or superfew employees or exploiting toothless regulations? DO seems to be almost a too straight forward business model (buy servers, rent servers in sub-units) to be considered in the modern startup pool of wishful thinking. I mean, it's not like they're an iPhone app for renting other people's id…
Re: DigitalOcean Raises $83M in Series B Funding
#24I've got two droplets now, one for email/owncloud and another for personal projects with automated backups. It's pretty easy to use, but I worry I don't have the sysadmin chops to keep it secure. Edit: I followed tutorials on auto-updating packages through cron, securing ssh, and setting up ufw for only services needed when I set it up. It's been about 2 years now so maybe I shouldn't worry.
Would anybody be interested in esoteric hosting? Think Linode, but specifically for FreeBSD/OpenBSD/Plan9/TempleOS/MinuetOS/etc.?
Re: DigitalOcean Raises $83M in Series B Funding
#25> The $83 million is going directly into growing our team and expanding our product offerings with networking and storage features. Great to hear. Real private networking, object/shared storage and most importantly HA (IP failover/load balancing) is all DO is missing to start really competing with AWS for "big business".
I don't think HA is really on the needed list, seeing as you can roll your own load balancer in 5 minutes using provided tutorials. I mean I guess they could make an image for it to make it a little easier.. The AWS elastic load balancer is really nothing fancy. Real private networking and object shared storage are both huge for sure though.
Re: DigitalOcean Raises $83M in Series B Funding
#26I've got two droplets now, one for email/owncloud and another for personal projects with automated backups. It's pretty easy to use, but I worry I don't have the sysadmin chops to keep it secure. Edit: I followed tutorials on auto-updating packages through cron, securing ssh, and setting up ufw for only services needed when I set it up. It's been about 2 years now so maybe I shouldn't worry.
Would anybody be interested in esoteric hosting? Think Linode, but specifically for FreeBSD/OpenBSD/Plan9/TempleOS/MinuetOS/etc.?
Re: DigitalOcean Raises $83M in Series B Funding
#27Earlier quoted context omitted.
Have they implemented IP failover already? I haven't heard anything. Having your own LB without being able to fail over the IP is not HA. If the LB does down so does your business.
What? You use DNS failover and multiple load balancers. FOO.COM A record -> 1.2.3.4, 1.2.3.5, 1.2.3.6 Then at 1.2.3.4, 1.2.3.5, and 1.2.3.6 you put a load balancer that splits loads between all of your clients. Any LB goes down, and DNS client retries will deal with it. If any backend server goes down, your LB will deal with it. Using this pretty successfully at digital ocean right now. What is the downside? I guess…
How? How does the DNS client know that the IP no longer works? do browsers today have this mechanism?
I'm not a network guy so perhaps I'm wrong but it's my understanding the problem with DNS load balancing is that you can not invalidate the TTL on the client.
Re: DigitalOcean Raises $83M in Series B Funding
#28Earlier quoted context omitted.
Is unicorn just a billion dollar non-public startup? Isn't there some other magic sauce required like supernormal margins or superfew employees or exploiting toothless regulations? DO seems to be almost a too straight forward business model (buy servers, rent servers in sub-units) to be considered in the modern startup pool of wishful thinking. I mean, it's not like they're an iPhone app for renting other people's id…
DO's UX is a game changer, I personally think is why they have been so successful in what seemed like a crowded market with the "same" business model as the others.
At this point AWS is so complicated they should be offering an official Cisco-like series of certifications.
Re: DigitalOcean Raises $83M in Series B Funding
#29Earlier quoted context omitted.
I don't think HA is really on the needed list, seeing as you can roll your own load balancer in 5 minutes using provided tutorials. I mean I guess they could make an image for it to make it a little easier.. The AWS elastic load balancer is really nothing fancy. Real private networking and object shared storage are both huge for sure though.
How is their current private networking offering not 'real'?
Re: DigitalOcean Raises $83M in Series B Funding
#30Earlier quoted context omitted.
DO's UX is a game changer, I personally think is why they have been so successful in what seemed like a crowded market with the "same" business model as the others.
Yeah, the simplicity is great. AWS has 80 products and it takes months to figure how how they all work together. DO's click-n-go for $5 month helps just from a mental clarity point of view. At this point AWS is so complicated they should be offering an official Cisco-like series of certifications.