Live data from Hacker News

Viewing profile — albertlie

albertlie

HN member
Joined
Fri, Jan 27, 2017, 7:29 AM UTC
HN karma
17
Public activity
47 items

About albertlie

Building System Reliability at Scale

Recent public activity

  1. comment
    Comment #43612076

    I put together a list of open-source voice-first AI tools to help devs and makers get more done without touching a keyboard. Curious what the HN community thinks — anything I misse…

  2. story
  3. comment
    Comment #38334236

    "Torvalds: I really never wanted to do source control management at all and felt that it was just about the least interesting thing in the computing world." I love how this story u…

  4. story
    Google Cloud AutoML in Production?

    Has anyone ever used Google Cloud AutoML in production (https://cloud.google.com/automl)? How do you guys find it?

  5. story
    Converter from Figma/Sketch to React Code

    Are there any existing converters from Figma or Sketch to React code? The problems I am trying to solve is to make prototyping faster so we can gather some feedback and build what …

  6. story
    Speech API for American English Local Dialect

    Are there any APIs that can translate general English speech into American English's local dialect? I had been looking for it but somehow I still could not find it among services p…

  7. story
    TypeScript Interface into Swagger Spec?

    Are there any libraries for generating swagger specification based on typescript interface?

  8. story
    JSON to Protobuf?

    Are there any libraries available for converting json data to protobuf message format?

  9. story
    Ask HN: Software Architecture team in start up

    H all, I worked in a start-up. Here, I realized sometimes we use the wrong architecture when building our system because sometimes we need to build it fast and we don't have experi…

  10. story
    Ask HN: Service Discovery Using Route53 vs. Consul?

    Hi all, I'm exploring options for doing service discovery for system in my company that used micro-service arhictecture. Mostly, we're using AWS for our stack. I found out that Rou…

  11. story
    Ask HN: Open Source System Status Page?

    Hey all, I'm kind of astonished with the idea of status page for showing our system status to public like https://status.stripe.com/ Are there any open sources that I can reuse for…

  12. comment
    Comment #16951895

    I believe that's working but it's kind of pain because we need to passing context across function call. So I wonder whether there is better way to do that. I believe node.js has as…

  13. comment
    Comment #16949929

    When developing new things, I always used Terraform and Jenkins. The reason is because: 1. Terraform You can abstract the deployment logic and requirements into single unit because…

  14. story
    Ask HN: Distributed Tracing in Node.js?

    Hi all, I worked for a company more than 1 year which most of our stack is using Node.js architected in micro-service way. I found difficulty on finding the best way for tracing co…

  15. comment
    Comment #16891204

    But maybe will be good if you can provide the difference between envkey and vault or some similar stuff like AWS Parameter Store? Especially in reliability side

  16. comment
    Comment #16891151

    Cool, thanks! I guess I'll go asking into your intercom website directly.

  17. comment
    Comment #16891134

    Interesting, thanks! How is your experience using that in production?

  18. comment
    Comment #16891132

    Thanks! How is your experience using that in production?

  19. story
    Ask HN: Tools for Managing Secret in Production Scale?

    Hi all, I'm looking for centralized tools for managing secrets for my engineering team right now. Is there any recommended tools from your experience using them in production? For …

  20. story
    Ask HN: Jenkins vs. Spinnaker?

    Hi all, Anyone used Spinakker in production? How is it going compare to Jenkins? What's the benefit and drawback?

  21. comment
    Comment #16833573

    Gotcha. Ah also one thing that I wonder in Packer is versioning. Since in docker we can tag every release of the image, we can somehow do versioning on that. 1. How is the versioni…

  22. comment
    Comment #16833129

    Interesting. Thanks for the sharing, Sevii! 1. For your AWS deployment, could I know why you didn't use docker image for your deployment? Because essentially you can use docker for…

  23. story
    Ask HN: Use Packer in Production?

    Anyone has experience on using packer in production? Could you share your use cases for using Packer? And any drawbacks that you experience using that tool? Thanks

  24. comment
    Comment #16660223

    But from what I understand, even if you're using github https://about.gitlab.com/features/github/ , you can have the CI/CD of gitlab feature. Also, I wonder what's the benefit of i…

  25. story
    Ask HN: Use Gitlab vs. GitHub in production?

    Hi all, I just saw Git web based UI management today. I wonder if someone can share their experience using either on of them so I can compare the benefit and drawback of those 2 op…