Viewing profile — heynemann
heynemann
HN member- Joined
- Sun, Jul 29, 2012, 2:34 PM UTC
- HN karma
- 105
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About heynemann
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #19442494
I found about it after naming. It was named EasyQ first, but there's already another project named like that. :( Maybe we'll change the name later on.
- story
- story
- story
-
comment
Comment #8297836
It can be easily implemented as a filter[1][2]. If you need to use it via command-line you can save the current buffer as a tempfile[3], call your CLI with the tempfile path and re…
-
comment
Comment #8296209
Yep, that happens when we don't find any images in the DOM. I'll work it out to improve the wording...
-
comment
Comment #8296204
Yes. Sometimes thumborize.me will get the image sizes weirdly. It's there mainly to give you an idea. The settings are the standard ones that come with thumbor. If you tinker with …
-
comment
Comment #8296187
Not sure how it compares, but thumbor is fully extensible. There are people using it with HBase, others with Amazon's S3 and Cloudfront, others with filesystem based solutions and …
-
comment
Comment #8294581
What website did you put into it? If your site loads images via javascript we don't capture it...
-
comment
Comment #8294542
Just saw it. You are absolutely right. My bad... Will fix it tomorrow.
-
comment
Comment #8294537
that's odd, I'm seeing all images here in my firefox in windows... What version of Firefox you using in what OS?
- story
-
comment
Comment #7937534
Definitely... We get around 50M page views/day in our website. And since we are a media company we need to have a storage of images from celebrities, sports and news in general.
-
comment
Comment #7932484
There's also thumbor ( https://github.com/thumbor/thumbor ). It's a very mature implementation of this type of server and has been very battle-tested ( https://github.com/thumbor/t…
- story
- story
- story
- story
- story
- story
-
comment
Comment #4308615
They do get put into redis. Maybe we should have a different storage strategy if the data is too big? File storage? I just meant for it to be simple. If you are going to use redis …
-
comment
Comment #4308564
I agree, but one of the next features we'll implement is for you to be able to write stream processors, mappers and reducers in any language you want. Stay tuned!
-
comment
Comment #4308560
Yes and No. We use tornado for the stream (the task processor). That means that only one user gets to run a task simultaneously. That said, the stream is just an http application. …