Live data from Hacker News

Viewing profile — heynemann

heynemann

HN member
Joined
Sun, Jul 29, 2012, 2:34 PM UTC
HN karma
105
Public activity
28 items

About heynemann

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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.

  4. story
  5. story
  6. story
  7. 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…

  8. 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...

  9. 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 …

  10. 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 …

  11. comment
    Comment #8294581

    What website did you put into it? If your site loads images via javascript we don't capture it...

  12. comment
    Comment #8294542

    Just saw it. You are absolutely right. My bad... Will fix it tomorrow.

  13. 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?

  14. story
  15. 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.

  16. 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…

  17. story
  18. story
  19. story
  20. story
  21. story
  22. story
  23. 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 …

  24. 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!

  25. 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. …