Live data from Hacker News

Ask HN: Cheap dedicated hosting options for side projects

news.ycombinator.com

41–50 of 122 posts

Re: Ask HN: Cheap dedicated hosting options for side projects

#41
The best bang for buck I have found so far for large storage hosting is the slot hosting option from http://www.delimiter.com, where you mail in your own hard-drive and they provide you with a local VPS that can mount it in an Atlanta data center for $100/yr. I sent a 6TB drive. I then run other cheap VPS's (usually on the east coast for lower latency) that mount the drive via sshfs.

Re: Ask HN: Cheap dedicated hosting options for side projects

#43
Almost everyone here suggest Object Storage which I too think is the best option for your case. Then you can modulate computing power or even technology (VPS, cloud instance, PaaS, or containers) as you will.

Some providers like us (I am CEO at Exoscale) bill the compute by the minute and allow to resize the direct attached disk even on small 5$/mo 512mb instances.

Re: Ask HN: Cheap dedicated hosting options for side projects

#44

Earlier quoted context omitted.

I have the same issue. Running a Plex server (~6TB) at home, and thinking I need to put my media in a more accessible location. Are you using Amazon Drive as the one true source and syncing it locally to use with your Plex Server? Or are you pulling/streaming directly from ACD?

My setup is a little convoluted. I've found that using the write mount really slows me down, so I use a unionfs mount with the writes going to the local hard drive, and the cloud drive being the primary read source. Given that it's unionfs though, anything that I haven't synced will be read from the hard drive. So the order goes: Sonarr/CouchPotato -> Local Hard Drive -> Amazon Cloud Drive -> Plex. I stream directly…

nice. so you read from ACD, because you're mainly writing to local? Or is there another reason for NOT reading from local? also, does local completely mirror ACD, or have you found a way around that?

Re: Ask HN: Cheap dedicated hosting options for side projects

#47
post #39
post #36

I've been quite happy with Delimiter [1]. Cheap, but relatively beefy dedicated servers and S3-compatible object storage. You can use promo code B6NFT66YU7ZN to get 6% off in perpetuity (disclaimer: that's my affiliate code). [1] https://www.delimiter.com

My experience with Delimiter involved sending them a hard drive, not getting it installed in the "slot hosting" VPS I paid for, not getting any support tickets answered, then eventually getting my drive back three weeks later after complaining on a forum. Said forum then banned a Delimiter sales guy, partly for posting a barcode with my home address and other PI on it. They are literally the worst hosting business I'…

When was that? Just curious, because I did see some bad reviews before deciding to go with Delimiter, but also kept hearing that things have improved in recent years. Online.net (specifically their Scaleway brand) I've been happy with as well. Their support has a quick turnaround, but answers have been unrelated to what I've been asking.

Re: Ask HN: Cheap dedicated hosting options for side projects

#48
post #46

VPSDime ( http://vpsdime.com/ ). Their largest VPS package is 4 CPU 36GB Memory 180GB SSD Space 12TB Traffic Limit 10Gbit Connection $42.00/mo. Lot of room for multiple sites.

That's both much less storage than he needs and much more expensive.

Re: Ask HN: Cheap dedicated hosting options for side projects

#49

Earlier quoted context omitted.

I've tried this, but I've had sync issues in the past. Also have they gotten rid of their 2GB file upload limit?

Recent versions of acd_cli have largely fixed all the issues I've had in the past. I've found that essentially all issues can be solved by not writing directly to the cloud drive, but using a unionfs and uploading on a cron job. There is no 2gb limit that I have run into. I just checked and I have several >30GB videos uploaded to my cloud drive, so I can safely say there is no issue there. Edit: For some completeness…

I get that you probably tweaked this a bit for posting, but I see a disconnect that is relevant to how I want to set this up.

In the first line you mounted your whole Cloud Drive at /mnt/amazon_real. On the 3rd line you upload from /mnt/cache to /TV/.

Do you actually have a subset of the cloud drive mounted at /mnt/amazon_real? I tried to do that some time ago with acd_cli but wasn't able.

Re: Ask HN: Cheap dedicated hosting options for side projects

#50
post #47
post #39

Earlier quoted context omitted.

My experience with Delimiter involved sending them a hard drive, not getting it installed in the "slot hosting" VPS I paid for, not getting any support tickets answered, then eventually getting my drive back three weeks later after complaining on a forum. Said forum then banned a Delimiter sales guy, partly for posting a barcode with my home address and other PI on it. They are literally the worst hosting business I'…

When was that? Just curious, because I did see some bad reviews before deciding to go with Delimiter, but also kept hearing that things have improved in recent years. Online.net (specifically their Scaleway brand) I've been happy with as well. Their support has a quick turnaround, but answers have been unrelated to what I've been asking.

That happened in April 2016. Unrelated to my issues, they also had a very long HVAC outage earlier this year. So I'm not sure anything has improved at Delimiter/Yomura.
Post reply on HN