Viewing profile — thecodeassassin
thecodeassassin
HN member- Joined
- Wed, Aug 30, 2017, 7:49 PM UTC
- HN karma
- 3
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About thecodeassassin
No profile information was provided.
Recent public activity
-
comment
Comment #39847229
This is not boilerplate, otherwise every cloud provider would have this and they do not. This problem can be solved by much less broad terms.
-
comment
Comment #21543160
*refresh fixed it ?
-
comment
Comment #21543156
Hi, Why does it still show up as beta?
-
comment
Comment #15136169
Yeah i'm working on a replacement for this service, this is absolutely unacceptable to us.
-
comment
Comment #15135661
Did you try putting something like Varnish in front of it? I think you can do the same with nginx, Varnish is just the first thing that popped up in my mind.
-
comment
Comment #15135620
Nice! Why did you choose to implement it as a proxy instead of using it as a primary source and just fetch from S3 on-the-fly while caching the generated image? If capacity is the …
-
story
Imgix service broken, wise to avoid and self host?
The imgix.com service is down yet again (happened a couple of times this month already). All we use them for is resizing images on the fly, which i could do with a small nodejs scr…