Chris Nesbitt-Smith

Results 30 comments of Chris Nesbitt-Smith

I eventually decided to abandon work on this for now. If the cluster comes up too fast the nodes don't discover each other, or worse they discover some other nodes,...

Hi, not really any current maintenance, the industry as a whole has moved a lot with commercial players offering very similar with significant advantages since we created this way back...

https://github.com/ansd/lastpass-go

Because of the nature of keepass dbx files as a format which you then read rather than interface with a long running process, one would need to reenter the db...

Hey, I parsed so that it could be put into separate fields in a password manager for easier management, not that essential, but changing it would be a breaking change....

Hey, Yeah, like 1password it's a real shame the api doesn't limit the scope, giving access only to the things we care about rather than handing over access to your...

agree dependabot is nice since it is github, but sadly not as feature rich :( renovate I'd say would still have a limited place for maintaining base docker images so...

What if I scope it down to just docker/* which dependabot doesn't do so well

running ```bash iptables -t nat -A OUTPUT -p tcp -d 169.254.169.254 --dport 80 -j DNAT --to-destination 127.0.0.1:8181 ``` on all the nodes results in: ```bash $curl http://169.254.169.254/latest/meta-data/iam/security-credentials/mytest error fetching credentials:...

Hey Yes, it's lazy, you can probably find a way to run as non-root and secomp what's needed to talk to the usb device. It's just not something I'd looked...