HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rsmets

no profile record

Submissions

Ask HN: Modern Node.js Request Fault Tolerance Library?

2 points·by rsmets·há 3 anos·4 comments

Ask HN: Best Data Security / Privacy Vault Vendors?

1 points·by rsmets·há 4 anos·0 comments

Ask HN: Kubernetes Firewall?

2 points·by rsmets·há 5 anos·3 comments

Ask HN: What Back End Framework with User Management Is Your Favorite?

2 points·by rsmets·há 5 anos·1 comments

Ask HN: Financial service which splits cost of buying options with you?

2 points·by rsmets·há 6 anos·0 comments

comments

rsmets
·há 3 anos·discuss
Oops, forgot to include the Hystrix link, https://github.com/Netflix/Hystrix
rsmets
·há 5 anos·discuss
Does GPC support ipv6 only subnets? Some cursory pokes around I can not tell. (I really only work with AWS). Azure? Any other notable services providers have done this yet? I can not tell if this is long overdue or actually something to take note of.
rsmets
·há 5 anos·discuss
I consider Clouflare to be the least reliable cloud service provider out there. So many CDN and DNS related outages thanks to poor engineering release practices. Considering those are their bread and butter services I wouldn't ever rely on any of their other services.
rsmets
·há 5 anos·discuss
@sungrokshim, thanks for the input. Wallaram is on my radar. Glad to hear it recommended though.

With your setup (cert-manager + ALB + nginx-ingress) I suppose you are using the private ACM certs? Or does having nginx-ingress in the mix allow you to use certs from other CAs, i.e. letsencrypt?
rsmets
·há 5 anos·discuss
With a few other other elements (i.e. weather) added to learning model I bet this would be super accurate! Pretty neat. I love finding use at home DIY use cases with commodity hardware, ESP32s ftw.
rsmets
·há 6 anos·discuss
Hmm, I suppose this is useful for super large orgs? I feel managing the IAM policies around this is pretty much the same level of complexity as managing access to a bastion host to open a ssh tunnel through.
rsmets
·há 6 anos·discuss
I tried this product thinking it would be super useful... not the case. Ended up spending a few days total rolling our own internal tools and way happier we did. I love leveraging saas products but this one just fell flat for me. It felt too constraining.

Curious to hear from a real customer of theirs how they are using this service?
rsmets
·há 6 anos·discuss
Encapsulating HTTP request in Bitcoin transactions? Sounds like the throughput limitations of Bitcoin would make this a super slow decentralized web protocol?
rsmets
·há 6 anos·discuss
Nexkey | Full Time | Lead Backend Engineer, Lead Deepstack Engineer | San Mateo, CA & Remote

Nexkey is smarter access for every workspace.

Founded in 2013, Nexkey is a startup based in San Mateo, and is well-funded by Upfront Ventures and K9 Ventures. Nexkey is the combination of hard- and software solutions to simplify access and key management.

Our unique hardware can make any door smart - main doors, meeting rooms, garages, and even file cabinets all connect to the Nexkey platform. Our easy-to-use app and cloud services let office managers control smart keys and unlock doors instantly with their phone. Nexkey improves workplace security while reducing office management costs and forever eliminates the need for physical keys.

This position has a ton of ownership. You own our backend.

AWS Service Oriented Architecture NodeJS + Express + ParseServer MongoDB Nginx Java

https://www.nexkey.com/open-positions?bzid=e869aedcb86a or email ray.smets <at> nexkey.com
rsmets
·há 6 anos·discuss
Neat idea and the ease of use is certainly attractive! I have a question though...

Couldn't one simply use a traditional CDN where ever their customers are which would then allow the inbound network requests to jump on private interface routing to where ever the app truly lives quicker - essentially making for a more responsive "business logic" app feel? If all infrastructure was on the same cloud provider, say AWS.

I understand this approach is less dynamic in nature but would have been a solution for the Ars Technica problem presented I feel. If not, what am I missing? Thanks!