brbz's comments

brbz | 8 years ago | on: Horcrux: A Password Manager for Paranoids

How could you generate passwords that satisfy arbitrary password constraints? Say example.com has a 20 character limit, must contain a capital letter and symbol (but not certain symbols), and can't contain a dictionary word. It seems to me like your generator would have to have an option for each constraint to satisfy, and you'd have to remember them at the time of retrieval (unless you store the settings).

Is there a different solution?

brbz | 8 years ago | on: Ksonnet: Simplify working with Kubernetes configurations

jsonnet is great. We've been using it at my company to generate our configurations for ElasticBeanstalk, Terraform, and other various auxiliary services.

We've been looking into moving towards Kubernetes. I'm looking forward to seeing if ksonnet can fit our needs.

page 1