Earlier quoted context omitted.
Cloudflare does not permit storing just images in any of their plans. Their terms state that serving disproportionate amount of image or video via their service will be violation of their terms. You should check it before using it for longh term or providing cheaper cache options to users.
Ah, great info - thanks for the heads up. I'll dig into that and look into alternatives
Show HN: Simple image resizing/optimization service
21–30 of 82 posts
Re: Show HN: Simple image resizing/optimization service
#22Re: Show HN: Simple image resizing/optimization service
#23Re: Show HN: Simple image resizing/optimization service
#24This looks like a great service, but the 3x, 5x, and 10x refunds make me very very nervous for you. 100% uptime is practically impossible. Good luck!
Downtime of an hour equals a dollar or something
Re: Show HN: Simple image resizing/optimization service
#25I made this mainly because I wanted a service to use for my own projects - but the existing solutions were either prohibitively expensive or didn't have uptime guarantees. The backend for the processing service is nodejs and sharp[1], processed images are cached on CloudFlare. The processing servers are a custom instance type in an autoscaling group on Google Cloud. Any feedback is greatly appreciated! [1] https://gi…
Note that sharp uses libvips which happens to be LGPL. I was wondering if this is an issue for commercial products (IANAL).
Re: Show HN: Simple image resizing/optimization service
#26But those aren't URLs. Do you document how images are retrieved, http or https?
Re: Show HN: Simple image resizing/optimization service
#27Re: Show HN: Simple image resizing/optimization service
#28My acid test for image scaling software: http://i.imgur.com/X9vKa2s.png https://i.scaley.io/png-256x128/i.imgur.com/X9vKa2s.png This means that you don't use a linear color space for blending colors. Sorry about the language, the image is not made by me [1]. [1] https://web.archive.org/web/20120904060524/http://www.4p8.co... edit: I see that your backend relies on libvips to do the resizing. I have no experience with…
I didn't include it in the website, admittedly because I didn't fully understand it, and I wanted to keep the service as simple as possible.
Would it make sense for this to be the default?
[1] https://i.scaley.io/png-gamma-256x128/i.imgur.com/X9vKa2s.pn...
Re: Show HN: Simple image resizing/optimization service
#29This looks like a great service, but the 3x, 5x, and 10x refunds make me very very nervous for you. 100% uptime is practically impossible. Good luck!
Its based on the time being down, not rounded up to a month. Downtime of an hour equals a dollar or something
Re: Show HN: Simple image resizing/optimization service
#30CloudFlare doesn't allow this kind of use of their service. Once you start pushing enough bandwidth they will ask you to go away. And since you offer free unlimited CDN bandwidth, when that happens and you move to a different CDN provider your bill could increase 50 times over a day.
A disclosure: I'm the co-founder of Uploadcare.