Live data from Hacker News

Ask HN: Which cloud do you use, and why?

news.ycombinator.com

71–80 of 87 posts

Re: Ask HN: Which cloud do you use, and why?

#71

Linode. Support is great, service is great, pricing is good, and seems less "cowboyish" than Digital Ocean and others.

I've been running a VPN over multiple data centres on Linode for the past few months. Seems to work great so far. The performance is good enough for what I'm doing with it and I know exactly what my bill is going to be.

Re: Ask HN: Which cloud do you use, and why?

#72
post #57

Earlier quoted context omitted.

akinder, it seems your account is "hellbanned" which means nobody can see your posts unless they are logged in and have showdead turned on. (I'm sorry I have to clutter up the discussion with this, but it's the only way I can communicate this news to akinder)

You should check people's comment history before you tell them about hellbanning. https://news.ycombinator.com/item?id=8885392 etc etc.

Do elaborate, please.

Re: Ask HN: Which cloud do you use, and why?

#73

Digital Ocean - I only want to build off base Linux VM, I do not want to be locked into S3 + SQS + ... - Price is right for young startups - Speed is nice

I want to love Digital Ocean but is there any talk about providing load balancers? It seems like as soon as you want to scale beyond one server you're stuck rolling your own with something like HA Proxy, but you've still got a single point of failure. I guess you have that with a hardware load balancer as well, but at least those things are specifically built to be available all of the time, versus just a piece of so…

I'd also like to see a storage server - one with more storage than usual, without the necessary increase in cpu/memory/price.

Re: Ask HN: Which cloud do you use, and why?

#75
post #57

Earlier quoted context omitted.

You should check people's comment history before you tell them about hellbanning. https://news.ycombinator.com/item?id=8885392 etc etc.

Do elaborate, please.

Hell banning serves a purpose. If you see someone who has been hell banned you check their post hostory. Sometimes the hellban is accidental in which case you let the person onow. In other cases it's probably deserved, in which case you either let the person know but remind them of the site guidelines or you don't let them know.

This poster has a bunch of posts that shouldn't be on HN.

Re: Ask HN: Which cloud do you use, and why?

#76

I'm using Azure. Mostly because of this very little known offering called the Microsoft Action Pack subscription: https://mspartner.microsoft.com/en/ca/Pages/Membership/actio... It costs around $500 per year, offers your company access to a large number of Microsoft software licenses, free access to seats of Office 365 Enterprise (for hosted email on your own domain, in addition to the software), and most importantly…

I'm a current Azure user so this intrigued me, but I don't see anything on that page about monthly credits. Am I missing something?

Edit: Never mind, I guess? I found it in some fine print on another page. Weird that they don't advertise it more prominently...

Re: Ask HN: Which cloud do you use, and why?

#77
post #64
post #60

Earlier quoted context omitted.

No copy and pasting. 2 Different users posting around the same time. We just had same experiences. Mine was originally all in one sentence but I edited it after and reformatted to be bullet points.

The same points, in the same order, in the same hour.

It was within 5 min of me posting. It wasn't displayed when I was typing mine in. I don't have the same points. I didn't even mention SQL DB because I don't use it. I see I also mentioned NodeJS where they didn't. I also talked about Azure integration in Visual Studio and they didn't. These points are quite typical for Azure users.

Re: Ask HN: Which cloud do you use, and why?

#78

Earlier quoted context omitted.

Couldn't you potentially push that aspect elsewhere, into a data storage solution like S3 or something (not sure of the cost efficiency, not a huge cloud guy myself). Then you'd just be utilizing the DO server for processing. It would have the added benefit of allowing you to scale your crawling horizontally if you wanted, as all your servers could have access to the same set of data.

Yeah I could, and I currently do - but I don't like to. I want the data on the same network for lots of reasons and I also don't like maintaining two sets of deployment systems. I'd prefer to just use Cloud66 + Digital Ocean and focus on writing code, not setting up and maintaining servers.

Oh yeah, I totally understand that, was just offering an alternative as a non-ideal workaround. I have the same set up for a service I offer, primarily because (afaik) it's hard to beat S3 pricing.

Re: Ask HN: Which cloud do you use, and why?

#79

I'm using Azure. Mostly because of this very little known offering called the Microsoft Action Pack subscription: https://mspartner.microsoft.com/en/ca/Pages/Membership/actio... It costs around $500 per year, offers your company access to a large number of Microsoft software licenses, free access to seats of Office 365 Enterprise (for hosted email on your own domain, in addition to the software), and most importantly…

I'm a current Azure user so this intrigued me, but I don't see anything on that page about monthly credits. Am I missing something? Edit: Never mind, I guess? I found it in some fine print on another page. Weird that they don't advertise it more prominently...

Yes it's pretty ridiculous how well they've hidden one of the best perks of the subscription. I only know about it because I was enrolled in a previous version of the program that advertised the Azure credits a lot more prominently.

Their marketing in general is sorely lacking seeing as how few of the people who would benefit from it actually know about it.

For anyone else wondering, I managed to find it mentioned on this page (deeply hidden under "Microsoft Action Pack – cloud and on-premises Internal Use Rights licenses" accordion, under the "Management" section in the dropdown, under the "Cloud Services" heading):

https://mspartner.microsoft.com/en/us/pages/membership/inter...

"Microsoft Azure

US$100 monthly credit. Microsoft Azure credit is in addition to current on-premises internal-use software licenses."

Re: Ask HN: Which cloud do you use, and why?

#80

Heroku for backend, automatically grow or shrink resources, nothing to maintain, nothing to configure and tons of services available alongside it. Netlify for frontend, it is a static hosting service with some neat features like url rewriting that lets you proxy e.g. /api to a backend without revealing api keys and under the same origin / domain. What really draws me to this is: - no servers or software to maintain -…

What kind of traffic does your heroku instance handle? How many dynos and which dynos do you use?
Post reply on HN