HackerTrans
トップ新着トレンドコメント過去質問紹介求人

aynawn

no profile record

投稿

Atlantis (Open Source Terraform Automation) v0.22.3 Released

github.com
1 ポイント·投稿者 aynawn·3 年前·0 コメント

コメント

aynawn
·2 年前·議論
Does it support email filters? I'd love to manage my gmail filters programmatically or use a configuration file to manage them so I can reuse the filters across multiple emails.

Edit: there is a separate tool for this for gmail https://github.com/mbrt/gmailctl
aynawn
·3 年前·議論
I'm another ex-massachusettser and also love Somerville and would have shared a brat with you. Sounds like you made the best of it!
aynawn
·3 年前·議論
I've evaluated crossplane and one of the biggest drawbacks is not being able to properly diff your expected changes with your actual state. Basically there is no way to run a plan of your change. It's essentially a diff in a github pr, then you merge, sync with argocd, and hope your crossplane apply won't fail.

I prefer the terraform method where you are declarative, run plan and then apply. Ive worked with env0, terrafo cloud, spacelift, and atlantis. Ive worked with crossplane and argocd. So far my favorite has been to use terraform with a cicd solution.

Crossplane is too bleeding edge and will need some time for maturity. I do see crossplane or something similar once the edges have been fully polished.
aynawn
·4 年前·議論
Agreed. It should at least log you out of all sessions without you having to do it yourself. This is good to know if I ever want to rotate my encryption key. Knowing this, I may even log out of all sessions even if I was rotating my master key.
aynawn
·4 年前·議論
See the aws-ia official eks-blueprints repo. They have a ton of modules that reuse their helm-addon and irsa modules. Adding the aws-load-balancer-controller, for instance, is a single boolean.

https://aws.amazon.com/blogs/containers/bootstrapping-cluste...

https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/...
aynawn
·4 年前·議論
aynawn
·4 年前·議論
asdf works as a universal tool for any cli app i.e. python, terraform, ruby, golang, etc

https://github.com/asdf-vm/asdf

    asdf plugin add python

    asdf install python 3.9.1

    asdf global python 3.9.1

    asdf local python 3.9.1
aynawn
·4 年前·議論
I never thought about how the ampersand looks like a duck.
aynawn
·4 年前·議論
Or -L to follow redirects
aynawn
·4 年前·議論
These are great comments. The code is open source. I'm sure the owner would love a pull request that would address these concerns.
aynawn
·4 年前·議論
Cng sounds cool. "Code Not Guns" is probably inspired by "Food Not Bombs" which coincidentally I heard of only fairly recently.

You can also checkout all the "Code For America" organizations for local nonprofit government coding projects. I don't know if it will fit your anarchist philosophy but it would certainly help to have more volunteers to help connect citizens to their local US governments.
aynawn
·4 年前·議論
If i have to deal with ancient osx gnu gplv2 utilities, i think I'd go bananas. You have to modify the default settings at some point or your productivity will surely wane in comparison to others. I see your point with some defaults but the purest approach doesn't seem practical either.
aynawn
·4 年前·議論
Agreed. If the code is in GitHub, it's incredibly easy to create a simple github actions workflow that could run the app.
aynawn
·4 年前·議論
Use a password manager to generate 16 character strings as answers to each security questions. I guarantee your IT person will no longer remember them.
aynawn
·4 年前·議論
why don't the dev machines also closely represent customer set ups?
aynawn
·4 年前·議論
Another contender is gron which does the same. It's written in golang instead of rust.

https://github.com/tomnomnom/gron

<pre>$ cat test.json | gron</pre>
aynawn
·5 年前·議論
Clever. Nice work.

Would you also add the average score per season ?