Viewing profile — janoszen
janoszen
HN member- Joined
- Sun, Feb 11, 2018, 7:39 PM UTC
- HN karma
- 332
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About janoszen
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #17274138
Hey folks, I'd really like some feedback on this before I push the final version to Maven Central.
- story
- story
- story
- story
- story
- story
- story
- story
-
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.
-
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…
-
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. …
-
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 …
-
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…