Hacker News new | past | comments | ask | show | jobs | submit login

Wow, did they change the name of their thing again?

I am really leery of these various clouds. They are like architectural catnip-using them requires you to use an order of magnitude greater resources than you would on a single server, but it's really fun to assemble the moving parts.

I feel like some people don't fully recognize how much you can do on a single tiny machine in 2014 if you don't have 29 abstraction layers under you.

It's not just that the cloud stuff is inefficient, but that it's so much fun to write services across ten ephemeral nodes and play with all the cool tooling, instead of hanging your head and learning the simple apache config that will enable you to do the equivalent stuff on a budget linode.




Having done both, I have a few comments.

Primarily, I hate to tell you, but Linode is now a "cloud" provider; "Cloud Hosting" is the headline on their homepage.

- Nothing stops you from running your full stack on a single large EC2 or GCE or Linode instance.

- Unfortunately, running your whole stack on a single server is a great way to experience a lot of pain when growing or when you write a runaway SQL query that burns all the CPU on the box and starves your Apache server, causing page loads to be multiple seconds and turning away potential users/customers/investors.

- Managing your own OS is a great way for guys who are great at writing Java but not experienced with Linux to have a ton of painful distractions that don't contribute towards building a successful product. Nobody's going to buy your SaaS app because your kernel is always up to date.

- The phrase "the server went down so we can't currently operate our business" drives me absolutely insane in 2014.


BizSpark is called BizSpark since a long time.

BizSpark is not their cloud offering, it's simply their program for giving away software licenses to startups


As part of the MSDN Ultimate benefit you also get $150/month of Azure credits. You also get the Linux rate on Windows VMs, and for dev / test purposes you can run any MSDN software at no additional charge.

http://azure.microsoft.com/en-us/offers/ms-azr-0064p/


Ah, thank you!


I think the value of the platform lies in the fact that the time you spend in implementing a lot of the features needed for a large traffic/heavy load application (caching, load balancing, replication, storage, queries) is mostly saved by the framework and by Google infrastructure.

This time then can be spent in the actual product, which for a startup I believe it´s a good thing, since providing a good service is something expected by a potential user, but it´s not really going to sell your product.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: