Live data from Hacker News

Viewing profile — creztoe

creztoe

HN member
Joined
Mon, Jun 19, 2017, 5:55 AM UTC
HN karma
10
Public activity
11 items

About creztoe

No profile information was provided.

Recent public activity

  1. comment
    Comment #25544121

    That sounds awesome and also a huge headache. I've found its much easier to work with an ORM that is specifically designed for GraphQL, like TypeORM[1]. Otherwise you are just kind…

  2. comment
    Comment #24894448

    That's how I understand it. Basically you have a machine hosted somewhere with a dedicated IP so you can access all remote machines from anywhere at any time, as long as they are c…

  3. comment
    Comment #24787395

    Do not pass sensitive data to docker build via --build-arg. When you access this with "ARG" you will log the information in the docker history, visible to all. Use "--secret" or us…

  4. comment
    Comment #24660388

    This kind of confuses me a bit. Why would you want to turn Pub/Sub into a queue? How badly does this affect message acknowledgment and retries? I assume just a huge hit to latency.…

  5. comment
    Comment #24603346

    Maybe it's just me, but I didn't get that from rozab's comment at all. I figured the point was something like, "Why is this project unique? Maybe the time would have been better sp…

  6. comment
    Comment #24587085

    This seems like it's just a click-baity ad for their productivity analysis tools. I struggle to find a single thing of value in this post.

  7. comment
    Comment #24513184

    I'm lazy. I've found a gitlab wiki sufficient for my basic needs. 1. Version control 2. Easily editable from terminal (markdown) 3. Easily viewed via browser (either on gitlab or s…

  8. comment
    Comment #24499807

    Could you explain why helm is garbage? I think it suits its purpose rather well without being too complex. You can essentially "plug-in" different types of resources rather easily.…

  9. comment
    Comment #24384360

    Yeah, I was referring to the certbot warning of "logging" the IP publicly. But I guess that policy never actually came to fruition. Thanks for the clarification!

  10. comment
    Comment #24362957

    I think you are half correct. The gateway has nothing to do with verifying the file during a DNS challenge. However, the IP of the machine requesting the cert IS saved with that ce…

  11. comment
    Comment #24349526

    I agree with the confusion. There is the ability to rollout updates in a "wave"[1], but I'm not sure how this is better than a simple rollout strategy in kubernetes since a reboot …