Viewing profile — albertlie
albertlie
HN member- Joined
- Fri, Jan 27, 2017, 7:29 AM UTC
- HN karma
- 17
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About albertlie
Recent public activity
-
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…
- story
-
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…
-
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?
-
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 …
-
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…
-
story
TypeScript Interface into Swagger Spec?
Are there any libraries for generating swagger specification based on typescript interface?
-
story
JSON to Protobuf?
Are there any libraries available for converting json data to protobuf message format?
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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
-
comment
Comment #16891151
Cool, thanks! I guess I'll go asking into your intercom website directly.
-
comment
Comment #16891134
Interesting, thanks! How is your experience using that in production?
-
comment
Comment #16891132
Thanks! How is your experience using that in production?
-
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 …
-
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?
-
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…
-
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…
-
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
-
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…
-
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…