Live data from Hacker News

Viewing profile — janoszen

janoszen

HN member
Joined
Sun, Feb 11, 2018, 7:39 PM UTC
HN karma
332
Public activity
38 items

About janoszen

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #17274138

    Hey folks, I'd really like some feedback on this before I push the final version to Maven Central.

  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #16383699

    Yes, but it's kind of a whack-a-mole since their reuse times are not public AFAIK, so it would constantly need tuning as they develop the service.

  22. comment
    Comment #16382314

    A POP or edge location is a server (or multiple) that the user traffic is being routed to, hopefully close to the user. A CDN consists of multiple POPs, one in each region, with in…

  23. comment
    Comment #16380313

    If you are fine with having slashes at the end of your URLs and you do not want to do anything too complicated like content negotiation for image types, S3 and CloudFront is fine. …

  24. comment
    Comment #16379254

    It depends on the scale. Running a personal blog with sub-1MiB/s traffic is not a problem. I've seen some larger projects though where detailed data analysis had to be employed to …

  25. comment
    Comment #16377808

    Of course it's dockerized, it has to be cool, right? :) Ansible is running docker-compose up -d on deployment an Traefik is doing the magic. I want to extend it to host multiple si…